KDE/kdebase/workspace/plasma/applets/kickoff

Laurent Montel montel at kde.org
Thu Apr 3 00:17:55 CEST 2008


On Thursday 03 April 2008 00:05:57 Laurent Montel wrote:
> On Wednesday 02 April 2008 18:40:14 Laurent Montel wrote:
> > On Wednesday 02 April 2008 18:16:15 Aaron J. Seigo wrote:
> > > On Wednesday 02 April 2008, Laurent Montel wrote:
> > > > SVN commit 792846 by mlaurent:
> > > >
> > > > Add dbus interface to allow to clean up recent application
> > > > and recent doc with sweeper as in kde 3.5.x
> > >
> > > Cool. Unfortunately, this is going to break when there is more than one
> > > application launcher.
>
> I created a lib interface and adapted kickoff
> What do you think about it ?
>
> Regards

patch with adapt kmenuedit and sweeper.

And a minor fix for previous patch (org.kde.plasma => org.kde.plasma.App)
+    
dbus.connect(QString(), "/App", "org.kde.plasma.App", "clearRecentDocumentsAndDocuments", 
this, SLOT(slotClearRecentDocumentsAndApplications()));                                                                                                                                  
                                                                                                                                            
-    new AppAdaptor(this);                                                                                                                  
-    QDBusConnection::sessionBus().registerObject("/App", this);                                                                            
+    dbus.connect(QString(), "/App", "org.kde.plasma.App", "reloadMenuEntry", 
this, SLOT(slotReloadMenuEntry()));          



-- 
Laurent Montel,
KDE/KOffice developer, Qt consultancy projects
Klarälvdalens Datakonsult AB, Platform-independent software solutions
-------------- next part --------------
A non-text attachment was scrubbed...
Name: adapt-plasmamenu.diff
Type: text/x-diff
Size: 1160 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/panel-devel/attachments/20080403/21f250ec/attachment-0001.bin 


More information about the Panel-devel mailing list