[kde-artists] KDE/kdelibs/pics/oxygen

KDE Artists mailing list - March 9, 2007 - 3:01am
SVN commit 640687 by vignoni: updating pngs M 16x16/actions/fileview-multicolumn.png M 22x22/actions/fileview-multicolumn.png M 32x32/actions/fileview-multicolumn.png M 48x48/actions/fileview-multicolumn.png M +4 -2 scalable/actions/fileview-multicolumn.svg M +3 -4 scalable/actions/small/22x22/fileview-multicolumn.svg --- trunk/KDE/kdelibs/pics/oxygen/scalable/actions/fileview-multicolumn.svg #640686:640687 -15,9 +15,11 sodipodi:version="0.32" inkscape:version="0.45+devel" version="1.0" - sodipodi:docbase="/Users/david/Desktop" sodipodi:docname="fileview-multicolumn.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-xdpi="11.25" + inkscape:export-ydpi="11.25" + sodipodi:docbase="/Users/david/Progetti/svn/oxygen/scalable/actions"> -15,12 +15,11 sodipodi:version="0.32" inkscape:version="0.45+devel" version="1.0" - sodipodi:docbase="/Users/david/Desktop" - sodipodi:docname="fileview-multicolumn22.svg" + sodipodi:docname="fileview-multicolumn.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape" - inkscape:export-filename="/Users/david/Desktop/fileview-22.png" inkscape:export-xdpi="22.5" - inkscape:export-ydpi="22.5"> + inkscape:export-ydpi="22.5" + sodipodi:docbase="/Users/david/Progetti/svn/oxygen/scalable/actions/small/22x22"> kde.org | https://mail.kde.org/mailman/listinfo/kde-artists
Categories: KDE mailing lists

[kde-artists] KDE/kdelibs/pics/oxygen

KDE Artists mailing list - March 9, 2007 - 2:48am
SVN commit 640683 by vignoni: updating pngs M 16x16/actions/fileview-detailed.png M 22x22/actions/fileview-detailed.png M 32x32/actions/fileview-detailed.png M 48x48/actions/fileview-detailed.png M +4 -2 scalable/actions/fileview-detailed.svg M +4 -5 scalable/actions/small/22x22/fileview-detailed.svg --- trunk/KDE/kdelibs/pics/oxygen/scalable/actions/fileview-detailed.svg #640682:640683 -15,9 +15,11 sodipodi:version="0.32" inkscape:version="0.45+devel" version="1.0" - sodipodi:docbase="/Users/david/Progetti/svn/oxygen/scalable/actions" sodipodi:docname="fileview-detailed.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-xdpi="11.25" + inkscape:export-ydpi="11.25" + sodipodi:docbase="/Users/david/Progetti/svn/oxygen/scalable/actions"> -15,12 +15,11 sodipodi:version="0.32" inkscape:version="0.45+devel" version="1.0" - sodipodi:docbase="/Users/david/Progetti/svn/oxygen/scalable/actions/small/22x22" sodipodi:docname="fileview-detailed.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape" - inkscape:export-filename="/Users/david/Desktop/fileview-22.png" inkscape:export-xdpi="22.5" - inkscape:export-ydpi="22.5"> + inkscape:export-ydpi="22.5" + sodipodi:docbase="/Users/david/Progetti/svn/oxygen/scalable/actions/small/22x22"> -462,8 +461,8 showgrid="true" inkscape:window-width="762" inkscape:window-height="607" - inkscape:window-x="40" - inkscape:window-y="62" /> + inkscape:window-x="318" + inkscape:window-y="194" /> ______________________________________________________________________________ kde-artistskde.org | https://mail.kde.org/mailman/listinfo/kde-artists
Categories: KDE mailing lists

Re: [kde-artists] KDE/kdelibs/pics/oxygen/scalable/actions

KDE Artists mailing list - March 9, 2007 - 12:33am
______________________________________________________________________________ kde-artistskde.org | https://mail.kde.org/mailman/listinfo/kde-artists
Categories: KDE mailing lists

[kde-artists] KDE/kdelibs

