Commit graph

2366 commits

Author SHA1 Message Date
Nicolas Goutte
7aba5a0721 Unify the translation of KWin's clients
(The user visible strings inkdebase/kwin/clients are extracted to
kwin_client.pot)
CCMAIL:kde-i18n-doc@kde.org

svn path=/trunk/kdebase/kwin/; revision=347824
2004-09-20 11:20:12 +00:00
Nicolas Goutte
ea3550ccd4 Message extraction is done one directory above
svn path=/trunk/kdebase/kwin/; revision=347386
2004-09-18 14:10:08 +00:00
David Faure
dc49f68c35 Compile - looks like kdeartwork doesn't use -DQT_NO_ASCII_CAST ??
svn path=/trunk/kdebase/kwin/; revision=347288
2004-09-17 21:11:25 +00:00
Frank Karlitschek
5640dbc81b new default window decoration
svn path=/trunk/kdebase/kwin/; revision=347287
2004-09-17 21:09:28 +00:00
David Faure
e3ef1b9967 Fixed after move
svn path=/trunk/kdebase/kwin/; revision=347285
2004-09-17 21:01:38 +00:00
David Faure
9116c6345f plastik moved here
Why is there a "default" subdir here btw, with another style in it? :)

svn path=/trunk/kdebase/kwin/; revision=347283
2004-09-17 21:00:26 +00:00
Script Kiddy
5808901d5f CVS_SILENT made messages
svn path=/trunk/kdebase/ksysguard/; revision=346364
2004-09-14 07:18:42 +00:00
Luboš Luňák
8282f1e300 Titles are not case insensitive.
svn path=/trunk/kdebase/kwin/; revision=346091
2004-09-13 08:41:00 +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
Andrew Coles
09e330a30c CVS_SILENT
Corrected typos.

svn path=/trunk/kdebase/kcontrol/; revision=344423
2004-09-06 15:39:21 +00:00
Script Kiddy
33a4876033 CVS_SILENT made messages
svn path=/trunk/kdelibs/kstyles/; revision=344291
2004-09-06 07:01:56 +00:00
Script Kiddy
e09e3c81b3 CVS_SILENT made messages
svn path=/trunk/kdebase/ksysguard/; revision=342856
2004-08-30 23:28:00 +00:00
Laurent Montel
bd57539a03 Use double-click to modify rules
svn path=/trunk/kdebase/kwin/; revision=342725
2004-08-30 14:04:49 +00:00
Luboš Luňák
43f9553004 Adding yet another option, this time for what happens when clicking
the maximize button.

svn path=/trunk/kdebase/kwin/; revision=342186
2004-08-28 15:27:22 +00:00
Luboš Luňák
11198bc7fd Fix windowtonext/previous desktop shortcut.
CCMAIL: 87251-done@bugs.kde.org

svn path=/trunk/kdebase/kwin/; revision=342167
2004-08-28 14:33:28 +00:00
Luboš Luňák
7e4f0508cf Don't apply strict placement policy to dialogs without any parent at all.
(for kdialog --geometry etc.).

