Sandro Giessl
8d0eda13db
Add support for three additional titlebar buttons ( #60369 ):
...
Shade, Keep Above Others, Keep Below Others.
CCMAIL: kwin@kde.org
Slowly but surely, button indexes are going out. :) In case anyone has
objections with the following ones for the API, just tell. Now.
F (Above others ~ foreground)
B (Below others ~ background)
L (Shade ~ less/lock??)
svn path=/trunk/kdebase/kwin/; revision=311518
2004-05-14 22:23:29 +00:00
Sandro Giessl
c311b39bd3
Don't have more than one reference to the same dummy variable in one
...
borders() call. So innocent decoration developers can be sure that
a value of one reference won't change a few lines later just because it
has been overwritten by another reverence to the same value...
svn path=/trunk/kdebase/kwin/; revision=299848
2004-03-30 13:52:27 +00:00
Frans Englich
4b522c51cb
Remove all CVS Id tags from kdebase, if I haven't missed one.
...
Of course, this will multifold break compile as well as a dozen of people
will now object that they actually wanted the Id tags.
svn path=/trunk/kdebase/ksysguard/; revision=290873
2004-02-24 11:30:21 +00:00
Script Kiddy
6056e22fe6
CVS_SILENT made messages
...
svn path=/trunk/kdebase/kcontrol/; revision=279832
2004-01-15 08:20:08 +00:00
Thomas Zander
6798567e4a
+ slBorder->setPageStep(1);
...
So if you click next to the thumb you don't make it go to the
complete end every time.
svn path=/trunk/kdebase/kwin/; revision=278724
2004-01-11 14:30:10 +00:00
Luboš Luňák
c26c55787f
Remove some obsolete comments.
...
svn path=/trunk/kdebase/kwin/; revision=273143
2003-12-15 14:44:17 +00:00
Luboš Luňák
0ba12a0837
Perform whole new window managing with X server grab, in order to prevent
...
"smart" apps from doing stupid things before they get MapNotify.
This avoids the recent Java+OracleInstaller strange problem too.
The patch may look huge, but it's only adding two KWin wrappers
for X(Un)GrabServer() and uncommenting the calls in Client::manage().
svn path=/trunk/kdebase/kwin/; revision=271152
2003-12-04 13:54:10 +00:00
Luboš Luňák
4ee178b277
Fix #69005 - make it possible to differentiate between a window really
...
being shaded and being set to be shaded (which may differ with hover unshade).
svn path=/trunk/kdebase/kwin/; revision=269526
2003-11-25 15:26:50 +00:00
Luboš Luňák
f30a41aaa6
Oops.
...
svn path=/trunk/kdebase/kwin/; revision=269305
2003-11-24 14:55:22 +00:00
Luboš Luňák
87f8a85083
Added KDecorationFactory::checkRequirements(), which allows the decoration
...
plugin to check what the core supports, i.e. the opposite of supports().
Not used yet, but apparently will be needed e.g. for the new tranparency.
svn path=/trunk/kdebase/kwin/; revision=269291
2003-11-24 14:22:04 +00:00
Matthias Kretz
e3fd05e402
Remove calls to KCModule::setChanged so that I may remove that method before
...
the 3.2 release again.
svn path=/trunk/kdebase/kcontrol/; revision=265646
2003-11-08 23:43:53 +00:00
Luboš Luňák
b884178c99
KDecoration::unobscuredRegion(), for B2 titlebar unhiding.
...
svn path=/trunk/kdebase/kwin/; revision=262494
2003-10-27 16:28:53 +00:00
Nadeem Hasan
5bf63947d9
Layout and whitespace update.
...
svn path=/trunk/kdebase/kwin/; revision=261305
2003-10-23 14:56:44 +00:00
Hasso Tepper
f89dfaa318
Wrap if translated string doesn't have rich text elements in text.
...
svn path=/trunk/kdebase/kwin/; revision=257721
2003-10-10 12:56:02 +00:00
Luboš Luňák
cefae8f1e4
Allows the decorations to specify which border sizes they support.
...
Also added GUI for the border size, not perfect, but it's there.
svn path=/trunk/kdebase/kwin/; revision=253572
2003-09-24 12:41:56 +00:00
Luboš Luňák
e102cc772b
The headers didn't state the licence.
...
svn path=/trunk/kdebase/kwin/; revision=252352
2003-09-19 11:14:41 +00:00
Luboš Luňák
87fa54326f
As kdelibs/NAMING says, using lib<appname>.la as name for a library is bad.
...
Library name changed to libkdecorations.la .
svn path=/trunk/kdebase/kwin/; revision=251859
2003-09-17 14:23:53 +00:00
Luboš Luňák
d4cec4d60a
Merging back kcm modules from kwin_iii to HEAD.
...
svn path=/trunk/kdebase/kwin/; revision=251618
2003-09-16 19:34:03 +00:00
Tobias Koenig
c72429a37e
Removed needless 'Settings'
...
svn path=/trunk/kdebase/kcontrol/; revision=247598
2003-09-01 15:01:16 +00:00
Tobias Koenig
d316a4f779
Make use of XDG
...
svn path=/trunk/kdebase/ksplashml/kcmksplash/; revision=247535
2003-09-01 12:20:38 +00:00
Karol Szwed
a33e94d36c
Remove nasty static_cast<QWidget*>(QObject*) which was creating the crashes.
...
CCMAIL: 61140-done@bugs.kde.org
svn path=/trunk/kdebase/kwin/; revision=239860
2003-07-29 13:12:39 +00:00
Aaron J. Seigo
7c62ae8bce
not that it really matters, but better to be paranoid and make future
...
changes easier
svn path=/trunk/kdebase/kwin/; revision=239742
2003-07-28 19:08:15 +00:00
Dirk Mueller
6bbbe69c0e
unbreak compilation (gcc 3.4+)
...
svn path=/trunk/kdebase/kcontrol/; revision=239225
2003-07-26 10:41:28 +00:00
Helge Deller
6092ac823a
no hardcoded font
...
svn path=/trunk/kdebase/kwin/; revision=237897
2003-07-19 08:02:40 +00:00
Dirk Mueller
ffebd22c8a
sanitize
...
svn path=/trunk/kdebase/kwin/; revision=237117
2003-07-14 23:39:12 +00:00
Aaron J. Seigo
1d48fada7f
--tabs;
...
++slickness;
// this was supposed to be quick and easy. ha. ha.
svn path=/trunk/kdebase/kwin/; revision=234651
2003-06-30 08:14:54 +00:00
Luboš Luňák
ec073ab631
Fix warning in HEAD too.
...
svn path=/trunk/kdebase/kwin/; revision=230877
2003-06-11 08:02:11 +00:00
Aaron J. Seigo
aca34c574c
move the button related checkboxes to the button tab. this alleviates the
...
problem where users can't figure out how to activate the buttonis tab
(as evidenced by questions about this on IRC).
svn path=/trunk/kdebase/kwin/; revision=229011
2003-05-31 17:40:57 +00:00
Malcolm Hunter
9f27a617a5
CVS_SILENT Typographical corrections and changes
...
svn path=/trunk/kdebase/kwin/; revision=224989
2003-05-10 09:13:36 +00:00
Frauke Oster
c8d9137692
Added a more detailed help.
...
svn path=/trunk/kdebase/kwin/; revision=217902
2003-04-02 20:33:10 +00:00
Laurent Montel
f4a42ebbd4
Fix include
...
svn path=/trunk/kdebase/kcontrol/; revision=215312
2003-03-20 17:18:43 +00:00
Stephan Binner
a73df351e1
Synchronized quickHelp() headers to actual name of module as it appears.
...
svn path=/trunk/kdebase/kcontrol/; revision=202807
2003-01-25 23:46:32 +00:00
Script Kiddy
d9e4791c44
CVS_SILENT made messages
...
svn path=/trunk/kdebase/kwin/; revision=190501
2002-11-26 12:09:36 +00:00
Script Kiddy
ce37c5e1f7
CVS_SILENT made messages
...
svn path=/trunk/kdebase/ksysguard/; revision=189424
2002-11-17 12:13:14 +00:00
Karol Szwed
a7d5a13afc
Make Dirk happy.
...
svn path=/trunk/kdebase/kwin/; revision=186367
2002-10-29 12:43:45 +00:00
Karol Szwed
60f752e61f
Make KDE default deco work again.
...
Rename "KDE Default" to "KDE Classic" to avoid confusion.
svn path=/trunk/kdebase/kwin/; revision=186362
2002-10-29 12:19:15 +00:00
Karol Szwed
25e04fe680
Switch over to Keramik deco, (or Quartz for 8bpp visuals)
...
svn path=/trunk/kdebase/kwin/; revision=185724
2002-10-26 14:34:46 +00:00
Waldo Bastian
8b8418c3e8
QMetaObject::findSignal:KWinDecorationModule: Conflict with KCModule::changed(bool)
...
svn path=/trunk/kdebase/kwin/; revision=179300
2002-09-20 23:51:27 +00:00
Waldo Bastian
244ed91882
KDE 3.1 Control Center reorganisation.
...
See http://usability.kde.org/activity/kcontrol_structure_3_1.html
svn path=/trunk/kdebase/kcontrol/; revision=177885
2002-09-15 05:02:49 +00:00
Chris Howells
675c09b178
Improve comment
...
svn path=/trunk/kdebase/kwin/; revision=174552
2002-08-30 00:51:27 +00:00
Stephan Binner
df9d33de02
Moved back to "Look & Feel".
...
svn path=/trunk/kdebase/kwin/; revision=174233
2002-08-28 08:53:59 +00:00
Karol Szwed
a33f4313ab
- Removing patch by Diego Iastrubini that attempted to fix the bidi issues in
...
clients by adding an unnecessary 'enable-bidi' checkbox which was never agreed
upon on the kwin mailing list.
The use of --reverse is sufficient without needing this checkbox.
Please discuss largish patches like these first, especially during a feature
freeze!
(Everyone also seems to forget the kwin-styles in kdeartwork)
- Make clients look the same with --reverse instead of the broken state they
were in previously. If the button ordering is not to your liking in reverse
mode, just change the button positions. (Or send patches for those clients
that have not got these features yet).
- Clean up popupMenu handling somewhat.
- Remove a global static object in keramik.
svn path=/trunk/kdebase/kwin/; revision=174079
2002-08-27 15:12:14 +00:00
Malcolm Hunter
8e7f66bc65
CVS_SILENT Corrected typographical errors
...
When replying, please CC me - I'm not subscribed
svn path=/trunk/kdebase/kwin/; revision=173684
2002-08-25 12:56:45 +00:00
Diego Iastrubni
27998b71ac
dded a new checkbox to kcontrol-> wm -> decorations ->general. By defaut this checkbox is on.
...
if it's on, kwin clients will reverse thire display when the desktop is reversed (arabic, hebrew etc).
Clinets updated to use this options, and options.h has a few more lines :)
see clients for the changes.
svn path=/trunk/kdebase/kwin/; revision=173581
2002-08-24 12:02:26 +00:00
Lukáš Tinkl
3c2bfdf437
- fixing docu paths
...
svn path=/trunk/kdebase/kwin/; revision=173444
2002-08-23 16:11:31 +00:00
Stephan Binner
8b34307751
CVS_SILENT scheck'ed GUI, use "cvslastchange" or X-WebCVS header line to view
...
svn path=/trunk/kdebase/kcontrol/; revision=171521
2002-08-12 08:59:01 +00:00
Stephan Binner
f135da3521
Install in Windows category.
...
svn path=/trunk/kdebase/kwin/; revision=166461
2002-07-13 17:32:38 +00:00
Ryan Cumming
56c624e845
Eh, that line wasn't supposed to be removed. Really.
...
svn path=/trunk/kdebase/kwin/; revision=154723
2002-05-10 02:12:51 +00:00
Ryan Cumming
477c880660
GUI: Disable the configure tab when there is nothing to configure
...
svn path=/trunk/kdebase/kwin/; revision=154536
2002-05-08 23:20:28 +00:00
Stephan Binner
d24a0dc4a9
s/KDE2 default/KDE Default/
...
svn path=/trunk/kdebase/kwin/; revision=150243
2002-04-18 12:30:34 +00:00