anki/qt/aqt/browser
Damien Elmes 4e65793966 Remove offset workaround in restoreGeom()
Way back in Qt4, there was an issue where (some?) windows would open
at a different location to where they were previously open. I've tested
the primary windows in Qt 5.14 on macOS, and the issue no longer seems
to exist, so this code is no longer useful.

The qtmajor > 5 check was a mistake introduced in 70dbd06be3ff56f13b9efe7c886c2a6c4f873ce9;
it was intended to limit the code to Qt 5.

A quick grep of an add-on snapshot indicates there are no add-ons that
were using the offset param, so it has been removed.
2023-05-18 10:04:30 +10:00
..
sidebar Fix error showing if user clicks in sidebar before it's rendered 2023-03-07 16:26:27 +10:00
table expose scroll_even_if_visible parameter to outside callers (#2404) 2023-02-28 12:05:04 +10:00
__init__.py new change notetype implementation for the frontend 2021-06-10 22:19:24 +10:00
browser.py Remove offset workaround in restoreGeom() 2023-05-18 10:04:30 +10:00
card_info.py Rework & unify webview identification and title setting (#2366) 2023-02-10 14:53:11 +10:00
find_and_replace.py Import submodules directly (#1662) 2022-02-13 13:40:47 +10:00
find_duplicates.py Rework & unify webview identification and title setting (#2366) 2023-02-10 14:53:11 +10:00
layout.py Equalize browser panes on splitter double-click (#2175) 2022-11-03 12:13:48 +10:00
previewer.py Create the hook will_show_web to control html5 media elements with Javascript (#2340) 2023-02-13 14:50:26 +10:00