Re: panels and popups sliding effect

2009-07-20 Thread Thomas Lübking
Am Monday 20 July 2009 schrieb Marco Martin: > adding (another) new type could also solve my issue with the netbook shell, > where kwin thinks that window is fullscreen just because has the full size > but not the fullscreen flag afaik that's a workaround for old apps that are not NETWM compliant,

Review Request: use window role to detect the dashboard

2012-06-28 Thread Thomas Lübking
://git.reviewboard.kde.org/r/105382/diff/ Testing --- yes, dashboard still triggers the effect, renamed xterm no longer Thanks, Thomas Lübking ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: use window role to detect the dashboard

2012-07-03 Thread Thomas Lübking
--- On June 28, 2012, 7:42 p.m., Thomas Lübking wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/105382/ > --

Re: Review Request: Make Sonnet::Speller::setLanguage threadsafe, fixing segfaults in krunner

2012-09-10 Thread Thomas Lübking
> On Sept. 6, 2012, 12:29 p.m., David Faure wrote: > > A number of comments on the implementation, but also a more general > > comment: does it even make sense to use a Speller in multiple threads, and > > to change the language from one thread while another one is using the > > speller for s

Re: Review Request: Make Sonnet::Speller::setLanguage threadsafe, fixing segfaults in krunner

2012-09-10 Thread Thomas Lübking
> parsing strings. So I couldn't see a way to do this except to call > Sonnet::Speller::setLanguage() in Plasma::AbstractRunner::match, > which meant that for it to work I had to make match thread-safe. > > Sorry. I'm open to suggestions if you have a be

Re: Review Request: Make Sonnet::Speller::setLanguage threadsafe, fixing segfaults in krunner

2012-09-10 Thread Thomas Lübking
> parsing strings. So I couldn't see a way to do this except to call > Sonnet::Speller::setLanguage() in Plasma::AbstractRunner::match, > which meant that for it to work I had to make match thread-safe. > > Sorry. I'm open to suggestions if you have a be

Re: Review Request: Make Sonnet::Speller::setLanguage threadsafe, fixing segfaults in krunner

2012-09-19 Thread Thomas Lübking
> On Sept. 11, 2012, 7:39 p.m., Zack Rusin wrote: > > That's pretty bonkers. This class was never meant to be used like that. > > Holding an object in two threads is not going to work unless you make the > > entire communication synchronous effectively reducing all the > > multi-threading aspe

Re: Review Request: Block screen edge activation for fullscreen windows

2012-10-04 Thread Thomas Lübking
x27;t look into details) for quite sure trigger bug reports ("can't switch desktops", "present windows no longer works with fullscreen "), so here's a warning about that ;-) If some client wants to ensure unobscured input it can grab the pointer, what would also wo

Re: Review Request: Block screen edge activation for fullscreen windows

