[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE_3_3_BRANCH: kdepim/kpilot/kpilot
From:       Carlos Leonhard Woelz <carloswoelz () imap-mail ! com>
Date:       2004-08-25 18:43:46
Message-ID: 20040825184346.D92FE7AFF () office ! kde ! org
[Download RAW message or body]

CVS commit by cwoelz: 

Fix missing sync icons, update the existing ones to match. OK'ed by ade. Will forward port.


  A            Icons/cr16-action-fullsync.png   1.1.2.1
  A            Icons/cr16-action-listsync.png   1.1.2.1
  A            Icons/cr22-action-fullsync.png   1.1.2.1
  A            Icons/cr22-action-listsync.png   1.1.2.1
  A            Icons/cr32-action-fastsync.png   1.1.2.1
  A            Icons/cr32-action-fullsync.png   1.1.2.1
  A            Icons/cr32-action-hotsync.png   1.1.2.1
  A            Icons/cr32-action-listsync.png   1.1.2.1
  A            Icons/cr48-action-fastsync.png   1.1.2.1
  A            Icons/cr48-action-fullsync.png   1.1.2.1
  A            Icons/cr48-action-hotsync.png   1.1.2.1
  A            Icons/cr48-action-listsync.png   1.1.2.1
  M +3 -3      kpilot.cc   1.145.2.1
  M +2 -2      pilotDaemon.cc   1.137.2.1
  M            Icons/Makefile.am   1.11.2.1
  M +5 -6      Icons/cr16-action-fastsync.png   1.2.6.1
  M +2 -6      Icons/cr16-action-hotsync.png   1.2.6.1
  M            Icons/cr22-action-fastsync.png   1.1.6.1
  M            Icons/cr22-action-hotsync.png   1.2.2.1
  M            Icons/fastsync.png   1.2.6.1
  M            Icons/hotsync.png   1.3.2.1
  M            Icons/kpilot-bhotsync.png   1.2.2.1
  M            Icons/nosync.png   1.1.2.1


--- kdepim/kpilot/kpilot/kpilot.cc  #1.145:1.145.2.1
@@ -564,5 +564,5 @@ void KPilotInstaller::initMenu()
         KActionMenu *syncPopup;
 
-        syncPopup = new KActionMenu(i18n("HotSync"), CSL1("hotsync"),
+        syncPopup = new KActionMenu(i18n("HotSync"), CSL1("kpilot"),
                 actionCollection(), "popup_hotsync");
         connect(syncPopup, SIGNAL(activated()),
@@ -605,5 +605,5 @@ void KPilotInstaller::initMenu()
         syncPopup->insert(a);
 
-        a = new KAction(i18n("&List Only"),CSL1("list"),0,
+        a = new KAction(i18n("&List Only"),CSL1("listsync"),0,
                 this,SLOT(slotListSyncRequested()),
                 actionCollection(), "file_list");

--- kdepim/kpilot/kpilot/pilotDaemon.cc  #1.137:1.137.2.1
@@ -155,5 +155,5 @@ void PilotDaemonTray::setupWidget()
 
         KGlobal::iconLoader()->addAppDir( CSL1("kpilot") );
-        icons[Normal] = loadIcon( CSL1("hotsync") );
+        icons[Normal] = loadIcon( CSL1("kpilot") );
         icons[Busy] = loadIcon( CSL1("busysync") );
         icons[NotListening] = loadIcon( CSL1("nosync") );

--- kdepim/kpilot/kpilot/Icons/Makefile.am  #1.11:1.11.2.1
@@ -5,5 +5,5 @@
 
 kpiloticondir = $(kde_datadir)/kpilot/icons
-kpiloticon_ICON = backup fastsync restore
+kpiloticon_ICON = backup fastsync fullsync listsync restore
 
 KDE_ICON = kpilot kpilotDaemon


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic