89 Commits (a8573d1be5a45cca1b60504a56289c0bfcb3d834)

Author SHA1 Message Date
David Edmundson 290ee95dac Add convenience method to get a persistent model index from TasksModel 8 years ago
Friedrich W. H. Kossebau 5323280d8b Do not leak symbols of pimpl classes, protect with Q_DECL_HIDDEN 8 years ago
Eike Hein b40c0de099 When used by QML, only populate after component is complete 8 years ago
Kai Uwe Broulik 602e93dfdb [TasksModel] Use std::acumulate on the QHash directly 9 years ago
Eike Hein 592dc9e0bc Add support for moving group members within a group. 9 years ago
Kai Uwe Broulik cc2f28ece1 [TasksModel] Use LauncherUrlWithoutIcon in move method 9 years ago
David Edmundson 3d506f0097 dont' crash if we don't have a launcherTasksModel 9 years ago
Ivan Čukić 89b244a1ff We should not forget the launchers that are not currently shown 9 years ago
Ivan Čukić e8e2be9083 We should not forget the launchers that are not currently shown 9 years ago
Eike Hein faca0710ad Delay these HasLauncher updates until the launcher tasks model is lazy-initialized. 9 years ago
Eike Hein 3546de2215 Introduce a HasLauncher data role. 9 years ago
Eike Hein 628593db4c Fix TasksModel.anyTaskDemandsAttention not updating on window closure. 9 years ago
Eike Hein 1a1d644514 Fix merge of dda4d42e89. 9 years ago
Eike Hein eaf5c71e3b Fix more merge weirdness, somehow this code got lost. 9 years ago
Eike Hein adb954ef80 Fix up merge mistake. 9 years ago
Eike Hein 62b803b45d Add comment laying out goals. 9 years ago
Eike Hein 05826bd5ba Fix crash when switching activities. 9 years ago
Eike Hein 410086d06b Tweak alphabetic (default) sort behavior. 9 years ago
Eike Hein dda4d42e89 Fix manually reordering launchers. 9 years ago
Eike Hein f5bf988c5b Fix group parents not appearing when disabling inline grouping. 9 years ago
Eike Hein cf6d8ab0df Fix "Pinned Chrome disappears when all Chrome windows are closed" 9 years ago
Eike Hein 09ab6cdfb9 Fix "Pinned Chrome disappears when all Chrome windows are closed" 9 years ago
Ivan Čukić f3b33315b9 Changed the launcher modification API 10 years ago
Ivan Čukić b08dea47c7 Added function to return activities for a specified launcher 10 years ago
Ivan Čukić 25cb8e18b5 Methods for adding and removing per-activity launchers 10 years ago
Ivan Čukić ce5d187f43 Removed debugging output 10 years ago
Ivan Čukić 060681d694 Relying on the filter model to do the filtering 10 years ago
Ivan Čukić 68a490c9fd Library support for per-activity pinned tasks 10 years ago
Kai Uwe Broulik 4a8877bab2 [Libtaskmanager] Add "requestOpenUrls" to open given URLs with the associated application 10 years ago
Eike Hein acfbcb4fa5 Factor windowing system arbitration out of TasksModel. 10 years ago
Eike Hein c802bb8789 Instanciate the launcher tasks model only when needed. 10 years ago
Martin Gräßlin fa0b7a9463 Use new KWindowSystem platform check API 10 years ago
Eike Hein b5cdc85975 Expose window and screen geometry; filter by screen geometry instead of number. 10 years ago
Eike Hein 56ea0f5947 Adjust indices in manual sort map by removal delta after removal, not leading up to it. 10 years ago
Eike Hein 3e0c3f4db4 Move formerly launcher-backed window tasks out of launcher area on launcher removal. 10 years ago
Eike Hein c3941de089 Fix edge case with launchInPlace + SortManual + group. 10 years ago
Eike Hein 1fd011ae91 Fix startup-to-window matchup based on AppName. 10 years ago
Eike Hein b4baf3d41e Revert "Do screen filtering by screen geometry rather than number." 10 years ago
Eike Hein 332b96b363 Do screen filtering by screen geometry rather than number. 10 years ago
Eike Hein f631964f2d Don't recurse. 10 years ago
Eike Hein 313aede085 Return LegacyWinIdList for groups in final proxy sort order. 10 years ago
Eike Hein e2b07027de Avoid side-channeling through shared static source models. 10 years ago
Eike Hein cc2b38b449 Clean up task comparisons. 10 years ago
Marco Martin 49ef9c1560 make activeTask a property 10 years ago
Marco Martin 17d3e13e0f make activeTask a property 10 years ago
Eike Hein 27d98f48f4 Drop outdated comment. 10 years ago
David Faure 1abaaa55e9 add_definitions(-DQT_NO_URL_CAST_FROM_STRING) + fix compilation 10 years ago
Eike Hein 64a2fbb60d Trigger launcher re-filter also when a startup task is removed. 10 years ago
David Edmundson b7f0f2fae7 Add TaskManager requestActivities 10 years ago
Eike Hein 7816cacb4d Revert "Do tests for startup notification filtering against state-filtered task list." 10 years ago