Luboš Luňák
3e236f2416
I don't think it's a good idea to show menubar belonging to another app.
...
svn path=/trunk/kdebase/kwin/; revision=165442
2002-07-07 18:54:20 +00:00
Script Kiddy
2c7a013bc3
CVS_SILENT made messages
...
svn path=/trunk/kdebase/ksysguard/; revision=165371
2002-07-07 11:01:53 +00:00
Charles Samuels
869cd416fa
add these
...
svn path=/trunk/kdebase/kwin/; revision=165324
2002-07-07 00:38:33 +00:00
Charles Samuels
6ba1276a75
the Windows Branch:
...
TODO:
Icons, again. Fix the problem of the "Advanced" tab.
svn path=/trunk/kdebase/kwin/; revision=165323
2002-07-07 00:38:19 +00:00
Luboš Luňák
37f217a8ce
No, it was QObject-style owned by the Workspace object, not that the delete breaks anything.
...
BTW, the check in 'if(ptr) delete ptr;' is useless, 'delete NULL;' is a no-op.
svn path=/trunk/kdebase/kwin/; revision=165288
2002-07-06 20:16:36 +00:00
Till Krech
7c1d536ad3
make it compile again...
...
RCS file: /home/kde/kdebase/kwin/client.h,v
retrieving revision 1.82
diff -u -p -r1.82 client.h
--- client.h 2002/07/05 20:00:02 1.82
+++ client.h 2002/07/06 02:04:23
@@ -155,7 +155,7 @@ public:
bool isDesktop() const;
bool isDock() const;
bool isTool() const;
- bool isMenu() const;
+ bool isTopMenu() const;
bool isResizable() const;
Index: plugins.cpp
===================================================================
RCS file: /home/kde/kdebase/kwin/plugins.cpp,v
retrieving revision 1.30
diff -u -p -r1.30 plugins.cpp
--- plugins.cpp 2002/07/05 20:05:22 1.30
+++ plugins.cpp 2002/07/06 02:04:23
@@ -119,7 +119,7 @@ bool PluginMgr::loadPlugin(QString nameS
void* create_func = library->symbol("create");
if(create_func) {
- create_ptr = (Client* (*)(Workspace *ws, WId w, NET::WindowType, NET::WindowType))create_func ;
+ create_ptr = (Client* (*)(Workspace *ws, WId w, NET::WindowType))create_func;
}
create_func = library->symbol("allocate");
if(create_func) {
svn path=/trunk/kdebase/kwin/; revision=165118
2002-07-06 02:05:46 +00:00
Luboš Luňák
df4449b0bf
Show at least the desktop's toplevel menubar if the app's one isn't visible yet.
...
svn path=/trunk/kdebase/kwin/; revision=165078
2002-07-05 20:08:17 +00:00
Luboš Luňák
1fab5c76ce
NET::Menu -> NET::TopMenu, and make NET::Menu mean what it is supposed to mean.
...
+ backward compatibility hack
svn path=/trunk/kdebase/kwin/; revision=165076
2002-07-05 20:05:22 +00:00
Luboš Luňák
6d7f113304
Implemented _NET_WM_MOVERESIZE.
...
Fixed some minor bugs with resizing.
svn path=/trunk/kdebase/kwin/; revision=165071
2002-07-05 20:00:02 +00:00
Ryan Cumming
ffff5455b4
Dither the titlebar graident on 15 and 16bpp displays. Thanks to gallium for the Qt::OrderedDither tip.
...
svn path=/trunk/kdebase/kwin/; revision=164671
2002-07-04 02:43:54 +00:00
Stephan Binner
a25d76c410
CVS_SILENT Style guide fix
...
svn path=/trunk/kdebase/kwin/; revision=164124
2002-07-01 10:43:57 +00:00
Cristian Tibirna
2e99608428
CT: re-place a window when it is moved between desktops.
...
svn path=/trunk/kdebase/kwin/; revision=164082
2002-07-01 04:22:02 +00:00
Fredrik Höglund
4c1d786510
- Made the style always use small caption bubbles on maximized
...
windows.
This leaves more space for the actual window contents, and
fixes the usability problem Carsten Pfeiffer pointed out
on kde-core-devel.
- Rewrote the masking code to use precalculated bounding rects
to set the window shape.
This should result a huge performance increase on low-end
systems and improve snappyness in general.
- Added some more namespace fixes as suggested by Karol Szwed.
svn path=/trunk/kdebase/kwin/; revision=163885
2002-06-29 22:25:38 +00:00
Gioele Barabucci
9f0f7accc6
KShellProcess -> KProcess + setUseShell(true)
...
svn path=/trunk/kdebase/kdm/; revision=163814
2002-06-29 15:05:20 +00:00
Cristian Tibirna
062d32c85a
CT: include guards
...
svn path=/trunk/kdebase/kwin/; revision=163801
2002-06-29 14:39:35 +00:00
Cristian Tibirna
9b03ba50c2
CT: two new non-placement policies. No GUI config.
...
Edit kwinrc and use either of:
Placement=StupidlyCentered
Placement=StupidlyZeroCornered
and then, at a prompt:
dcop kwin KWinInterface reconfigure
svn path=/trunk/kdebase/kwin/; revision=163755
2002-06-29 06:31:33 +00:00
Dirk Mueller
f0b557abf7
fix messages
...
svn path=/trunk/kdebase/kwin/; revision=163711
2002-06-28 23:32:50 +00:00
Luboš Luňák
8366e220bf
NETWM says we have to set this property to (0,0) if we don't support it
...
svn path=/trunk/kdebase/kwin/; revision=163694
2002-06-28 20:28:33 +00:00
Matthias Kretz
e125eb2bc4
no implementation for slotReset ... so I commented it out
...
svn path=/trunk/kdebase/kwin/; revision=163297
2002-06-26 15:38:26 +00:00
Karol Szwed
861d667ef6
"Make it work"(tm) on theme change
...
svn path=/trunk/kdebase/kwin/; revision=163071
2002-06-25 13:14:19 +00:00
Script Kiddy
0de434cc20
CVS_SILENT made messages
...
svn path=/trunk/kdebase/ksysguard/; revision=163063
2002-06-25 10:43:44 +00:00
Luboš Luňák
5380502347
Toplevel menubar is not sticky.
...
svn path=/trunk/kdebase/kwin/; revision=163046
2002-06-25 07:42:01 +00:00
Script Kiddy
169dee11e9
CVS_SILENT made messages
...
svn path=/trunk/kdebase/ksysguard/; revision=163016
2002-06-25 00:35:31 +00:00
Fredrik Höglund
a5b30e1002
These pixmaps are no longer needed.
...
svn path=/trunk/kdebase/kwin/; revision=162949
2002-06-24 18:35:11 +00:00
Fredrik Höglund
6cfa430e49
- Completely rewrote the pixmap creation code to recolor the
...
caption bubble and the titlebar separately and then composite
the resulting images to form the final tiles.
- New pixmaps from Qwertz with a more discreet design for the
titlebars; more subtle gradients and no stipple effect
on the titlebar base.
- Only one set of pixmaps is now used for both the active and
the inactive state. All pixmaps are now stored in grayscale
format.
- Fixed a minor bug which would cause the question mark on the
help button to be reversed in RTL mode.
- Improved horizontal space utilization slightly.
- Enabled recoloring of the titlebars and caption bubble to
match the color scheme.
svn path=/trunk/kdebase/kwin/; revision=162948
2002-06-24 18:33:20 +00:00
Simon Hausmann
63796fb0b2
- micro namespace cleanup
...
svn path=/trunk/kdebase/kwin/; revision=162590
2002-06-23 08:39:44 +00:00
Nadeem Hasan
b36c644b72
Don't show desktop menu when there is only one desktop configured. Thanks
...
to aseigo for the original patch.
svn path=/trunk/kdebase/kwin/; revision=160391
2002-06-11 19:49:38 +00:00
Dirk Mueller
8fc62651e4
compile keramik
...
svn path=/trunk/kdebase/kwin/; revision=158818
2002-05-31 20:08:53 +00:00
Gioele Barabucci
21f19dd604
avoid "&" becoming "_" in desk_popup
...
svn path=/trunk/kdebase/kwin/; revision=158508
2002-05-29 21:31:32 +00:00
Nadeem Hasan
23902d7580
Use proper icon for "Close"
...
svn path=/trunk/kdebase/kwin/; revision=158507
2002-05-29 21:28:57 +00:00
Anders Widell
f1638b1238
Fixed null pointer segfault
...
svn path=/trunk/kdebase/kwin/; revision=158475
2002-05-29 19:11:01 +00:00
Script Kiddy
0e524287ab
CVS_SILENT made messages
...
svn path=/trunk/kdebase/kwin/; revision=158212
2002-05-28 08:08:31 +00:00
Michael Matz
15abe8f85d
Explicitely use DESTDIR.
...
svn path=/trunk/kdebase/kwin/; revision=158142
2002-05-27 20:58:56 +00:00
Waldo Bastian
1448e53da5
Don't show the desktop menubar when a full-screen app is shown.
...
svn path=/trunk/kdebase/kwin/; revision=157263
2002-05-23 23:57:47 +00:00
Stephan Kulow
e0daa02a8f
CVS_SILENT oops
...
svn path=/trunk/kdebase/kwin/; revision=157225
2002-05-23 20:07:29 +00:00
Stephan Kulow
04e2d29f24
fixing dependencies
...
svn path=/trunk/kdebase/kwin/; revision=157222
2002-05-23 20:02:35 +00:00
Aaron J. Seigo
3482e99a19
and now make "newer" *cough*redhat*cough* -v's of gcc shut up
...
svn path=/trunk/kdebase/kwin/; revision=156077
2002-05-18 06:41:41 +00:00
Aaron J. Seigo
4f5f20fadd
compile even on my old crappy compiler.
...
(p.s. c-style casts suck ;-)
svn path=/trunk/kdebase/kwin/; revision=156058
2002-05-17 22:05:56 +00:00
Simon Hausmann
947ee7a09e
- fixlet for INCLUDES
...
svn path=/trunk/kdebase/kwin/; revision=156007
2002-05-17 16:53:02 +00:00
Fredrik Höglund
5a534cc7bd
Importing the Keramik KWin style.
...
svn path=/trunk/kdebase/kwin/; revision=156002
2002-05-17 16:33:48 +00:00
Gioele Barabucci
54063533ec
kapp.h -> kapplication.h
...
svn path=/trunk/kdebase/kcontrol/; revision=155378
2002-05-14 09:31:40 +00:00
Script Kiddy
f8d1a4712f
CVS_SILENT made messages
...
svn path=/trunk/kdebase/kwin/; revision=155375
2002-05-14 09:03:38 +00:00
Ryan Cumming
3e89b66d03
Argh
...
svn path=/trunk/kdebase/kwin/; revision=155140
2002-05-12 18:05:56 +00:00
Cristian Tibirna
cd52271a10
CT: flicker-free titlebar. Thanks to Simon Haussman
...
svn path=/trunk/kdebase/kwin/; revision=155013
2002-05-11 22:05:01 +00:00
Simon Hausmann
d9107f8efc
- put those global variables into an anonymous namespace
...
svn path=/trunk/kdebase/kwin/; revision=154962
2002-05-11 18:21:14 +00:00
Ryan Cumming
e154121711
GUI: Avoid nested groupboxes (ick)
...
svn path=/trunk/kdebase/kwin/; revision=154724
2002-05-10 02:13:58 +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
Rik Hemsley
930a266f7e
Fixed (de)iconify animation for Qt 3 with a workaround.
...
The semantics of setClipRegion were changed, with the default being
different from the previous behaviour. Duh.
svn path=/trunk/kdebase/kwin/; revision=154610
2002-05-09 12:30:34 +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
Script Kiddy
b46221d375
CVS_SILENT made messages
...
svn path=/trunk/kdebase/kwin/; revision=153890
2002-05-05 09:19:38 +00:00