Matthew Woehlke | 1 Oct 2007 20:29
Picon
Gravatar

Re: [kde-artists] oyxgen style + kmultitabbar

Jamboarder wrote:
> Perhaps that should be added to list of things that
> need fixing/completion on the Oxygen project Techbase
> page.  I'll volunteer to add it, if there are no
> objections.  

I object ;-). Mainly because the page already says:

*  tabs are not drawn correctly
   * [assigned: mwoehlke] we need "inverse slabs" to fix this
   * directions other than north aren't done at all

But I'll entertain improvements to the current wording if you think it 
is needed.

(Since I see it looks like you - or at least someone - already edited 
the page, I guess you noticed this :-).)

> - Content padding on the buttons in the lower right is
> too small. (I thought I saw a commit that seemed to
> fix this...)

Some fixes have been attempted, but there are still quite some issues. 
Thanks for the addition, I am going to add a QA note as well.

> - Should use cases for different display resolutions
> be added to the QA section?

Possibly, did you have something in mind? (Currently I don't think we 
make any adjustments for different resolutions... nor does any style, 
(Continue reading)

Jamboarder | 1 Oct 2007 21:49
Picon
Favicon

Re: [kde-artists] oyxgen style + kmultitabbar

Hello Mathew,

My responses are below.

Matthew Woehlke wrote:
>> - Should use cases for different display resolutions
>> be added to the QA section?
>
>Possibly, did you have something in mind? (Currently I don't think we 
>make any adjustments for different resolutions... nor does any style, 
>for that matter, as far as I know.)

Since many widgets have increased in size compared to the previous default style, this was really only a
suggestion to audit some criteria (content-window size ratios, widgets falling outside of window
contents, toolbar item fall-off, etc.) at resolutions on the lower and perhaps even the higher end.   The
intention here would be to identify any regressions (compared to say plastik) that might be unacceptable
and address them either in the style, if it affects many apps, or in the app if it is more isolated.  Depending
on the results and how they're addressed, it might also help identify a minimum "recommended" resolution
for the style.

Matthew Woehlke wrote:
>> - Have we selected a benchmark against which we can
>> measure the "performance" of this style to aid
>> regression testing?
>
>Nope, although I do know there are performance issues currently :-). 
>Like, the slab* and group box backgrounds should probably be cached and 
>aren't.

I suppose I also meant "performance" in the not-just-how-fast-it-goes sense but also perhaps against
(Continue reading)

Jarosław Staniek | 3 Oct 2007 14:09
Picon
Favicon
Gravatar

[kde-artists] Sane pseudo random colors for charts, continued

Hello

Remember my previous post on the topic?
[1] http://lists.kde.org/?l=kde-core-devel&m=119029143128188&w=2

OpenOffice.org has something like this
[2] http://ui.openoffice.org/VisualDesign/OOoChart_colors_drafts.html

There's idea to agree with oo.org (and maybe also GNOME) to have the same 
default set of colors for chart-like visual entities. This would definitely 
help to have the same user-experience across quite a few OSes and kde/non-kde 
applications. Namely, the documents would look the same, what's a valuable 
factor in ODF era.

I do not mention with 'accessible' mode enabled - like Olaf mentioned, in this 
case defaults change to address accessibility guidelines.

The easiest path is to pick whatever oo.org offers and thus skipping the whole 
process of choosing the color of the bikeshed...
Most of the proposals in [2] are nice to me.

As the color set could find its way to kdelibs 4.1 API, the early adopter of 
the set could be KOffice itself. Then the set could be used in KDE 4.1's apps 
like ksysguard, filelight, dolphin/konqueror...

RFC

--

