Commit graph

20 commits

Author SHA1 Message Date
Nicolas Fella
21a3bcafe4 Convert license headers to SPDX 2021-03-02 22:45:25 +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
Marco Martin
16b1cae73e when task switch appears release minimize on launchers 2020-07-31 11:13:09 +02:00
Marco Martin
a1b7ef5d36 minimize to launcher when the switcher is not visible 2020-07-30 17:20:07 +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
Jonah Brüchert
5f0e3ec05d Another approach to use the enum everywhere in ApplicationListModel 2020-06-09 16:55:54 +00: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
b856b78790
Open and close StartupFeedback using KStartupInfo 2020-05-26 21:49:56 +02:00
Jonah Brüchert
1e1b60a17d
Partially revert d2b461e
Caused runtime issues
2020-03-21 03:00:31 +01:00
Jonah Brüchert
d2b461e17b containments: Optimization 2020-03-21 00:33:26 +00:00
Jonah Brüchert
08e1e3a44c Port away from deprecated features of QSet 2019-12-13 09:40:47 +00:00
Bhushan Shah
52ecc82bdc Fix clazy issues 2019-11-20 14:01:54 +05:30
Marco Martin
abc112ed1c Revert "port to kicker model"
This reverts commit 4e4cc5abc2.
2019-09-18 13:55:07 +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
b658a10abf some simple defaults in the lnf package 2019-09-16 19:13:52 +02:00
Marco Martin
843b01508f get rid of old homescreen 2019-09-04 18:39:31 +02:00
Jonah Brüchert
47bcdee043 Modernize using clang-tidy 2018-12-31 04:13:55 +01: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
Marco Martin
e75c8005d3 a KRun based way to launch apps
needs the duplicate for now in order to test without breaking
the image
2015-06-18 16:58:56 -07:00
Marco Martin
0108d70fb4 move the applicationslistmodel to containment c++
the application list is only used in that containment for now: don't
create an extra qml import just for that, but put it into the c++
applet for the homescreen instead to make sure nobody else
uses it at least until we are really sure is needed elsewhere
2015-05-14 18:05:01 +02:00
Renamed from qmlcomponents/applicationlistmodel.h (Browse further)