KDE Artists mailing list - March 8, 2007 - 11:49pm
SVN commit 640627 by neundorf: quick fix to unbreak compilation with cmake 2.4.3, which is still the required version Alex M +2 -1 CMakeLists.txt M +13 -3 pics/oxygen/CMakeLists.txt --- trunk/KDE/kdelibs/CMakeLists.txt #640626:640627 -7,8 +7,9 find_package(KDE4Internal REQUIRED) find_package(ZLIB REQUIRED) + if(NOT WIN32) -find_package(Strigi REQUIRED) + find_package(Strigi REQUIRED) endif(NOT WIN32) if (APPLE) --- trunk/KDE/kdelibs/pics/oxygen/CMakeLists.txt #640626:640627 -1,9 +1,19 ########### install files ############### -set(oxygen_icon_dirs 128x128 16x16 22x22 32x32 48x48 64x64 scalable) -install( DIRECTORY ${oxygen_icon_dirs} DESTINATION ${ICON_INSTALL_DIR}/oxygen PATTERN .svn EXCLUDE ) -install( FILES index.theme DESTINATION ${ICON_INSTALL_DIR}/oxygen ) +math(EXPR cmake_version "${CMAKE_MAJOR_VERSION} * 10000 + ${CMAKE_MINOR_VERSION} * 100 + ${CMAKE_PATCH_VERSION}") +if (cmake_version GREATER 20403) + set(oxygen_icon_dirs 128x128 16x16 22x22 32x32 48x48 64x64 scalable) + install( DIRECTORY ${oxygen_icon_dirs} DESTINATION ${ICON_INSTALL_DIR}/oxygen PATTERN .svn EXCLUDE ) + install( FILES index.theme DESTINATION ${ICON_INSTALL_DIR}/oxygen ) + +else (cmake_version GREATER 20403) + + message(STATUS "Oxygen icons temporarily disabled, because right CMake >= 2.4.5 is required to install them") + +endif (cmake_version GREATER 20403) + + ______________________________________________________________________________ kde-artistskde.org | https://mail.kde.org/mailman/listinfo/kde-artists
Categories: KDE mailing lists

Re: [kde-artists] KDE/kdelibs/pics/oxygen/scalable/actions

KDE Artists mailing list - March 8, 2007 - 10:33pm
______________________________________________________________________________ kde-artistskde.org | https://mail.kde.org/mailman/listinfo/kde-artists
Categories: KDE mailing lists

[kde-artists] KDE/kdelibs/pics/oxygen

KDE Artists mailing list - March 8, 2007 - 5:50pm
SVN commit 640540 by pinheiro: my frist entery to kdelibs :) so hapy! this one is for lpary AM 128x128/apps/kteatime.png AM 16x16/apps/kteatime.png AM 22x22/apps/kteatime.png AM 32x32/apps/kteatime.png AM 48x48/apps/kteatime.png AM 64x64/apps/kteatime.png A scalable/apps/kteatime.svg ** trunk/KDE/kdelibs/pics/oxygen/128x128/apps/kteatime.png #property svn:mime-type + image/png ** trunk/KDE/kdelibs/pics/oxygen/16x16/apps/kteatime.png #property svn:mime-type + image/png ** trunk/KDE/kdelibs/pics/oxygen/22x22/apps/kteatime.png #property svn:mime-type + image/png ** trunk/KDE/kdelibs/pics/oxygen/32x32/apps/kteatime.png #property svn:mime-type + image/png ** trunk/KDE/kdelibs/pics/oxygen/48x48/apps/kteatime.png #property svn:mime-type + image/png ** trunk/KDE/kdelibs/pics/oxygen/64x64/apps/kteatime.png #property svn:mime-type + image/png ______________________________________________________________________________ kde-artistskde.org | https://mail.kde.org/mailman/listinfo/kde-artists
Categories: KDE mailing lists

[kde-artists] KDE/kdelibs/pics/oxygen/scalable/actions

KDE Artists mailing list - March 8, 2007 - 6:04am
SVN commit 640411 by aseigo: this one got missed =/ A configure.svg ______________________________________________________________________________ kde-artistskde.org | https://mail.kde.org/mailman/listinfo/kde-artists
Categories: KDE mailing lists

[kde-artists] KDE/kdelibs/pics

