1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2024-11-17 12:39:02 +00:00
dupeguru/qt
glubsy a4265e7fff Use tabs instead of floating windows
* Directories dialog, Results window and ignore list dialog are the three dialog windows which can now be tabbed instead of previously floating.
* Menus are automatically updated depending on the type of dialog as the current tab. Menu items which do not apply to the currently displayed tab are disabled but not hidden.
* The floating windows logic is preserved in case we want to use them again later (I don't see why though)
* There are two different versions of the tab bar: the default one used in TabBarWindow class places the tabs next to the top menu to save screen real estate. The other option is to use TabWindow which uses a regular QTabWidget where the tab bar is placed right on top of the displayed window.
* There is a toggle option in the View menu to hide the tabs, the windows can still be navigated to with the View menu items.
2020-07-12 17:23:35 +02:00
..
me Format files with black 2019-12-31 20:16:27 -06:00
pe Format files with black 2019-12-31 20:16:27 -06:00
se Format files with black 2019-12-31 20:16:27 -06:00
__init__.py Removed .ui files and made the UI setup "by hand". ui files cause more problems than they solve (UI designer is limited in what it can do). 2010-10-04 15:29:00 +02:00
app.py Use tabs instead of floating windows 2020-07-12 17:23:35 +02:00
deletion_options.py Format files with black 2019-12-31 20:16:27 -06:00
details_dialog.py Format files with black 2019-12-31 20:16:27 -06:00
details_table.py prevent trimming too short in details panel's rows 2020-05-07 14:53:09 +02:00
dg.qrc qt: move qt.base units into qt root package 2016-05-31 21:59:31 -04:00
directories_dialog.py Use tabs instead of floating windows 2020-07-12 17:23:35 +02:00
directories_model.py Format files with black 2019-12-31 20:16:27 -06:00
ignore_list_dialog.py Use tabs instead of floating windows 2020-07-12 17:23:35 +02:00
ignore_list_table.py Format files with black 2019-12-31 20:16:27 -06:00
platform.py Format files with black 2019-12-31 20:16:27 -06:00
preferences_dialog.py Add a preference option to disable bold font on reference row. 2020-04-27 01:36:27 +02:00
preferences.py Use tabs instead of floating windows 2020-07-12 17:23:35 +02:00
prioritize_dialog.py Format files with black 2019-12-31 20:16:27 -06:00
problem_dialog.py Format files with black 2019-12-31 20:16:27 -06:00
problem_table.py Format files with black 2019-12-31 20:16:27 -06:00
result_window.py Use tabs instead of floating windows 2020-07-12 17:23:35 +02:00
results_model.py Add a preference option to disable bold font on reference row. 2020-04-27 01:36:27 +02:00
stats_label.py Format files with black 2019-12-31 20:16:27 -06:00
tabbed_window.py Use tabs instead of floating windows 2020-07-12 17:23:35 +02:00