Albert S. crtxcr
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
crtxcr a soumis sur wip/rearrange dans crtxcr/qsrun 2020-09-28 18:50:11 +02:00
b4f61eb90f EntryProvider: fix handling of names with spaces
crtxcr a soumis sur wip/rearrange dans crtxcr/qsrun 2020-09-28 18:42:49 +02:00
d74c09c4e3 fixup! Save rearranged EntryConfig of buttons with new EntryProvider::saveUserEntry
crtxcr a soumis sur wip/rearrange dans crtxcr/qsrun 2020-09-27 23:01:50 +02:00
2adcf4f5b8 implement deletion of entries
ef35f09cc8 addToFavourites: catch exception when saving entry
6b4db195f5 window: getNextFreeCell(): reimplement without refering to grid
9f2ce25c3a EnrtyConfig: store iconPath, not QIcon. Keeps icon after rearranging entries
8eb8f17617 implement deletion of entries
Comparer 8 révisions »
crtxcr a soumis sur wip/rearrange dans crtxcr/qsrun 2020-09-27 22:54:19 +02:00
8eb8f17617 implement deletion of entries
652c7753d1 addToFavourites: catch exception when saving entry
e169e6f813 window: getNextFreeCell(): reimplement without refering to grid
0a3f0c0ffc EnrtyConfig: store iconPath, not QIcon. Keeps icon after rearranging entries
b148d22904 Window: buttonClick(): Correct parameter name
Comparer 12 révisions »
crtxcr a commenté la demande d’ajout crtxcr/qsrun#15 2020-09-27 22:44:05 +02:00
WIP: Rearrange Pushbuttons, Deletion, Add system entries to favourites, Save

Dirty