Re: Integrate AppMenu into Workspace 4.9

2012-02-10 Thread Cedric Bellegarde
Le jeudi 9 février 2012 23:40:07 Weng Xuetian a écrit : > I would say give it a blacklist for some special application It'd already possible: http://www.tuxgarage.com/2011/05/disable-enable-global-menu-natty.html -- Cédric ___ Plasma-devel mailing lis

Re: Integrate AppMenu into Workspace 4.9

2012-02-10 Thread Cedric Bellegarde
Le vendredi 10 février 2012 00:22:21 Weng Xuetian a écrit : > By the way GNOME is also doing something similar, though not knowing > the implementation detail. > http://live.gnome.org/ThreePointThree/Features/ApplicationMenu This is dbusmenu2, there is a qt branch but not active for now :-/ --

Re: Integrate AppMenu into Workspace 4.9

2012-02-10 Thread Cedric Bellegarde
Le jeudi 9 février 2012 16:07:13 vous avez écrit : Hello, > -Is there any way of integrating oxygen-appmenu without breaking Oxygen-appmenu is deprecated, you should use this now: https://gitorious.org/kde-workspace-appmenu Me and Lionel Chauvin are working to get this ready for KDE 4.9 (and ma

Re: Integrate AppMenu into Workspace 4.9

2012-02-10 Thread Cedric Bellegarde
Le vendredi 10 février 2012 12:12:04 Alex Fiestas a écrit : > I take that the KDED won't register a com.canonical.Registrar until > somebody is registered to it, right? Right. > > > QMenu* menu = mRegistrarClient->menuForWinId(windowId()); > > Remember that we are going QML, QMenu is perfect f

Shadow bug in appmenu bar

2013-01-07 Thread Cedric Bellegarde
Hello, reading recents discussions on kde lists, i noticed that appmenu menubar didn't have a shadow... I tried to add a shadow looking at krunner/panel code, it's working but i've got a strange visual black line (see screenshot). http://quickgit.kde.org/?p=kde- workspace.git&a=commitdiff&h=d

Re: Shadow bug in appmenu bar

2013-01-07 Thread Cedric Bellegarde
Le lundi 7 janvier 2013 11:50:43 Marco Martin a écrit : > any ways, i think the problem is that the top border shadow should be > removed (from the screenshot various corner shadows seem to overlap), if a > Plasma::Dialog is used, this will be done automatically, otherwise look at > the code in kd

Review Request: use Plasma::Dialog for icontasks tooltips

2013-01-07 Thread Cedric Bellegarde
--- localily tested, no problem Thanks, Cedric Bellegarde ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: use Plasma::Dialog for icontasks tooltips

2013-01-08 Thread Cedric Bellegarde
automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108241/#review24918 --- On Jan. 7, 2013, 1:53 p.m., Cedric Bellegarde wrote: > >

Re: Review Request: use Plasma::Dialog for icontasks tooltips

2013-01-08 Thread Cedric Bellegarde
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108241/#review24926 --- On Jan. 7, 2013, 1:53 p.m., Cedric Bellegarde wrote: > > --

Re: Review Request: use Plasma::Dialog for icontasks tooltips

2013-01-08 Thread Cedric Bellegarde
a::Dialog use > > WA_X11NetWmWindowTypeToolTip to test whether to use edge hug with panel or > > not, you won't want that with tooltip. > > Cedric Bellegarde wrote: > Sorry, but this should be fixed by icontasks dev, no ? This code is code from Plasma::Tooltip. -

Re: Review Request: use Plasma::Dialog for icontasks tooltips

2013-01-08 Thread Cedric Bellegarde
gt; would never have existed. it pisses me off to no end that we end up with such > problems just because people think they know better and ignore good advice. > > Cedric Bellegarde wrote: > >the proper long term solution is to make it use Plasma::Tooltip > > Plasma::

Re: Review Request: use Plasma::Dialog for icontasks tooltips

2013-01-08 Thread Cedric Bellegarde
: http://git.reviewboard.kde.org/r/108241/diff/ Testing --- localily tested, no problem Thanks, Cedric Bellegarde ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: port kdelib's tooltip shadow code to icontasks, and remove halo

2013-01-09 Thread Cedric Bellegarde
- On Jan. 8, 2013, 2:06 p.m., Xuetian Weng wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/108265/ > ------- > > (Updat

Re: KDED module and DBus signals

2013-03-08 Thread Cedric Bellegarde
Le vendredi 8 mars 2013 15:34:10 Michail Vourlakos a écrit : > Can aKDED module exposeDBus signals? Yes, kded-appmenu do this: $ qdbus org.kde.kded /modules/appmenu|grep signal|wc -l 6 regards, -- Cédric ___ Plasma-devel mailing list Plasma-devel@kde.

Review Request 111594: Use launcher icon in tooltips when showing multiples windows

2013-07-19 Thread Cedric Bellegarde
diff/ Testing --- Working here Thanks, Cedric Bellegarde ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request 111594: Use launcher icon in tooltips when showing multiples windows

2013-07-19 Thread Cedric Bellegarde
plets/icontasks/taskgroupitem.cpp cdc411f Diff: http://git.reviewboard.kde.org/r/111594/diff/ Testing --- Working here Thanks, Cedric Bellegarde ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request 111594: Use launcher icon in tooltips when showing multiples windows

2013-07-22 Thread Cedric Bellegarde
plets/icontasks/taskgroupitem.cpp cdc411f Diff: http://git.reviewboard.kde.org/r/111594/diff/ Testing --- Working here Thanks, Cedric Bellegarde ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request 112073: Partially revert commit 83d3018

2013-08-20 Thread Cedric Bellegarde
> On Aug. 19, 2013, 9:10 a.m., David Faure wrote: > > This is ... extremely surprising. > > plasma-desktop registers to DBus as "org.kde.plasma-desktop", doesn't it? > > That's what "unique" expects (while "multi" expects the PID appended). > > > > In addition, I didn't experience any problems

Re: Review Request 117746: Don't make blocking dbus calls from KDED for appmenu.

2014-04-25 Thread Cedric Bellegarde
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117746/#review56544 --- Will test this as soon as possible - Cedric Bellegarde On

Re: Review Request 117746: Don't make blocking dbus calls from KDED for appmenu.

2014-04-25 Thread Cedric Bellegarde
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117746/#review56545 --- Will test this as soon as possible - Cedric Bellegarde On

Re: Review Request 117746: Don't make blocking dbus calls from KDED for appmenu.

2014-04-25 Thread Cedric Bellegarde
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117746/#review56546 --- Will test this as soon as possible. - Cedric Bellegarde On

Re: Review Request 117746: Don't make blocking dbus calls from KDED for appmenu.

2014-04-27 Thread Cedric Bellegarde
- Kded freeze - Cedric Bellegarde On April 24, 2014, 3:09 p.m., David Edmundson wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.