Martin Gräßlin
74a4a1cd42
[kwin/kcmkwinoption] Remove not needed config-workspace.h include
...
There are no ifdefs taken from that code.
2014-03-18 07:32:45 +01:00
Laurent Navet
2fe4d47c15
KF5 port KButtonGroup -> QGroupBox
...
Replace deprecated KButtonGroup by QGroupBox
Signed-off-by: Laurent Navet <laurent.navet@gmail.com>
REVIEW: 114423
2014-01-22 08:27:44 +01:00
Laurent Navet
2f62a2d1b8
KF5 Port KIntNumInput->QSpinBox
...
Replace deprecated KIntNumImput with QSpinBox
Signed-off-by: Laurent Navet <laurent.navet@gmail.com>
REVIEW: 114413
2013-12-13 08:54:42 +01:00
Martin Gräßlin
4413859084
[kwinoptions] Drop componentData()
2013-09-30 07:29:38 +02:00
Martin Gräßlin
d70ad3b275
[kwinoptions] slots -> Q_SLOTS
2013-09-30 07:26:46 +02:00
Thomas Lübking
e5028bb7fc
redesign focus config GUI
...
REVIEW: 110001
2013-05-22 22:24:23 +02:00
Thomas Lübking
56d39cb327
remove moveResizeMaximized GUI
...
REVIEW: 110000
2013-04-16 22:07:05 +02:00
Martin Gräßlin
dcd1869887
Introduce ui-file for Advanced tab of KWin's configuration
...
Thanks to Alexander Jones for providing the ui file.
REVIEW: 106551
2012-10-04 17:26:38 +02:00
Martin Gräßlin
fe062f6ebb
Introduce ui-file in moving tab of KWin's configuration
...
Thanks to Alexander Jones for creating the ui file.
2012-10-04 17:26:34 +02:00
Martin Gräßlin
847e0f2f9a
Introduce an ui-file for Focus configuration
...
Thanks to Alexander Jones for creating the ui file.
2012-10-04 17:26:34 +02:00
Martin Gräßlin
a394fade64
Remove Tiling support from KWin
...
As discussed on the mailinglist [1] the tiling support is
removed from KWin. The main reasons for this step are:
* it is unmaintained
* it is a mode not used by any of the core KWin team
* original developer said at Akademy 2012 that he is not
interested in picking up the work again
* tiling has quite some bugs, e.g. multi screen not supported
* is conflicting with other concepts in KWin, e.g. activities
There is ongoing work to get tiling supported through a KWin
script, which is a preferred way as it does not influence the
existing C++ code base.
[1] http://lists.kde.org/?l=kwin&m=133149673110558&w=2
BUG: 303090
FIXED-IN: 4.10
REVIEW: 105546
2012-07-14 11:18:06 +02:00
Thomas Lübking
0f2bde11b0
allow "under mouse" as regular placement strategy
...
BUG: 272162
REVIEW: 104650
2012-04-20 23:59:36 +02:00
Thomas Lübking
117eb46684
add mouse preference against focus chain
...
there's currently no GUI config item, use
kwriteconfig --file kwinrc --group Windows --key NextFocusPrefersMouse true
qdbus org.kde.kwin /KWin reconfigure
BUG: 159989
CCBUG: 80897
FIXED-IN: 4.8
2011-12-01 13:13:13 +01:00
Thomas Lübking
6c934998a5
don't request focus by mouse events in the current event cycle
...
BUG: 279356
BUG: 286116
REVIEW: 103284
2011-11-29 21:11:11 +01:00
Martin Gräßlin
12d3b354fc
Remove drawbound move/resize functionality
...
Drawbound was nowadays only used when compositing is disabled.
For the composited case, the drawbound was replaced by the resize
effect and in fact we should always just use the resize effect.
REVIEW: 101411
2011-06-23 12:15:54 +02:00
Martin Gräßlin
0a7e48f7aa
KWin uses kdelibs coding style.
2011-01-31 20:07:03 +01:00
Nikhil Marathe
19d29d0c8f
SVN_SILENT Fixed some krazy warnings in tiling related code
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1122067
2010-05-03 05:18:52 +00:00
Nikhil Marathe
5fc7e93d69
Tiling is here!
...
This commit merges the kwin-tiling branch. Ideally it shouldn't break anything and add a few features ;-)
It was applied as a patch. Do not attempt to merge the branch directly, it has a few issues.
This feature is currently experimental, although it hasn't crashed in quite a long time. It lacks some features and probably leaks some memory. Fixes will be on the way.
Season Of KDE 2009 project by Nikhil Marathe
svn path=/trunk/KDE/kdebase/workspace/; revision=1118677
2010-04-25 16:43:14 +00:00
Christoph Feck
12bba19ee1
Fix Apply button getting disabled when changing tabs
...
BUG: 163817
svn path=/trunk/KDE/kdebase/workspace/; revision=1062180
2009-12-14 03:18:43 +00:00
Lucas Murray
78d1aed9f7
Add setting to hide inactive tabs from the taskbar but hide it in the UI
...
for now as: 1) It causes taskbar items to reshuffle, and 2) Switching
the setting during a session currently requires applications to be
restarted as well for their skip taskbar status to be reset.
svn path=/trunk/KDE/kdebase/workspace/; revision=1050472
2009-11-17 11:25:03 +00:00
Lucas Murray
3855b9253b
Added global setting to allow opening automatically grouped windows in
...
the background.
svn path=/trunk/KDE/kdebase/workspace/; revision=1050313
2009-11-17 07:51:55 +00:00
Lucas Murray
535737e1fe
Add "automatically group identical windows" feature to window tabbing.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1049953
2009-11-16 10:09:03 +00:00
Martin Gräßlin
c0f6689377
Remove the config options for alt+tab and desktops from kwinoptions as those have been moved to new kcms.
...
CCBUG: 211215
svn path=/trunk/KDE/kdebase/workspace/; revision=1046329
2009-11-08 12:23:29 +00:00
Lucas Murray
424d358fd2
Less Krazy warnings please.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1042583
2009-10-30 08:10:35 +00:00
Andrius Štikonas
f3dad43a18
Use KIntSpinBox instead of QSpinBox for better integration with KDE. As a bonus this allows to use plural suffix in spinboxes since KDE 4.3 if necessary.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=989742
2009-06-30 20:09:04 +00:00
Lucas Murray
ac9c37c64d
Merged "active screen edges" and "active desktop borders" into a single
...
GUI panel. This panel is currently located in System Settings -> Desktop
-> Screen Edges.
BUG: 174709
svn path=/trunk/KDE/kdebase/workspace/; revision=932929
2009-02-27 15:40:53 +00:00
Lucas Murray
f67b136fe7
Forgot to do the advanced panel GUI on last commit.
...
Also used better size policy code.
svn path=/trunk/KDE/kdebase/workspace/; revision=873273
2008-10-19 09:35:11 +00:00
Lucas Murray
59e8d74cba
Half-assed touch-up to window behavior GUI. Might be easier to just convert everything to a .ui
...
svn path=/trunk/KDE/kdebase/workspace/; revision=873268
2008-10-19 09:06:35 +00:00
Nick Shaforostoff
6711aca3c7
more 1024x600 friendliness
...
svn path=/trunk/KDE/kdebase/workspace/; revision=858360
2008-09-07 21:08:26 +00:00
Lucas Murray
f01bfcc62b
Added center snap zone to windows.
...
BUG: 133637
svn path=/trunk/KDE/kdebase/workspace/; revision=830029
2008-07-09 15:18:47 +00:00
Urs Wolfer
1a0e6cb1b3
port away from Qt3 support
...
svn path=/trunk/KDE/kdebase/workspace/; revision=806776
2008-05-12 12:13:52 +00:00
Laurent Montel
f97382077f
Qt3support--
...
svn path=/trunk/KDE/kdebase/workspace/; revision=759410
2008-01-10 13:18:01 +00:00
Luboš Luňák
c83210c60a
Remove all code for non-composited animations - they don't work anyway.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=739143
2007-11-20 16:07:20 +00:00
Pino Toscano
2250012850
svnrevertlast, hmmm...
...
svn path=/trunk/KDE/kdebase/workspace/; revision=707435
2007-09-01 21:20:46 +00:00
Pino Toscano
2bbe834a5b
convert most of the Q3*ButtonGroup'es to QGroupBox
...
svn path=/trunk/KDE/kdebase/workspace/; revision=707431
2007-09-01 21:09:26 +00:00
Arto Hytönen
b494cddaa9
includes, include guards and typos fixed
...
svn path=/trunk/KDE/kdebase/workspace/; revision=705066
2007-08-27 04:31:52 +00:00
Rivo Laks
e96e352513
Remove the obsolete Translucency config module
...
svn path=/trunk/KDE/kdebase/workspace/; revision=690346
2007-07-20 19:11:20 +00:00
Dirk Mueller
e625a97905
include cleanups
...
svn path=/trunk/KDE/kdebase/workspace/; revision=680057
2007-06-25 11:03:18 +00:00
Luboš Luňák
4a48f182ae
GUI for some of the Xinerama options.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=662866
2007-05-09 12:34:55 +00:00
Luboš Luňák
f52b8e48cd
branches/work/kwin_composite becomes new trunk kwin.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=659202
2007-04-29 17:35:43 +00:00
Luboš Luňák
2b7e1f4993
Remove kwin, kwin_composite will become new trunk kwin, missing merges
...
from trunk will be merged in.
svn path=/trunk/KDE/kdebase/workspace/; revision=659200
2007-04-29 17:34:49 +00:00
Oswald Buddenhagen
3ee016f50d
KProcess -> K3Process
...
KShellProcess -> K3ShellProcess
KProcIO -> K3ProcIO
KProcessController -> K3ProcessController
not deprecating, as we don't have a replacement yet.
not moving yet, as kdelibs still has heavy dependencies on it.
agreed upon with dfaure.
svn path=/trunk/KDE/kdebase/workspace/; revision=646732
2007-03-26 15:07:10 +00:00
Matthias Kretz
3003c4ecf8
merge the kinstance-redesign branch back to trunk.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=628276
2007-01-29 17:14:20 +00:00
Laurent Montel
7f7ce52d78
#include <q...h> -> #include <Q...>
...
svn path=/trunk/KDE/kdebase/workspace/; revision=539617
2006-05-11 08:04:23 +00:00
Luboš Luňák
5d1255dd73
Ok, I've had enough with Alt+Tab and mouse focus policies:
...
- use click to focus or focus follows mouse and I'll be fine
- with the remaining unreasonable focus policies only the CDE-style
tabbox works that raises and lowers windows and ignores
keep above/below windows
- if you don't like that, provide a patch for kwin/tabbox.cpp
- tabbox should be completely redesigned for KDE4
(#123890,#105263,#84424)
svn path=/trunk/KDE/kdebase/workspace/; revision=528579
2006-04-11 12:59:59 +00:00
Hasso Tepper
f21a7d6fbd
Forwardport of 522849. Kdebase round of spinbox plural handling fixes.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=522850
2006-03-26 21:03:17 +00:00
Script Kiddy
19e65c92dc
Fix FSF address
...
(mainly s/Steet/Street/;s/Cambridge/Boston/ )
svn path=/trunk/KDE/kdebase/workspace/; revision=490222
2005-12-21 06:45:09 +00:00
Stephan Kulow
7fff57dbcf
ported the KCModules
...
svn path=/trunk/KDE/kdebase/workspace/; revision=473152
2005-10-22 19:12:01 +00:00
Dirk Mueller
e20f2bd6b2
SVN_SILENT: fix typo
...
svn path=/trunk/KDE/kdebase/kdm/; revision=467416
2005-10-05 08:44:32 +00:00
Luboš Luňák
678a1ce18a
Placement policy 'maximizing'.
...
svn path=/trunk/KDE/kdebase/kwin/; revision=444046
2005-08-08 14:22:52 +00:00