Commit graph

43 commits

Author SHA1 Message Date
Luboš Luňák
722a5ffb03 Somebody/something dropped the extended selection mode for the window types.
BUG: 164449 


svn path=/trunk/KDE/kdebase/workspace/; revision=825484
2008-06-28 11:35:44 +00:00
Luboš Luňák
cc81fecbf6 Fix broken layouts.
svn path=/trunk/KDE/kdebase/workspace/; revision=788959
2008-03-22 23:35:26 +00:00
David Johnson
dbb57de9d5 convert rules dialog to qt4 format; remove qt3support dependency
svn path=/trunk/KDE/kdebase/workspace/; revision=770234
2008-02-03 04:37:34 +00:00
Laurent Montel
4ed50ca2fa Fix crash
Replace KListWidget by QListWidget because
because ui doesn't add item for klistwidget from ui file
(need to look at why)

svn path=/trunk/KDE/kdebase/workspace/; revision=726627
2007-10-18 10:32:13 +00:00
Luboš Luňák
843ad559d3 Merging from old trunk:
r633102 | mlaurent | 2007-02-13 09:03:40 +0100 (Tue, 13 Feb 2007) | 2 lines

Compile++


svn path=/trunk/KDE/kdebase/workspace/; revision=659544
2007-04-30 11:56:47 +00:00
Luboš Luňák
8f6f8bf076 Merging from old trunk:
r632958 | knight | 2007-02-12 20:39:15 +0100 (Mon, 12 Feb 2007) | 4 lines

* Port KListBox to KListWidget
* Port all usage of Q3ListBox / Q3ListBoxItem to QListWidget / QListWidgetItem


svn path=/trunk/KDE/kdebase/workspace/; revision=659542
2007-04-30 11:55:02 +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
Luboš Luňák
2c928221a4 namespace KWinInternal -> KWin - shorter typing of names in gdb, yay
svn path=/trunk/KDE/kdebase/workspace/; revision=650773
2007-04-05 12:12:10 +00:00
Luboš Luňák
e3b865cd5f namespace KWinInternal -> KWin - shorter typing of names in gdb, yay
svn path=/branches/work/kwin_composite/; revision=650770
2007-04-05 12:07:35 +00:00
Laurent Montel
43edad3e53 Compile++
svn path=/trunk/KDE/kdebase/workspace/; revision=633102
2007-02-13 08:03:40 +00:00
Dirk Mueller
6883415ff4 KListBox->K3ListBox
svn path=/branches/work/kwin_composite/; revision=633055
2007-02-13 00:27:24 +00:00
Robert Knight
f3fb636b33 * Port KListBox to KListWidget
* Port all usage of Q3ListBox / Q3ListBoxItem to QListWidget / QListWidgetItem


svn path=/trunk/KDE/kdebase/workspace/; revision=632958
2007-02-12 19:39:15 +00:00
Laurent Montel
cb0aca57ad Port to uic4
svn path=/trunk/KDE/kdebase/workspace/; revision=601561
2006-11-03 16:35:38 +00:00
Nicolas Goutte
aa26860cdc It seems that the change to the Qt namespace was too aggressive
(Re-constructed from the xx test pseudo-translation; might not build)

svn path=/trunk/KDE/kdebase/workspace/; revision=495260
2006-01-07 15:47:49 +00:00
Luboš Luňák
3fb4801635 Ignore requested position -> geometry.
svn path=/trunk/KDE/kdebase/kwin/; revision=444049
2005-08-08 14:27:03 +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
Luboš Luňák
512fb17a95 Forward port of #108961.
svn path=/trunk/KDE/kdebase/kwin/; revision=442363
2005-08-02 13:25:20 +00:00
Stephan Kulow
b464518b3c svn merge svn+ssh://coolo@svn.kde.org/home/kde/trunk/KDE/kdebase@438057
svn+ssh://coolo@svn.kde.org/home/kde/branches/work/kde4/kdebase
          .

I couldn't resolve one kicker conflict that results from different
development directions, so I rely on Aaron to sort it out - the file
is commited with conflicts

svn path=/trunk/KDE/kdebase/kwin/; revision=439627
2005-07-28 14:59:42 +00:00
Luboš Luňák
20f80af287 Make it possible to use the window-specific settings dialog
to also set some things only temporarily. E.g. in order
to set skiptaskbar flag on a window, it's just
Alt+F3/Advanced/Special Window Settings/Preferences ->
Apply Now for Skip taskbar, and turn on the checkbox.


svn path=/trunk/KDE/kdebase/kwin/; revision=423112
2005-06-07 15:31:15 +00:00
Luboš Luňák
a3d314ca4e Make the 'Edit' button for shortcut in window-specific settings
do at least something.

