3976 Commits (4f509f0360b9ae0be186433d18cab14b5ce72b35)
 

Author SHA1 Message Date
Alex Merry 4f509f0360 Apidocs mainpage work. Just got Plasma and Solid to do here.
svn path=/trunk/KDE/kdebase/workspace/; revision=691959
17 years ago
Script Kiddy 6f2e868d18 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=691650
17 years ago
Laurent Montel 5ebb9b37f8 change XDG_APPS_DIR -> XDG_APPS_INSTALL_DIR, XDG_DIRECTORY_DIR->XDG_DIRECTORY_INSTALL_DIR, DBUS_INTERFACES_DIR->DBUS_INTERFACES_INSTALL_ DIR, DBUS_SERVICES_DIR->DBUS_SERVICES_INSTALL_DIR to have same naming convention as discussed with Alex.
svn path=/trunk/KDE/kdebase/workspace/; revision=691218
17 years ago
Script Kiddy f190e6654a SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=691191

The following changes were in SVN, but were removed from git:

M	wallpapers/soft-green.jpg.desktop
17 years ago
Matthias Kretz 652d0fcec3 port to value based KPluginInfo
svn path=/trunk/KDE/kdebase/workspace/; revision=691115
17 years ago
Gerd Fleischer d33949b4d4 make it work with systemsettings
svn path=/trunk/KDE/kdebase/workspace/; revision=691029
17 years ago
Rivo Laks 1831557171 Capitalize name
svn path=/trunk/KDE/kdebase/workspace/; revision=690811
17 years ago
Gerd Fleischer 779d7d6bd5 make it work with systemsettings
svn path=/trunk/KDE/kdebase/workspace/; revision=690791
17 years ago
Script Kiddy b325009409 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=690751
17 years ago
Rivo Laks 0845552315 - Make the effects section even easier to use
- Actually save/load effects config

svn path=/trunk/KDE/kdebase/workspace/; revision=690688
17 years ago
Rivo Laks 4359cb3513 This is being worked on
svn path=/trunk/KDE/kdebase/workspace/; revision=690676
17 years ago
Rivo Laks 4f093c4721 First step of effect dependencies handling - when an effect is loaded, load it's dependancies also.
svn path=/trunk/KDE/kdebase/workspace/; revision=690660
17 years ago
Laurent Montel 54fb7834a7 Link
svn path=/trunk/KDE/kdebase/workspace/; revision=690514
17 years ago
Script Kiddy 76c587819f SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=690434
17 years ago
Rivo Laks da0450f67f Make loadEffect() return bool
svn path=/trunk/KDE/kdebase/workspace/; revision=690381
17 years ago
Rivo Laks e96e352513 Remove the obsolete Translucency config module
svn path=/trunk/KDE/kdebase/workspace/; revision=690346
17 years ago
Rivo Laks 5d21a58b44 Migrate some OpenGL options to new config module
svn path=/trunk/KDE/kdebase/workspace/; revision=690341
17 years ago
Rivo Laks 5db0b94027 No point in populating the compositingType combo ourselves, do it in Designer instead
svn path=/trunk/KDE/kdebase/workspace/; revision=690305
17 years ago
Rivo Laks 887caff1c4 Make compositing config more user friendly by renaming Compositing to Desktop Effects and
putting advanced options into separate dialog.

svn path=/trunk/KDE/kdebase/workspace/; revision=690288
17 years ago
Rivo Laks 9c05342745 Updates
svn path=/trunk/KDE/kdebase/workspace/; revision=690000
17 years ago
Rivo Laks 9dabc20ad9 Compositing is still off by default
svn path=/trunk/KDE/kdebase/workspace/; revision=689967
17 years ago
Luboš Luňák 63a0120a60 Remove some no longer relevant todos.
svn path=/trunk/KDE/kdebase/workspace/; revision=689955
17 years ago
Luboš Luňák 6de4afe39b There should be probably also some window-specific settings for compositing.
svn path=/trunk/KDE/kdebase/workspace/; revision=689953
17 years ago
Luboš Luňák ab1582de27 It's really interesting that KWin has had support for an arbitrary root
window, but I don't think it really works these days, and it's probably
also not useful at all.


svn path=/trunk/KDE/kdebase/workspace/; revision=689949
17 years ago
Rivo Laks 824f005f58 Add beginnings of kwincompositing config module, meant to replace kwintranslucency one
svn path=/trunk/KDE/kdebase/workspace/; revision=689947
17 years ago
Luboš Luňák 56eeb84acc More checks that quads are split only in pre-paint and transformed
only in paint.