2012-10-04 Thread Thomas Lübking
> On Oct. 4, 2012, 1:13 p.m., Thomas Lübking wrote: > > Special case solution? > > > > This will (by assumed behavior, didn't look into details) for quite sure > > trigger bug reports ("can't switch desktops", "present windows no longer >

Re: Review Request: Copy files instead of moving if parent dir is not writable

2012-12-09 Thread Thomas Lübking
> On March 30, 2012, 8:18 p.m., Thomas Lübking wrote: > > service/jobs/nepomuk/Move.cpp, line 352 > > <http://git.reviewboard.kde.org/r/104417/diff/5/?file=55320#file55320line352> > > > > "!QUrl::isLocalFile()"? > > Lamarque Vieira Souza wrot

Re: plasma and new shadow mess

2012-12-25 Thread Thomas Lübking
On Montag, 24. Dezember 2012 23:12:22 CEST, Weng Xuetian wrote: > Hi Plasma world, > As new shadow lands in KDE 4.10 RC1, some unintentional mess is introduced. > > https://bugs.kde.org/show_bug.cgi?id=311502 > https://bugs.kde.org/show_bug.cgi?id=311995 I doubt those have much relation, notably #

Re: Review Request: try fix tooltip shadow problem

2012-12-25 Thread Thomas Lübking
#312168. Wild guess from your patch: don't remove the shadows before, but *after* the hiding (eventually "later", ie. in the deconstructor or on the destroyed signal) to avoid confusations between the deleted window size and the "dirty" area. - Thomas Lübking On

Re: Review Request: Fix KSelectionWatcher / KWindowSystem::compositingChanged signal

2013-01-04 Thread Thomas Lübking
kdeui/windowmanagement/kwindowsystem_x11.cpp f9b3cc1 Diff: http://git.reviewboard.kde.org/r/107983/diff/ Testing --- see summary Thanks, Thomas Lübking ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: Fix KSelectionWatcher / KWindowSystem::compositingChanged signal

2013-01-05 Thread Thomas Lübking
cpp f9b3cc1 Diff: http://git.reviewboard.kde.org/r/107983/diff/ Testing --- see summary Thanks, Thomas Lübking ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: Fix KSelectionWatcher / KWindowSystem::compositingChanged signal

2013-01-05 Thread Thomas Lübking
ncountering bug #179042. - Thomas --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107983/#review24713 --- On Jan. 5, 20

Re: Review Request: Fix KSelectionWatcher / KWindowSystem::compositingChanged signal

2013-01-05 Thread Thomas Lübking
ewboard.kde.org/r/107983/#review24751 --- On Jan. 5, 2013, 2:38 p.m., Thomas Lübking wrote: > > --- > This is an automatically generated e-mail. To reply, vi

Re: Review Request: Fix KWindowSystem::compositingChanged signal

2013-01-05 Thread Thomas Lübking
s.kde.org/show_bug.cgi?id=179042 Diffs (updated) - kdeui/windowmanagement/kwindowsystem_x11.cpp f9b3cc1 Diff: http://git.reviewboard.kde.org/r/107983/diff/ Testing --- see summary Thanks, Thomas Lübking ___ Plasma-devel mailing list Plasma-de

Re: Review Request: Fix KWindowSystem::compositingChanged signal

2013-01-05 Thread Thomas Lübking
> On Jan. 5, 2013, 3:13 p.m., Fredrik Höglund wrote: > > Because the XFixesSelectSelectionInput() call specifies that the event > > should be delivered to winId(). KSelectionOwner does not send XFixes > > events; they are generated by the X server. > > > &g

Re: Review Request: Fix KWindowSystem::compositingChanged signal

2013-01-05 Thread Thomas Lübking
> On Jan. 5, 2013, 3:13 p.m., Fredrik Höglund wrote: > > Because the XFixesSelectSelectionInput() call specifies that the event > > should be delivered to winId(). KSelectionOwner does not send XFixes > > events; they are generated by the X server. > > > &g

Re: Review Request: fix kwin tabbox shadow

2013-01-06 Thread Thomas Lübking
> On Jan. 6, 2013, 7:34 a.m., Martin Gräßlin wrote: > > I don't like having a link dependency on plasmagenericshell. If that is > > supposed to be used, then it needs to go to the workspaces libs. > > > > I also think that this approach just doesn't scale. We use Plasma styled > > dialogs for

Re: Review Request: fix kwin tabbox shadow

2013-01-07 Thread Thomas Lübking
t; So kwin will directly use Plasma::Svg for tabbox shadow?.. I can't see a > clear way for doing this right so I just take a easiest way for this. (And to > call attention for right people on this, on purpose :P) > > Thomas Lübking wrote: > KWin needs a (tmp proprietary

Re: Review Request: Fix KWindowSystem::compositingChanged signal

2013-01-08 Thread Thomas Lübking
is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107983/#review25012 --- On Jan. 5, 2013, 5:08 p.m., Thomas Lübking wrote: > > --

Re: Review Request: Fix KWindowSystem::compositingChanged signal

2013-01-08 Thread Thomas Lübking
o kwin), and I > > notice some strange plasma theme change caused by this. > > > > Trying to find you why.. > > Thomas Lübking wrote: > The XFixesSelectionNotify event fires one every selection owner event, > usually it'll be the cnp system (when you eg. mark

Re: Review Request: Fix KWindowSystem::compositingChanged signal

2013-01-08 Thread Thomas Lübking
-- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107983/#review25025 --- On Jan. 9, 2013, 12:52 a.m., Thomas Lübking wrote: > > ---

Re: Review Request: use _NET_WM_STATE_HIDDEN to check if the window is minimized instead of WM_STATE == ICONIC when possible.

2013-01-10 Thread Thomas Lübking
> On Jan. 10, 2013, 6:42 a.m., Martin Gräßlin wrote: > > the big question is whether the code has been like that for historic > > reasons or whether there are problems with some window managers. I am for > > 99 % sure that it's for historic reasons, but the remaining 1 % tells me > > that it's

Re: Review Request: Fix KWindowSystem::compositingChanged signal