svn path=/trunk/kdebase/kwin/; revision=341782
2004-08-27 12:24:30 +00:00
Luboš Luňák
cd99ad5168 kwinrc is KGlobal::config(). This maybe fixes #87253.
svn path=/trunk/kdebase/kwin/; revision=341348
2004-08-26 14:06:33 +00:00
Luboš Luňák
1fdde5f129 Ok, it seems there are actually people who really want maximized windows
to be unmovable, and not just have borders hidden in such case (#86847).
Also hacked around the technical problems with maximized windows
not being resizeable and therefore not being considered (un)maximizable.

svn path=/trunk/kdebase/kwin/; revision=341290
2004-08-26 10:34:10 +00:00
Luboš Luňák
aab098daaa I hate unsigned variables.
svn path=/trunk/kdebase/kwin/; revision=341287
2004-08-26 10:27:09 +00:00
Stephan Kulow
afb37c5f77 this compiles nicer
svn path=/trunk/kdebase/kwin/; revision=341146
2004-08-25 21:25:58 +00:00
Luboš Luňák
ddf5c4261c Make also secondary key in the shortcut work properly with the tabbox.
CCMAIL: 82103-done@bugs.kde.org

svn path=/trunk/kdebase/kwin/; revision=340983
2004-08-25 16:54:36 +00:00
Luboš Luňák
79d5c97345 Propertly remove _NET_WM_VISIBLE_NAME.
CCMAIL: 87475-done@bugs.kde.org

svn path=/trunk/kdebase/kwin/; revision=340847
2004-08-25 11:49:30 +00:00
Luboš Luňák
d4610e5520 Preselect option for using a specific window instead of whole app.
svn path=/trunk/kdebase/kwin/; revision=340348
2004-08-24 08:35:47 +00:00
Script Kiddy
e55b319ae2 CVS_SILENT made messages
svn path=/trunk/kdebase/kwin/; revision=340251
2004-08-23 22:08:42 +00:00
Luboš Luňák
e8f6eceba9 Don't resize windows in fullscreen mode.
CCMAIL: 86948-done@bugs.kde.org

svn path=/trunk/kdebase/kwin/; revision=338316
2004-08-16 13:59:51 +00:00
Luboš Luňák
20bb0e462c Ignore resize increments and aspect ratios when a window is maximized.
CCMAIL: 86320-done@bugs.kde.org

svn path=/trunk/kdebase/kwin/; revision=338314
2004-08-16 13:58:00 +00:00
Luboš Luňák
8a961f2879 #81171
CCMAIL: 81171-done@bugs.kde.org

svn path=/trunk/kdebase/kwin/; revision=338310
2004-08-16 13:52:21 +00:00
Luboš Luňák
0d8883e74a Don't refuse activation with focus stealing prevention turned off
(#48786, comment 11).

svn path=/trunk/kdebase/kwin/; revision=338306
2004-08-16 13:49:47 +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
82072f9ec3 Don't remember fullscreened or maximized geometry.
CCMAIL: 84604-done@bugs.kde.org

svn path=/trunk/kdebase/kwin/; revision=336031
2004-08-04 14:57:06 +00:00
Luboš Luňák
c12fe50943 Oops, handle case when nothing was modified.
svn path=/trunk/kdebase/kwin/; revision=336018
2004-08-04 14:30:59 +00:00
Luboš Luňák
4c7fcb58a7 Correctly replace edited entries and remove empty ones.
svn path=/trunk/kdebase/kwin/; revision=336015
2004-08-04 14:26:34 +00:00
Luboš Luňák
524bdd61be Bump version number, just for the fun of it.
svn path=/trunk/kdebase/kwin/; revision=335974
2004-08-04 12:39:34 +00:00
Luboš Luňák
5ac4a74f2f Don't try to focus new modal for the active window while the new modal
is still in manage(). Should fix first-time showing of kwallet dialog.

svn path=/trunk/kdebase/kwin/; revision=335960
2004-08-04 12:19:50 +00:00
Luboš Luňák
a9517d38c2 Pre-fill geometry, state etc. to inactive settings in order to
make it simpler to have an equivalent of 3.2's Save window settings.

svn path=/trunk/kdebase/kwin/; revision=335931
2004-08-04 11:00:40 +00:00
Luboš Luňák
72504ad4a4 Include window specific settings in Alt+F3/Configure .
svn path=/trunk/kdebase/kwin/; revision=335896
2004-08-04 09:05:53 +00:00
Script Kiddy
0773ba28e0 CVS_SILENT made messages
svn path=/trunk/kdebase/kcontrol/; revision=335843
2004-08-04 06:49:47 +00:00
Luboš Luňák
9a4776a350 This most probably fixes #86475.
svn path=/trunk/kdebase/kwin/; revision=335543
2004-08-03 14:15:41 +00:00
Luboš Luňák
001646f3d8 Really fix MPlayer. It's nice to see people trust me and nobody has
actually tested MPlayer.

svn path=/trunk/kdebase/kwin/; revision=335441
2004-08-03 09:21:18 +00:00
Stephan Kulow
919755520f this should fix compilation
svn path=/trunk/kdebase/kwin/; revision=335439
2004-08-03 09:17:35 +00:00
Script Kiddy
18d82743a8 CVS_SILENT made messages
svn path=/trunk/kdebase/kcontrol/; revision=335412
2004-08-03 07:04:44 +00:00
Script Kiddy
7985a70ef3 CVS_SILENT made messages
svn path=/trunk/kdebase/ksysguard/; revision=335035
2004-08-02 06:57:03 +00:00
Script Kiddy
4341c5a0b8 CVS_SILENT made messages
svn path=/trunk/kdebase/kcontrol/; revision=334652
2004-08-01 06:58:42 +00:00
Script Kiddy
b76b5c8a8c CVS_SILENT made messages
svn path=/trunk/kdebase/ksysguard/; revision=334321
2004-07-31 06:30:06 +00:00
Luboš Luňák
2e5c41ad63 Don't even offer the possibility to match using window role if the window
doesn't have it set.

svn path=/trunk/kdebase/kwin/; revision=334156
2004-07-30 13:38:02 +00:00
Luboš Luňák
3966017ccd Fill (or pre-fill) more values from the detect dialog for matching the window.
svn path=/trunk/kdebase/kwin/; revision=334154
2004-07-30 13:35:55 +00:00
Luboš Luňák
9ca3abced6 Don't force being inside workarea if the window wasn't inside before.
svn path=/trunk/kdebase/kwin/; revision=334132
2004-07-30 12:01:43 +00:00
Luboš Luňák
83ff00f572 Don't restrict already mapped or session restored window geometries
to the workarea.

svn path=/trunk/kdebase/kwin/; revision=334124
2004-07-30 11:36:47 +00:00
Script Kiddy
d62db790b6 CVS_SILENT made messages
svn path=/trunk/kdelibs/kstyles/; revision=334066
2004-07-30 07:04:54 +00:00
Luboš Luňák
b1a372dc9e This doesn't seem to be needed anymore.
svn path=/trunk/kdebase/kwin/; revision=333895
2004-07-29 17:08:40 +00:00