l10n daemon script
48351058a7
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"
4 years ago
l10n daemon script
84997dc00d
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"
4 years ago
Noah Davis
0d382307a9
KStyle: fix hasIcon calculation for toolbutton labels
...
It used to check if icon was not null or iconSize was not empty, which was wrong.
4 years ago
l10n daemon script
125e36ffe5
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"
4 years ago
Alexander Lohnau
3edee6f61e
Install kcm_breezedecoration in separate namespace
...
This way we do not unnecessarily load it by systemsettings.
4 years ago
Alexander Lohnau
c59441bfdd
Convert desktop files of KCMs to json & port KCMultiDialog
...
To avoid duplicating the data files, the newly introduced kcmutils_generate_desktop_file cmake function was utilized.
This means KCMUtils is now a required dependency.
Test Plan:
- breeze-settings5 still loads both the KCMs
- both KCMs appear in the KRunner search
4 years ago
Alexander Lohnau
d820cc573b
Convert desktop files to JSON
...
In KF6, KPackage no longer reads the desktop files, but only json files
Task: https://phabricator.kde.org/T14558
4 years ago
Fushan Wen
8e4db038cb
kstyle: don't blindly fill contentsRect when calculating textRect
...
Otherwise in RTL layout the text start position will be the left side of
the button.
Co-authored-by: Alexander Volkov <avolkov@astralinux.ru>
BUG: 459444
FIXED-IN: 5.26
4 years ago
l10n daemon script
1548737fdd
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"
4 years ago
Noah Davis
4f92e3f804
KStyle: re-add centering of toolbutton icons
...
Wasn't a very noticeable change, but I forgot to keep this
4 years ago
Noah Davis
45680953bb
KStyle: fix text-only toolbuttons, check icon/text rects accurately
...
Do not use QRect::isEmpty() to check if the rect size is less than or
equal to 0x0. It does not work that way.
4 years ago
Jonathan Esk-Riddell
0f78e237d9
Update version number for 5.26.80
...
GIT_SILENT
4 years ago
Fushan Wen
ee9d4f5c2e
Remove animated wallpapers used in beta testing
...
They are only used in beta testing.
4 years ago
Jonathan Esk-Riddell
8624fd9f83
Update version number for 5.25.90
...
GIT_SILENT
4 years ago
Jonathan Esk-Riddell
7f5f14cac4
Update kf5 version requirement to 5.98.0
...
GIT_SILENT
4 years ago
l10n daemon script
6e27830661
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"
4 years ago
Aleix Pol
4d84d1d4fa
Do not query an unexisting kconfig file
...
Only check the colors forced by the application in case they are
specified.
4 years ago
l10n daemon script
adfb207fa6
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"
4 years ago
Waqar Ahmed
7a94679fea
Make inactive tab color lighter for dark color schemes
...
So that it doesn't distract as much from the rest of the window content.
4 years ago
Fushan Wen
44ff51d52f
wallpapers: add animated wallpaper for beta testing
...
To test:
1. Test animated wallpapers to see if there are leaks
2. Test dark wallpapers
Author: Floris Kloet
License: CC-BY 4.0
Original links:
1. https://64.media.tumblr.com/d99115e664155f5d4807fa82e63e07c2/tumblr_oxbc5ako4x1upvbufo1_540.gifv
2. https://64.media.tumblr.com/6e056f0d6a847d221a2f9c1ed68d0ecc/tumblr_ovihqs9j8P1upvbufo1_540.gifv
4 years ago
Nate Graham
4811003635
Add pressed appearance for checked checkboxes and radio buttons
...
There was a pressed appearance for unchecked checkboxes and radio
buttons, but we were missing one for their checked states. This
commit simply adds the same effect: a slight and subtle darkening
while pressed.
BUG: 451428
FIXED-IN: 5.26
4 years ago
Marco Martin
a9e6a862ae
make sure _eventInQQuickWidget is false when needed
...
_eventInQQuickWidget can stay hanged breaking drags from empty areas
BUG:453692
4 years ago
l10n daemon script
022df2baad
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"
4 years ago
Heiko Becker
49390f6f0d
CMake: Fix condition to also handle Qt6Quick
...
While at it, also remove the duplicate find_package(KF5CoreAddons)
invocation. It's searched as a required dependency only a few lines
further up.
4 years ago
Laurent Montel
08a310f90d
Add FreeBSD Qt6 CI support
4 years ago
ivan tkachenko
8d88a82414
kstyle: Fix class name to fix indeterminate progress bars animations
...
The Breeze implementation is older than qqc2-desktop-style framework,
and historically it used to use different base class. Times has
changed, along with base classes; but Breeze code did not -- instead
the problem was workarounded on a org.kde.desktop side first with a
dummy Timer that called updateItem(), then through more sophisticated
QtQuick Animations types (which delivered smoother results thanks to
being bound to refresh rate of a screen).
While this patch fixes the problem, it seems like a better solution
should be possible or more cleanup opportunities are available:
1. no other breeze animations invoke methods through QMetaObject system;
2. why and how an object would be something other than KQuickStyleItem?
4 years ago
Nicolas Fella
47149bc2ed
Add missing license file
4 years ago
Fabian Vogt
5596fd9f2e
Look at QStyleOptionProgressBar::orientation again
...
Some applications (KGet, DigiKam) use that and not QStyle::State_Horizontal.
For compatibility, keep looking at it as long as it's available.
4 years ago
l10n daemon script
45745976da
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"
4 years ago
l10n daemon script
99484166c8
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"
4 years ago
Alexander Kernozhitsky
7c31ab6357
Consider small icon size from system
...
Before that, the values were hardcoded (i.e. 16 for non-tablet mode
and 22 for tablet mode). Now, the value for non-tablet mode is taken
from the system, and the value for tablet mode is one step bigger.
BUG: 455513
FIXED-IN: 5.25.5
4 years ago
Jan Blackquill
0d5a9d0f34
kstyle: make shortcuts in menus look visually subdued
...
This helps with the visual hierarchy in menus.
BUG: 456254
FIXED-IN: 5.26
4 years ago
l10n daemon script
eef9341867
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"
4 years ago
l10n daemon script
737ef761bc
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"
4 years ago
l10n daemon script
5caf82c331
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"
4 years ago
Kai Uwe Broulik
c0f7505c28
kstyle: Use menuTitle font metrics for size calculation
...
Ensures the size of the heading is taken into account properly.
BUG: 443805
4 years ago
l10n daemon script
d012df4ef6
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"
4 years ago
l10n daemon script
224f6c3744
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"
4 years ago
l10n daemon script
770cb95090
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"
4 years ago
l10n daemon script
b3a8fcab33
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"
4 years ago
l10n daemon script
664ad9b26b
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"
4 years ago
l10n daemon script
f43f38dac0
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"
4 years ago
Jonathan Esk-Riddell
e85efaab47
Update qt5 version requirement to 5.15.2
...
GIT_SILENT
4 years ago
Jonathan Esk-Riddell
348f415d0f
Update kf5 version requirement to 5.94
...
GIT_SILENT
4 years ago
Mazhar Hussain
572dcd2e40
Add cursor 'tcross' -> crosshair
...
BUG: 452102
4 years ago
l10n daemon script
1563d16413
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"
4 years ago
Ingo Klöcker
4222e8e83a
kstyle: Fix a minor code quality issue
...
Fixes "Clarify calculation precedence for '&' and '?'."
GIT_SILENT
4 years ago
Ingo Klöcker
c7dff412bb
kstyle: Remove superfluous null pointer check of painter
...
Fixes code quality issue "Either the condition 'painter' is redundant or
there is possible null pointer dereference: painter."
4 years ago
Ingo Klöcker
8c00371a77
kstyle: Draw explicitly added focus frames
...
By default, a focus frame should only be drawn for a selected list of
widgets. But if an application developer explicitly adds a QFocusFrame
for some other widget that Breeze doesn't handle by default, then the
frame should also be drawn.
4 years ago
l10n daemon script
bb4024d051
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"
4 years ago