2013-01-10 Thread Thomas Lübking
iff: http://git.reviewboard.kde.org/r/107983/diff/ Testing --- see summary Thanks, Thomas Lübking ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: Fix KWindowSystem::compositingChanged signal

2013-01-10 Thread Thomas Lübking
the KWindowSystem issue remains. This addresses bug 179042. http://bugs.kde.org/show_bug.cgi?id=179042 Diffs (updated) - kdeui/windowmanagement/kwindowsystem_x11.cpp f9b3cc1 Diff: http://git.reviewboard.kde.org/r/107983/diff/ Testing --- see summary

Re: Review Request 108375: fix bug 311116 / screenlocker hiding

2013-01-13 Thread Thomas Lübking
2c263 ksmserver/screenlocker/greeter/greeterapp.cpp a35c8ae ksmserver/screenlocker/greeter/screensaverwindow.cpp adb2587 Diff: http://git.reviewboard.kde.org/r/108375/diff/ Testing --- "Screensaver" - Emulation ;-) m_showScreenSaver = true; // screensaverWindow->setBackground(b

Re: Review Request 108377: fix rest von 313020

2013-01-13 Thread Thomas Lübking
m a turned off, ie. black screen. This addresses bug 313020. http://bugs.kde.org/show_bug.cgi?id=313020 Diffs - ksmserver/screenlocker/greeter/themes/org.kde.passworddialog/contents/ui/main.qml 0e78fdd Diff: http://git.reviewboard.kde.org/r/108377/diff/ Testing ---

Re: Review Request 108375: fix bug 311116 / screenlocker hiding

2013-01-13 Thread Thomas Lübking
ttp://git.reviewboard.kde.org/r/108375/#comment19351> all changes in greeter.cpp are wrong and relics and i've reset the file locally - sorry for having it in the patch - Thomas Lübking On Jan. 13, 2013, 11:22 a.m., Thomas Lü

XDpms in screenlocker

