- Oct 25, 2013
-
-
Fabian Homborg authored
This only applies to the focus hotkeys
-
Fabian Homborg authored
This includes error checking and initializing variables to proper values
-
Fabian Homborg authored
This also introduces a proper method to add clients to a tile and remove clients from it which allows us to do sanity checking
-
Fabian Homborg authored
Previously, it was possible to go down from tile 0 to tile 1, but not up from 1 to 0. Now, don't allow going down from tile 0 (as it's not actually down).
-
Fabian Homborg authored
-
- Oct 24, 2013
-
-
Fabian Homborg authored
* Retile on layout switch * Keep desktop floating even on switch * Error checking (more)
-
Fabian Homborg authored
This is literally a one-line change.
-
Fabian Homborg authored
-
Fabian Homborg authored
-
Fabian Homborg authored
* Enable resize animations * Fix resizing bladelayout * Fix panel adjusting (with a workaround)
-
Fabian Homborg authored
We always seem to get the full area when we ask for a desktop that's not the first (0).
-
- 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
-