- Oct 23, 2013
-
-
Fabian Homborg authored
These may be janky, but offer useful feedback.
-
Fabian Homborg authored
-
Fabian Homborg authored
-
Fabian Homborg authored
- Bugfixes
-
Fabian Homborg authored
Turns out it really _was_ needed.
-
Fabian Homborg authored
It's better to be notified when something goes wrong than for it to be ignored silently.
-
Fabian Homborg authored
-
Fabian Homborg authored
This is completely unnecessary.
-
Fabian Homborg authored
This means a huge speedup when you do silly things like make a client fullscreen and not fullscreen fifty times.
-
- Oct 22, 2013
-
-
Fabian Homborg authored
-
Fabian Homborg authored
The issue was that we never got a tile when the signals were launched (this could have caused other issues as well).
-
Fabian Homborg authored
This currently does nothing useful (the outline is shown, but flickers terribly), so don't waste the users CPU.
-
Fabian Homborg authored
The former was broken in a previous commit, the latter is now properly introduced (as shaded windows still report the same geometry, we handle them as we do fullscreen windows - not).
-
Fabian Homborg authored
-
Fabian Homborg authored
Until now, the windows would leave a hole the height of the strut
-
Fabian Homborg authored
For now it's the same in all layouts anyway (and untested, since kwin doesn't seem to hand the new area)
-
- Oct 21, 2013
-
-
Fabian Homborg authored
It is _strongly_ recommended for now to use FocusUnderMouse with this, as it's otherwise almost impossible to tell which window is focussed.
-
Fabian Homborg authored
-
Fabian Homborg authored
Should also fix e.g. Firefox resizing.
-
- Oct 20, 2013
-
-
Fabian Homborg authored
-
- Oct 18, 2013
-
-
Fabian Homborg authored
This also seems to already work in spirallayout (props to Matthias), so now everything should work with panels _everywhere_, but still with restarts.
-
- Oct 15, 2013
-
-
Fabian Homborg authored
This needs to be fixed in the other layouts as well
-
Fabian Homborg authored
-
Fabian Homborg authored
This needs a couple of workarounds: - Qt won't convert a QStringList to an Array, instead giving an utterly useless QVariant(QStringList) (without any methods and presumably only containing the pointer) - The config group _needs_ to be empty, else it's not accessible from the javascript side
-
- Oct 02, 2013
-
-
Fabian Homborg authored
-
Fabian Homborg authored
-
- Sep 19, 2013
-
-
Fabian Homborg authored
-
- Aug 22, 2013
-
-
Fabian Homborg authored
-
- Aug 17, 2013
-
-
Fabian Homborg authored
Always set tiling_floating.
-
Fabian Homborg authored
This is untested, as it isn't even hooked up to anything yet.
-
Fabian Homborg authored
-
Fabian Homborg authored
-
Fabian Homborg authored
-
Fabian Homborg authored
This allows moving tiles with the keyboard.
-
Fabian Homborg authored
-
Fabian Homborg authored
This removes any remains of the idea of a "floating tile". We're not a window manager, we just need to care about tiling windows.
-
Fabian Homborg authored
(Also removes superfluous keepBelow setting)
-
Fabian Homborg authored
Fullscreen windows should be above _everything_, so keepBelow should be false.
-