This is a multi-part message in MIME format. --------------040809050905020402070800 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Danny Allen wrote: > James, > Though this is the correct way (and place) to submit icons, I cannot just > submit icons that vary considerably from the originals without some debate > from others on this list. Makes sense, but what if nobody says anything pro or con? > With agreement from other members, I would be happy to commit your icons - > however, for your hicolour icons (as an example), the status of the > icons-traditionally-known as hicolour is not certain. > > To save yourself unneccessary effort, maybe you could do one icon that you > propose to modify, post it here, and then with agreement, finish the others? I have done that with the "viewmag*" & "*find" icons. I have these partially done in both HiColor and Crystal. There were some comments but no final decision. Also, there are the: view_fit_height.png icons: http://home.earthlink.net/~tyrerj/kde/toolbar-icons-height.tar.bz2 The HiColor icons: view_fit_width & view_fit_window were previously committed to: kdelibs/pics/hicolor. These are HiColor. I have started work on Crystal for: view_fit_height view_fit_width view_fit_window but there is little point if they are not going to be used. To use these, there needs to be a change to KDELibs, patch attached. -- JRT --------------040809050905020402070800 Content-Type: text/plain; name="libs01.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="libs01.patch" diff -Naur kdelibs.old/kdeui/kstdaction_p.h kdelibs/kdeui/kstdaction_p.h --- kdelibs.old/kdeui/kstdaction_p.h 2005-03-19 22:27:24.000000000 -0700 +++ kdelibs/kdeui/kstdaction_p.h 2005-04-16 16:57:16.000000000 -0700 @@ -46,10 +46,10 @@ { FindPrev, KStdAccel::FindPrev, "edit_find_last", I18N_NOOP("Find Pre&vious"), 0, "previous" }, { Replace, KStdAccel::Replace, "edit_replace", I18N_NOOP("&Replace..."), 0, 0 }, - { ActualSize, KStdAccel::AccelNone, "view_actual_size", I18N_NOOP("&Actual Size"), 0, 0 }, - { FitToPage, KStdAccel::AccelNone, "view_fit_to_page", I18N_NOOP("&Fit to Page"), 0, 0 }, - { FitToWidth, KStdAccel::AccelNone, "view_fit_to_width", I18N_NOOP("Fit to Page &Width"), 0, 0 }, - { FitToHeight, KStdAccel::AccelNone, "view_fit_to_height", I18N_NOOP("Fit to Page &Height"), 0, 0 }, + { ActualSize, KStdAccel::AccelNone, "view_actual_size", I18N_NOOP("&Actual Size"), 0, "viewmag1" }, + { FitToPage, KStdAccel::AccelNone, "view_fit_to_page", I18N_NOOP("&Fit to Page"), 0, "view_fit_window" }, + { FitToWidth, KStdAccel::AccelNone, "view_fit_to_width", I18N_NOOP("Fit to Page &Width"), 0, "view_fit_width" }, + { FitToHeight, KStdAccel::AccelNone, "view_fit_to_height", I18N_NOOP("Fit to Page &Height"), 0, "view_fit_height" }, { ZoomIn, KStdAccel::ZoomIn, "view_zoom_in", I18N_NOOP("Zoom &In"), 0, "viewmag+" }, { ZoomOut, KStdAccel::ZoomOut, "view_zoom_out", I18N_NOOP("Zoom &Out"), 0, "viewmag-" }, { Zoom, KStdAccel::AccelNone, "view_zoom", I18N_NOOP("&Zoom..."), 0, "viewmag" }, --------------040809050905020402070800 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ______________________________________________________________________________ kde-artists@mail.kde.org | https://mail.kde.org/mailman/listinfo/kde-artists --------------040809050905020402070800--