Hugo Pereira Da Costa
5fc6a2ddf3
Only add margin around tabwidget content when necessary, in order to keep the tabbar of minimal width
10 years ago
Hugo Pereira Da Costa
a3c09d4cd5
Merge branch 'Plasma/5.7'
10 years ago
Hugo Pereira Da Costa
4fb5a3bf8b
Fixed tabwidget size calculation from contents
...
BUG: 364426
10 years ago
Jonathan Riddell
e72c1ea295
Update version number for 5.7.2
...
GIT_SILENT
10 years ago
Hugo Pereira Da Costa
6c29ac3958
Merge branch 'Plasma/5.7'
10 years ago
Hugo Pereira Da Costa
47a397ebef
Fixed kde4 compilation
10 years ago
Hugo Pereira Da Costa
2b61ea484d
Merge branch 'Plasma/5.7'
10 years ago
Hugo Pereira Da Costa
ea4fdcaf6c
sync SH_Widget_Animate with internal "enable animations" option
10 years ago
Hugo Pereira Da Costa
5450d94d6a
Merge branch 'Plasma/5.7'
10 years ago
Hugo Pereira Da Costa
1b90d45bfa
Fixed tab order
...
BUG: 365603
10 years ago
Jonathan Riddell
c840a18d3d
Update version number for 5.7.1
...
GIT_SILENT
10 years ago
Jonathan Riddell
f2570499f4
Revert "Update version number for 5.7.1"
...
This reverts commit d7e5d07bcb .
10 years ago
Jonathan Riddell
d7e5d07bcb
Update version number for 5.7.1
...
GIT_SILENT
10 years ago
l10n daemon script
2ba23ef4c7
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
adc06a7dff
Merge branch 'Plasma/5.7'
10 years ago
Hugo Pereira Da Costa
5f47df2705
Fix icon type assignment in toolbars to re-enable disabled icons. Thanks Craig for finding and fixing
...
CCMAIL: craig.p.drummond@gmail.com
10 years ago
Marco Martin
b950883cf7
don't invert icons on thin line option
...
if the option of highlighting
current menu items with a thin line
is enabled, don't invert selected icons
BUG:365103
10 years ago
David Edmundson
40ced0b6d0
Update version number for 5.7.0
...
GIT_SILENT
10 years ago
l10n daemon script
7f66609f70
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
David Edmundson
28e1861091
Update version number for 5.7.90
...
GIT_SILENT
10 years ago
David Edmundson
ab9e0cba7a
Update version number for 5.6.95
...
GIT_SILENT
10 years ago
Marco Martin
7280fff872
fix build on Qt4
...
widget->windowHandle() is available only in Qt5
use the base class paint methos on qt4
10 years ago
Marco Martin
002b25ca5e
use the "selected" state for icons in menu items
...
with the stylesheet based recoloring for icons,
it is possible to make selected icons the same
color as the selected text from the palette.
with the breeze icons style this makes the selected
item more readable and more in line with the style.
REVIEW:127876
10 years ago
Allen Winter
e680af39da
kstyle/breeze.h - pedantic
10 years ago
l10n daemon script
5bcbe46ca6
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
l10n daemon script
d711de9ec0
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
Martin Gräßlin
e20fc84c47
[kdecoration] Give a proper name to the Breeze window decoration
...
Summary:
The deco did not define the name, so in the listing the plugin id
was used. With this change the name is "Breeze" and no longer
"org.kde.breeze" in the decoration configuration module.
Reviewers: #plasma, hpereiradacosta
Differential Revision: https://phabricator.kde.org/D1411
10 years ago
Martin Gräßlin
1a38234564
Add BREEZE_STYLE_NAME to BreezeConfig.cmake
...
Summary:
This allows plasmaintegration to depend on Breeze and properly set
the style name to the one used by Breeze.
Reviewers: #plasma, hpereiradacosta
Differential Revision: https://phabricator.kde.org/D1395
10 years ago
Ken Vermette
f002e5c464
REVIEW:127575 Plasma 5.7 wallpaper
10 years ago
Martin Gräßlin
7996fb97d3
Create a BreezeConfig.cmake
...
Summary:
Breeze creates and installs a BreezeConfig.cmake and
BreezeConfigVersion.cmake.
The idea is to have other Plasma projects which default to Breeze items
(e.g. kstyle in plamsa-integration, kdecoration in KWin) to properly
depend on it.
The content of the BreezeConfig.cmake so far provides whether Breeze
is compiled with support for KDecoration and the plugin id.
This can now be used by e.g. KWin in the following way:
find_package(Breeze ${PROJECT_VERSION} CONFIG)
set_package_properties(Breeze PROPERTIES
TYPE OPTIONAL
PURPOSE "For setting the default window decoration plugin")
add_feature_info("Breeze-Decoration" BREEZE_WITH_KDECORATION "Default decoration plugin Breeze")
Reviewers: #plasma
Differential Revision: https://phabricator.kde.org/D1343
10 years ago
David Rosca
2201f90bd4
Merge branch 'Plasma/5.6'
10 years ago
David Rosca
e335a81c19
Fix isQtQuickControl check with Qt 5.7
...
Only check for QQuickItem instead of private class names.
Also changed remaining places to use the isQtQuickControl function.
REVIEW: 127524
10 years ago
Hugo Pereira Da Costa
f56b8b9fbe
Create animation "on demand", that is, when there is at least one animated progressbar.
...
Delete it when all animated progressbars have stoped or have been unregistered.
This prevent the underlying QPropertyAnimation to be deleted "too late" after an application was exited,
which in turn sometimes result in a crash
CCBUG: 356940
10 years ago
Hugo Pereira Da Costa
9695ec206f
use default destructor
10 years ago
Jonathan Riddell
554d67567f
FEATURE: add print test page by Jens
10 years ago
Jonathan Riddell
3ec07a379d
Update version number for 5.6.1
...
GIT_SILENT
10 years ago
Martin Gräßlin
04a7f3c922
[kstyle] Only create Wayland shadows for top-level widgets
...
Summary: We don't want the shadow on sub-surfaces.
Reviewers: #plasma
Differential Revision: https://phabricator.kde.org/D1206
10 years ago
David Rosca
ebfc852477
Merge branch 'Plasma/5.6'
10 years ago
David Rosca
24cbc7312a
Fix drawing correct focus state of QtQuickControls Button
...
Button with checked == true would be incorrectly drawn as always
having focus. Checked QtQuickControls Button always have State_Sunken.
REVIEW: 127494
10 years ago
David Rosca
c4a67d1f61
Fix flags compare in drawTitleBarComplexControl
...
Fixes compiler warning and logic (always evaluated to false).
REVIEW: 127500
10 years ago
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