Hugo Pereira Da Costa
5dc36a4eec
added proper margin around toolbox tabs
11 years ago
Hugo Pereira Da Costa
cdc889019a
make separators expand full width in menus
11 years ago
Hugo Pereira Da Costa
c6edea6127
fixed checkbox animation
11 years ago
Hugo Pereira Da Costa
c375cbcdcd
cosmetics
11 years ago
Hugo Pereira Da Costa
53d25d9558
implemented SH_KCustomElement from KStyle, to have them working in KDE4.
11 years ago
l10n daemon script
7c0a390882
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
8a65950bdc
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Hugo Pereira Da Costa
279dd39346
Fixed rendering of partial checkboxes.
11 years ago
Hugo Pereira Da Costa
0cce762f03
Only use fixed icon size for QtQuickControls
...
In other cases (standard widgets) use maxIconSize
CCBUG: 339106
11 years ago
Hugo Pereira Da Costa
684e71ab0d
Only use fixed icon size for QtQuickControls
...
In other cases (standard widgets) use maxIconSize
CCBUG: 339106
11 years ago
Hugo Pereira Da Costa
1598957e6d
Fix rendering of disabled radio buttons in menus
...
BUG: 352160
11 years ago
Hugo Pereira Da Costa
6231186d9a
Fix rendering of disabled radio buttons in menus
...
BUG: 352160
11 years ago
Hugo Pereira Da Costa
ab1467be91
added an outline to focused buttons, similar to what is done in menus
11 years ago
Hugo Pereira Da Costa
9572ab8a4d
reduce size of checkbox and radiobuttons; reduced spacing between mark and text.
11 years ago
Hugo Pereira Da Costa
3230d9f7d7
- Changed menu rendering to remove margin between selection rect and frame
...
- Properly round menu item selection for first and last item in menu, to not overlap with menu rounding.
- Added suttle outline around focus rect in menus
11 years ago
Hugo Pereira Da Costa
43c6e6ff62
Fixed rendering of progressbars when progress is very small
...
BUG: 351237
11 years ago
Hugo Pereira Da Costa
87a7d7f13d
Fixed rendering of progressbars when progress is very small
...
BUG: 351237
11 years ago
Hugo Pereira Da Costa
0df39f1958
- deal with dpiRatio when sending WM move resize events
...
- check event "local" position instead of global, for starting drag, because global can get +1 offsets in high
dpi mode.
BUG: 351321
11 years ago
Hugo Pereira Da Costa
6d8c9bfde5
- deal with dpiRatio when sending WM move resize events
...
- check event "local" position instead of global, for starting drag, because global can get +1 offsets in high
dpi mode.
BUG: 351321
11 years ago
David Edmundson
d0fd815dec
implement SH_ItemView_ActivateItemOnSingleClick in kde4
...
Was in Plasma/5.3, but that branch didn't get merged into master
Now it's too diverged to try
11 years ago
Hugo Pereira Da Costa
d0ddfe88ff
also use shadow color in Breeze style
11 years ago
Hugo Pereira Da Costa
6946054e74
removed unused sideExtent variable
11 years ago
Hugo Pereira Da Costa
73112d92e3
improved rendering of menu and mdi window shadows
11 years ago
l10n daemon script
75c02d8d7f
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Hugo Pereira Da Costa
787aad717b
added the (compile time) possibility to render CommandLinkButton flat;
...
properly render pressed/checked buttons
11 years ago
Hugo Pereira Da Costa
2a24ebce25
Fixed rendering of QCommandLinkButton
...
BUG: 348257
11 years ago
Hugo Pereira Da Costa
48a5fd346b
Properly account for MenuItem text size when computing sizeFromContents
...
BUG: 349258
11 years ago
Hugo Pereira Da Costa
28af75ac32
render menu frame via PE_FrameMenu only for extended toolbars and QtQuick controls
...
for all other cases this is dealt with in PE_PanelMenu
this is aligned to oxygen's code and fixes rendering issue for menus when using native graphics system.
BUG: 348908
11 years ago
l10n daemon script
7a5cdc2c5d
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Hugo Pereira Da Costa
b14b203467
Added feature summary for xcb and x11-xcb
...
BUG: 347420
11 years ago
Hugo Pereira Da Costa
46ca760384
- Cleanup tests in scrollarea event filter
...
- do not render background behind scrollbars when parent scrollarea has a stylesheet set, because the viewport palette is broken
(all black)
BUG: 347971
11 years ago
l10n daemon script
47303046e2
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Hugo Pereira Da Costa
0fd84447e5
Default to Qt::AlignVCenter (instead of Qt::AlignTop) when vertical alignment flag is not set
...
CCBUG: 346679
11 years ago
Hugo Pereira Da Costa
2e38f4e01a
removed extra character after #endif
11 years ago
l10n daemon script
4682937132
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Hugo Pereira Da Costa
6234ca5502
use TabWidget for settings
11 years ago
Hugo Pereira Da Costa
2a31156cca
removed debug output
11 years ago
l10n daemon script
57e2304a31
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Hugo Pereira Da Costa
eecf425c76
do not add margins around items for qtquick controls
11 years ago
l10n daemon script
8368145b76
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Hugo Pereira Da Costa
db245de816
simplified rendering of menu titles
11 years ago
Hugo Pereira Da Costa
661756757c
Detect toolbutton in menus and mark as menu titles
...
Add dedicated rendering for menu titles/named separators
11 years ago
Hugo Pereira Da Costa
51f123a029
Changed parameter orders to better match parent class methods
11 years ago
l10n daemon script
a2e8466b5e
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Hugo Pereira Da Costa
4b080f8a2a
Cleanup transition data, to align with oxygen
11 years ago
Hugo Pereira Da Costa
bd7466be3a
- re-added stacked widget transitions, based on oxygen code
...
- it is disabled by default for the moment, and can only be enabled via hidden option.
11 years ago
Harald Sitter
a78e4592da
fix build without x11
...
previous shadow change twiddled with the commas breaking the initalizer
list if the breeze_have_x11 if evals to nothing, causing the list to
have a trailing comma and breaking the build
11 years ago
David Edmundson
9f752a5010
Create shadows uncondiationally
...
Breeze checks if shadows are supported by checking for a property on the
root window. This is set by kwin at some point after startup.
This leaves a gap for apps/plasmashell to start, determine shadows are
not supported and then never render them for the lifespan of that app.
It also can't handle window managers being replaced.
Not checking solves all the issues with limited drawback
REVIEW: 123284
11 years ago
l10n daemon script
7f473f22a3
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
a651f9c37c
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago