diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-02-17 08:25:44 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-02-17 08:25:44 +0100 |
commit | 580caf6f5c9b795f9c38b9c970efce12d006ce1d (patch) | |
tree | 24afb74d772ae44326b3e4d542598ef96ef1900f /tagit/apps | |
parent | bf98c062ece242a5fc56de0f1adbc12f0588809a (diff) | |
download | tagit-580caf6f5c9b795f9c38b9c970efce12d006ce1d.tar.gz tagit-580caf6f5c9b795f9c38b9c970efce12d006ce1d.tar.bz2 tagit-580caf6f5c9b795f9c38b9c970efce12d006ce1d.zip |
New UI design
* Moved style definitions to its own file (themes/default)
* Updated the desktop.kv to the new UI design
* Removed planes
* Adjusted port config
Diffstat (limited to 'tagit/apps')
-rw-r--r-- | tagit/apps/port-config.yaml | 79 |
1 files changed, 38 insertions, 41 deletions
diff --git a/tagit/apps/port-config.yaml b/tagit/apps/port-config.yaml index a9907b7..323d616 100644 --- a/tagit/apps/port-config.yaml +++ b/tagit/apps/port-config.yaml @@ -7,9 +7,9 @@ session: backend: SparqlStore: {} user: 'http://example.com/me' - script: + script: [] #- ShowBrowsing - - [AddToken, 'hello'] + #- [AddToken, 'hello'] storage: index: preview_size: @@ -18,8 +18,11 @@ storage: - 400 ui: standalone: - plane: browsing + window_size: [1024, 768] + maximize: True keytriggers: + #- ClipboardCopy + #- ClipboardPaste - CreateGroup - DissolveGroup - AddToGroup @@ -55,17 +58,37 @@ ui: - OpenExternal - ShowHelp browser: + cols: 4 + rows: 3 maxcols: 8 maxrows: 8 + #gridmode: 'list' buttondocks: + navigation_left: + - MoveCursorFirst + - PreviousPage + - ScrollUp + navigation_right: + - NextPage + - ScrollDown + - MoveCursorLast + filter: + - GoBack + - GoForth + status: + - ZoomIn + - ZoomOut + #- RotateLeft + #- DeleteObject + #- RotateRight sidebar_left: - Menu - - ShowDashboard - - AddToken - AddTag - EditTag - - CreateGroup - - DissolveGroup + - ShowSelected + - RemoveSelected + #- CreateGroup + #- DissolveGroup - SelectAll - SelectNone - SelectInvert @@ -74,16 +97,13 @@ ui: - SelectSingle - SelectMulti - SelectRange - - ShellDrop - filter: - - AddToken - - EditToken context: app: - - ShowSettings + - LoadSession - ShowHelp - ShowConsole - - ShowBrowsing + - ShellDrop + - ShowSettings browser: - ZoomIn - ZoomOut @@ -96,11 +116,11 @@ ui: - AddToGroup # - RepresentGroup # - RemoveFromGroup - root: - - LoadSession - # search: - # - ShowSelected - # - RemoveSelected + search: + - ShowSelected + - RemoveSelected + - GoForth + - GoBack select: - SelectAll - SelectNone @@ -127,28 +147,5 @@ ui: - camera - attributes tiledocks: - dashboard: {} - #Buttons: - # buttons: - # - ShowBrowsing - # - CreateSession - # - CreateTempSession - # - LoadSession - # - ReloadSession - # - ImportObjects - # - ItemExport - # - UpdateSelectedObjects - # - ShowHelp - # - ShowSettings - #Hints: {} - #LibSummary: {} - #Searchtree: {} - #TagHistogram: {} - #Tagcloud: {} sidebar_right: Info: {} - CursorTags: {} - BrowserTags: {} - #SelectionTags: {} - #Geo: {} - window_size: 1024x768 |