From 580caf6f5c9b795f9c38b9c970efce12d006ce1d Mon Sep 17 00:00:00 2001 From: Matthias Baumgartner Date: Fri, 17 Feb 2023 08:25:44 +0100 Subject: 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 --- tagit/apps/port-config.yaml | 79 ++++++++++++++++++++++----------------------- 1 file changed, 38 insertions(+), 41 deletions(-) (limited to 'tagit/apps') 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 -- cgit v1.2.3