mnemosyne-proj:master

Last commit made on 2025-01-03
Get this branch:
git clone -b master https://git.launchpad.net/mnemosyne-proj

Branch merges

Branch information

Name:
master
Repository:
lp:mnemosyne-proj

Recent commits

fb34fb7... by pbienst <email address hidden>

Merge pull request #291 from dhashe/dhashe/quit-on-ctrl-q

pyqt_ui: quit application when receiving ctrl-q

96ef39c... by David Hashe <email address hidden>

pyqt_ui: quit application when receiving ctrl-q

363ed77... by pbienst <email address hidden>

Merge pull request #288 from mnemosyne-proj/dependabot/pip/jinja2-3.1.5

Bump jinja2 from 3.1.4 to 3.1.5

d504841... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

Bump jinja2 from 3.1.4 to 3.1.5

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.5)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <email address hidden>

a9e1d4e... by pbienst <email address hidden>

Merge pull request #286 from devvmh-forks/master

Set a default size for the (De)activate cards dialog on macOS

0971b62... by Devin Howard

Set a default size for the (De)activate cards dialog on macOS

Otherwise new users won't understand they need to resize to see all the widgets.

Fixes #285

bebbadc... by Peter Bienstman <email address hidden>

Require Python 3.10.

0af9d27... by Peter Bienstman <email address hidden>

Use legacy-cgi (closes 284).

325ca05... by Peter Bienstman <email address hidden>

Revert "Move to legacy-cgi as drop-in replacement for cgi removed in Python 3.13. Closes #284."

This reverts commit 6a216df50d461696860e3ca2d391fb2a7c268dab.

6a216df... by Peter Bienstman <email address hidden>

Move to legacy-cgi as drop-in replacement for cgi removed in Python 3.13. Closes #284.