-- 
regards / pozdrawiam, Jaroslaw Staniek
  Sponsored by OpenOffice Polska (http://www.openoffice.com.pl/en) to work on
(Continue reading)

Will Stephenson | 4 Oct 2007 15:24
Picon
Favicon
Gravatar

branches/work/~wstephens/kdelibs

SVN commit 721066 by wstephens:

sync up to 721064

 M  +1 -1      arts/knotify/knotify.desktop  
 M  +4 -2      dcop/dcopclient.cpp  
 M  +2 -2      dcop/dcopclient.h  
 M  +2 -1      dcop/dcopserver.cpp  
 M  +1 -0      interfaces/kimproxy/interface/dcopinstantmessenger.desktop  
 M  +2 -0      interfaces/kimproxy/interface/kcm_instantmessenger.desktop  
 M  +1 -1      interfaces/ktexteditor/kcm_ktexteditor.desktop  
 M  +1 -1      interfaces/ktexteditor/ktexteditor.desktop  
 M  +1 -1      interfaces/ktexteditor/ktexteditoreditor.desktop  
 M  +1 -1      interfaces/ktexteditor/ktexteditorplugin.desktop  
 M  +1 -1      kabc/addressbook.cpp  
 M  +1 -1      kabc/formats/binary.desktop  
 M  +1 -1      kabc/kabc_manager.desktop  
 M  +20 -14    kabc/ldifconverter.cpp  
 M  +1 -0      kabc/scripts/entrylist  
 M  +13 -4     kabc/vcardtool.cpp  
 M  +4 -1      kate/data/cpp.xml  
 M  +1 -1      kate/data/katepart.desktop  
 M  +2 -2      kate/plugins/insertfile/ktexteditor_insertfile.desktop  
 M  +2 -2      kate/plugins/isearch/ktexteditor_isearch.desktop  
 M  +1 -1      kate/plugins/kdatatool/ktexteditor_kdatatool.desktop  
 M  +2 -2      kate/plugins/wordcompletion/ktexteditor_docwordcompletion.desktop  
 M  +3 -1      kate/scripts/jstest.desktop  
 M  +2 -2      kcert/kcertpart.desktop  
 M  +30 -20    kdecore/all_languages.desktop   [TRAILING SPACE]
 M  +21 -7     kdecore/eventsrc  
(Continue reading)

Jakob Petsovits | 5 Oct 2007 01:50
Picon
Picon
Gravatar

[kde-artists] KDE/kdelibs/kdeui/icons

SVN commit 721319 by jpetso:

Implement icon fallbacks, as specified by the fd.o icon naming specification.
The only slight difference is that mimetype icons are not
special cased and therefore also look for fallbacks.

This means that you (as an application developer) can now specify
specific icons like go-next-year-korganizer, and if this icon
doesn't exist it will retrieve go-next-year instead, and if this
doesn't exist as well, you'll get go-next (which is specified
in the icon naming spec and therefore can be expected to exist).

If you ever needed a good reason to name your icons in a
proper way, this is it.

p0nies?

CCMAIL: kde-artists <at> kde.org
CCMAIL: aseigo <at> kde.org

 M  +36 -19    kiconloader.cpp  

--- trunk/KDE/kdelibs/kdeui/icons/kiconloader.cpp #721318:721319
 <at>  <at>  -616,36 +616,53  <at>  <at> 
     K3Icon icon;
     const char * const ext[4] = { ".png", ".svgz", ".svg", ".xpm" };

-   /* JRT: To follow the XDG spec, the order in which we look for an
-       icon 1s:
+    /* To follow the XDG icon theme and icon naming specifications,
(Continue reading)

Jure Repinc | 14 Oct 2007 22:51
Gravatar

[kde-artists] [Bug 150842] New: Oxygen icon for PNG images should have portrait orientation like icons for other image formats

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

http://bugs.kde.org/show_bug.cgi?id=150842         
           Summary: Oxygen icon for PNG images should have portrait
                    orientation like icons for other image formats
           Product: artwork
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: general
        AssignedTo: kde-artists kde org
        ReportedBy: jlp holodeck1 com

Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          GCC 4.2.2 AMD64
OS:                Linux

I have noticed that Oxygen icon for PNG images is in landscape orientation and icons for all other image
formats are in portrait orientation. I think that this should be consistent and PNG icon should also have
the same orientation as the rest.
______________________________________________________________________________
kde-artists <at> kde.org |  https://mail.kde.org/mailman/listinfo/kde-artists

David Faure | 16 Oct 2007 00:02
Picon
Favicon
Gravatar

[kde-artists] [Bug 150726] use another icon for empty trashcan

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

http://bugs.kde.org/show_bug.cgi?id=150726         
faure kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |faure kde org
         AssignedTo|faure kde org               |kde-artists kde org
          Component|trash                       |general
            Product|kio                         |artwork
            Version|unspecified                 |3.5.x
______________________________________________________________________________
kde-artists <at> kde.org |  https://mail.kde.org/mailman/listinfo/kde-artists

Helio Chissini de Castro | 27 Oct 2007 13:37
Picon
Favicon

Re: [kde-artists] Desarrollador Gráfico para KDE

Em Saturday 20 October 2007 17:18:02 Xavier Araque A.|Rendergraf escreveu:
> Saludo Helio Chissini de Castro.

> Mi nombre es Xavier Araque desarrollador gráfico con Software Libre.
>
> Hace más o menos 2 años gané el 3er lugar el KDE-LOOK.org como mejor
> Wallpaper en formato SVG, llamado Andes Venezolanos, incluido desde la
> versión 3.4 de KDE.
>
> Quisiera formar parte del grupo de desarrolladores gráficos de KDE y
> como tu eres la persona encargada de coordinar por parte de Sur
> América, te hago la solicitud.
>
> Estaré muy agradecido de tomarme en cuenta.
>
> Gracias.
>
> Xavier Araque

Hola Xavier

Excusa la demora en responder, pero estoy en estos momentos en África y con la 
reducción de conexión a Internet.
Creo que debería sumarse al equipo de Oxygen, que hace de recibir usted como 
un buen amigo. 
He añadido Nuno e David, en este mensaje de correo electrónico para hablar con 
usted. 

Saludos
Helio, ainda en Angola 
(Continue reading)

Will Stephenson | 28 Oct 2007 18:31
Picon
Favicon
Gravatar

branches/work/~wstephens/kdelibs

SVN commit 730389 by wstephens:

Merge up to r730387

 M  +1 -1      README  
 M  +1 -1      arts/kde/mcop-dcop/kmcop.desktop   [TRAILING SPACE]
 M  +1 -1      interfaces/kimproxy/interface/dcopinstantmessenger.desktop  
 M  +2 -2      interfaces/kimproxy/interface/kcm_instantmessenger.desktop   [TRAILING SPACE]
 M  +4 -4      interfaces/kscript/sample/shellscript.desktop  
 M  +1 -1      interfaces/kscript/scriptinterface.desktop  
 M  +1 -1      interfaces/kspeech/dcoptexttospeech.desktop  
 M  +2 -2      interfaces/ktexteditor/kcm_ktexteditor.desktop  
 M  +1 -1      interfaces/ktexteditor/ktexteditor.desktop  
 M  +1 -1      interfaces/ktexteditor/ktexteditoreditor.desktop  
 M  +1 -1      interfaces/ktexteditor/ktexteditorplugin.desktop  
 M  +1 -1      kabc/kab2kabc.desktop  
 M  +1 -1      kabc/plugins/dir/dir.desktop  
 M  +0 -1      kabc/plugins/evolution/evolution.desktop  
 M  +1 -1      kabc/plugins/net/net.desktop  
 M  +1 -1      kate/data/katepart.desktop  
 M  +2 -2      kate/plugins/autobookmarker/ktexteditor_autobookmarker.desktop  
 M  +2 -2      kate/plugins/insertfile/ktexteditor_insertfile.desktop   [TRAILING SPACE]
 M  +2 -2      kate/plugins/isearch/ktexteditor_isearch.desktop  
 M  +1 -1      kate/plugins/kdatatool/ktexteditor_kdatatool.desktop  
 M  +2 -2      kdecore/all_languages.desktop  
 M  +5 -5      kdecore/eventsrc  
 M  +2 -0      kdecore/kcmdlineargs.cpp  
 M  +2 -2      kdecore/kdeversion.h  
 M  +8 -4      kdecore/kstartupinfo.cpp  
 M  +2 -2      kdelibs.lsm  
(Continue reading)

Dirk Mueller | 29 Oct 2007 12:50
Picon
Favicon

[kde-artists] Fwd: KDE environment


Hi, 

FYI :)

Greetings,
Dirk
Picon
From: Shakeeb Abdullah <ace2dice <at> gmail.com>
Subject: KDE environment
Date: 2007-10-27 20:21:43 GMT

Hi I love the linux eula and free software policy, however I was wondering if theres any way you can avoid faces and animate objects in your environment (whether it be on icons, wallpaper etc...).  As a muslim, our prophet (peace be with him) has told us (more or less): "Angels don't enter houses were there are any animate artwork or "faces" (to be more precise), as Allah (God) will question those that create such artwork and demand these artists to bring their creation to life.  We all know no human can give life.  The ones that will have the hardest time on the day of judgement will be sculpturers.
 
To be honest I love the linux distros, and its fair and humain, however I am reluctant to use products that have faces on (Continue reading)


Gmane