Thomas Peetz
|
1a5cd6ffe8
|
refactor kontor-schema by moving classes to seprate modules
|
2025-02-06 11:09:09 +01:00 |
|
Thomas Peetz
|
f33aaadce7
|
fix problem with closing subwindows and define field length for id in schema
|
2025-02-03 17:37:19 +01:00 |
|
Thomas Peetz
|
591171b223
|
add meta data subwindow
|
2025-02-02 21:38:16 +01:00 |
|
Thomas Peetz
|
da453d642d
|
rename kontor.py to main.py for pyside6-deploy
|
2025-01-28 23:19:23 +01:00 |
|
Thomas Peetz
|
e733fa21e6
|
moved update and download functionality to kontor-schema
|
2025-01-28 15:10:10 +01:00 |
|
Thomas Peetz
|
c61e49720e
|
update title
|
2025-01-27 22:42:32 +01:00 |
|
Thomas Peetz
|
d01489b1fa
|
reformat python file
|
2025-01-27 15:21:51 +01:00 |
|
Thomas Peetz
|
93c7498a83
|
setting return value of adding link to db
|
2025-01-27 15:20:35 +01:00 |
|
Thomas Peetz
|
fe89cc6e0f
|
add Mixin for videos
|
2025-01-27 13:34:15 +01:00 |
|
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 |
|