mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
![]() * Add "open image" option to editor * Update qt/aqt/editor.py Co-authored-by: Ben Nguyen <105088397+bpnguyen107@users.noreply.github.com> * Update editor.py * Remove unused import * Fix "show in folder" * Fix 'show in folder' on macOS * Revert "Fix "show in folder"" This reverts commit cf2b33ee9422bcaf8d9e20bd4cce74e5061c13cf. * Reimplement show_in_folder for Windows (dae) - Avoid reusing call(), as the startupinfo we were passing in was breaking the explorer invocation - Attempt to bring explorer to the front after the window has been show, as it otherwise appears under Anki (at least when running from source) --------- Co-authored-by: Ben Nguyen <105088397+bpnguyen107@users.noreply.github.com> Co-authored-by: Damien Elmes <gpg@ankiweb.net> |
||
---|---|---|
.. | ||
sphinx | ||
licenses.json | ||
licenses.sh | ||
mkempty.py | ||
README.md | ||
requirements.anki.in | ||
requirements.aqt.in | ||
requirements.base.in | ||
requirements.base.txt | ||
requirements.bundle.in | ||
requirements.bundle.txt | ||
requirements.dev.in | ||
requirements.dev.txt | ||
requirements.qt5_14.in | ||
requirements.qt5_14.txt | ||
requirements.qt5_15.in | ||
requirements.qt5_15.txt | ||
requirements.qt6_lin.in | ||
requirements.qt6_lin.txt | ||
requirements.qt6_mac.in | ||
requirements.qt6_mac.txt | ||
requirements.qt6_win.in | ||
requirements.qt6_win.txt | ||
requirements.win.in | ||
requirements.win.txt | ||
update_python_deps.sh | ||
update_win_deps.bat | ||
write_wheel.py |
- To achieve reproducible builds we use pip-tools to lock packages to a particular version - see update_python_deps.sh
- write_wheel.py is used to generate our wheels.