33 Commits (dev)

Author SHA1 Message Date
Peery c6ed71aa93
Crash when cancelling db connection dialog
Fixed a crash when the Dialog to change the database connection was cancelled.
1 year ago
Peery c5a02b9736
Upgraded PyQt5 UI code generator
Rerun the ui-to-py code generator with a newer version which edited each version in file.
1 year ago
Peery 7ef4d88768
Moved window classes and adjusted references
Moved the browse and import window into the gui/windows folder
1 year ago
Peery bcc39c5147
Fixed an Issue with implications and alias editing
Fixed a crash when implications or aliases were edited the new dict format of the database caused crashes.
1 year ago
Peery 24feb63e5e Fixed Crashes related to recent DB Changes
Fixed a few bugs/crashes that were caused by code still expecting tag name lists being returned by the DB API instead of the new dictionaries.

I should really automate tests or do something to catch these better in the future ...
1 year ago
Peery 1596faee7f Tag Tooltips in the Importer UI
Changed several DB methods to return dictionaries with description and similar tag data instead which allows the importer to also create the tooltip texts which gives more detailed info about a tag in EVERY tag frame without needing to query for each tag specifically.
1 year ago
Peery d209f32133 Added WIP collection, browser and topic UIs
Reason is mainly to not loose these files when working on other branches
1 year ago
Peery b37a21d785 Half-done collections and UI changes
Minor tweaks and refactors. A half-baked collection support and several UI tweaks.

Just committing these are they are "old" changes and the current state turns out to be pretty stable.
1 year ago
Peery a66c601410 Added context menu on image
Added a context menu on the image label to copy the file URL into the clipboard.
1 year ago
Peery 7fc5bf349c Added an Application Icon
Created an added an application icon to the importer window
1 year ago
Peery d78c00ddf4 Fixed an issue when importing tags
Fixed an issue where if the link generation returned None a crash would occur.
2 years ago
Peery 79d1930146 Clickable file name to open local folder
Changed the file name label to be a link that opens the containing folder. Changed the link style to be the same as text.
2 years ago
Peery c1371a41f4 Fixed a Bug with URL prediction
Fixed an issue where the already set URL was incorrectly read and therefore not taken into account for tag importing.
2 years ago
Peery 8568123194 Fixed a Bug in TagModifyDialog handling
Fixed an issue where a cancelled TagModifyDialog was causing errors in logging due to returning None.
2 years ago
Peery 8a30dc2cb9 Changed Source Link editing; Added Collection UI
Replaced the link LineEdit with a tool button and a dialog to make room for another label that displays selected collections.
2 years ago
Peery 2bb9b06a8f Added Browser Window (WIP)
Added the first draft of the browser window and implemented switching between it and the importer window via menu action.
Also renamed window.py to importer_window and abstracted some features into a superclass from which the browser window can also inherit. This allows an equal interface for them.
Also fixed a bug in the db_adapter.py where an old column name was used for a query.
2 years ago
Peery b81ca5a40c Removed completion for tag search bar 2 years ago
Peery 385bfebca3 Fixed Bug; Added Completer to tag search bar
Fixed a bug when closing DB connection dialog during startup causing an error later. A normal exit suffices.
2 years ago
Peery 7a41c675ec Reworked logging
Re-implemented logging using python's logging module instead of simple print() calls.
2 years ago
Peery 95498c061d Added description field to UI
Added a QTextEdit for art descriptions.
Also added the ability to save and load them from the database. Changing of the description field also triggers a unsaved changes prompt.
2 years ago
Peery 8905693dd9 Fixed Bug when switching from video media
Fixed an issue where the QVideoWidget was hidden when switching away from a video but never shown again when switching back to anyone.
2 years ago
Peery 1dd8f4af30 Added quick select for TagSelectDialog
Implemented the last remaining tag in the TagSelectDialog to be automatically selected when confirming the dialog.
Improved logging of DB connection and selected tags
2 years ago
Peery 95fb1dbd0e Added mkv to the playable Videos 2 years ago
Peery e45106cd2c Fixed Bug in Importing Tags
Fixed a bug where imported tags were not considered if they were implied by any other tag in the whole database.
Also made the image author link clickable and open the URL with QDesktopServices
2 years ago
Peery af671102d5 Made URl clickable in TagImportDialog
Made the predicted url in TagImportDialog clickable and open the url in a browser with QDesktopServices.
Also fixed the source url in window.py to use QDesktopServices
2 years ago
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
2 years ago
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.
3 years ago
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
3 years ago
Peery 8e61bffbd3 Support for text files
Added Support for text file displaying.
3 years ago
Peery 907f90ffdd Introduced None title Handling
Changed filename titles to be recognized as empty and replace empty titles with an unknown string.
3 years ago
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
3 years ago
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.
3 years ago
Peery 99069ba77d ArtNet App
Moved ArtNet from another repo here
3 years ago