Martin Klapetek
4d0d55e4a2
Ensure the spinboxes in image slideshow config are wide enough
...
BUG: 355553
REVIEW: 126150
FIXED-IN: 5.5.0
10 years ago
l10n daemon script
40f0461650
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
Montel Laurent
a007f294b4
Use new connect api + QStringLiteral
11 years ago
David Edmundson
c082cee771
Rotate wallpaper based on image EXIF
...
This requires bumping the version to Qt5.5
BUG: 352022
REVIEW: 125014
11 years ago
l10n daemon script
80c1c7eada
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
d3277e8269
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
ef8e9abb33
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
6635cdc956
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
Marco Martin
67bec94567
A very basic ui to add custom wallpapers
...
add from ~/Pictures, the concept is to make
easy to add a new wallpaper from the photos taken
with the camera
11 years ago
Kai Uwe Broulik
218b8d3517
No need to move to another index if we're not deleting the current item
11 years ago
Marco Martin
c3ea4099c2
select a different wallpaper when the current one is deleted
...
BUG:350414
11 years ago
Kai Uwe Broulik
29e39fe58a
Improve wallpaper rendering
...
Update the targetSize when it changes to ensure we update the image when
resolution changes. Also, since the view has an initial size of 1024x768, it would
just load that image and never use the full resolution leaving you with an ugly
blurry image. Additionally, don't bother looking up the image until everything has
settled, potentially improving startup performance slightly by saving a bit of IO.
REVIEW: 124311
11 years ago
William Lieurance
6326f09e9b
Prevent two wallpaper images showing overlayed when "Scaled, Keep Proportions" is chosen
...
Moving the opacity change from a ScriptAction to a parallel OpacityAnimator. That seems to cause a repaint in whatever weird environment happens to be the root of this bug.
BUG: 345405
REVIEW: 124093
11 years ago
Kai Uwe Broulik
d4a8ac5920
Simplify
11 years ago
Marco Martin
a234c09237
check for model existence
...
BUG:346870
11 years ago
Antonis Tsiapaliokas
8d7da7a61c
Image Wallpaper: Don't show duplicates after removing some of the wallpapers
...
REVIEW: 123273
11 years ago
Antonis Tsiapaliokas
ba61ce61b4
Restore index after removing a wallpaper
...
REVIEW: 123275
BUG: 344384
11 years ago
l10n daemon script
738b59196a
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
Antonis Tsiapaliokas
50942e2618
Ask for confirmation before deleting a wallpaper.
...
REVIEW: 123211
BUG: 338729
11 years ago
David Edmundson
6f30bca65d
Unify text on ghns button
...
Also add trailing elipses as we open a new dialgo
11 years ago
David Edmundson
761cdf65c2
Fix minor warning over unreachable code
11 years ago
Montel Laurent
5f9ae5e13c
We depend against kf5-5.8 => ecm > 1.6 => we can use new KDE_ variable
11 years ago
Jonathan Riddell
f1ac30fa83
remove second calls to project() only 1 allowed per cmake project
11 years ago
l10n daemon script
2569d35ff4
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
5e058803f7
SVN_SILENT made messages (.desktop file)
11 years ago
Martin Klapetek
5d552d08a3
Don't show "Unknown" as author in wallpaper tooltip
...
If there are no metadata, showing "by Unknown" is a bit strange and
serves not much purpose. So let it show only the filename when no
metadata available.
REVIEW: 122622
11 years ago
l10n daemon script
8e3c188f58
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
99bd87a5ad
SVN_SILENT made messages (.desktop file)
11 years ago
David Edmundson
0a6510356d
Fix warning
11 years ago
Marco Martin
01b55c5e72
remove deprecated block
11 years ago
Kai Uwe Broulik
ff4843c9a6
Restore "Open Wallpaper" context menu entry to slideshow
...
BUG: 343854
FIXED-IN: 5.3.0
REVIEW: 122467
11 years ago
Montel Laurent
2e14731199
Remove no necessary include moc
11 years ago
Marco Martin
fe45c8661d
port plasmashell to KPackage
11 years ago
Marco Martin
99be33f983
port image wallpaper to KPackage
11 years ago
Kai Uwe Broulik
100bfbbfb5
Load wallpaper immediately on startup
...
When the shell starts we want the wallpaper to show up immediately to get a
seamless transition from ksplash.
REVIEW: 121720
11 years ago
Kai Uwe Broulik
bdd2be8d46
We no longer paint the background color if the wallpaper is completely covering it
...
Reflect that in the settings in case somebody uses an image with alpha-channel,
although we don't really support/encourage that, do we?
11 years ago
Kai Uwe Broulik
08824c163e
Remove unused import
11 years ago
Kai Uwe Broulik
e74fd2dd16
Use QtQuick.Dialogs ColorDialog for selecting the wallpaper background color
...
REVIEW: 121695
11 years ago
Kai Uwe Broulik
60cb7c4646
Event compress wallpaper sourceSize
...
Do not bind the image's sourceSize to the root item's size since that will reload the image
immediately whenever the size changes. Instead, wait 1 second and then gradually fade to the
new size.
REVIEW: 121294
11 years ago
Eike Hein
3bc0a13ea9
Implement keyboard handling for wallpaper grid.
...
QQC.ScrollView tries hard to set interactive=false on the
flickable item if the system has no touchscreen, which
disables GridView's keyPressEvent handling.
On the flip side the GridView code doesn't handle Home/End,
while this does.
11 years ago
Marco Martin
c35cbea3f4
add the next wallpaper action when necessary
...
BUG:341089
11 years ago
Marco Martin
2c8a82c30e
add the next wallpaper action when necessary
...
BUG:341089
11 years ago
Sebastian Kügler
4b73bb4124
Enable keyboard navigation in wallpaper grid
...
The GridView needs to receive focus for keyboard navigation. Also, make
sure that we're not changing the current wallpaper on deselection, this
might happen when the currentIndex is changed through the keyboard.
11 years ago
Kai Uwe Broulik
12ea2f6b9a
Improve wallpaper performance
...
- Minimize overdraw by showing the color Rectangle only if it would be visible
- Use an Animator for the image transition and defer animation until image is loaded
(-> no more stuttering when choosing a heavy wallpaper such as the Plasma Next one)
REVIEW: 121162
11 years ago
Marco Martin
becf79ede5
simplify
11 years ago
Lukáš Tinkl
665e908c1e
used dedicated icon for GHNS
11 years ago
Marco Martin
ed7ecdeb40
add another experimental touch ui
11 years ago
Marco Martin
561308dae2
don't consider packages without images
12 years ago
Marco Martin
59515c40e2
don't consider packages without images
12 years ago
l10n daemon script
352e87eec9
SVN_SILENT made messages (.desktop file)
12 years ago