l10n daemon script
13cccc0cca
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"
3 years ago
Jonathan Esk-Riddell
137a445f4f
Update version number for 5.26.0
...
GIT_SILENT
3 years ago
Fushan Wen
e44ed33d3f
wallpapers: use all available CPU cores to generate wallpapers
...
After dark variant is added, the script needs to generate more
wallpapers. This uses all the available CPU cores to generate
wallpapers, which should shorten the generating time on modern
computers.
Before:
> time python3.10 ./generate_wallpaper_sizes.py
real 2m26.763s
user 2m26.208s
sys 0m0.353s
After:
> time python3.10 ./generate_wallpaper_sizes.py
real 0m38.969s
user 2m53.784s
sys 0m2.547s
3 years ago
l10n daemon script
1a53872197
GIT_SILENT Sync po/docbooks with svn
4 years ago
Nate Graham
edcf5f4516
wallpapers/Next: Update Dark Kay to latest version from the author
4 years ago
Waqar Ahmed
005aa3d6a9
Revert smaller tree/tableview headers
...
Reverts 1319a74779
4 years ago
Fushan Wen
32d2d4dd0f
wallpapers/Next: add Dark Kay
4 years ago
Fushan Wen
497914f6db
wallpapers/Next: update vertical wallpapers
...
Use a cropped version instead of the rotated version.
4 years ago
Fushan Wen
5cca9ad993
Replace `Image.LANCZOS` with `Image.Resampling.LANCZOS`
...
Image.LANCZOS is deprecated since PIL 9.1.0
See also: https://pillow.readthedocs.io/en/stable/deprecations.html#constants
4 years ago
Fushan Wen
c2de6f31ce
wallpapers/Next: add Kay
4 years ago
Fushan Wen
c339bb23e6
GIT_SILENT wallpapers/Next: update metadata.json for 5.26
4 years ago
l10n daemon script
f8be7af707
GIT_SILENT Sync po/docbooks with svn
4 years ago
l10n daemon script
aa9914253a
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
39f38c73ca
GIT_SILENT Sync po/docbooks with svn
4 years ago
Nicolas Fella
9e6d2f9d30
Remove unneeded CMake check
...
The folder is always there
4 years ago
l10n daemon script
20b27955cd
GIT_SILENT Sync po/docbooks with svn
4 years ago
l10n daemon script
0deae38fe1
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
95e0f4e621
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
Natalie Clarius
28c7dc1f5e
kdecoration: reword "draw borders on screen edges" option
...
The "Allow resizing maximized windows from window edges" option is worded misleadingly:
What it actually does is continue showing window borders whenever they touch a screen edge.
It does not only affect maximized windows, and it is also not just about resizability,
but the presence of borders.
This commit changes the wording in the UI to reflect more accurately what it does.
4 years ago
l10n daemon script
3448637f71
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
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