Commit Graph

21 Commits (ccf4e1feb59bdc9a9e5f595bbf86d0297d075df9)
 

Author SHA1 Message Date
Peery ccf4e1feb5 Fixed Bug that kept image shown after changing root
Renamed ArtNetManager.change_image() to ArtNetManager.refresh_shown_image()
Added a refresh of image and config when changing root.
Peery 6fab754612 URL prediction verification with file name pattern
Introduced file name as a parameter to allow to also verify url predictions in link_generator.py
Peery 52030c3409 Added minimal depdency versions
Upgraded dependencies and noticed a breaking change in pyqt5 (QMainWindow.move() requires integer parameters). Fixed it and introduced minimal versions in requirements.txt
Peery 121c0a8e6a Added Artnet-DB as a submodule
Added the database schema used as a submodule so that the versions used are tracked
peery cba7484864 Added Quick Select keybind on tag search
Implemented that if return was to be pressed while only 1 tag search result was left that it's selection state is toggled.
peery 6eb55bb3dc Cleaned up import
peery 6550b87134 Made Seeking next/prev Unknown more reliable
An additional search over the image hash is now being performed if the path returned no result.
peery 5a2d4b9b73 Fixed a bug concerning aliases
peery 7a276a5492 Added config versioning and file root
Added a version number to the config with a basic warning when the loaded version is different than expected.
Saving & loading file root to config
peery 6026e736ba Added Database Schema checks
The database schema is now checked if the correct (and only the correct) tables are present.
peery b9fe65b445 Added Security Note to config
Config is known to be insecurely stored as the password is hard-coded for now.
peery 38b3d3d986 Fixed Issue with deletion
Fixed an issue with the delete action on an image moving to a trash folder across file systems by using shutil instead.
peery 39830c2ec8 Added Validators, pscopg2-binary, requirements to requirements
Added missed requirement validator and replaced psycopg2 with the bianry version
peery a26eaf241d Added Validators, pscopg2-binary to requirements
Added missed requirement validator and replaced psycopg2 with the bianry version
Peery 8e61bffbd3 Support for text files
Added Support for text file displaying.
Peery 907f90ffdd Introduced None title Handling
Changed filename titles to be recognized as empty and replace empty titles with an unknown string.
Peery 2575f45421 Fixed alias editing bug & changed empty title handling
Fixed a bug where editing the alias or implication of a tag caused a crash.
Also changed titles that were left unedited from the file name to stay empty inside the database and not be filled with the filename
Peery b5e226bc3a Updated DB backend for new schemas
Update the DB backend to work with an updated schema.
Also fixed a few UI bugs caused by that.
Peery 99069ba77d ArtNet App
Moved ArtNet from another repo here
Peery a179ed4fb6 Added requirements.txt
Peery d7912cbecd Init + gitignore