Marco Martin
70805d04eb
finished moving the horizontal flicking in component
2021-05-04 12:46:27 +02:00
Marco Martin
5393452390
move the main flickable in own file
2021-05-04 12:46:27 +02:00
Marco Martin
3ce188ee46
horizontal auto scroll works better
2021-05-04 12:46:27 +02:00
Marco Martin
401efee30f
make containment a focusscope
2021-05-04 12:46:27 +02:00
Marco Martin
1aca3951a1
remove unwanted changes in the top panel
2021-05-04 12:46:23 +02:00
Marco Martin
9c080a2676
snap for horizontal page scrolling
2021-05-04 12:42:26 +02:00
Marco Martin
e4d297dd73
multi page horizontal scrolling
...
possibility of dragging icons and applets beyon the horizontal screen
boundaries, creating multiple pages that can be horizontally flicked
2021-05-04 12:42:14 +02:00
Devin Lin
0ed2053e79
Rework top panel and improve appearance
2021-04-09 20:59:05 +00:00
Vlad Zahorodnii
ab9f489b36
Remove unused forward declaration of PlasmaWindowModel
2021-03-25 10:09:48 +02:00
Alexander Lohnau
a5df3ebdcb
clang-tidy: Force braces around statements
2021-03-19 08:54:50 +01:00
Alexander Lohnau
854742efcc
Run clang-format
...
If you want git blame to ignore formatting revisions run:
git config blame.ignoreRevsFile .git-blame-ignore-revs
2021-03-19 08:52:24 +01:00
Alexander Lohnau
88ef5ea9b7
GIT_SILENT Prevent clang-format uglification
2021-03-19 08:51:58 +01:00
Devin Lin
cb72ee350d
Fix panel clock from not respecting 12/24 hour settings
2021-03-09 19:04:29 +00:00
Devin Lin
7f7bea091e
Use high-brightness and low-brightness icons in the top panel, and remove label
2021-03-09 12:28:40 -05:00
Marco Martin
113fe48caf
2 step top panel slide
...
a top panel can be just "half" opened showing only the top row of icons. don't duplicate the icons but dynamically fade in/out those making also possible to open the drawer completely by a single, longer swipe
2021-03-09 12:52:17 +00:00
Devin Lin
9854558a1b
Fix panel icon sizing
...
Ensure integer pixel margins
2021-03-05 18:50:48 -05:00
Marco Martin
66f13653ae
remove code pushed by mistake
2021-03-05 14:37:17 +01:00
Marco Martin
5814fd9696
apporder reflects favorites
...
keep in sync the first items of apporder which will always be favorites.
this should fix the favorites spontaeous reordering that sometimes
happen
2021-03-05 14:37:17 +01:00
Devin Lin
b81d29d2c2
Change task panel down icon to symbolic
2021-03-04 18:44:07 -05:00
Aleix Pol
13f21bf23b
Port to use IconItem again
2021-03-04 15:54:56 +00:00
Aleix Pol
31fceb18f8
Prioritise hiding the virtual keyboard
...
Now that the virtual keyboard appears right over the panel, change the
close window button to a hide button. When the virtual keyboard is
hidden, now you get the big X to close.
2021-03-04 15:54:56 +00:00
Nicolas Fella
21a3bcafe4
Convert license headers to SPDX
2021-03-02 22:45:25 +01:00
Noah Davis
ed4d713ffb
Use Header colors for top panel
...
Apps use this colorset now. Not using this color set causes the top panel to look weird.
2021-02-28 00:23:21 -05:00
Marco Martin
b044fd156d
fix horizontal scrolling of applets
...
try harder to not have the applet outside of boundaries
2021-02-25 18:02:40 +01:00
Aleix Pol
9bda1b66ff
Remove call to an element that doesn't exist
...
I imagine this was ported away from Loader but it's not anymore.
2021-02-24 16:02:54 +01:00
Devin Lin
7a740a2f5d
Tweak app drawer behavior
...
- Only trigger the app drawer open/close animation if the flick goes over an eighth of the screen so that small flicks do not trigger it
- Adjust easing curve to be OutQuad so that fast flicks don't feel slow (have to slow to a stop, and then animation triggers)
- Increase animation duration to account for OutQuad curve
- Animate opacity of application icons as the app drawer comes in and out
2021-02-22 16:08:43 +00:00
Marco Martin
40f6abd78e
enable the drag handler only when the containment has focus
...
this way it doesn't steal events anymore from the widget explorer
2021-02-22 14:59:15 +01:00
Devin Lin
17938b31ae
Close sliding panel as soon as it's off the screen for no delay
2021-02-22 12:22:07 +00:00
Devin Lin
f231b04bdc
Cancel sliding panel animations on touch so it's more responsive
2021-02-22 12:22:07 +00:00
l10n daemon script
006cb7f865
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"
2021-02-18 07:54:49 +01:00
Marco Martin
ed91354960
respect max favorite count when dropping
2021-02-16 13:37:50 +01:00
Marco Martin
00d63af2da
More familiar behavior for the App Drawer
...
This makes the behavior of the app drawer a bit more familiar and
slightly more similar to Android for now:
* The drawer always contains every application
* Applications are always alphabetically ordered
* The drawer opens completely, not staying stuck in "in between" states
* is possible to drag more copies of a single app on the homescreen/favorites
* possible to remove an icon from the homescreen or favorites
Two things have been prepared in there (but are material for 5.22 only,
so not finished)
* Things have been reordered such in a way that makes easy for most of
the qml files to become components to make easy for people to build
their own customized homescreen
* basic infrastructure is there to allow for multiple horizontal pages
scroll, though not implemented yet as needs changes to plasma-workspace
layouting code beforehand
2021-02-15 16:25:39 +05:30
Yuri Chornoivan
cd4675b33e
Add i18n()
2021-02-10 19:00:51 +02:00
Marco Martin
4458d7355e
delay scroll reset after launch
2021-02-03 17:19:53 +01:00
Alexey Min
036edc24cb
Use loop instead of recursion
...
This fixes crash when clicking "screenshot" button
in the top panel on postmarketOS. The reason for crash
is that default thread stack size in musl libc is limited,
and recursion in a function with a 4 Kb buffer consumes
it all.
2021-02-01 17:52:33 +03:00
Nicolas Fella
8f92f6b4d6
Use versionless Qt cmake target
...
This makes it easier to build against both Qt5 and Qt6
GIT_SILENT
2021-01-30 17:23:02 +01:00
l10n daemon script
7c6cabf4a1
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"
2020-12-20 06:16:31 +01:00
Nicolas Fella
8014d1000c
Use PC3 instead of QQC2
...
In the shell we need to use PlasmaComponents, otherwise the style will
be off
2020-12-16 14:55:44 +00:00
Aleix Pol
3ca6a2d395
thumbnail: don't request the window stream until we first need it
...
This way we don't add more pressure upon application startup time. It
doesn't seem noticeable when showing the windows overview.
2020-12-10 03:49:35 +01:00
Aleix Pol
b7c508beb7
thumbnail: only keep the stream active if the window is shown
...
It does not make much sense to render the thumbnail when hidden,
especially on lower end devices like the pine.
2020-12-10 03:37:29 +01:00
Marco Martin
5809376938
propert visibility binding for notifications
2020-12-07 16:19:45 +01:00
Han Young
b34862e469
add notification for successful screenshot taking
2020-12-01 14:25:28 +00:00
Bhushan Shah
6969101760
Fix button toggle for night color and torch
...
The code which adds initial buttons only sets the initial property and
does not affect the binding, so we need to set this values manually
2020-11-19 17:01:28 +05:30
Devin Lin
94609d2590
Add night color quick setting
2020-11-19 02:57:27 +00:00
Jonah Brüchert
4dbf4dba42
Simplify QuickSettings
2020-11-16 08:36:42 +01:00
Jonah Brüchert
162f93a41d
quicksettings: Port to new delegate api
2020-11-16 08:36:38 +01:00
Han Young
55a9050b45
remove duplicate include
2020-11-16 14:56:43 +08:00
Han Young
a13831bc42
toggle action background color when toggling flashlight
2020-11-16 14:20:40 +08:00
Nicolas Fella
d3e03c6ca5
Fix launching settings from top drawer
2020-11-15 16:01:10 +01:00
Nicolas Fella
b19543b56a
Remove leftover gstreamer bits
...
We don't use gstreamer for torch access any more and it's unclear whether a future solution will.
Remove some leftover bits
2020-11-12 08:17:59 +00:00
Marco Martin
791c76f327
remove wrong height binding
2020-11-11 16:34:13 +01:00
Marco Martin
e7f82ab394
fix top panel sliding in vertical mode
...
encapsulate in an Item to force the proper implicitHeight, so
the top panel slide works on vertical screen also before it has been
rpotated to horizontal and back
2020-11-11 16:25:41 +01:00
Nicolas Fella
2fab1b0dd1
Add comment that torch path is hardcoded for now
2020-11-11 13:52:19 +01:00
Han Young
407ffc0f4c
Hardcoded pinephone torch
...
The current code use gstreamer to toggle flashlight, however gstreamer doesn't work in pinephone for now. this MR hardcode pinephone sysfs path for flashlight as a temporary workaround
2020-11-11 13:51:12 +01:00
Nicolas Fella
2cc612a3a6
Fix volume button handling
...
main is not defined
2020-11-08 22:45:59 +01:00
l10n daemon script
44f04e5c56
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"
2020-11-08 06:24:01 +01:00
Jonah Brüchert
a9fab248d3
Fix launching settings modules
2020-11-06 09:06:50 +01:00
Tobias Fella
fae8ac9969
Improve the signal strength indicator
...
Show 'Sim locked' instead of '0%' when Sim is locked
Don't show the percentage at all, it's redundant
2020-11-05 08:24:02 +00:00
l10n daemon script
4a6fdab931
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"
2020-11-05 06:37:15 +01:00
Bhushan Shah
da47c3d10c
Remove confusing entry from config which dumps the application list
2020-11-02 12:52:56 +05:30
Marco Martin
00103f57d8
icon in front of the thumbnail
2020-10-26 14:51:25 +01:00
Marco Martin
419a5ec08c
fix thumbnails
2020-10-26 14:35:37 +01:00
Devin Lin
d6dd1c1356
Task panel visual improvements
2020-10-24 16:46:45 +00:00
Nicolas Fella
4aee5533b3
Add quicksettings item for bluetooth
...
Now that we have bluetooth support add an item for it
2020-10-22 16:25:13 +02:00
Jonah Brüchert
f326853971
Port away from deprecated QProcess::startDetached overload
2020-10-19 18:11:43 +02:00
Bhushan Shah
c9ca9dac10
Update Screenshot dbus interface
...
Also mark shouldReturnNativeSize to true since we want to get correctly
scaled screenshot.
2020-10-19 20:50:31 +05:30
Jonah Brüchert
849cb5f88f
Use generated DBus interface
2020-10-01 13:49:32 +02:00
Bhushan Shah
51f4c454c0
phonepanel: fix taking screenshots
...
Use new API which supports native scaling on wayland and is used by the
spectacle instead of taking screenshot and then moving files around.
2020-10-01 13:21:32 +05:30
l10n daemon script
c735bf3bcf
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"
2020-09-20 05:52:17 +02:00
Devin Lin
cd4bf8d7c3
Apply settings 12/24 hour time format to lockscreen and panel time
2020-09-17 12:04:49 -04:00
Devin Lin
e6b055a915
Apply suggestions
2020-09-11 22:01:28 -04:00
Devin Lin
43603ed2ae
Use Kirigami's ColorScope
2020-09-11 21:57:56 -04:00
Devin Lin
8487ccb35e
Fix minor overlap
2020-09-12 00:56:12 +00:00
Devin Lin
e74833e9ab
Fix top panel being greyed out by SlidingPanel
2020-09-12 00:56:12 +00:00
Devin Lin
8eecc27cbc
Tweak delegate padding and color choice
2020-09-12 00:56:12 +00:00
Devin Lin
0308d1fd62
Use rounded edges for drawer
2020-09-12 00:56:12 +00:00
Devin Lin
392ed46c55
Offset sliding panel to where finger is
2020-09-02 22:44:52 +00:00
Marco Martin
e6d041f90f
proper height for the panel
2020-09-01 17:42:53 +02:00
Marco Martin
4a5ac4a6aa
don't show notification when it shouldn't
2020-09-01 17:40:09 +02:00
Devin Lin
da3d3c022f
Allow holding top panel delegate to trigger label action
2020-08-29 12:22:13 -04:00
Marco Martin
bb3225d4b5
bigger hit area for the up arrow
2020-08-20 17:15:56 +02:00
Marco Martin
349de2f252
ifix close button
2020-08-20 16:55:14 +02:00
Marco Martin
96420f5080
invoke plasma-settings for wifi and broadband
2020-08-20 13:07:53 +02:00
Marco Martin
b675eeb635
better layout in widescreen mode
2020-08-20 12:28:03 +02:00
Marco Martin
5be8125c62
fix logic for open/close top panel
2020-08-20 11:45:38 +02:00
Marco Martin
54bb4a3946
no side borders
2020-08-13 12:07:46 +02:00
Marco Martin
b71adfeef3
custom look for scroll indicator
2020-08-13 11:52:53 +02:00
Marco Martin
93d8e2c130
up arrow becomes down
2020-08-13 11:45:05 +02:00
Marco Martin
f30008b3d9
a dark overlay over the main icons
2020-08-13 11:17:06 +02:00
Marco Martin
6cdcd8b56f
bury the thumbnail under a loader for now
...
the screencasting item isn't always present
2020-08-10 11:41:47 +02:00
Marco Martin
4b39250ffa
same speed animation with kwin minimize
2020-08-07 09:53:21 +02:00
Marco Martin
b1f65036b0
Merge branch 'work/mart/pipewire'
2020-08-07 09:28:05 +02:00
Marco Martin
29dda81ac6
fixes to close anim
2020-07-31 16:31:17 +02:00
Marco Martin
775870852c
remove dummy windowtask
2020-07-31 14:21:22 +02:00
Marco Martin
ef7a78cfe1
single mousearea on bottom
2020-07-31 14:20:55 +02:00
Marco Martin
0c6d19e856
return to bounds after flicking
2020-07-31 12:44:44 +02:00
Marco Martin
ae67112a5c
fix close slide direction
2020-07-31 12:13:16 +02:00
Marco Martin
928ac5c195
litch -- when activating window
2020-07-31 12:06:46 +02:00
Marco Martin
24ef679755
removeuseless debug
2020-07-31 11:13:09 +02:00
Marco Martin
16b1cae73e
when task switch appears release minimize on launchers
2020-07-31 11:13:09 +02:00
Marco Martin
c81eaee352
fix closing
2020-07-30 17:56:34 +02:00
Marco Martin
9f25435d82
close anim if window active
2020-07-30 17:55:09 +02:00
Marco Martin
8f39bd3828
new close anim
2020-07-30 17:53:55 +02:00
Marco Martin
a1b7ef5d36
minimize to launcher when the switcher is not visible
2020-07-30 17:20:07 +02:00
Marco Martin
69d9c2557d
delay the first active window sync
2020-07-30 15:29:57 +02:00
Marco Martin
0c3b152f99
color panel when startupfeedback is used
2020-07-30 12:39:13 +02:00
Marco Martin
a9a9e13ad6
updateActiveWindow at start
2020-07-30 11:42:33 +02:00
Marco Martin
d983aeebe3
initial support for pipewire thumbnails
2020-07-29 17:50:10 +02:00
Marco Martin
0d438d87d3
when an application is already running bring window on front
...
all applications are single instance only
2020-07-28 13:24:13 +02:00
Marco Martin
5881d6be92
minimize animations
2020-07-28 12:30:13 +02:00
Marco Martin
0eed8d3a90
add margin before search bar
2020-07-27 11:58:22 +02:00
Marco Martin
12c34a7a6a
things go under the top panel
2020-07-23 17:12:19 +02:00
Marco Martin
ece092bf98
croll up homescreen when there are no tasks
2020-07-23 17:09:37 +02:00
Marco Martin
daebf5ae60
cleanup not found favorites
2020-07-23 16:44:25 +02:00
Marco Martin
dd315d81e0
fixes to task switcher experience
2020-07-23 13:47:40 +02:00
Marco Martin
3f32a18b62
make use of HomeScreenControls
2020-07-22 17:17:10 +02:00
Marco Martin
c8d9ef81d8
flick after manual drag
2020-07-22 15:18:52 +02:00
Marco Martin
76050a60bd
minimize instead of showdesktop
...
keep all windows minimized except the active one
2020-07-22 14:22:39 +02:00
Marco Martin
a5d1f4d880
at least 4 favorites
2020-07-21 12:35:50 +02:00
Marco Martin
d6bd455b1e
disable the scrollindicator
...
for some reason it seems interactive on the phone
2020-07-21 12:32:32 +02:00
Marco Martin
dae850dbc9
drag vertically also on the launcher strip
2020-07-21 12:23:50 +02:00
Marco Martin
ead97b2399
fix bottom gesture
2020-07-17 18:12:07 +02:00
Marco Martin
d4e443104a
rework tasks switcher
2020-07-17 14:13:35 +02:00
Marco Martin
bdac73fdab
use proper task label
2020-07-17 11:27:38 +02:00
Marco Martin
d5e0c7acc8
don't show the window on hide
2020-07-17 11:19:56 +02:00
Marco Martin
69ae5a1ba4
ensure taskswitcher is fullscreen
2020-07-17 11:17:18 +02:00
Marco Martin
f8df7b3b00
better spacing
2020-07-17 11:12:06 +02:00
Marco Martin
b27e67037c
rework panel coloring logic based on tasks
2020-07-16 16:22:57 +02:00
Marco Martin
cbdb6b6f05
reset position when launched
2020-07-16 14:51:58 +02:00
Bhushan Shah
e0dd510861
Fix the LauncherGrid
...
For real this time /o\
CCMAIL: Jonah Brüchert <jbb.prv@gmx.de>
2020-07-13 12:45:15 +05:30
Bhushan Shah
d73b2455df
remove traces of color average properly
...
Fixes the 48f8f00034
CCMAIL: Jonah Brüchert <jbb.prv@gmx.de>
2020-07-10 09:14:12 +05:30
Jonah Brüchert
48f8f00034
Leave calculating the startup feedback color to plasma-nano
2020-06-30 14:34:27 +02:00
Jonah Brüchert
d76fc145f9
correct showinApp typo
2020-06-26 23:59:07 +02:00
Jonah Brüchert
a89d76b23c
Make panels opaque when StartupFeedback is open
2020-06-26 23:22:12 +02:00
l10n daemon script
c8419144ad
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"
2020-06-18 05:45:52 +02:00
l10n daemon script
5131546336
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"
2020-06-17 14:13:18 +02:00
Jonah Brüchert
5f0e3ec05d
Another approach to use the enum everywhere in ApplicationListModel
2020-06-09 16:55:54 +00:00
l10n daemon script
59f61325a7
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"
2020-06-05 05:05:54 +02:00
Jonah Brüchert
3f4915d426
Revert "Open and close StartupFeedback using KStartupInfo"
...
This reverts commit b856b78790 .
Unfortunately it turned out not to work on Wayland yet.
2020-05-28 15:58:27 +02:00
Jonah Brüchert
881f7c7a96
Revert "Comment out debug logging"
...
This reverts commit c2306cb556 .
2020-05-28 15:58:18 +02:00
Jonah Brüchert
c2306cb556
Comment out debug logging
2020-05-27 16:13:40 +02:00
Jonah Brüchert
efc04968c0
Remove unuused FeedbackWindow components
2020-05-26 21:50:32 +02:00
Jonah Brüchert
b856b78790
Open and close StartupFeedback using KStartupInfo
2020-05-26 21:49:56 +02:00
Jonah Brüchert
f3ab3c0a56
Adapt to plasma nano API change
2020-05-25 19:07:38 +02:00
Dimitris Kardarakos
2f578016e3
Change quick settings location icon
...
The location icon changed to the gps icon instead of the file location
one
2020-05-11 14:56:20 +03:00
David Faure
4f13a58241
Port to ApplicationLauncherJob
2020-05-10 18:07:36 +02:00
Luca Weiss
9cbb53744f
Quicksettings: add toggle for enabling/disabling screen rotation
2020-04-29 21:42:48 +02:00
Luca Weiss
6db9537dd3
Quicksettings: convert screenshot interface to class member
2020-04-29 21:40:49 +02:00
Luca Weiss
782d583175
Quicksettings: unify spaces/tabs usage
2020-04-29 18:07:36 +02:00
Jonah Brüchert
46f6138509
Properly adapt to role name renaming
2020-03-28 18:54:51 +01:00
Jonah Brüchert
505dbb405b
containments: homescreen: Fix some role names
2020-03-28 18:52:06 +01:00
Jonah Brüchert
1e1b60a17d
Partially revert d2b461e
...
Caused runtime issues
2020-03-21 03:00:31 +01:00
Jonah Brüchert
6c66619bc6
At least fix coding style
2020-03-21 00:33:26 +00:00
Jonah Brüchert
7f8074fc58
Revert casts
2020-03-21 00:33:26 +00:00
Jonah Brüchert
d2b461e17b
containments: Optimization
2020-03-21 00:33:26 +00:00
Jonah Brüchert
c43777d1be
Rename roleNames to be lowecase
2020-03-20 01:00:54 +00:00
Yuri Chornoivan
e055052bf3
Fix minor EBN issues
2020-03-15 09:30:43 +02:00
Bart Ribbers
1a1b67c548
Quicksettings: toggle wwan on button press
2020-03-12 12:59:19 +01:00
Bart Ribbers
264d570609
Quicksettings: toggle wifi on button press
2020-03-10 06:10:26 +00:00
Bhushan Shah
c9f466117b
Drop debug
2020-02-27 12:36:16 +05:30
Marco Martin
11703e2043
remove debug background
2020-02-17 10:28:52 +01:00
Marco Martin
d8aac56a4d
more reliable dragging in the favorite strip
2020-02-14 16:09:44 +01:00
Marco Martin
1d359284ec
another tiny adjustment
2020-02-14 14:04:18 +01:00
Marco Martin
130b2d8de0
less spacing
2020-02-14 13:39:49 +01:00
Marco Martin
e80248b9da
warnings--
2020-02-14 13:36:55 +01:00
Ilya Bizyaev
423aeebc55
Avoid monochrome icons in launcher and task panel
...
See 18d95dc927
2020-02-12 18:17:20 +03:00
Marco Martin
f40bbadd48
lighter gradient
2020-02-12 09:59:18 +01:00
Marco Martin
cf91c25073
cache shadows
2020-02-12 09:57:40 +01:00
Bhushan Shah
6c9b6acace
Fix launcher performance
...
We are not animating the icon delegates, so we can enable caching which
improves performance on pinephone.
2020-02-12 11:30:28 +05:30
Marco Martin
937758721c
launch feedback from top panel
2020-02-11 16:24:40 +01:00
Marco Martin
ea01f911c5
remove click feedback anim
2020-02-11 16:14:54 +01:00
Marco Martin
91c92f8fa1
remove local feedbackWindow
2020-02-11 13:57:34 +01:00
Johnny Jazeix
717abcbf66
fix compilation
2020-02-10 20:45:51 +01:00
Marco Martin
913b9d6db9
Merge branch 'lnj/plasma-phone-components-fix/screen-not-fully-captured'
2020-02-10 10:45:36 +01:00
Jonah Brüchert
842e9dd91a
homescreen: Add gradient to seperator
2020-02-10 09:19:53 +00:00
Linus Jahn
67c6f94b9d
Add timer to screenshots to avoid rest of animations
2020-02-09 08:50:41 +00:00
Linus Jahn
a3d8270e90
Revert "Workaround KWin screenshot bug by using screenArea manually"
...
This reverts commit a0b8a970ef .
The workaround didn't work anyway. - The bug also affects Qt/QScreen
...
2020-02-08 17:37:01 +01:00
Linus Jahn
a0b8a970ef
Workaround KWin screenshot bug by using screenArea manually
...
On some/most devices screenshotFullscreen captures only a part of the
screen.
2020-02-08 13:17:53 +01:00
Marco Martin
477d6c1c79
make sure to cancel edit when the user moves
2020-02-07 13:49:09 +01:00
Aleix Pol
6adbe5249d
Fix warnings
2020-02-07 13:38:02 +01:00
Marco Martin
323ae5e50b
consider bottom panel
2020-02-06 21:21:43 +01:00
Linus Jahn
30471d4148
Add screenshot option to panel
2020-02-06 19:17:25 +00:00
Marco Martin
d4e250f25c
clean
2020-02-06 16:59:52 +01:00
Marco Martin
2ef0b5e15b
no background for the icons
2020-02-06 16:57:49 +01:00
Aleix Pol
e46b55851d
Fix on Qt 5.14
...
Can't use iterators on temporary objects
2020-02-06 16:46:14 +01:00
Marco Martin
9278d99600
a gradient for contrast
2020-02-06 15:39:25 +01:00
Marco Martin
5002023fa9
kill shutdown button
2020-02-05 20:43:35 +01:00
Marco Martin
6c4bef8f38
darken everything
2020-02-05 20:30:35 +01:00
Marco Martin
ea57d633bb
move krunner in a plasmoid
2020-02-05 20:25:52 +01:00
Marco Martin
7c9547f5fb
fullrepresentationview behind quicksettings
2020-02-04 21:28:14 +01:00
Marco Martin
9da6edd750
panelClosed signal
2020-02-04 21:26:26 +01:00
Marco Martin
8848017279
make closeRequested work
2020-02-04 21:17:58 +01:00
Marco Martin
b10d1ef5c6
a close signal
2020-02-04 20:44:58 +01:00
Marco Martin
fd88b7add1
click to dismiss the task list
2020-02-04 20:10:01 +01:00
Marco Martin
1f685091ad
debug--
2020-02-04 12:05:09 +01:00
Marco Martin
e1f90dbfc6
square and smaller icons
2020-02-03 19:12:32 +01:00
Marco Martin
0dad4b65f6
more plasma-nm components to try to autoconnect
2020-01-27 17:26:16 +01:00
Marco Martin
bd078c7fa6
restore volume osd
...
show a volume icon only when muted atm
2020-01-27 17:22:37 +01:00
l10n daemon script
9b98493232
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"
2020-01-20 06:01:38 +01:00
l10n daemon script
ab190aa5da
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"
2019-12-28 05:25:20 +01:00
Carson Black
d15262b394
Initial splashscreen rework ( !31 )
2019-12-20 12:15:18 +05:30
Bhushan Shah
294ee2a4be
Revert "Initial splashscreen rework ( !31 )"
...
This reverts commit 2291872e23 .
2019-12-20 12:14:08 +05:30
Bhushan Shah
2291872e23
Initial splashscreen rework ( !31 )
2019-12-20 12:12:01 +05:30
Jonah Brüchert
08e1e3a44c
Port away from deprecated features of QSet
2019-12-13 09:40:47 +00:00
Aleix Pol
1ae7a251a5
Fix weird wrapping on the homescreen delegates
...
We are already setting the height properly through Layouts, setting it
alternatively confuses QML
2019-12-09 21:01:23 +01:00
l10n daemon script
a7a5a3f003
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"
2019-12-04 05:36:25 +01:00
Marco Martin
6bafbc9cad
put LayoutManager.js in the proper place
2019-12-03 11:07:56 +01:00
Jonah Brüchert
56fee1e3a7
Port remaining old-style connects
2019-11-29 09:33:00 +00:00
Nicolas Fella
30d0306f63
Remove unused include
2019-11-25 23:38:50 +01:00
l10n daemon script
c6089a7b92
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"
2019-11-23 05:29:59 +01:00
Bhushan Shah
d37c2c993e
remove translations of signal strength
...
- It makes no sense to translate either of this
- There's chance that this value won't be valid in case of not
functional ofono. which results in giant I18n argument missing error.
If translation was added to translate netreg.strength, I plan to remove
it anyway.
2019-11-22 14:52:49 +05:30
Pino Toscano
b7e93f5630
i18n fixes
...
- translate few UI strings
- use i18np for plural forms
- style fixes
2019-11-21 09:24:10 +01:00
Bhushan Shah
52ecc82bdc
Fix clazy issues
2019-11-20 14:01:54 +05:30
Bhushan Shah
410e222bc8
add Messages.sh in shell and containments
2019-11-20 12:35:14 +05:30
l10n daemon script
78ce668071
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"
2019-11-20 05:40:05 +01:00
l10n daemon script
8e3a03beb4
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"
2019-11-16 05:03:41 +01:00
Marco Martin
aeea4f92ed
remove useless debug
2019-10-22 13:38:07 +02:00
Marco Martin
e14c8aeba3
different container for notifiactions
...
with different visibility rules
2019-10-22 12:56:59 +02:00
Nicolas Fella
3b034e7357
Use monochrome icon for battery quick action
2019-10-21 09:32:15 +00:00
Marco Martin
edbab01cdf
get rid of most cannot stack parent warnings
2019-10-17 13:05:48 +02:00
Marco Martin
9a2d2269c0
try to avoid ... on launchers
2019-10-17 11:41:21 +02:00
Marco Martin
4543b7724c
more android-looking top panel
2019-10-14 17:51:44 +02:00
Marco Martin
58510d211d
use again 2 lines of text
2019-10-14 16:10:08 +02:00
Marco Martin
0d3ad6fd2e
stop at bounds for the top panel
2019-10-11 15:21:24 +02:00
Marco Martin
7347c671a3
visible button
2019-10-11 12:06:31 +02:00
Marco Martin
f75b55699e
mouseareas touch
...
doesn't break flicking on touch
2019-10-11 11:54:01 +02:00
Marco Martin
38459f3e78
bottom panel transparent when showing desktop
2019-10-11 11:49:18 +02:00
Marco Martin
902eed0258
ensure the top quicksettings is always on top of the second row
2019-10-11 10:59:32 +02:00
Marco Martin
acc49da907
remove debug rectangle
2019-10-10 13:56:35 +02:00
Marco Martin
3a72512e79
different heuristics for cutting names
2019-10-10 12:29:48 +02:00
Marco Martin
fbbb604318
don't split
2019-10-10 12:07:38 +02:00
Marco Martin
ba9c60f54c
smaller label, only one line of text
2019-10-09 16:21:46 +02:00
Marco Martin
5bd75786bc
prevent control from eating events
2019-10-09 16:11:10 +02:00
Marco Martin
510a825b41
widescreen mode for plasmoids
2019-10-08 18:21:39 +02:00
Marco Martin
a01e645316
move to the right plasmoid when asked
2019-10-08 17:15:17 +02:00
Marco Martin
8d2cf69972
most icons are not plasmoids anymore
...
show plasmoids full rep in a flickable under quicksettings
2019-10-07 18:49:18 +02:00
Marco Martin
69c0edd704
move signal strength in indicators
2019-10-07 13:16:50 +02:00
Marco Martin
851d17a03d
fancier anim
2019-10-04 16:37:51 +02:00
Marco Martin
5a4fdc5a40
better looking shadow
2019-10-04 16:27:29 +02:00
Marco Martin
2dbb5e7d83
simplify a lot top panel
2019-10-04 16:02:26 +02:00
Marco Martin
592481da73
fuse the top panel with krunner
2019-10-04 12:59:58 +02:00
Marco Martin
08b1e9a47d
proper icon color
2019-10-04 12:15:50 +02:00
Marco Martin
46a909a64d
never reparent the panel
2019-10-04 12:01:56 +02:00
Marco Martin
83f876a761
workaround for dragging on empty areas
2019-10-04 11:45:37 +02:00
Marco Martin
d41f505795
as an experiment, use the normal color scope
2019-10-03 19:42:24 +02:00
Marco Martin
959e5ab797
try harder to keep panel plasmoid as icons
2019-10-01 18:20:50 +02:00
Marco Martin
2a11f0baa3
fullscreenpanel->fullscreenoverlay
2019-09-18 16:49:44 +02:00
Marco Martin
035e7c4535
smaller top drawer in tablet mode
2019-09-18 16:42:33 +02:00
Marco Martin
5717c71a82
use the window color to dim
2019-09-18 15:52:42 +02:00
Marco Martin
77ae2a21f0
remove local fullscreenpanel component
2019-09-18 15:31:04 +02:00
Marco Martin
e457472603
remove dead code
2019-09-18 15:00:34 +02:00
Marco Martin
abc112ed1c
Revert "port to kicker model"
...
This reverts commit 4e4cc5abc2 .
2019-09-18 13:55:07 +02:00
Marco Martin
29609b0e7a
fix pos mapping for newRow
2019-09-18 13:54:05 +02:00
Marco Martin
4e4cc5abc2
port to kicker model
...
still not completely functional, but starts to
2019-09-17 18:14:23 +02:00
Marco Martin
93400faa21
add missing line
2019-09-17 13:00:07 +02:00
Marco Martin
b658a10abf
some simple defaults in the lnf package
2019-09-16 19:13:52 +02:00
Marco Martin
4832735497
make it a flickable again
...
otherwise too many mose events get stolen
2019-09-16 18:48:33 +02:00
Marco Martin
93ee01c36e
bigger config icon
2019-09-10 12:09:50 +02:00
Marco Martin
843b01508f
get rid of old homescreen
2019-09-04 18:39:31 +02:00
Marco Martin
6dd77469a1
try without spinner
2019-09-03 17:54:15 +02:00
Marco Martin
e345f30b37
translucent favoritestrip when can't be dropped on
2019-09-03 17:52:45 +02:00
Marco Martin
b05ee6d25d
fix krunner box position
2019-09-03 17:12:20 +02:00
Marco Martin
7b7fde14bc
light theme for the loading screen
2019-09-03 14:50:13 +02:00
Marco Martin
9999e4ffbf
ibetter behavior for dragging
2019-09-03 12:11:39 +02:00
Marco Martin
36aa3e5f0b
remove debug text
2019-09-02 18:33:42 +02:00
Marco Martin
d54a63ba04
autoscroll only at the very edges
2019-09-02 18:32:18 +02:00
Marco Martin
ba9babb186
properly restore desktop icons
2019-09-02 18:23:38 +02:00
Marco Martin
6ede8da8d7
correct restore and placement of favorites
2019-09-02 16:17:36 +02:00
Marco Martin
aa7e6f10c4
better dragging around behavior
2019-08-30 18:21:25 +02:00
Marco Martin
bd7e936de6
debug for where a crash happens
2019-08-30 17:03:35 +02:00
Marco Martin
5b77af489e
grid as big as icons
2019-08-30 16:14:34 +02:00
Marco Martin
fd2531d19a
warnings--
2019-08-30 11:07:31 +02:00
Marco Martin
492a3e7dae
crash--
2019-08-29 15:51:09 +02:00
Marco Martin
cd8295e296
favorites always on bottom
2019-08-29 13:45:01 +02:00
Marco Martin
3488729e69
add a scrollbar
2019-08-29 12:33:35 +02:00
Marco Martin
2bb09ae917
fix size of png icons
2019-08-29 11:50:49 +02:00
Marco Martin
8df8e2c1ed
dinamically realloc maxFavoriteCount
2019-08-28 16:38:05 +02:00
Marco Martin
e2482a37a9
remove unused vars
2019-08-28 16:24:11 +02:00
Marco Martin
7a827c7b06
concept of maxFavoritescount
...
never go over that number of favorites
when over, the last favorite will be de-favoritized
2019-08-28 16:21:29 +02:00
Marco Martin
cbc62cfda4
debug text on availablescreenrect
2019-08-28 12:06:00 +02:00
Marco Martin
b22c9cc219
better changing between appletslayout and the other views
2019-08-28 11:59:38 +02:00
Marco Martin
55d982ef07
add missing files
2019-08-28 09:54:27 +02:00
Marco Martin
cbea89b98c
put items being dragged in a non scrolling overlay
2019-08-27 18:04:14 +02:00
Marco Martin
36d080abe0
restore up and down scrolling arrows
2019-08-27 17:12:32 +02:00
Marco Martin
0670efbdff
restore krunner
...
fix icons sizes when dragged around
2019-08-27 14:33:00 +02:00
Marco Martin
b31b6289dd
resume launch feedback window
2019-08-27 12:13:00 +02:00
Marco Martin
9a8f90681b
start of scrolling by dragging when reordering
2019-08-26 18:06:50 +02:00
Marco Martin
72d2df24c7
correctly restore desktop icons
2019-08-26 14:15:06 +02:00
Marco Martin
62de2cb1be
working load and save of order and favs
2019-08-23 16:37:21 +02:00
Marco Martin
a1a8e00201
Item dragging now perfect
2019-08-23 12:54:19 +02:00
Marco Martin
30c06679ae
warnings--
2019-08-23 11:23:46 +02:00
Marco Martin
0d78a4e1d7
fix dragging to appletslayout
...
still a crash on the other way around
2019-08-22 18:11:14 +02:00
Marco Martin
8c1b75a777
single role for location
2019-08-22 16:59:30 +02:00
Marco Martin
39a4ae5780
position mapping fixes
2019-08-22 14:01:04 +02:00
Marco Martin
ff2fe85d93
better behavior of favorite strip
2019-08-22 13:14:28 +02:00
Marco Martin
3ce063b5fa
make reorder work
2019-08-22 11:19:54 +02:00
Marco Martin
9f7ad74775
TODO
2019-08-16 19:25:47 +02:00
Marco Martin
851ff2bd05
a new central LauncherDragManager.qml
...
a central place to manage the dragging around of launchers
and reparent between their 3 possible parents
2019-08-16 19:14:42 +02:00
Marco Martin
1fd5e92794
generalize LauncherContainer
2019-08-16 15:51:03 +02:00
Marco Martin
7ff227a13f
try a different approach to dragging
2019-08-15 13:19:36 +02:00
Bart Ribbers
3bff5cea4b
Never allow setting brightness to 0
2019-08-14 08:06:36 +00:00
Marco Martin
f1dd73e671
add missing file
2019-08-09 13:39:37 +02:00
Marco Martin
3274995cbe
e new dragActive proeprty
2019-08-01 20:29:40 +02:00
Marco Martin
71948fd9f3
first prototype of icons in desktop
2019-07-30 13:39:07 +02:00
Marco Martin
2f0bc852ba
kinda working again
2019-07-30 12:20:21 +02:00
Marco Martin
6c8ae2501a
api for favorites and desktop
2019-07-29 19:03:40 +02:00
Marco Martin
85035dda60
launcher from the mycroft tablet containment
2019-07-29 18:49:36 +02:00
Marco Martin
8f8a23c6ea
prototype for a new homescreen containment
2019-07-29 14:48:31 +02:00
l10n daemon script
3c628b921e
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"
2019-05-20 05:39:37 +02:00
Jonah Brüchert
6df99a7b29
dialer: Remove unused #includes
2019-05-03 16:20:10 +02:00
Volker Krause
113b2b6b47
Remove outdated FindGLIB2 copy
...
Differential Revision: https://phabricator.kde.org/D19242
2019-03-04 20:11:02 +01:00
Ilya Bizyaev
32bcff515e
Fix launcher icon alignment
2019-02-24 12:22:31 +03:00
Jonah Brüchert
3e5923b783
Replace plasmoids with settings app
2019-02-12 11:55:58 +01:00
Ilya Bizyaev
01ce3c4040
Remove unused hardcoded taskpanel size
2019-02-10 02:59:18 +01:00
Ilya Bizyaev
cfea45ec09
Remove blue line to match changes in desktop Breeze
2019-02-10 02:58:44 +01:00
Ilya Bizyaev
b171fc20aa
Align ellipsis usage with desktop launchers
2019-02-10 02:57:52 +01:00
Ilya Bizyaev
18d95dc927
Do not use monochrome icons for launcher icons
...
This commit switches icons of VLC, KDE Connect etc. to their colorful
versions
2019-02-10 02:56:35 +01:00
Ilya Bizyaev
5f1a15cb0a
Use lighter arrow icon in favorites strip
2019-02-10 02:55:13 +01:00
Ilya Bizyaev
c6b49ffe1c
Remove unused placeholder images
2019-02-10 02:54:42 +01:00
Ilya Bizyaev
ed2fb0bcb8
Change task panel icons
...
Use simpler icons.
paint-none will have to be replaced in the future, but we do not have
any similar icons with better names now.
2019-02-08 11:20:43 +01:00
Marco Martin
6184b2cae0
always force panel applets to be compact
2019-02-07 20:18:54 +01:00
Marco Martin
8f1ba4b1a4
Revert "remove the bool guard on screen brightness"
...
This reverts commit d6f0b8b2fc .
2019-02-07 17:23:04 +01:00
Marco Martin
d6f0b8b2fc
remove the bool guard on screen brightness
2019-02-07 14:05:50 +01:00
Marco Martin
86b6265690
don't reset brightness at start
2019-02-07 12:58:08 +01:00
Marco Martin
56dc2ad23f
better icon sizing
2019-02-07 12:49:06 +01:00
Marco Martin
f3e1ba0abe
slightly smaller icons
2019-02-07 12:38:11 +01:00
Simon Schmeisser
3194b36952
Add a shutdown button in the top drawer
...
it uses the PowerDevil data engine to request a
shutdown from ksmserver. Since ksmserver is not yet
running on the images this also prints a debug message.
Tested to work on desktop neon.
2019-02-06 18:26:48 +01:00
Marco Martin
7310f8282a
use plasmoid popups from plasma-minishell
...
simplify the sliding behavior of the top panel, simpler code, less bugs
2019-02-06 16:31:55 +01:00
Jonah Brüchert
47bcdee043
Modernize using clang-tidy
2018-12-31 04:13:55 +01:00
Bhushan Shah
e8864872cf
simplify
2018-11-12 19:54:59 +05:30
Bhushan Shah
944f53ada7
expand applet
2018-11-12 19:29:29 +05:30
Bhushan Shah
96a9ff8418
Revert "Show notifications, always set notifications applet as expaned"
...
This reverts commit 96db9776a9 .
that makes half of quicksettings options disappear... wat? it is
confusing.
2018-11-12 19:09:16 +05:30
Bhushan Shah
96db9776a9
Show notifications, always set notifications applet as expaned
...
++cleanup
2018-11-12 18:55:03 +05:30
Bhushan Shah
c8cdb9616d
Disable disco light when changing brightness
2018-11-12 12:45:17 +05:30
Bhushan Shah
7f4375d0d9
Add missing file
2018-11-12 10:35:46 +05:30
Bhushan Shah
24f2002928
Add experimental torch plugin for top panel
...
This currently uses the gstreamer code and should be reverted when we
have it working through QtMultimedia.
2018-11-12 09:32:46 +05:30
Bhushan Shah
ee00e6a0bf
Re-enable brightness slider
...
Some of logic copied from battery monitor to avoid updates at start.
2018-11-11 20:48:26 +05:30
Bhushan Shah
19c18b51ba
readability++
2018-11-11 19:50:50 +05:30
Bhushan Shah
176caa8f14
Fix the quicksettings toggling the plasma-settings
...
This code is weird, there is applets/quicksettings which is not even
installed, and there is copy of quicksettings in panel code.. wonder if
there's some code which is missing to be commited?
CC: mart@kde.org
2018-11-09 12:14:36 +05:30
l10n daemon script
c98ed27c73
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"
2018-10-10 06:50:31 +02:00
l10n daemon script
08cc1d8754
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"
2018-08-30 05:50:59 +02:00
Michael Eden
9e68bc049b
Improve dialer UI and format phone number
...
Summary:
This makes the buttons more evenly spaced and formats the number as you type!
old: {F6084821}
new (updated): {F6084822}
The plan is to bring the entire dialer page down to about half its current size to support searching through contacts as one dials a number.
Reviewers: bshah, #plasma:_mobile, mart
Reviewed By: #plasma:_mobile, mart
Subscribers: ngraham
Differential Revision: https://phabricator.kde.org/D13936
2018-08-02 15:48:21 -04:00
l10n daemon script
55e692fa53
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"
2018-06-16 05:37:17 +02:00
l10n daemon script
b58419fb50
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"
2018-06-07 05:47:03 +02:00
Marco Martin
57a016320b
use showFullScreen() instead of visible=true
2018-02-12 16:37:35 +01:00
Alexander Potashev
fb723ab985
homescreen: Fix ellipsis in i18n string
2017-12-19 13:20:35 +03:00
Marco Martin
5aa20872d5
port away from mobilecomponents
2017-11-10 16:21:20 +01:00
Marco Martin
d4879c1ff6
fix titles
2017-10-27 14:30:15 +02:00
Marco Martin
cc0566dfb4
set applets as expanded after clicking on them
2017-10-27 13:01:22 +02:00
Bhushan Shah
69a2673936
Remove brightness parts totally
...
This will make it not update the brightness to 0 everytime panel shows
up
2017-10-15 14:04:12 +05:30
Bhushan Shah
3a62b9878b
Kill brightness slider from main page of quicksettings
2017-10-06 22:28:49 +05:30
Marco Martin
416162b30e
remove broken reference
2017-10-05 17:21:18 +02:00
Marco Martin
2f9db12c1c
change brightness only when slider is pressed
...
call the service to change brightness only when the slider is pressed
2017-10-04 20:26:32 +02:00
Marco Martin
6cebe54981
add a back button
2017-09-14 21:50:37 +02:00
Marco Martin
da77551aff
merge quicksettings and the panel
...
use plasmoids
2017-09-14 21:03:56 +02:00
Marco Martin
834812e5d9
set plasma surface every time
2017-09-14 13:01:07 +02:00
Bhushan Shah
410c1123d1
initialize timer before wayland connection
2017-09-14 15:37:05 +05:30
Bhushan Shah
bdb041f905
call the connection->roundtrip to get skiptaskbar working
...
same fix as the plasmashell
2017-09-14 15:11:15 +05:30
Marco Martin
5ac357c0e9
better event handling in homescreen
2017-09-14 09:50:16 +02:00
Marco Martin
1d1c8a6def
add missing files
2017-09-05 17:09:50 +02:00
Marco Martin
d60897c0e9
config value to completely hide bottom panel
...
it stays there just for input area
2017-09-05 17:02:30 +02:00
Marco Martin
ec8cf59ddb
don't let the top panel scroll out of sight
2017-09-05 15:53:42 +02:00
Marco Martin
49cd27ec5f
never close the panel when dragging
2017-09-05 13:59:20 +02:00
Marco Martin
f6b68d853c
better position management
2017-09-05 13:14:15 +02:00
Marco Martin
d93ec09964
open settings app
...
close panel when app launches
2017-09-04 18:15:49 +02:00
Marco Martin
48c8071bdb
better open behavior
2017-09-01 18:49:07 +02:00
Marco Martin
c82c24a974
not necessary to expand notifications
2017-09-01 18:40:35 +02:00
Marco Martin
15526517ef
rewrite slidingpanel as a flickable
...
use again custom notifications applet
2017-09-01 18:35:41 +02:00
Marco Martin
f35d9909af
better layout for quicksettings and notifications
2017-08-31 11:52:47 +02:00
Marco Martin
54d4d8dba9
make the top panel use quick settings
2017-08-30 20:39:43 +02:00
l10n daemon script
b79bb13450
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"
2017-07-30 04:56:37 +02:00
l10n daemon script
69bc07498d
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"
2017-06-20 04:32:58 +02:00
l10n daemon script
67216063fd
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"
2017-01-09 06:03:34 +01:00
l10n daemon script
4448caacaa
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"
2017-01-05 05:58:54 +01:00
l10n daemon script
e3741c0570
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"
2016-12-20 13:25:24 +01:00
l10n daemon script
c4e2b393ad
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"
2016-12-13 04:10:48 +01:00
l10n daemon script
6d0b1b3edc
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"
2016-11-24 04:13:56 +01:00
l10n daemon script
e8d2bfe884
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"
2016-11-04 09:46:15 +00:00
l10n daemon script
857bc9af3c
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"
2016-10-21 09:30:44 +00:00
l10n daemon script
7391459e8f
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"
2016-10-15 10:01:47 +00:00
l10n daemon script
82d0f49377
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"
2016-10-10 09:46:25 +00:00
l10n daemon script
b78920f905
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"
2016-10-08 09:58:17 +00:00
l10n daemon script
3577e59bc0
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"
2016-10-07 09:31:42 +00:00
Marco Martin
e64fda4a63
close panel when an applet wants to close
2016-10-05 18:03:41 +02:00
Marco Martin
220f4f79e8
fix the close button
...
use the c++ part aain for hasCloseableActiveWindow
2016-09-03 10:27:12 +02:00
Marco Martin
f97c377b06
run the anim before running the app
...
if running the app blocks for a while having the anim running already
2016-09-02 17:43:23 +02:00
Marco Martin
a0be58c595
close switcher when no windows are open
...
when the last window is closed, close the task switcher
2016-09-02 17:38:24 +02:00
Bhushan Shah
3290c398f4
Fix task switcher showing in itself
...
This was two part issue,
- We never applied skipTaskbar flag
- We returned from function before creating surface for it.
Reviewed-by: notmart
2016-08-25 15:29:48 +05:30
Bhushan Shah
52e52c7e90
activeWindow can be null
...
this is possible in case kwin switches around to another active window
2016-08-25 13:52:28 +05:30
Bhushan Shah
c81bed39bc
requestShowingDesktop is not Q_INVOKABLE
...
errors--
2016-08-25 13:05:43 +05:30
Marco Martin
4175765653
debug--
2016-08-24 18:05:30 +02:00
Marco Martin
6f721b8527
make show desktop work
...
use the kwin effect now, use proper api
and never minimize any window
2016-08-24 17:58:28 +02:00
Marco Martin
a408c6f41d
reintroduce c++ plugin
...
* no more randomly minimizing windows
* use showdesktop effect
* use directly kwayland for show desktop
2016-08-24 16:57:15 +02:00
Bhushan Shah
8d31e6b819
switch to krunner for launching applications
...
KRun was ported to kf5 since long time..
CCMAIL: notmart@gmail.com
2016-07-28 20:34:56 +05:30
Bhushan Shah
63358567d7
add some debug to figure out why qt4 apps don't start
2016-07-28 18:16:26 +05:30
Marco Martin
87323bb71a
restore old window if list just dismissed
2016-06-28 14:50:59 +02:00
Marco Martin
f79d82fe13
get rid of c++ plugin
2016-06-28 14:43:25 +02:00
Marco Martin
0f38293010
ose active window without c++
2016-06-28 14:37:41 +02:00
Marco Martin
18b4af0def
port to new libtaskmanager
...
almost entirely port the task switcher to the new
libtaskmanager. still needs porting
for the single close current window button
2016-06-27 18:34:20 +02:00
Marco Martin
ad10cc0025
window list button always active when there are tasks
2016-02-24 15:47:44 +01:00
Marco Martin
6dfbc22ced
fix build
2016-02-24 15:46:56 +01:00
Aleix Pol
2650518990
Reduce map look-ups
2016-02-16 18:54:41 +01:00
Aleix Pol
9856de8e90
Fix variable scope
2016-02-16 18:54:34 +01:00
Marco Martin
469aac0542
better task switch behavior
...
close should always close now
peek fixed
unintended task activation shouldn't happen anymore
2016-02-15 15:02:37 +01:00
Marco Martin
475d32d0a7
remove the fake lockscreen
...
remove the first screen
simplify the code
add a clickable arrow to suggest where the apps
are
2016-01-25 13:47:07 +01:00
Marco Martin
8cef8fe532
add percentage for the battery
...
battery shows percentage in the panel, panel
suports rectangular items
2016-01-25 11:08:25 +01:00
Marco Martin
1c8a653b1d
slightly better bottom toolbar behavior
2016-01-12 17:16:26 +01:00
Marco Martin
33e3892f96
undefined variables--
2016-01-12 16:36:40 +01:00
Marco Martin
1bd4990984
fix close button
...
enabled when it should, also use a qpointer to
remove some crashes
2016-01-05 17:29:43 +01:00
Marco Martin
8c9c331444
slight checked feedback
...
mostly for debug
2015-12-18 14:49:19 +01:00
Marco Martin
bf30354c91
better behavior of the show desktop button
2015-12-18 14:46:29 +01:00
Marco Martin
a363da2abe
try harder to make the sliding panel take all screen
2015-12-18 13:50:23 +01:00
Marco Martin
1b29044a78
use new org.kde.plasma.private.mobileshell plugin
2015-12-14 16:19:43 +01:00
Marco Martin
9d7eba04cf
use the window-list icon instead of applications-other
2015-12-07 17:31:04 +01:00
Marco Martin
8a45f67c4c
ui experiment: keep all windows minimized
...
keep all windows minimized except the active one and minimize everything
when the task manager is open
2015-11-05 13:55:49 +01:00
Marco Martin
40b02bf440
make sure we show the full rep when possible
2015-10-26 15:28:47 +01:00
Marco Martin
e1da762f09
better management of the spacer
...
ensure the spacer is the last item
2015-10-20 16:55:55 +02:00
Marco Martin
91b29c37e9
work well also in the case of no applets
...
the spacer will always take all the remaining space
2015-10-15 17:52:55 +02:00
Marco Martin
356743116b
better behavior of the lock/unlock swipe
2015-10-15 17:32:42 +02:00
Marco Martin
151bdc6d15
if there is a switchheight use as minimumnheight
...
try harder to have applets expanded
2015-10-15 15:31:22 +02:00
Marco Martin
fc52ae95d4
start with the screen locked
2015-10-15 15:26:23 +02:00
Marco Martin
6b3f32ed3c
close task list when there are no windows left
2015-10-15 15:04:43 +02:00
Marco Martin
0a5fd82410
better margins around bottom toolbar
2015-10-15 14:59:51 +02:00
Marco Martin
bd5ca6fd61
try a different look for the configure/remove button
2015-10-01 18:10:58 +02:00
Marco Martin
813bd8fa0c
use visible = true
2015-10-01 17:40:26 +02:00
Marco Martin
8aac7a2b9c
don't show the task manager if there are no tasks
2015-10-01 17:28:09 +02:00
Marco Martin
6e03fc1e1e
just assign slidingPanel.visible = true;
2015-10-01 17:18:07 +02:00
Marco Martin
79d65e9b80
SkipsTaskbar->SkipTaskbar
2015-09-30 16:59:34 +02:00
Marco Martin
00e4b8a4c7
align the applet delegate to the top
2015-09-30 12:45:07 +02:00
Marco Martin
0f73ac2a5c
use ResultsListView
...
the layout of the desktop's krunner doesn't work there
while the kde4 style makes a better use of the limited space
2015-09-28 17:41:12 +02:00
Marco Martin
92d3b613ee
support applets configuration dialog
...
needs a way to disable the button for those that
don't have a config dialog
2015-09-25 15:10:05 +02:00
Marco Martin
d30863f959
slide close button too
2015-09-23 17:46:54 +02:00
Marco Martin
c550879fe9
add a window close button
2015-09-23 16:20:20 +02:00
Marco Martin
bab5d7d9e2
set startMouseX/Y on pressandHold, not pressed
2015-09-22 18:28:19 +02:00
Marco Martin
565dbc963c
use EventGenerator in order to not eat half events
2015-09-17 12:46:01 +02:00
Marco Martin
5a9aa3c440
delaying the loading of the sliding panel seems to avoid some crashes
...
FIXME
2015-09-16 13:35:55 +02:00
Marco Martin
28f98ce3ac
disable show desktop effect when a new window appears
2015-09-16 13:35:31 +02:00
Marco Martin
baae0fb1ce
drag applets from the place they are, not the cursor
...
fix applet transparency when they are dragged out of
the screen to delete them
2015-09-15 19:14:04 +02:00
Marco Martin
2f5f1217ac
support swipe from bottom
...
the panel still looks the same
2015-09-10 16:53:01 +02:00
Marco Martin
3cba469c3e
make tasks disappear when they go away
2015-09-10 16:52:41 +02:00
Marco Martin
0ea412cc8f
hide the overlay on action triggered
2015-09-08 23:39:03 +02:00
Bhushan Shah
035fcb3118
If more space is available for icons show bigger
...
Also fix text size on tablet-ish form factor
2015-09-01 17:35:01 +05:30
Bhushan Shah
38a3a7c99c
Fix iconSizes and strip size on the horizontal form factor
...
Previously it was setting height and width of icons to overall width/4
which happens to be enorumously huge on the horizontal form factor.
This patch fixes it by setting height of "huge" iconSize and width of
overall width/4
2015-08-22 18:16:56 +05:30
Marco Martin
b6bbc208aa
list applications more in depth
...
go recursively in deep categories, without being recursive
this makes all apps to appear and not only those at the
first level of subcategories
2015-08-07 18:49:13 +02:00
Marco Martin
9e7ccaa801
fix build
...
don't mix itarators and constIterators
2015-07-20 10:36:14 +02:00
Sebastian Kügler
335bab6ca0
Make sure blacklist is not removed from config
2015-07-16 04:26:05 +02:00
Marco Martin
2353652336
remove pragma from layoutmanagers
...
use the layoutmanager as a propeerty of root emlement
2015-07-15 13:48:44 +02:00
Marco Martin
c0ef6c6747
try to interact only with the applet in the top area
...
has to be tested, maybe is even worse, but in order to not
interfere with the vertical scrollbar of things like networkmanager
needs a real solution
2015-07-13 15:50:22 +02:00
Marco Martin
6158b232b6
less space between top icons
2015-07-13 15:07:46 +02:00
Eike Hein
12ba707277
Map indices back to source.
2015-07-13 13:19:59 +02:00
Marco Martin
3751f69d40
animate editoverlay fade
...
remove editoverlay after moving the cursor a lot
2015-07-10 17:56:14 +02:00
Marco Martin
2c574faa3a
animated applet remove
2015-07-10 17:19:26 +02:00
Marco Martin
70551d7ad6
use a simple Column for the layout
...
slightly simpler, makes animations more reliable
2015-07-10 16:00:10 +02:00
Marco Martin
21eb17fc49
editoverlay covers krunner
...
now blocks all the clicks
2015-07-10 13:10:05 +02:00
Marco Martin
eca12673b4
correct space left for keyboard
2015-07-09 18:10:58 +02:00
Marco Martin
9765dfa679
maximized widgets explorer
...
add applet with single click
2015-07-09 15:20:24 +02:00
Marco Martin
ffdad67763
add an empty margin
2015-07-09 13:41:16 +02:00
Marco Martin
62aec0c07e
the spacer fills height
2015-07-09 13:37:19 +02:00
Marco Martin
4500b17a92
use the lastspacer when needed
2015-07-09 13:31:02 +02:00
Marco Martin
4024edb277
proper position of "locked" state
...
the search field appears at the right position as well as the applets reordering
2015-07-09 13:10:43 +02:00
Marco Martin
b980f0cf8a
smaller tab icons, dont touch the time
2015-07-08 22:31:24 +02:00
Marco Martin
24dc96ad21
correct sizing of the screen
...
the up arrow to unlock is not visible anymore when unlocked
2015-07-08 18:30:15 +02:00
Eike Hein
d5b6503797
Port to PlasmaWindowModel.
2015-06-24 22:54:20 +02:00
Marco Martin
e343ae94e5
remove the blue highlight
2015-06-23 16:07:25 -07:00
Sebastian Kügler
c390a857d3
.desktop extension is not needed here
2015-06-23 10:23:56 -07:00
Marco Martin
44bafbed70
simplify scroll snapping
2015-06-23 10:01:27 -07:00
Marco Martin
b829564172
make space for the favorites under krunner
2015-06-22 21:43:45 -07:00
Marco Martin
546a1f9a33
disable animations for now
...
animations break widget positions on the phone
2015-06-22 19:48:49 -07:00
Marco Martin
de41f7dd6b
remove non existent import
2015-06-22 19:03:44 -07:00
Marco Martin
970dc7d989
use the dataengine
...
can't use the tasks applet private import from there:
plasma-desktop shouldn't be installed on the phone
2015-06-22 17:38:10 -07:00
Marco Martin
4e31575a70
only one line of text in favorites
2015-06-22 16:50:39 -07:00
Marco Martin
65e85b7719
make space for the top krunner ui
2015-06-22 16:41:23 -07:00
Marco Martin
422695bae1
dismiss by scrolling down too
2015-06-21 22:34:43 -07:00
Marco Martin
e776e107ae
big square icons
2015-06-21 19:03:41 -07:00
Marco Martin
15e4468834
animation on close
2015-06-21 12:26:14 -07:00
Marco Martin
536dc945fd
support closing windows
2015-06-21 12:18:02 -07:00
Marco Martin
1c708ff7af
working taskmanager on X11
...
assuming a wayland port of libtaskmanager arrives, that should work
2015-06-21 11:55:51 -07:00
Marco Martin
037102220b
attempt of animation when moving plasmoids around
2015-06-21 11:35:05 -07:00
Marco Martin
79af925af8
destroy container when an applet gets removed
2015-06-21 10:56:34 -07:00
Marco Martin
73a2d560f0
with a MouseaRea as parent events are filtered better
2015-06-21 10:18:43 -07:00
Marco Martin
434665decb
nicer expanded applets in homescreen
2015-06-20 17:30:06 -07:00
Aleix Pol
b3e1fbea95
Specify the required CWD when running the applications
2015-06-21 01:53:27 +02:00
Marco Martin
d4e675ec27
enable autoscroll for applets
2015-06-20 16:08:46 -07:00
Marco Martin
7eb7fb1f32
move the headeritem in own file
...
the header of the gridview, AppletsArea.qml is the whole area that
has loackscreen, applets and favorites
2015-06-20 14:50:02 -07:00
Sebastian Kügler
7c4cb2c00b
Whoopsie.
2015-06-19 22:32:06 -07:00
Marco Martin
6439947d53
primitive plasmoids reordering
2015-06-19 21:46:18 -07:00
Sebastian Kügler
d197736adc
Add list with all apps to config for debugging purposes
2015-06-19 21:28:00 -07:00
Marco Martin
ae4a2c7837
use standard background when needed
2015-06-19 18:14:25 -07:00
Marco Martin
37535f97ba
no long press in locked mode
2015-06-19 17:55:24 -07:00
Marco Martin
ad54f0a1a2
simple widgetexplorer derived from desktop one
2015-06-19 17:52:09 -07:00
Marco Martin
ef4555f66c
use the new FullScreenPanel component
2015-06-19 16:51:08 -07:00
Marco Martin
4a1c477fba
root item is an Item
...
MouseEventListener moved down
2015-06-19 13:03:29 -07:00
Marco Martin
ec2e95258d
darken the screen when results are in
...
hide on lock screen
2015-06-19 10:34:38 -07:00
Marco Martin
8a55d4a285
add some margins
...
don't make the panel cover krunner
2015-06-18 19:37:23 -07:00
Marco Martin
ac6fa1866e
try with opaque feedback
2015-06-18 19:27:22 -07:00
Marco Martin
9e7821c75f
dismiss view on task click
2015-06-18 19:22:35 -07:00
Vishesh Handa
58bc75eef4
Add KRunner to the top of the homescreen
...
The KRunner view is part of the containment as then it can always be on
the top. This is the first iteration of the this design.
2015-06-19 02:53:43 +02:00
Sebastian Kügler
d2fe2bb82b
Remove legacy filtering of everything related to settings
...
This is a remainder from old openSUSE systems, which would show yast
modules otherwise. Fixes settings app not shown.
Reviewed-by:notmart
2015-06-18 17:35:57 -07:00
Marco Martin
8bf2aebd2f
disable look for close
2015-06-18 17:10:00 -07:00
Martin Gräßlin
8f7f23321f
Use KWayland protocol to close the active window
...
As a nice side-effect this allows us to enable/disable the close button
depending on whether we have a window to close.
2015-06-19 02:04:42 +02:00