2013-01-13 Thread Thomas Lübking
** please keep me in CC ** While stepping across the ksmserver/screenlocker/greeter/* code i noticed that there's (intended) support to show the screensaver on pressing esc, but no equivalent to re/activate dmps (DPMSForceLevel, "xdpms force off") I've failed to find resp. API in powerdevil (a

Re: Review Request 108375: fix bug 311116 / screenlocker hiding

2013-01-13 Thread Thomas Lübking
locker/greeter/greeterapp.cpp a35c8ae ksmserver/screenlocker/greeter/screensaverwindow.cpp adb2587 Diff: http://git.reviewboard.kde.org/r/108375/diff/ Testing --- "Screensaver" - Emulation ;-) m_showScreenSaver = true; // screensaverWindow->setBackground(backgroundPix

Re: Review Request 108375: fix bug 311116 / screenlocker hiding

2013-01-13 Thread Thomas Lübking
tically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108375/#review25397 --- On Jan. 13, 2013, 9:32 p.m., Thomas Lübking wrote: > > --- > This is an automat

Re: XDpms in screenlocker

2013-01-13 Thread Thomas Lübking
On Sonntag, 13. Januar 2013 19:22:09 CEST, Aaron J. Seigo wrote: On Sunday, January 13, 2013 13:55:54 Thomas Lübking wrote: ** please keep me in CC ** While stepping across the ksmserver/screenlocker/greeter/* code i noticed that there's (intended) support to show the screensaver on pressing e

Re: Review Request 108400: Improve highlighted contrast in thumbnail tabbox

2013-01-14 Thread Thomas Lübking
> On Jan. 14, 2013, 7:59 a.m., Thomas Lübking wrote: > > my 2c only: > > > > if air has an unnotable *highlight* frame this should be fixed in the theme. > > if it is not fixable in the theme because the focus is on a mostly light > > and "airy" appea

Review Request 108417: screenlocker make [escape] "conditionally" turn off the screen

2013-01-14 Thread Thomas Lübking
de.org/r/108417/diff/ Testing --- Yes, reliably toggles the screen even after press-holding the escape key (then wait for the actual screen state and then controlled toggling it) Thanks, Thomas Lübking ___ Plasma-devel mailing list Plasma

Re: Review Request 108417: screenlocker make [escape] "conditionally" turn off the screen

2013-01-14 Thread Thomas Lübking
not have to perform the dbus trip anyway...) - Thomas --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108417/#review25531 ------- On Jan. 14, 2013, 9:12 p.m., Thomas Lübking wrote: > > -

Re: Review Request 108417: screenlocker make [escape] "conditionally" turn off the screen

2013-01-14 Thread Thomas Lübking
the interface? I can > > picture a case where powerdevil is inactive. I guess in that case asyncCall > > would simply silently fail, but better safe than sorry. > > Thomas Lübking wrote: > It'll silently fail whereas the query for the interface is a synchronous >

Re: Review Request 108400: Improve highlighted contrast in thumbnail tabbox

2013-01-14 Thread Thomas Lübking
> On Jan. 14, 2013, 7:59 a.m., Thomas Lübking wrote: > > my 2c only: > > > > if air has an unnotable *highlight* frame this should be fixed in the theme. > > if it is not fixable in the theme because the focus is on a mostly light > > and "airy" appea

Re: Review Request 108400: Improve highlighted contrast in thumbnail tabbox

2013-01-15 Thread Thomas Lübking
> On Jan. 15, 2013, 3:06 p.m., Aaron J. Seigo wrote: > > yes, looks proper. > > > > on a broader note, it's probably hard/impossible to make the viewitem svg > > work for this use case and the general use case of QML views .. so +1 from > > me. I'd rather say if theme can not provide this, th

Re: Review Request 108417: screenlocker make [escape] "conditionally" turn off the screen

2013-01-15 Thread Thomas Lübking
the interface? I can > > picture a case where powerdevil is inactive. I guess in that case asyncCall > > would simply silently fail, but better safe than sorry. > > Thomas Lübking wrote: > It'll silently fail whereas the query for the interface is a synchronous >

Re: Review Request 107983: Fix KWindowSystem::compositingChanged signal

2013-01-15 Thread Thomas Lübking
107983/#review25307 --- On Jan. 9, 2013, 2 a.m., Thomas Lübking wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://g

Review Request 108441: prevent false positive mouse deactivation of screensaver

2013-01-16 Thread Thomas Lübking
Testing --- Yes, also no dangerous asserts included (turned out i've debug compiling only fake enabled for kwin ;-) Thanks, Thomas Lübking ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request 108438: Use translucent/dialogs/background elements where possible

2013-01-16 Thread Thomas Lübking
because of eg. the requirement to mask the window (no idea whether that works at all) and doesn't catch plasma dialogs etc. - yet (aside the margin issue) better that what is there and the fix in the shadow frame is pretty much required. - Thomas Lübking On Jan. 16, 2013, 1:57 p.m., M

Re: Review Request 108417: screenlocker make [escape] "conditionally" turn off the screen

2013-01-16 Thread Thomas Lübking
rd.kde.org/r/108417/#review25663 --- On Jan. 14, 2013, 9:12 p.m., Thomas Lübking wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://

Re: Review Request 108417: screenlocker make [escape] "conditionally" turn off the screen

2013-01-16 Thread Thomas Lübking
that an approach that works for all varieties of locker? > > Thomas Lübking wrote: > The unlock dialog cannot be dismissed, it's what protects the screen > against content exposure - it /is/ the screenlocker by the new architecture > and afaiu. > The "screensaver"

Re: Review Request 108438: Use translucent/dialogs/background elements where possible

2013-01-16 Thread Thomas Lübking
> On Jan. 16, 2013, 5:58 p.m., Sebastian Kügler wrote: > > This patch brings a big improvement on the contrast, works better even than > > I expected. :) > > > > On KDE/4.10 I'm getting the following build error: > > > > /home/sebas/kdesvn/src/kde-workspace/kwin/tabbox/../workspace.h: In > >

Re: Review Request 108375: fix bug 311116 / screenlocker hiding

2013-01-16 Thread Thomas Lübking
tomatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108375/#review25695 ------- On Jan. 13, 2013, 9:32 p.m., Thomas Lübking wrote: > > --- > This i

Re: Review Request 108438: Use translucent/dialogs/background elements where possible

2013-01-16 Thread Thomas Lübking
seen was that the TabBox became too small - > thumbnails were placed outside the box. > > I will look into it tomorrow again - maybe Aaron found a solution for > KWin tells libplasma that we use compositing ;-) > > Thomas Lübking wrote: > Does https://git.revie

Review Request 108585: Fix screenlocker lockwindow geometry on screen resizes

2013-01-25 Thread Thomas Lübking
at i could have simply xrandr'd the geometry from VT1 as well - "blast!") everything is nicely black (with compositing) Thanks, Thomas Lübking ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request 108585: Fix screenlocker lockwindow geometry on screen resizes

2013-01-26 Thread Thomas Lübking
automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108585/#review26205 ------- On Jan. 25, 2013, 11:04 p.m., Thomas Lübking wrote: > > --- > This is

Re: Review Request 108585: Fix screenlocker lockwindow geometry on screen resizes

2013-01-26 Thread Thomas Lübking
> On Jan. 26, 2013, 2:03 p.m., Oliver Henshaw wrote: > > I don't have multiple monitors to test with, but can you test with the the > > LockWindow set to some colour other than black? Just so that any bizarre > > side effects are more obvious. > > Thomas Lü

Re: Review Request 108585: Fix screenlocker lockwindow geometry on screen resizes

2013-01-28 Thread Thomas Lübking
- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108585/#review26301 --- On Jan. 25, 2013, 11:04 p.m., Thomas Lübking wrote: > > --

Re: Review Request 108643: Fix screenlocker lockwindow geometry on screen resizes (take 2)

2013-01-28 Thread Thomas Lübking
might be required on top (if the lockerwindow moved itself above the greeter) - at least activateWindow will not raise the window. - Thomas Lübking On Jan. 28, 2013, 2:38 p.m., Aaron J. Seigo wrote: > > --- > This is an automat

Re: Review Request 108643: Fix screenlocker lockwindow geometry on screen resizes (take 2)

2013-01-28 Thread Thomas Lübking
the Qt::transparent. This also requires it to be 32bit, ie. ARGB - is that lockerwindow constructed out of sth. else here (eg. plasma-desktop) or do you eventually run into this with the oxygen-transparent style or the resp. settings of QtCurve or Bespin? - Thomas Lübking On Jan. 28, 2013, 2:38

Re: Review Request 108643: Fix screenlocker lockwindow geometry on screen resizes (take 2)

2013-01-28 Thread Thomas Lübking
> On Jan. 28, 2013, 3:27 p.m., Thomas Lübking wrote: > > ksmserver/screenlocker/greeter/greeterapp.cpp, line 210 > > <http://git.reviewboard.kde.org/r/108643/diff/1/?file=109632#file109632line210> > > > > This is pointless because the greeter view is not ma

Re: Review Request 108643: Fix screenlocker lockwindow geometry on screen resizes (take 2)

2013-01-28 Thread Thomas Lübking
> On Jan. 28, 2013, 3:30 p.m., Thomas Lübking wrote: > > What kinda strucks me is that the window is translucent for the > > Qt::transparent. > > This also requires it to be 32bit, ie. ARGB - is that lockerwindow > > constructed out of sth. else here (eg. plasma-de

Re: Review Request 108643: Fix screenlocker lockwindow geometry on screen resizes (take 2)

2013-01-29 Thread Thomas Lübking
32bit drawable here (or this is maybe an issue in the driver) - Thomas Lübking On Jan. 28, 2013, 2:38 p.m., Aaron J. Seigo wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.

Re: Review Request 108438: Use translucent/dialogs/background elements where possible

2013-01-30 Thread Thomas Lübking
ox/declarative.cpp <http://git.reviewboard.kde.org/r/108438/#comment20104> No idea how expensive this is (eg. whether there's an I/O) but it could be cached (since iirc we connect the themeChange signal anyway) - Thomas Lübking On Jan. 30, 2013, 7:

Re: Review Request 108438: Use translucent/dialogs/background elements where possible

2013-01-30 Thread Thomas Lübking
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108438/#review26419 --- Ship it! Ship It! - Thomas Lübking On Jan. 30, 2013, 1:28

Re: Review Request 108513: Rewrite of KWin's Screen Edge Handling

2013-02-07 Thread Thomas Lübking
513/#comment20329> F*** I ran into that yesterday and wanted to mention it. You forgot to bump the ABI (leading to *very* ominous crash reports here ;-) - Thomas Lübking On Feb. 4, 2013, 8:50 a.m., Martin Gräßlin

Re: Review Request 104281: Drop Decorations B2, Laptop and Plastik

2013-02-09 Thread Thomas Lübking
> On Feb. 7, 2013, 9:25 p.m., Albert Astals Cid wrote: > > I see this has a ship it but marked as uncommited. Was it commited and you > > forgot to close the request or is still uncommited? > > Aaron J. Seigo wrote: > plastik is gone, but b2 and laptop are still there. > > Albert Astals Ci

Re: Review Request 108957: Adding BAMF support to KWin

2013-02-14 Thread Thomas Lübking
and updates the property. yeah.) I frankly have no concept for the above ready (esp: "who'd forgets information in the root case") but am not convinced about the bamf approach. It looks like some of my hack solutions in this regard, not anything like a proper solution. - Th

Re: Review Request 106110: Make autohide panel do not intercept events in fullscreen app

2013-03-11 Thread Thomas Lübking
trigger dock type (thus managed) would more or less get you what you want (below -active- fullscreen windows, above everything else) - however they'd be below kwin screenedges (corners or to switch VD w/o moving a window) then (while currently above those) - Thomas Lübking On Aug. 22, 2012,

[RFC] Re: : Drop support for Compiz in KDecoration

2013-03-15 Thread Thomas Lübking
On Freitag, 15. März 2013 14:38:45 CEST, Martin Gräßlin wrote: Since [1] KWin has the internal KDecorationBridge as a public part of the KDecoration API to allow Compiz to implement it. This is rather unfortunate as it makes our life more difficult as we cannot extend our internal API without

Re: Review Request 106110: Make autohide panel do not intercept events in fullscreen app

2013-03-21 Thread Thomas Lübking
> On March 20, 2013, 2 p.m., Aaron J. Seigo wrote: > > have you tested the following two use cases: > > > > * panel hides, a window becomes full screen at that point .. does the panel > > still unhide now? > > * window becomes full screen, panel hides (and with the patch no unhide > > trigger

Re: Review Request 109604: Model to provide easy access to KWin's Clients from QML

2013-03-21 Thread Thomas Lübking
m_clients and m_ids as hash/map or at least a pair (implicitly documenting "this is assigned and has to be in sync") Most on terminology, but think about grouping m_ids and m_clients The last "ClientGroup" lost the connection quite some times ... =) - Thomas Lübking On March

Re: Review Request 107983: Fix KWindowSystem::compositingChanged signal

2013-03-24 Thread Thomas Lübking
2 Diffs - kdeui/windowmanagement/kwindowsystem_x11.cpp f9b3cc1 Diff: http://git.reviewboard.kde.org/r/107983/diff/ Testing --- see summary File Attachments testcase http://git.reviewboard.kde.org/media/uploaded/files/2013/01/04/selectionwatcher.cpp

Re: Review Request 109604: Model to provide easy access to KWin's Clients from QML

2013-03-26 Thread Thomas Lübking
> On March 21, 2013, 9:06 p.m., Thomas Lübking wrote: > > kwin/scripting/scripting_model.cpp, line 190 > > <http://git.reviewboard.kde.org/r/109604/diff/1/?file=120515#file120515line190> > > > > considered to keep m_clients and m_ids as hash/map or

Re: Review Request 109604: Model to provide easy access to KWin's Clients from QML

2013-04-03 Thread Thomas Lübking
anyway ;-) - Thomas Lübking On April 2, 2013, 3:41 p.m., Martin Gräßlin wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.

Re: Review Request 106110: Make autohide panel do not intercept events in fullscreen app

2013-04-08 Thread Thomas Lübking
me > > screen -> don't interfere. > > Thomas Lübking wrote: > a fullscreen window can cover more than one screen (@Martin: there's even > a netwm hint on that for xinerama ;-) > What you wanted to check is whether the panel and the window intersect. &

Re: Review Request 110176: Change the visual appearance of the composited outline

2013-04-25 Thread Thomas Lübking
t uses this will use background.svg instead. There's (unfortunately) no explicit requirement on that either this is translucent or exists at all (what will get us the regular "solid" background) For the beginning, i'd strongly recommend to elevate the to-be-tiled window ov

Re: Review Request 110176: Change the visual appearance of the composited outline

2013-04-26 Thread Thomas Lübking
> On April 25, 2013, 9:10 a.m., Marco Martin wrote: > > seems a nice idea. > > since the shadow for that item is huge, does take it into account when it > > resizes the frame? )you would want the frame border, not the shadow more or > > less aligned with the window size) > > Martin Gräßlin wro

Re: Review Request 110176: Change the visual appearance of the composited outline

2013-04-26 Thread Thomas Lübking
> On April 25, 2013, 12:29 p.m., Thomas Lübking wrote: > > It's a definitively visual improvement with many themes (including and esp. > > air), but eg. (old) oxygen and several others still get me a black overlay > > that does not much look like a frame or windo

[RFC] Re: Disable DrKonqi for KWin in stable releases

2013-04-30 Thread Thomas Lübking
tl;dr - No. 1st off i recall somebody more or less saying not letting any distro (and one in particular) determine his (or her, hey ;-) actions. I agree with that. Furthermore, it's not much fair towards "other users" - and loosing high-quality reports (eg. from gentoo) because is less than i

Re: Review Request 110176: Change the visual appearance of the composited outline

2013-04-30 Thread Thomas Lübking
even with opaque themes and a clear improvement over the status quo in about all cases. - Thomas Lübking On April 26, 2013, 6 a.m., Martin Gräßlin wrote: > > --- > This is an automatically generated e-mail. To reply, visi

Re: Review Request 110176: Change the visual appearance of the composited outline

2013-05-01 Thread Thomas Lübking
176/#comment23735> though not sure about this - personally liked the other variant better (also, what if there's a transparent panel on either edge?) - Thomas Lübking On April 26, 2013, 6 a.m., Martin Gräßlin wrote: > > ---

Re: Review Request 107983: Fix KWindowSystem::compositingChanged signal

2013-05-24 Thread Thomas Lübking
This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107983/#review31963 ------- On March 23, 2013, 8:06 p.m., Thomas Lübking wrote: > > --

Re: Review Request 112236: krunner: Add the full name of completion matches to history

2013-08-24 Thread Thomas Lübking
/main.qml <http://git.reviewboard.kde.org/r/112236/#comment28473> ... ;-) - Thomas Lübking On Aug. 24, 2013, 9:52 a.m., Harald Hvaal wrote: > > --- > This is an automatically generated e-mail. To reply

Re: Review Request 112241: Fix "Show Launcher when not running" option in taskbar widget

2013-08-24 Thread Thomas Lübking
> On Aug. 24, 2013, 3:17 p.m., Eike Hein wrote: > > Hm, on the face of it, this patch doesn't really make sense ... launcher > > items don't have an associated task, so the function should already return > > early and the extra condition should be redundant. Unless there's a race > > condition

Re: Review Request 112241: Fix "Show Launcher when not running" option in taskbar widget

2013-08-24 Thread Thomas Lübking
pe when I get home > tonight I'll finally get around to setting up a 32 bit VM, and I'm hoping > it'll crash there so I can throw all the gdb/valgrind/asan at it we got :). > > Thomas Lübking wrote: > What bug and is "WId" involved? > > Bhush

Review Request 112727: Shrink (fancy) unhide trigger when entered while FS window is active

2013-09-14 Thread Thomas Lübking
el appears), subsequent indication remains unaffected. Thanks, Thomas Lübking ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request 112727: Shrink (fancy) unhide trigger when entered while FS window is active

2013-09-14 Thread Thomas Lübking
de is not indicated (but the panel appears), subsequent indication remains unaffected. Thanks, Thomas Lübking ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request 112727: Shrink (fancy) unhide trigger when entered while FS window is active

2013-09-25 Thread Thomas Lübking
automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112727/#review40664 ----------- On Sept. 14, 2013, 2:36 p.m., Thomas Lübking wrote: > > --- > Thi

Re: Review Request 113419: Remove the upper-half white gradient from KSplash Minimalistic theme

2013-10-24 Thread Thomas Lübking
> On Oct. 24, 2013, 3:35 p.m., Ivan Čukić wrote: > > Actually, this is something that I wanted to do ever since I saw it on a > > different screen to the one I had when I made it. > > > > If you want to try it with a radial gradient, mind that around the logo, > > the background needs to be pi

Review Request 113971: improve screenlocker multiscreen handling

2013-11-20 Thread Thomas Lübking
33945 Diff: http://git.reviewboard.kde.org/r/113971/diff/ Testing --- Thanks, Thomas Lübking ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request 113971: improve screenlocker multiscreen handling

2013-11-20 Thread Thomas Lübking
is is obviously very important. If we enter a recursion here, the user will not be able to enter a password on a multiscreen context - Thomas Lübking On Nov. 20, 2013, 4:52 p.m., Thomas Lübking wrote: > > --

Re: Review Request 113971: improve screenlocker multiscreen handling

2013-11-24 Thread Thomas Lübking
erver/screenlocker/greeter/greeterapp.h 951b1e3 ksmserver/screenlocker/greeter/greeterapp.cpp bf33945 Diff: http://git.reviewboard.kde.org/r/113971/diff/ Testing --- Thanks, Thomas Lübking ___ Plasma-devel mailing list Plasma-devel@kde.org

Re: Review Request 114910: Patch for bug 317066 ("systray leaves garbage on the panel when resizing ")

2014-01-08 Thread Thomas Lübking
only cause a full parent repaint when adding/removing an (fdo) icon? - Thomas Lübking On Jan. 8, 2014, 8:59 a.m., Dmitry Ivanov wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.revi

Re: Notes from "New OSD in Plasma 2"

2014-01-18 Thread Thomas Lübking
On Samstag, 18. Januar 2014 13:34:49 CEST, Martin Graesslin wrote: Show it on all screens. That is create one OSD per screen. If that's not wanted I'd say we use what KWin considers the "active" screen. And we could take care of moving it there. (Active screen is depending on config option the

Re: Suggestion: Merge "Showing Desktop" and "Dashboard" mode

2014-01-19 Thread Thomas Lübking
On Sonntag, 19. Januar 2014 14:17:15 CEST, Martin Graesslin wrote: The idea is to reuse the desktop windows, hide the wallpaper (on compositing) and restack it on top of all other windows. That would imply to dump the "dashboard" as some additional plasmoid container, correct? Thus if the show

Re: Notes from "New OSD in Plasma 2"

2014-01-20 Thread Thomas Lübking
On Montag, 20. Januar 2014 17:29:18 CEST, Martin Klapetek wrote: How would the positioning work inside kwin and where? kwin/placement.cpp You may want to take a look at https://git.reviewboard.kde.org/r/110918/ in addition. Btw does it also handle when you click a youtube link you got from s

Re: Review Request 112727: Shrink (fancy) unhide trigger when entered while FS window is active

2014-02-09 Thread Thomas Lübking
> On Sept. 24, 2013, 10:31 a.m., Martin Gräßlin wrote: > > > no idea whether that's acceptable > > shouldn't be much of an issue. KWindowSystem is emitting a signal, isn't > > it? activeWindowChanged() > > Thomas Lübking wrote: > There&#

Re: Review Request 115857: Fix flickering of sliding popups while disappearing

2014-02-18 Thread Thomas Lübking
> On Feb. 18, 2014, 6:37 a.m., Martin Gräßlin wrote: > > I'm sorry, but you are fixing symptoms and not the problem. Calling the > > repaint is correct, otherwise we might end with artefacts. The problem must > > be that another effect is still holding a reference to the window and thus > > it

Re: Review Request 115857: Fix flickering of sliding popups while disappearing

2014-02-18 Thread Thomas Lübking
nce to the window and thus > > it's being shown again. Try disabling the fade effect or any other closing > > animation effect you might be using. > > Thomas Lübking wrote: > Depending on the flicker it could also be cached blurring (bug #307112) > Otherwise in the

Re: Review Request 115859: Force-allow background contrast while sliding desktops

2014-02-18 Thread Thomas Lübking
tps://git.reviewboard.kde.org/r/115859/#comment35252> what about setting and removing this with setting the "slide" flag and catch windowAdded() while slide is true for that matter? - Thomas Lübking On Feb. 18, 2014, 1:58 p.m., Sebast

Re: Review Request 115859: Force-allow background contrast while sliding desktops

2014-02-18 Thread Thomas Lübking
ning kwin/effects/slide/slide.cpp <https://git.reviewboard.kde.org/r/115859/#comment35258> three hash lookups for one (use QHash::iterator) kwin/effects/slidingpopups/slidingpopups.cpp <https://git.reviewboard.kde.org/r/115859/#comment35257> unrelated? - Thomas Lübkin

Re: Review Request 115859: Force-allow background contrast while sliding desktops

2014-02-18 Thread Thomas Lübking
> On Feb. 18, 2014, 2:15 p.m., Thomas Lübking wrote: > > kwin/effects/slide/slide.cpp, line 72 > > <https://git.reviewboard.kde.org/r/115859/diff/3/?file=244774#file244774line72> > > > > what about setting and removing this with setting the "slide&qu

Re: Review Request 115859: Force-allow background contrast while sliding desktops

2014-02-18 Thread Thomas Lübking
> On Feb. 18, 2014, 2:15 p.m., Thomas Lübking wrote: > > kwin/effects/slide/slide.cpp, line 72 > > <https://git.reviewboard.kde.org/r/115859/diff/3/?file=244774#file244774line72> > > > > what about setting and removing this with setting the "slide&qu

Re: Review Request 115857: Fix flickering of sliding popups while disappearing

2014-02-19 Thread Thomas Lübking
> On Feb. 19, 2014, 1:10 p.m., Commit Hook wrote: > > This review has been submitted with commit > > 848dd8c25b3511d89527ff8bd7b7e9125290385e by Sebastian Kügler to branch > > master. Just for the records, the commit is https://git.reviewboard.kde.org/r/115859/ - this review was not submitted

  1   2   3   4   >