KDE Artists mailing list - March 7, 2007 - 1:16am
SVN commit 640059 by aseigo: install the buggers. you didn't need that 103MB of disk space for anything anyways, right? p.s. once we're using oxygen names (which follow the xdg naming spec, plus extensions) in the code crystal will be moved to kdeartwork/ (or?) M +1 -0 CMakeLists.txt A oxygen/CMakeLists.txt --- trunk/KDE/kdelibs/pics/CMakeLists.txt #640058:640059 -2,6 +2,7 add_subdirectory( hicolor ) add_subdirectory( crystalsvg ) add_subdirectory( emoticons ) +add_subdirectory( oxygen ) include_directories( ${KDE4_KDEUI_INCLUDES} ) include_directories( ${CMAKE_SOURCE_DIR}/kdecore/svgicons ${CMAKE_SOURCE_DIR}/kdefx ) ______________________________________________________________________________ kde-artistskde.org | https://mail.kde.org/mailman/listinfo/kde-artists
Categories: KDE mailing lists

[kde-artists] oxygen moved to kdelibs

KDE Artists mailing list - March 7, 2007 - 12:45am
______________________________________________________________________________ kde-artistskde.org | https://mail.kde.org/mailman/listinfo/kde-artists
Categories: KDE mailing lists

[kde-artists] KDE/kdelibs/pics

KDE Artists mailing list - March 7, 2007 - 12:41am
SVN commit 640052 by aseigo: kdelibs, meet Oxygen A oxygen (directory) trunk/playground/artwork/Oxygen/theme/oxygen#640043 A oxygen/AUTHORS trunk/playground/artwork/Oxygen/theme/oxygen/AUTHORS#640050 A oxygen/CONTRIBUTING trunk/playground/artwork/Oxygen/theme/oxygen/CONTRIBUTING#640049 A oxygen/COPYING trunk/playground/artwork/Oxygen/theme/oxygen/COPYING#640048 D oxygen/author A oxygen/index.theme trunk/playground/artwork/Oxygen/theme/oxygen/index.theme#640048 D oxygen/license.txt A oxygen/scalable (directory) trunk/playground/artwork/Oxygen/theme/oxygen/scalable#640044 ______________________________________________________________________________ kde-artistskde.org | https://mail.kde.org/mailman/listinfo/kde-artists
Categories: KDE mailing lists

[kde-artists] Fwd: Device Specific Icons and the Icon NamingSpecification

KDE Artists mailing list - March 5, 2007 - 2:44am
______________________________________________________________________________ kde-artistskde.org | https://mail.kde.org/mailman/listinfo/kde-artists
Categories: KDE mailing lists

[kde-artists] RFC: KSplash in KDE4

KDE Artists mailing list - February 28, 2007 - 11:02pm
Hello, two things related to the splashscreen, related to each other: - I'd like to add a new splash implementation and would like to get feedback - slightly as a result of above, but not really, like to propose changing some things about the splash There's branches/work/ksplashx in SVN. It's based on the ksplashx SUSE has been using since like 9.3 (I don't really remember). There's a README, but in short, add the subdir to kdebase, build it, the current splash theme is ported, "ksplashx Default --test" will show it. Differences to current (KSplashML) implementation are: - doesn't link against Qt, uses only few sources from Qt (Qt3 actually, but there's no point in porting); as such it's up and running very quickly, unlike KSplashML, which links KDE libraries up to libkio, loading of which takes ages under realistic conditions during KDE startup - KSplashML has been unmaintained for quite some time - I also happen to personally think KSplashML is an overdesigned mess, but I guess that doesn't really count when I want to add another implementation using Xlib directly :) - themes are not C++ code but are created using a simple syntax file, with slightly limited capabilities (see below); I could even add a script to convert KSplashML's Default engine-based themes if wanted In practice, most of KSplashML's features shouldn't really matter and the only real difference should be almost instant startup. I don't really insist on dumping KSplashML if somebody sees a reason for it to live, but then I don't see it myself. All what KSplashX can do, basically, is just adding images to the splash window and overlaying animations. That may not seem much, but that happens to be what splashscreens do :). Some seemingly missing features include: - No text support. Can be still done by preparing images with texts rendered into it. There's no i18n support either, but if needed, could be done by having extra images per language. However, splashes usually tend to display two things, 1) things like "KDE" or "3.5", which are not translated and are part of the images, 2) things like "Initializing peripherals" or "Loading the window manager", which are rather uninteresting and a lie anyway. Our startup sequence has changed quite a lot since the times this was done (and will most probably still change a bit for KDE4) and the messages no longer match, nor they make that much sense (I still remember the times when people complained about KWin starting way too long just because that message was shown while something else was hogging the system). I'd like to propose to just have, say, 8 or 10 checkpoints at some arbitrary points in the startup and just show progressbars or only icons or whatever depending on the theme for them (not necessarily always as much as 8 or 10). - No support for locolor. KSplashML first tries a locolor version of the splash for bpp == 8. Do we still need that? Should be simple to add if yes. - Obviously, since there's no C++ code, there's no way to add arbitrary things like icons jumping on the bottom edge of the screen, but do we really need that anyway? So, comments, objections, flames? PS: The "Simple" and "None" splashscreens are definitely going to stay, of course :).
Categories: KDE mailing lists

