6
I Use This!
Very High Activity

Commits : Listings

Analyzed 12 days ago. based on code collected 13 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reduce the titlebar height by 2 pixel for maximized windows to make the buttons look a bit more centered. FEATURE: 91461 More... about 20 years ago
CVS_SILENT made messages (.desktop file) More... about 20 years ago
FEATURE: 83499 Grey out buttons which are not supported by the decoration, put a "(unsupported)" after the button name. More... about 20 years ago
replace button pixmaps with bitmaps so they can be colored later (e.g. greyed out when the button is unavailable)... More... about 20 years ago
make it compile More... about 20 years ago
FEATURE Add drop visualizer to the titlebar preview. More... about 20 years ago
Clean things up a bit under the hood of the button position widget. Main intention was to replace the QString/char based internal representation of buttons with a Button-object based one. Makes it IMHO much more extensible by removing things like global vars, i18n(name)<-->button type mapping etc. More... about 20 years ago
I think I got persuaded that having a direct access to the decorated window might be useful in very very very rare cases. More... about 20 years ago
fixuifiles More... about 20 years ago
move a few things from KWinDecorationModule into the new class ButtonPositionWidget in preparation for a few improvements on the widget I'm planing... More... about 20 years ago
better ButtonDrag mimetype More... about 20 years ago
Replace the border size slider with a combobox. More... about 20 years ago
Add an extra margin around the preview. More... about 20 years ago
Update the layout of the window decoration dialog based on Aaron's feedback on kde-usability: - Move the combobox back into the tab - Move the preview below the tabbar - Move the border size slider into the first tab to the Decoration Options - Remove the groupbox around the custom button position widgets. More... about 20 years ago
Don't keep dialogs above mainwindow if that mainwindow happens to be a dock. Let's see what that does. BUG: 63223 More... about 20 years ago
Shading fixes. This should also take care of #91615. BUG: 91615 More... about 20 years ago
CVS_SILENT made messages (.desktop file) More... about 20 years ago
Limit tabbox maximum width to 80% of screen width. FEATURE: 92418 More... about 20 years ago
Fix shading: isShade() returns the actual state of the window, and isSetShade() returns the state set by the user - these two may differ e.g. while hover-unshaded. Therefore titlebar buttons should use isSetShade(), otherwise they become a bit useless with hover-unshading. Also fix updating the button state - the styles duplicate way too much code, and if one of them has a bug, most of them definitely have it as well. Some of the code should probably move to the decoration lib :-/ . More... about 20 years ago
Do not confuse Laurent, and David, and perhaps even me :). More... about 20 years ago
Make dialogs an exception from keeping splashscreens on top of every other window from the app (#93832). IMHO the real problem is in apps showing modal dialogs while they still have a splascreen visible, but I've seen this already enough times. CCBUG: 93832 More... about 20 years ago
Try harder to restore focus if something sets it to null. More... about 20 years ago
fix export's More... about 20 years ago
fix export's More... about 20 years ago
remove the pluginSettingsGrp groupbox More... about 20 years ago
- Update the preview on button position/border size setting changes. Preview of settings in the decoration's config dialogs isn't available yet. - Move the decoration combobox and the preview out of the tab widget to be visible from all tabs - makes the new preview update more useful. More... about 20 years ago
fix export's More... about 20 years ago
Mark me as the maintainer. More... about 20 years ago
use the schema instead of the DTD for validation (changes reviewed by Frans Englich)
cspitzlay
as Christian Mueller
More... about 20 years ago
If a window is resized manually to geometry equal to workspace size, make it automatically also maximized. More... about 20 years ago