4 Commits (7ef4d887683f760407aebf0c544e804220df4c60)

Author SHA1 Message Date
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.
2 years ago