svn path=/trunk/KDE/kdebase/workspace/; revision=689945
17 years ago
Luboš Luňák 023ebc47b1 Implement smoothNeeded() - window quads need smoothing if width or height
of some of them has changed.


svn path=/trunk/KDE/kdebase/workspace/; revision=689942
17 years ago
Luboš Luňák dbade7f1a4 No public texture coordinates.
svn path=/trunk/KDE/kdebase/workspace/; revision=689926
17 years ago
Luboš Luňák 9400def76b Set also original position when making a copy of a quad.
svn path=/trunk/KDE/kdebase/workspace/; revision=689924
17 years ago
Luboš Luňák 4dd8d34c8f Don't make texture coordinates in WindowVertex public at all,
the meaning may possibly change in the future if more than one texture
is used. Instead store original coordinates.


svn path=/trunk/KDE/kdebase/workspace/; revision=689918
17 years ago
Luboš Luňák ac42ba0b4f A simple solution for alpha channel hacks - ignore them :).
The 'ignore ARGB visuals' option from Kompmgr probably doesn't make
much sense, those (usually old) apps can be run with XLIB_SKIP_ARGB_VISUALS=1 set.
Also remove the alpha clear hack used for decorations - I think decorations
instead should be fixed not to "unintentionally" have alpha set.


svn path=/trunk/KDE/kdebase/workspace/; revision=689916
17 years ago
Rivo Laks 7273d0ddb5 Add setTransformed() helper method
svn path=/trunk/KDE/kdebase/workspace/; revision=689913
17 years ago
Luboš Luňák 96aba51960 Add a helper to turn on transparency in pre-paint calls.
svn path=/trunk/KDE/kdebase/workspace/; revision=689910
17 years ago
Luboš Luňák 22c8626868 Add a TODO note.
svn path=/trunk/KDE/kdebase/workspace/; revision=689904
17 years ago
Luboš Luňák 1d0a35fce7 It should be possible to have window rules for unmanaged windows as well.
svn path=/trunk/KDE/kdebase/workspace/; revision=689902
17 years ago
Luboš Luňák e1c5f18414 Separate rendering for decoration and window contents, they can have
different opacity (opacity only for decoration option).


svn path=/trunk/KDE/kdebase/workspace/; revision=689855
17 years ago
Script Kiddy 6b71cd62db SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=689774
17 years ago
Matthew Woehlke 1cfffc602e move oxygen code that will be shared by the style into its own .cpp/.h
svn path=/trunk/KDE/kdebase/workspace/; revision=689747
17 years ago
Luboš Luňák b7ae1af212 Pedantic.
svn path=/trunk/KDE/kdebase/workspace/; revision=689597
17 years ago
Luboš Luňák c29c66832d Make quads carry information about whether the quad is part
of decoration or the actual window contents.


svn path=/trunk/KDE/kdebase/workspace/; revision=689554
17 years ago
Script Kiddy f0aaf16e6a SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=689367
17 years ago
Matthew Woehlke ca0838643d fix lower color, thanks for keeping me honest boemann :-)
svn path=/trunk/KDE/kdebase/workspace/; revision=689245
17 years ago
Matthew Woehlke 1768ac296c fix windeco to use KColorScheme also, see r689219
TODO: share this code so it doesn't need to be fixed twice :-)

svn path=/trunk/KDE/kdebase/workspace/; revision=689244
17 years ago
Luboš Luňák ea944065c7 Arghl, this is not static const, it changes.
svn path=/trunk/KDE/kdebase/workspace/; revision=689136
17 years ago
Luboš Luňák f1108dd13a Let's say the copy buffer hack for old nvidia drivers is not necessary these days.
svn path=/trunk/KDE/kdebase/workspace/; revision=689095
17 years ago
Luboš Luňák 263defdb87 Detect XRender initialization failures.
svn path=/trunk/KDE/kdebase/workspace/; revision=688970
17 years ago
Luboš Luňák 7b054df213 More debug info about possible initialization failures.
svn path=/trunk/KDE/kdebase/workspace/; revision=688960
17 years ago
Casper Boemann 3e024ce5e6 fix small visual error in upper right corner
svn path=/trunk/KDE/kdebase/workspace/; revision=688743
17 years ago
Casper Boemann f153aad996 change the background as nuno wants
svn path=/trunk/KDE/kdebase/workspace/; revision=688728
17 years ago
Luboš Luňák fd50ea91da Turned off by default - it uses shaders, and here it gives strange painting
errors (probably because of missing support).


svn path=/trunk/KDE/kdebase/workspace/; revision=688692
17 years ago