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

List:       kde-pim
Subject:    [Kde-pim] KPilot icons patch and icons tgz
From:       Carlos Leonhard Woelz <carloswoelz () imap-mail ! com>
Date:       2004-08-13 20:35:43
Message-ID: 200408131735.48153.carloswoelz () imap-mail ! com
[Download RAW message or body]

[Attachment #2 (multipart/signed)]

[Attachment #4 (multipart/mixed)]


Hi,

The patch makes KPilot load the correct icons for the daemon and sync toolbar 
menu (kpilot icon instead of hotsync icon), and add the new icons to 
Makefile.am.

You can get the icons here:

http://www.geocities.com/carloswoelz

I believe they are bugfixes not new features, as no previous versions existed 
for most of them, and a blank icon was displayed instead, making them 
suitable to the branch as well.

OK to commit?

Cheers,

Carlos Woelz

["kpilot-icons-patch.diff" (text/x-diff)]

Index: kpilot/kpilot/kpilot.cc
===================================================================
RCS file: /home/kde/kdepim/kpilot/kpilot/kpilot.cc,v
retrieving revision 1.145
diff -U3 -r1.145 kpilot.cc
--- kpilot/kpilot/kpilot.cc	19 Jul 2004 10:48:58 -0000	1.145
+++ kpilot/kpilot/kpilot.cc	13 Aug 2004 19:16:27 -0000
@@ -563,7 +563,7 @@
 
 	KActionMenu *syncPopup;
 
-	syncPopup = new KActionMenu(i18n("HotSync"), CSL1("hotsync"),
+	syncPopup = new KActionMenu(i18n("HotSync"), CSL1("kpilot"),
 		actionCollection(), "popup_hotsync");
 	connect(syncPopup, SIGNAL(activated()),
 		this, SLOT(slotHotSyncRequested()));
@@ -604,7 +604,7 @@
 		"should restore the Handheld from data on the PC."));
 	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");
 	a->setWhatsThis(i18n("Tell the daemon that the next HotSync "
Index: kpilot/kpilot/pilotDaemon.cc
===================================================================
RCS file: /home/kde/kdepim/kpilot/kpilot/pilotDaemon.cc,v
retrieving revision 1.137
diff -U3 -r1.137 pilotDaemon.cc
--- kpilot/kpilot/pilotDaemon.cc	31 Jul 2004 13:55:53 -0000	1.137
+++ kpilot/kpilot/pilotDaemon.cc	13 Aug 2004 19:16:30 -0000
@@ -154,7 +154,7 @@
 	FUNCTIONSETUP;
 
 	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") );
 
Index: kpilot/kpilot/Icons/Makefile.am
===================================================================
RCS file: /home/kde/kdepim/kpilot/kpilot/Icons/Makefile.am,v
retrieving revision 1.11
diff -U3 -r1.11 Makefile.am
--- kpilot/kpilot/Icons/Makefile.am	11 Apr 2004 19:39:07 -0000	1.11
+++ kpilot/kpilot/Icons/Makefile.am	13 Aug 2004 19:16:30 -0000
@@ -4,7 +4,7 @@
 kpilotDaemonicon_ICON = hotsync busysync nosync
 
 kpiloticondir = $(kde_datadir)/kpilot/icons
-kpiloticon_ICON = backup fastsync restore
+kpiloticon_ICON = backup fastsync fullsync listsync restore
 
 KDE_ICON = kpilot kpilotDaemon
 

[Attachment #8 (application/pgp-signature)]

_______________________________________________
kde-pim mailing list
kde-pim@mail.kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
kde-pim home page at http://pim.kde.org/

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

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