dupeguru/qt
glubsy 6e81042989 Workaround for #630
* In some cases, the function dump_IFD() in core/pe/exif.py assigns a string instead of an int as "values".
* This value is then used as _cached_orientation in core/pe/photo.py in _get_orientation().
* The method _plat_get_blocks() in qt/pe/photo.py was only expecting an integer for the orientation argument, so we work around the issue for now by ignoring the value if it's a string.
2020-08-06 00:23:49 +02:00
..
me Format files with black 2019-12-31 20:16:27 -06:00
pe Workaround for #630 2020-08-06 00:23:49 +02: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 Add minor change to variable names 2020-07-31 22:27:18 +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 Fix flake8 identation warnings 2020-07-01 03:05:59 +02:00
dg.qrc qt: move qt.base units into qt root package 2016-05-31 21:59:31 -04:00
directories_dialog.py Add minor change to variable names 2020-07-31 22:27:18 +02:00
directories_model.py Format files with black 2019-12-31 20:16:27 -06:00
ignore_list_dialog.py Merge branch 'master' into tab_window 2020-07-29 21:48:32 +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.py Place tab bar below menu bar by default 2020-07-31 16:59:34 +02:00
preferences_dialog.py Add option to place tab bar below main menu 2020-07-31 01:32:29 +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 Reorganize view menu entries and keep consistency 2020-07-31 16:57:18 +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 Reorganize view menu entries and keep consistency 2020-07-31 16:57:18 +02:00