Albert S. crtxcr
crtxcr a fermé la demande d’ajout crtxcr/qsrun#15 2020-10-04 21:55:36 +02:00
WIP: Rearrange Pushbuttons, Deletion, Add system entries to favourites, Save
crtxcr a fermé le ticket crtxcr/qsrun#6 2020-10-04 21:55:30 +02:00
GUI: Allow adding existing .desktop files
crtxcr a fermé le ticket crtxcr/qsrun#7 2020-10-04 21:55:22 +02:00
GUI: Rearrange entries in the GUI
crtxcr a soumis sur master dans crtxcr/qsrun 2020-10-04 21:54:40 +02:00
776cbe4d30 EntryProvider: saveUserEntry(): Add missing fields
101885ffe4 window: addToFavourites(): Save non-system entries in their originating path
79d15fb628 Introduce EntryType. Retire userEntry boolean
95e855f325 EntryProvider: readqsrunfile(): impl. inherit w/o using EntityConfig.update()
2acfe6126a EntryProvider: readqsrunfile(): Simplify by using QHash
Comparer 22 révisions »
crtxcr a soumis sur wip/rearrange dans crtxcr/qsrun 2020-10-04 21:51:33 +02:00
776cbe4d30 EntryProvider: saveUserEntry(): Add missing fields
101885ffe4 window: addToFavourites(): Save non-system entries in their originating path
79d15fb628 Introduce EntryType. Retire userEntry boolean
95e855f325 EntryProvider: readqsrunfile(): impl. inherit w/o using EntityConfig.update()
2acfe6126a EntryProvider: readqsrunfile(): Simplify by using QHash
Comparer 37 révisions »
crtxcr a soumis sur wip/rearrange dans crtxcr/qsrun 2020-10-04 21:36:44 +02:00
66c014074a EntryProvider: saveUserEntry(): Add missing fields
crtxcr a soumis sur wip/rearrange dans crtxcr/qsrun 2020-10-04 21:00:31 +02:00
dbba0de845 fixup! window: addToFavourites(): Save non-system entries in their originating path
crtxcr a soumis sur wip/rearrange dans crtxcr/qsrun 2020-10-04 20:55:42 +02:00
eb9fc47927 fixup! Introduce EntryType. Retire userEntry boolean
026a27a7a0 window: addToFavourites(): Save non-system entries in their originating path
72321afced fixup! Introduce EntryType. Retire userEntry boolean
Comparer 3 révisions »
crtxcr a soumis sur wip/rearrange dans crtxcr/qsrun 2020-10-04 19:34:22 +02:00
82c9694e2b Introduce EntryType. Retire userEntry boolean
cb52e240ca EntryProvider: readqsrunfile(): impl. inherit w/o using EntityConfig.update()
3c1d996a89 EntryProvider: readqsrunfile(): Simplify by using QHash
Comparer 3 révisions »
crtxcr a ouvert le ticket crtxcr/qsrun#20 2020-10-04 18:59:02 +02:00
Option to always fit buttons, or to make the size configurable
crtxcr a ouvert le ticket crtxcr/qsrun#19 2020-10-03 22:51:56 +02:00
Feature: Folders or Popup menus
crtxcr a ouvert le ticket crtxcr/qsrun#18 2020-10-03 22:50:42 +02:00
Feature: Seeing "all" applications
crtxcr a soumis sur wip/rearrange dans crtxcr/qsrun 2020-09-29 23:09:43 +02:00
bbcd7e8827 fixup! Save rearranged EntryConfig of buttons with new EntryProvider::saveUserEntry
crtxcr a ouvert le ticket crtxcr/qswiki#21 2020-09-28 19:49:20 +02:00
CLI interface for administrator
crtxcr a commenté la demande d’ajout crtxcr/qsrun#15 2020-09-28 19:30:12 +02:00
WIP: Rearrange Pushbuttons, Deletion, Add system entries to favourites, Save

Space

crtxcr a commenté la demande d’ajout crtxcr/qsrun#15 2020-09-28 19:22:23 +02:00
WIP: Rearrange Pushbuttons, Deletion, Add system entries to favourites, Save

Problem

  1. Add to favourites
  2. Rearrange
  3. Entry from 1 gets saved completely. Has inheritances property, but it's useless since everything will be stored.

Maybe:

Remove boolean { SYSTEM_ENTRY, USER_ENTRY, INHERITED_ENTRY }

INHERITED_ENTRY does not save anything beyond "inherit", "rows, "cols".

crtxcr a soumis sur wip/rearrange dans crtxcr/qsrun 2020-09-28 19:18:39 +02:00
4d99aaf033 addToFavourites: only save the minimum
crtxcr a soumis sur wip/rearrange dans crtxcr/qsrun 2020-09-28 19:14:09 +02:00
0855767f21 rename Window::buttonClick to Window::executeConfig
3799978cb7 rename Window::buttonClick to Window::executeConfig
Comparer 2 révisions »
crtxcr a soumis sur wip/rearrange dans crtxcr/qsrun 2020-09-28 19:10:36 +02:00
3799978cb7 rename Window::buttonClick to Window::executeConfig
d1fad58caa window: use EntryConfig, not EntryPushButton for slots
e8876e2b61 EntryConfig: update(): Add missing assignments
761442f378 fixup! Save rearranged EntryConfig of buttons with new EntryProvider::saveUserEntry
68f6731ff6 implement deletion of entries
Comparer 33 révisions »
crtxcr a soumis sur master dans crtxcr/qsrun 2020-09-28 19:10:10 +02:00
b588fd07be EntryProvider: fix handling of names with spaces