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

List:       kde-commits
Subject:    kdepim/kpilot/kpilot
From:       Carlos Leonhard Woelz <carloswoelz () imap-mail ! com>
Date:       2004-08-25 22:25:54
Message-ID: 20040825222554.73D107AFF () office ! kde ! org
[Download RAW message or body]

CVS commit by cwoelz: 

Update KPilot sync icons, and add missing ones. The recycled icon is finally gone.


  M +3 -3      kpilot.cc   1.148
  M +2 -2      pilotDaemon.cc   1.138
  M            Icons/Makefile.am   1.12
  M +5 -6      Icons/cr16-action-fastsync.png   1.3
  M            Icons/cr16-action-fullsync.png   1.2
  M +2 -6      Icons/cr16-action-hotsync.png   1.3
  M            Icons/cr16-action-listsync.png   1.2
  M            Icons/cr22-action-fastsync.png   1.2
  M            Icons/cr22-action-fullsync.png   1.2
  M            Icons/cr22-action-hotsync.png   1.3
  M            Icons/cr22-action-listsync.png   1.2
  M            Icons/cr32-action-fastsync.png   1.2
  M            Icons/cr32-action-fullsync.png   1.2
  M            Icons/cr32-action-hotsync.png   1.2
  M            Icons/cr32-action-listsync.png   1.2
  M            Icons/cr48-action-fastsync.png   1.2
  M            Icons/cr48-action-fullsync.png   1.2
  M            Icons/cr48-action-hotsync.png   1.2
  M            Icons/cr48-action-listsync.png   1.2
  M            Icons/fastsync.png   1.3
  M            Icons/hotsync.png   1.4
  M            Icons/kpilot-bhotsync.png   1.3
  M            Icons/nosync.png   1.2


--- kdepim/kpilot/kpilot/Icons/Makefile.am  #1.11:1.12
@@ -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

--- kdepim/kpilot/kpilot/pilotDaemon.cc  #1.137:1.138
@@ -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/kpilot.cc  #1.147:1.148
@@ -553,5 +553,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()),
@@ -594,5 +594,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");


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

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