svn path=/trunk/kdebase/kwin/; revision=385467
2005-02-02 18:57:21 +00:00
Stephan Binner
2306f67f6b CVS_SILENT i18n style guide fixes
svn path=/trunk/kdebase/kwin/; revision=380564
2005-01-20 21:09:28 +00:00
Luboš Luňák
07203ba5b6 Window-specific rules for dynamic windows shortcuts, so that it's
possible to always have certain shortcuts assigned to their windows
if such windows are open. Still few TODO items left, but let's consider
it enough for #44268 to be marked as done.
FEATURE: 44268

svn path=/trunk/kdebase/kwin/; revision=379444
2005-01-17 15:53:14 +00:00
Luboš Luňák
ded2f457b8 Workaround for xterm not coping well with being maximized to a geometry
that's not exact multiple of its resize increments. Selecting obeying
strict geometry in window-specific settings makes KWin avoid this.
Maximization then doesn't work very well indeed, but one cannot please
everybody, and the bug is in xterm after all.
BUG: 94183

svn path=/trunk/kdebase/kwin/; revision=379401
2005-01-17 13:35:48 +00:00
Stephan Binner
056c4e7862 CVS_SILENT fixuifiles
svn path=/trunk/kdebase/kwin/; revision=378859
2005-01-15 21:38:36 +00:00
Thomas Lübking
8ad47028f6 Added composite (translucency/shadows) support
svn path=/trunk/kdebase/kwin/; revision=378790
2005-01-15 17:07:48 +00:00
Albert Astals Cid
2863e6fa66 fixuifiles
svn path=/trunk/kdebase/kcontrol/; revision=368550
2004-12-05 00:12:31 +00:00
Luboš Luňák
d0a2d63fdf When using Alt+F3/Window-specific settings, activate directly first tab
with settings, now that it tries to find the right matching rules itself.

svn path=/trunk/kdebase/kwin/; revision=361961
2004-11-10 11:07:51 +00:00
Nadeem Hasan
e042458673 Fix margins and simplify layout.
svn path=/trunk/kdebase/kwin/; revision=345790
2004-09-11 22:45:23 +00:00
Luboš Luňák
1422078a4b Move the maximized and fullscreen settings right below the geometry/size
ones, as they're closely related.

svn path=/trunk/kdebase/kwin/; revision=336041
2004-08-04 15:19:56 +00:00
Luboš Luňák
59ac9d1c2e This looks to me like the prevention is supposed to steal focus, and
some people on IRC agree.

svn path=/trunk/kdebase/kwin/; revision=329180
2004-07-14 14:53:15 +00:00
Luboš Luňák
3851cabe5c Add label accelerators.
svn path=/trunk/kdebase/kwin/; revision=329169
2004-07-14 14:38:48 +00:00
Stephan Binner
943fe469d9 Revert compound stuff - no time left for discussion
svn path=/trunk/kdebase/kdm/; revision=328950
2004-07-13 22:10:40 +00:00
Stephan Binner
52093cd7ef Less invented compound nouns (filename, username, hostname)
svn path=/trunk/kdebase/kdm/; revision=328431
2004-07-12 20:20:21 +00:00
Andrew Coles
a4fc81e367 CVS_SILENT
Corrected typos.

svn path=/trunk/kdebase/kwin/; revision=326308
2004-07-06 12:38:33 +00:00
Stephan Binner
c0c7fe46d6 CVS_SILENT i18n style guide fixes
svn path=/trunk/kdebase/kwin/; revision=324065
2004-06-27 16:18:56 +00:00
Luboš Luňák
81f791fc84 Start reshuffling the items in the dialog a bit.
svn path=/trunk/kdebase/kwin/; revision=323582
2004-06-25 16:23:59 +00:00
Luboš Luňák
e0ebeb3c26 Make it possible to do a substring match, and possibly others in the future.
svn path=/trunk/kdebase/kwin/; revision=323530
2004-06-25 11:28:17 +00:00
Stephan Kulow
c562c93287 fixuifiles
svn path=/trunk/kdebase/kwin/; revision=323376
2004-06-24 16:51:30 +00:00
Luboš Luňák
389771f957 The detect button is still not what it should be, but now it at least
does something.

svn path=/trunk/kdebase/kwin/; revision=322845
2004-06-22 16:31:57 +00:00
Stephan Binner
3fb1686c98 CVS_SILENT fixuifiles and i18n style guide fixes
svn path=/trunk/kdebase/kcontrol/; revision=322764
2004-06-22 10:07:48 +00:00
Stephan Binner
3ca8c8c625 CVS_SILENT i18n style guide fixes, http://developer.kde.org/documentation/standards/kde/style/basics/labels.html
Why do have some checkboxes have their label to the left!?

svn path=/trunk/kdebase/kwin/; revision=322542
2004-06-21 17:12:23 +00:00
Luboš Luňák
36b64e3897 GUI for rules (=window specific settings). Have fun figuring out how it
works, because I haven't written any kind of docs for it yet, and
the most important button doesn't work yet either (yes, that one that
has it written on it). I just hope the GUI doesn't suck too much, because
I'm really bad at such things.

svn path=/trunk/kdebase/kwin/; revision=322524
2004-06-21 16:25:24 +00:00