[kde-artists] rename fest

KDE Artists mailing list - February 28, 2007 - 12:23pm
______________________________________________________________________________ kde-artistskde.org | https://mail.kde.org/mailman/listinfo/kde-artists
Categories: KDE mailing lists

Re: [kde-artists] icon for Dolphin File Manager

KDE Artists mailing list - February 27, 2007 - 5:33pm
______________________________________________________________________________ kde-artistskde.org | https://mail.kde.org/mailman/listinfo/kde-artists
Categories: KDE mailing lists

Re: [kde-artists] icon for Dolphin File Manager

KDE Artists mailing list - February 27, 2007 - 4:22am
Well it will depend if we want to follow a metaphor for what the application do or a semantic metaphor, so something that reminds the application name. Will figure it out when it came the time do to all the application icons (pretty soon). cheers d Il giorno 26/feb/07, alle ore 12:59, Stefan Monov ha scritto: ______________________________________________________________________________ kde-artistskde.org | https://mail.kde.org/mailman/listinfo/kde-artists
Categories: KDE mailing lists

Re: [kde-artists] icon for Dolphin File Manager

KDE Artists mailing list - February 27, 2007 - 3:59am
ok, what about the attached icon from CrystalSVG? isn't this 'drawer' concept better? ______________________________________________________________________________ kde-artistskde.org | https://mail.kde.org/mailman/listinfo/kde-artists
Categories: KDE mailing lists

Re: [kde-artists] Q: audio & sound formats for kde apps

KDE Artists mailing list - February 27, 2007 - 12:53am
Oh boy! how i would love to be able to write music with a Notation Editor and to export it as Ogg -> including instrumentation sounds! ______________________________________________________________________________ ______________________________________________________________________________ kde-artistskde.org | https://mail.kde.org/mailman/listinfo/kde-artists
Categories: KDE mailing lists

Re: [kde-artists] Q: audio & sound formats for kde apps

KDE Artists mailing list - February 27, 2007 - 12:06am
Remember? I still keep 'em around. Heck, I *made* one just a few years back. Of course, there are other, better tracker formats (s3m at least!). Tracker would be a fine direction to go for game music, it really isn't very retro (some MIDI - and tracker - can sound really good). It also allows /dynamic/ music, which can't be done with recorded stuff. I would LOVE to see a timidity fork as a KDE library! This would be great for adding MIDI players, trackers that use MIDI (e.g. IT), and music score editors (e.g. Finale); a niche that KDE currently does not fill. Least dependencies, or least /non-KDE/ dependencies? :-)
Categories: KDE mailing lists

Re: [kde-artists] icon for Dolphin File Manager

KDE Artists mailing list - February 26, 2007 - 6:48am
I think the "dolphin" is probably the only subject we can do for this application :) We'll do a dolphin similar to this one you sent for Oxygen, but with more details of course and without the K logo probably. tchau d Il giorno 25/feb/07, alle ore 12:50, Xavier Corredor Llano ha scritto: ______________________________________________________________________________ kde-artistskde.org | https://mail.kde.org/mailman/listinfo/kde-artists
Categories: KDE mailing lists

Re: [kde-artists] icon for Dolphin File Manager

KDE Artists mailing list - February 26, 2007 - 5:42am
Hi, thanks for your participation, nice icon :) However, I like the current one better. It's in CrystalSVG-style so it blends in with the KDE defaults. Also, it represents the functionality of the application ("do housework on your folders") rather than its name. That said, I see room for improvement in the current one, it's not really catchy, etc, so if you could make an Oxygen-style icon that resembles something like drawers (or come up with a better metaphor), that would be terrific. Thanks again, Stefan ______________________________________________________________________________ kde-artistskde.org | https://mail.kde.org/mailman/listinfo/kde-artists
Categories: KDE mailing lists

kde-artists.org© 2004-2006 Sponsored by Revelinux©
Powered by Drupal©