Martin Gräßlin
f4032a191f
Add arcconfig
10 years ago
David Rosca
516b895548
Merge branch 'Plasma/5.6'
10 years ago
David Rosca
65a0c62567
Fix 1px offset in QtQuickControls TabView frame
...
TabView contents frame border now merges with the left/right tab.
REVIEW: 127464
10 years ago
David Rosca
5fa2fe05db
Merge branch 'Plasma/5.6'
10 years ago
David Rosca
9e7983a089
Expand size of CT_ItemViewItem also with QtQuickControls
...
Fixes the spacing in view items, including ComboBox popup.
REVIEW: 127463
10 years ago
David Rosca
c2008d6d3a
Fix drawing QtQuickControls ComboBox popups
...
Implement drawing QStyleOptionFrame QFrame::StyledPanel shape.
BUG: 343369
FIXED-IN: 5.6.1
REVIEW: 127460
10 years ago
Hugo Pereira Da Costa
273a6a6231
removed warning about unused variable when wayland is not found
...
+ cosmetics
10 years ago
Hugo Pereira Da Costa
84d19e95e3
For buttons that have neither icon nor text, assume custom button and use provided
...
contentsSize for sizeForContents calculation.
BUG: 360061
10 years ago
Hugo Pereira Da Costa
69fd1e6e51
For buttons that have neither icon nor text, assume custom button and use provided
...
contentsSize for sizeForContents calculation.
BUG: 360061
10 years ago
Jonathan Riddell
ebe7337344
Update version number for 5.6.0
...
GIT_SILENT
10 years ago
Martin Gräßlin
3eedad8222
[kstyle] Fix build on Qt 4
...
QMarginsF is new in Qt 5.3, let's use QMargins.
10 years ago
Martin Gräßlin
9caf0c8ab1
Implement window shadows on Wayland
...
Integrate with Wayland and create a ShadowManager if available.
With the ShadowManager it's possible to create a Shadow for a Surface.
The Wayland shadow is very similar to the X11 based one, so a lot of
code can be shared. The code is slightly refactored to share the common
code paths to create and destroy the shadow.
REVIEW: 127352
10 years ago
Martin Gräßlin
8fdfe8ae29
Merge branch 'Plasma/5.6'
10 years ago
Martin Gräßlin
f052173ddb
[kstyle] Disable window move on Wayland
...
Unfortunately we cannot support moving windows from the style on Wayland
(yet). To move a window we need the (Xdg)ShellSurface and the wl_seat.
Through the integration plugin we can get the ShellSurface, but not the
seat. Thus we cannot invoke the feature through KWayland.
We either need to extend the native interface and/or extend QWindow to
expose a startSystemMove (QPlatformWindow already supports a
startSystemResize).
REVIEW: 127301
10 years ago
Martin Gräßlin
331a7d7f1e
[kstyle] Add static bool Helper::isWayland()
...
Just like isX11.
10 years ago
Martin Gräßlin
ff04d0418a
[kstyle] Cache whether we are on X11
...
A call to QX11Info::isPlatformX11() is a string comparison each time.
So let's better have the value cached, it won't change at runtime.
10 years ago
l10n daemon script
a094a022ff
SVN_SILENT made messages (.desktop file)
10 years ago
l10n daemon script
fe785e2b3f
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"
10 years ago
Aleix Pol
42b02dd721
Fix installation of Breeze Dark
...
CCMAIL: hrvoje.senjan@gmail.com
10 years ago
Jonathan Riddell
32e17f7ab1
Update version number for 5.6.90
...
GIT_SILENT
10 years ago
Jonathan Riddell
38fc70d085
Update version number for 5.5.95
...
GIT_SILENT
10 years ago
Aleix Pol
fa748e869d
Only build the decoration if the KDecoration2 is present
...
REVIEW: 127174
10 years ago
Hugo Pereira Da Costa
9920983f86
use proper background color for tabbar arrow buttons
10 years ago
Hugo Pereira Da Costa
ac1a56fb5b
properly enable mouse-ove in tabbar arrows
10 years ago
Hugo Pereira Da Costa
ceeae5f513
Check whether parent has altered background to decide of tabbar's background in document mode.
10 years ago
Aleix Pol
d616fcb060
Let KDE*CompilerSettings change the policies in the project
...
As suggested in ECM documentation.
10 years ago
Marco Martin
018860bcfb
add a complementary group
...
(doesn't change existing things)
10 years ago
l10n daemon script
3433e7bf11
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"
10 years ago
Hugo Pereira Da Costa
1ea115411f
honor showIconsInMenuItems
10 years ago
Hugo Pereira Da Costa
5367cb88f0
- calculate pushbutton size from scratch rather than relying on the contentsSize calculated from Qt
...
- honour showIconsOnPushButtons from kde globals
10 years ago
Hugo Pereira Da Costa
22c1ded25f
SH_DialogButtonBox_ButtonsHaveIcons: return true
...
unlike kstyle, we want to handle showIconsOnPushButtons fully, and not only for buttons in dialogs.
For this, setting this hint to always false makes life easier, because it prevents Qt to interfere.
10 years ago
Ken Vermette
9e61463161
REVIEW:126319 Plasma 5.6 Graphite Wallpaper (minor pixel fix)
10 years ago
Ken Vermette
68c839ab93
REVIEW:126319 Plasma 5.6 Graphite Wallpaper
10 years ago
Hugo Pereira Da Costa
d50deac70c
nothing
10 years ago
Hugo Pereira Da Costa
7c8c117cea
For standard configuration, rely on KCoreConfigSkeleton::load and ::save
...
For exceptions, explicitly write the relevant entries only.
BUG: 357135
10 years ago
Hugo Pereira Da Costa
ed08414b12
Call updateButtonGeometry after decorationButtonsLeftChanged and decorationButtonsRightChanged
...
added ::update at the end of updateButtonGeometry
BUG: 356869
10 years ago
Hugo Pereira Da Costa
1e98e96a01
improved rendering of tabwidgets in qtquick
10 years ago
Hugo Pereira Da Costa
f30f2fdd40
Sanitize rect adjustment for rendering tabwidgets
10 years ago
Hugo Pereira Da Costa
0cfd1cd14b
moved detection of qtquickcontrol to separate method
10 years ago
Hugo Pereira Da Costa
716d738cc0
- better handling of custom property for isMenuTitle
...
- added hasAlteredBackground property to track scrollbar background
- properly render background behind scrollbars in widget whose background has been altered.
fixed
10 years ago
Hugo Pereira Da Costa
c50b113d37
moved all abstract scrollarea polishing to polishScrollArea
10 years ago
Hugo Pereira Da Costa
c5e48d765a
- Removed palette helper.
...
Special background for groupboxes, menus, etc is now handled directly in the painting routine rather than adjusting
the palette. This was indeed breaking palette inheritance, and requiring hacks that apparently posed some performance
regressions.
- check documentMode to decide tab background color.
BUG: 356561
BUG: 356343
10 years ago
Hugo Pereira Da Costa
a513f4e0c4
Cleanup shadowhelper's widget registration logic.
...
Fixed test condition on whether shadow should be installed or not.
BUG: 356625
10 years ago
Hugo Pereira Da Costa
6282cbb242
do not set antialiasing when rendering square menu frames
10 years ago
l10n daemon script
710671d5cb
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"
10 years ago
Hugo Pereira Da Costa
c327915a8d
added ViewInvertSortIndicator hidden option (to be added to $HOME/.config5/breezerc) in order to changed sort
...
order arrow orientation.
(copied from oxygen)
BUG: 356305
10 years ago
Hugo Pereira Da Costa
27b476d319
draw outline in anti-aliasing mode, to prevent darker pixel in the corner.
10 years ago
Hugo Pereira Da Costa
10145c7bb2
when alpha channel is not supported,
...
- do not round corners
- draw a 1pixel frame around windows (when border is large enough)
CCBUG: 356165
10 years ago
Hugo Pereira Da Costa
251c2003dd
Make separator below menu title item as wide as regular separator
10 years ago
l10n daemon script
aa867fdbda
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"
10 years ago