Martin Gräßlin
60a152eca9
Add application switching to TabBox (that is only one element per window class).
...
FEATURE: 206950
svn path=/trunk/KDE/kdebase/workspace/; revision=1042640
17 years ago
Martin Gräßlin
c4e0e0a612
Black borders around the tabbox in non-composited setup are ugly.
...
There are still a few pixels in the corner - no idea why
svn path=/trunk/KDE/kdebase/workspace/; revision=1042348
17 years ago
Martin Gräßlin
93ac3e14e3
Do not set deselected icons to grayscale. It seems to be more difficult to identify the window. Thanks to Chani for the feedback.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1042346
17 years ago
Martin Gräßlin
4591f8bacd
Less warnings please
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1042345
17 years ago
Martin Gräßlin
f538de9b1d
Fix broken navigation in tabbox if a tabular layout is used and there is an odd number of items.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1042344
17 years ago
Martin Gräßlin
8ebbebbb55
First set the new model then reset. Stupid me :-(
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1042343
17 years ago
Martin Gräßlin
9834f6faf7
Fix a compile fail on OpenSolaris.
...
Thanks to tropikhajma for reporting the bug and providing a patch.
BUG: 211686
svn path=/trunk/KDE/kdebase/workspace/; revision=1039986
17 years ago
Lucas Murray
3fd898cbf7
Less warnings please.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1031445
17 years ago
Lucas Murray
8cbce93613
Less warnings please.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1031438
17 years ago
Martin Gräßlin
08ef17879b
Fix improper include guards in tabbox (Krazy issue no 14)
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1023785
17 years ago
Martin Gräßlin
eb95fc7cba
Fix typos in comments of tabbox (Krazy issue 28).
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1023737
17 years ago
Laurent Montel
9178d9c191
Fix forward declaration
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1023066
17 years ago
Andreas Kling
c4b279eed5
Fixed two uninitialized reads on startup ({m_,}isShown)
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1022869
17 years ago
Martin Gräßlin
76f17e6de1
Here comes the new TabBox. It is a complete rewrite using a MVC approach. Here some highlights:
...
* Models and Delegates for Clients and Desktops
* Horizontal, vertical and tabular layout
* Layout of one item can be configured by an XML definition
* A desktop item can include a client list
* An optional second list view showing only the selected item
* A new KCM "kwintabbox"
* An alternative TabBox with independent settings and keybindings
* Optional Highlight Windows effect integration
* List scrolls instead of removing items
* Scroll wheel support
* Cursor key support
* Middle click on item closes window
BUG: 195745
BUG: 197187
BUG: 201103
FEATURE: 118184
FEATURE: 156723
FEATURE: 177441
FEATURE: 182897
FEATURE: 193882
GUI:
svn path=/trunk/KDE/kdebase/workspace/; revision=1022861
17 years ago