Commit Graph

85 Commits

Author SHA1 Message Date
Thomas Peetz 1e9ca7c1a4 add Enum for Videotype 2025-01-25 03:53:47 +01:00
Thomas Peetz 400aff6524 Add MediaWindow 2025-01-24 08:58:59 +01:00
Thomas Peetz 845f085a76 remove data.json 2025-01-24 05:31:20 +01:00
Thomas Peetz 88c623edb7 subclass VideoFile 2025-01-24 05:02:08 +01:00
Thomas Peetz 0cc73c09aa remove pyproject.toml 2025-01-21 20:14:27 +01:00
Thomas Peetz e8660faa06 Refactor GUI to use Multi Document Interface 2025-01-21 20:12:50 +01:00
Thomas Peetz 4e884fdbe5 fix exporting and importing from file 2025-01-21 16:46:12 +01:00
Thomas Peetz 4c330a1138 remove kontor-cli.backup 2025-01-21 09:42:33 +01:00
Thomas Peetz 65288a53a1 complete MetaDataTable and MetaDataColumn 2025-01-20 15:40:45 +01:00
Thomas Peetz 60fba0d3e9 add dependencies to kontor-schema and kontor-video in rquirements.txt 2025-01-19 23:39:53 +01:00
Thomas Peetz ada723dc48 separate cli and gui application in own python packages. provide database schema as python package. 2025-01-19 23:36:52 +01:00
Thomas Peetz f07c7b74ee prepare progress bar for download 2025-01-19 17:49:13 +01:00
Thomas Peetz f3c59c11ba add progress in statusbar 2025-01-18 01:28:27 +01:00
Thomas Peetz 3c4d3ad326 add check files command 2025-01-17 17:19:31 +01:00
Thomas Peetz 917e287784 fix missing argument for KontorDB in import_cmd and export 2025-01-17 13:38:16 +01:00
Thomas Peetz 611d6b9e61 add update and download for MediaFile 2025-01-17 13:31:49 +01:00
Thomas Peetz 58263cb854 use sqlalchemy session only as short as possible 2025-01-16 23:03:30 +01:00
Thomas Peetz 33dcbc4413 add command to add link 2025-01-16 16:50:14 +01:00
Thomas Peetz f3cf1a17f3 add import functionality 2025-01-15 14:16:35 +01:00
Thomas Peetz 3466c10a88 add commands and subcommands 2025-01-14 22:58:15 +01:00
Thomas Peetz 4cea554116 add missing schema classes 2025-01-14 17:53:05 +01:00
tpeetz 332e09b283 Merge branch 'feature/5-add-token-management' into 'develop/0.1.0'
Resolve "Add token management"

Closes #5

See merge request tpeetz/kontor!3
2025-01-14 14:55:54 +00:00
tpeetz d3c720f995 Merge branch 'develop/0.1.0' into 'feature/5-add-token-management'
# Conflicts:
#   qt/gui/main_window.py
2025-01-14 14:44:46 +00:00
Thomas Peetz 453ad2af7b merged command line and gui app in one command 2025-01-14 15:39:07 +01:00
Thomas Peetz 54bc17ee7d add cli app and fix relationship typos 2025-01-14 15:39:06 +01:00
Thomas Peetz 89b7b87b8c add export to json 2025-01-14 15:39:03 +01:00
Thomas Peetz 3f0a37ff19 create files with abstract model class 2025-01-14 15:38:30 +01:00
Thomas Peetz 954dab289a extend MetaDataColumn by adding column for name of column for referenced tables 2025-01-14 15:38:30 +01:00
Thomas Peetz 5affa16505 add tysc schema 2025-01-14 15:38:30 +01:00
Thomas Peetz d2b1cb999a reorganize files for Qt application 2025-01-14 15:38:27 +01:00
Thomas Peetz f1d36acff7 add sqlalchemy as orm tool 2025-01-14 15:35:53 +01:00
Thomas Peetz 7e8a6b3c91 add repo kontor-quarkus 2025-01-14 15:35:53 +01:00
Thomas Peetz b424e95e05 import other kontor repos into directories 2025-01-14 15:35:53 +01:00
Thomas Peetz 28746adfbb import from kontor-flask branch develop/0.1.0 2025-01-14 15:35:53 +01:00
Thomas Peetz 0d2f27f771 import from kontor-flask 2025-01-14 15:35:53 +01:00
Thomas Peetz d6410e2584 implement generic table model
implement generic table model which reads table info from db and
constructs table view
2025-01-14 15:21:03 +01:00
Thomas Peetz ce1514f20a fix errors when displaying empty table 2025-01-14 15:18:49 +01:00
Thomas Peetz c8ea7c4188 refresh table when updated 2025-01-14 15:18:46 +01:00
Thomas Peetz 245ee2378e display tick and cross for boolean values 2025-01-14 15:17:41 +01:00
Thomas Peetz afb3ac88c8 first implementation to show Comics and MediaFiles 2025-01-14 15:17:37 +01:00
Thomas Peetz 3a0a0055a6 Add Taskjuggler project file 2025-01-14 15:13:59 +01:00
tpeetz 283577df9b Merge branch 'add-cli-app' into 'develop/0.1.0'
Add cli app

See merge request tpeetz/kontor!9
2025-01-14 12:22:53 +00:00
Thomas Peetz 276302570f merged command line and gui app in one command 2025-01-14 13:10:24 +01:00
Thomas Peetz f74c07af9a add cli app and fix relationship typos 2025-01-13 22:54:25 +01:00
Thomas Peetz d0eae1980a add export to json 2025-01-13 16:18:13 +01:00
Thomas Peetz 820ae3d374 create files with abstract model class 2025-01-13 00:26:42 +01:00
Thomas Peetz bf14c9a020 extend MetaDataColumn by adding column for name of column for referenced tables 2025-01-12 02:41:40 +01:00
Thomas Peetz a3652cc9b8 add tysc schema 2025-01-11 19:00:58 +01:00
Thomas Peetz 8f2e99195a reorganize files for Qt application 2025-01-11 01:54:05 +01:00
Thomas Peetz 2ae11e24ef add sqlalchemy as orm tool 2025-01-10 17:39:54 +01:00