Rivo Laks
c71b5539cf
Show a message when compositing isn't supported
...
svn path=/trunk/KDE/kdebase/workspace/; revision=717750
2007-09-27 13:26:55 +00:00
Script Kiddy
f7b98292be
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/workspace/; revision=717656
2007-09-27 09:33:12 +00:00
Matthew Woehlke
d751f228d2
use newfangled QLinearGradient instead of kdefx :-)
...
svn path=/trunk/KDE/kdebase/workspace/; revision=717527
2007-09-27 03:42:17 +00:00
Matthew Woehlke
9da7d20f22
use newfangled QLinearGradient instead of kdefx :-)
...
svn path=/trunk/KDE/kdebase/workspace/; revision=717526
2007-09-27 03:41:46 +00:00
Casper Boemann
b67a883b5e
left align title on windows
...
svn path=/trunk/KDE/kdebase/workspace/; revision=717379
2007-09-26 19:35:55 +00:00
Rivo Laks
75e62eefa5
Apply lod bias only to the window texture
...
svn path=/trunk/KDE/kdebase/workspace/; revision=717334
2007-09-26 16:38:32 +00:00
Rivo Laks
841780d0a7
Check if compositing is supported and disable everything if it isn't
...
svn path=/trunk/KDE/kdebase/workspace/; revision=717332
2007-09-26 16:35:30 +00:00
Rivo Laks
68f7504fb0
- Add CompositingPrefs::compositingPossible() to check if compositing is supported at all.
...
- Use it in setupCompositing()
svn path=/trunk/KDE/kdebase/workspace/; revision=717330
2007-09-26 16:34:08 +00:00
Rivo Laks
a3781228cb
Move Extensions class to lib/kwinglobals.*
...
svn path=/trunk/KDE/kdebase/workspace/; revision=717329
2007-09-26 16:31:06 +00:00
Luboš Luňák
85e46eead6
Check for X errors during detecting OpenGL (don't let whole KWin startup fail
...
because of it).
svn path=/trunk/KDE/kdebase/workspace/; revision=717267
2007-09-26 13:47:01 +00:00
Script Kiddy
5e289c2423
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/workspace/; revision=717121
2007-09-26 05:58:14 +00:00
Rivo Laks
6f6a3ad3bf
Update settings in reinitCompositing() (otherwise changes won't take effect)
...
svn path=/trunk/KDE/kdebase/workspace/; revision=716963
2007-09-25 18:32:26 +00:00
Rivo Laks
bb6a65b424
Add config module for DesktopGrid.
...
You can configure slide animation and activations shortcut
svn path=/trunk/KDE/kdebase/workspace/; revision=716951
2007-09-25 17:52:19 +00:00
Rivo Laks
f05d91085a
- Make it work (use correct KComponentData)
...
- No need to store KActionCollection since we're dealing only with global shortcuts
svn path=/trunk/KDE/kdebase/workspace/; revision=716949
2007-09-25 17:47:31 +00:00
Luboš Luňák
bdaee4e99f
mTarget is not set at this point yet, so this gives opengl error.
...
Is it ok like this or does glTexEnv() require the texture to be bound?
CCMAIL: rivolaks@hot.ee
svn path=/trunk/KDE/kdebase/workspace/; revision=716886
2007-09-25 13:53:36 +00:00
Luboš Luňák
8d69535933
Add opengl debug checks, so that I don't have to add them everytime I need them.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=716883
2007-09-25 13:42:20 +00:00
Luboš Luňák
2c9bee719e
Restore original glx context after using the temporary one for detecting,
...
this avoids visual freeze when reconfiguring.
CCMAIL: rivolaks@hot.ee
svn path=/trunk/KDE/kdebase/workspace/; revision=716819
2007-09-25 10:14:57 +00:00
Luboš Luňák
8985ca0b7f
Properly reload compositing settings on reconfigure.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=716806
2007-09-25 09:41:23 +00:00
Rivo Laks
aa26125635
Activation shortcuts of PresentWindows can be configured now
...
svn path=/trunk/KDE/kdebase/workspace/; revision=716805
2007-09-25 09:41:06 +00:00
Maks Orlovich
5ac0521ba4
Unmessup the indendation on this line... Thanks diff.
...
/me goes to look for a kate setting to make the tab indicators visible w/o squinting again
svn path=/trunk/KDE/kdebase/workspace/; revision=715953
2007-09-23 15:30:05 +00:00
Maks Orlovich
0d2e2cdfcc
Fix this up so I can drag things around properly, and have
...
them get to their destination without getting misplaced or a
crash.
In short, keeping iterators to a changing QList is a Bad Idea(tm),
so I did the simple thing can used indices.
svn path=/trunk/KDE/kdebase/workspace/; revision=715952
2007-09-23 15:23:10 +00:00
Casper Boemann
a717c047a3
respect colorsetting for window title
...
svn path=/trunk/KDE/kdebase/workspace/; revision=715938
2007-09-23 14:30:37 +00:00
Maks Orlovich
cc57137f16
Make button symbols show up in the custom button
...
position editor..
svn path=/trunk/KDE/kdebase/workspace/; revision=715934
2007-09-23 14:18:35 +00:00
Robert Knight
a0f8c2b681
Remove the Cancel button as there are only two ways out of the 'Confirm' situation.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=715665
2007-09-22 20:35:35 +00:00
Robert Knight
d22dac6661
Change 'Compositing settings' to 'Dekstop effects settings' in the confirmation dialog.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=715661
2007-09-22 20:19:17 +00:00
Rivo Laks
a868d01413
- Fix grammar of a label
...
- Add labels that show activation shortcuts
svn path=/trunk/KDE/kdebase/workspace/; revision=715559
2007-09-22 12:14:30 +00:00
Rivo Laks
4ae6c8c382
- Fix memory leak with QLabels
...
- Translate all the labels
svn path=/trunk/KDE/kdebase/workspace/; revision=715555
2007-09-22 12:00:23 +00:00
Rivo Laks
686bffcc49
Apply driver-specific workaround (e.g. disabling vsync) for all driver versions since I don't
...
know that they are/will be fixed in later versions.
svn path=/trunk/KDE/kdebase/workspace/; revision=715547
2007-09-22 11:19:22 +00:00
Rivo Laks
8439c3be9a
VSync and vt switching is still broken in the latest nvidia driver
...
svn path=/trunk/KDE/kdebase/workspace/; revision=715202
2007-09-21 13:29:55 +00:00
Rivo Laks
840818e39a
Add separate option for smooth scaling in XRender mode.
...
It's slow (software scaling), so it's disabled by default.
svn path=/trunk/KDE/kdebase/workspace/; revision=715200
2007-09-21 13:27:56 +00:00
Script Kiddy
090855777a
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/workspace/; revision=715040
The following changes were in SVN, but were removed from git:
M wallpapers/All-Good-People-1.jpg.desktop
M wallpapers/Chicken-Songs-2.jpg.desktop
M wallpapers/No-Ones-Laughing-3.jpg.desktop
M wallpapers/Time-For-Lunch-2.jpg.desktop
M wallpapers/Totally-New-Product-1.jpg.desktop
M wallpapers/andes-venezolanos.svgz.desktop
M wallpapers/aurora.svgz.desktop
M wallpapers/blue-bend.jpg.desktop
M wallpapers/default_blue.jpg.desktop
M wallpapers/default_gears.jpg.desktop
M wallpapers/floating-leaves.jpg.desktop
M wallpapers/globe.svgz.desktop
M wallpapers/here-gear.svgz.desktop
M wallpapers/kde_box.png.desktop
M wallpapers/lineart.svgz.desktop
M wallpapers/moon.svgz.desktop
M wallpapers/seaofconero.jpg.desktop
M wallpapers/soft-green.jpg.desktop
M wallpapers/sunshine-after-the-rain.jpg.desktop
M wallpapers/triplegears.jpg.desktop
2007-09-21 06:26:08 +00:00
Rivo Laks
a1b90cdd15
Use the confirmation dialog for advanced settings dialog as well
...
svn path=/trunk/KDE/kdebase/workspace/; revision=714888
2007-09-20 20:34:24 +00:00
Rivo Laks
7ad70d9c83
Fix compilation
...
svn path=/trunk/KDE/kdebase/workspace/; revision=714831
2007-09-20 18:06:36 +00:00
Rivo Laks
d80d2a1334
Fix typo
...
svn path=/trunk/KDE/kdebase/workspace/; revision=714829
2007-09-20 17:53:15 +00:00
Bernhard Loos
4ff6a33526
fix the effect kcm for kwin
...
(port it to KPluginFactory)
svn path=/trunk/KDE/kdebase/workspace/; revision=714825
2007-09-20 17:48:27 +00:00
Rivo Laks
69058845e6
Add reinitCompositing dbus signal that reinits compositing (reconfigure signal doesn't and
...
shouldn't cause that) and use it when advanced compositing settings change.
svn path=/trunk/KDE/kdebase/workspace/; revision=714813
2007-09-20 17:19:19 +00:00
Rivo Laks
45aab602ef
Actually restart KWin when new config is rejected
...
svn path=/trunk/KDE/kdebase/workspace/; revision=714811
2007-09-20 17:14:26 +00:00
Rivo Laks
9000fb0ec3
Updates
...
svn path=/trunk/KDE/kdebase/workspace/; revision=714744
2007-09-20 13:28:33 +00:00
Rivo Laks
a93826681a
Synchronize effect checkboxes with the effect selector widget by using a
...
temporary config file for communication when active tab changes.
svn path=/trunk/KDE/kdebase/workspace/; revision=714742
2007-09-20 13:21:49 +00:00
Rivo Laks
3074e126e7
Remove debug line
...
svn path=/trunk/KDE/kdebase/workspace/; revision=714129
2007-09-18 19:53:30 +00:00
Rivo Laks
36d804a0f5
Set focus to No button initially, so enter = revert changes.
...
I'm not completely sure about this, but it could help to prevent accidential confirms
svn path=/trunk/KDE/kdebase/workspace/; revision=714128
2007-09-18 19:51:54 +00:00
Rivo Laks
5feeb3f483
Add Cancel button to confirmation dialog
...
svn path=/trunk/KDE/kdebase/workspace/; revision=714125
2007-09-18 19:47:54 +00:00
Rivo Laks
d32b4a3130
Use KDialog instead of QMessageBox for confirmation dialog (can't use KMessageBox)
...
svn path=/trunk/KDE/kdebase/workspace/; revision=714120
2007-09-18 19:38:57 +00:00
Rivo Laks
d965cdee99
Beginnings of confirmation dialog shown when critical compositing settings
...
are changed.
When user doesn't click Yes in 10 secs then changes are reverted.
svn path=/trunk/KDE/kdebase/workspace/; revision=714104
2007-09-18 19:00:23 +00:00
Rivo Laks
1112d7fd69
Don't scale windows more than 2 times.
...
This prevents e.g. a quarter-screen big klipper
svn path=/trunk/KDE/kdebase/workspace/; revision=714057
2007-09-18 16:47:32 +00:00
Rivo Laks
43f4a6a15b
Fix compilation when opengl isn't present
...
svn path=/trunk/KDE/kdebase/workspace/; revision=714021
2007-09-18 14:48:01 +00:00
Luca Gugelmann
a9f43bbf30
* Use true/false instead of on/off in kwinrc, since this no longer
...
works. Update script for migrating old kwinrc included.
svn path=/trunk/KDE/kdebase/workspace/; revision=714020
2007-09-18 14:44:41 +00:00
Rivo Laks
89b9872eef
Remove kwineffects config module as it's functionality is now offered by kwincompositing module
...
svn path=/trunk/KDE/kdebase/workspace/; revision=714019
2007-09-18 14:44:03 +00:00
Rivo Laks
9f95efdc27
Use CompositingPrefs here as well for default options autodetection
...
svn path=/trunk/KDE/kdebase/workspace/; revision=714012
2007-09-18 14:32:37 +00:00
Rivo Laks
59f21e39fe
Add automatic driver detection for compositing options.
...
This is used to set sane defaults and work around possible driver bugs.
Also, if you have a "whitelisted" driver (nvidia >= 96.39 or intel >= 20061017)
then compositing will be enabled by default for you.
svn path=/trunk/KDE/kdebase/workspace/; revision=714004
2007-09-18 13:59:06 +00:00