6 Commits (3374f96bca2747ecd84e38fc87d4f984a9eecfc5)

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.
2 years 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.
2 years ago
Peery 7ef4d88768
Moved window classes and adjusted references
Moved the browse and import window into the gui/windows folder
2 years ago
Peery d209f32133 Added WIP collection, browser and topic UIs
Reason is mainly to not loose these files when working on other branches
2 years 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.
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.
3 years ago