View Git repositories
You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:mnemosyne-proj

See all merge proposals.

The Mnemosyne Project has 35 active branches owned by 18 people and 2 teams. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:mnemosyne-proj
Series: 2.x
1 Development 2017-10-30 14:36:03 UTC
2094. translation test.

Author: Peter Bienstman
Revision Date: 2017-10-30 14:36:03 UTC

translation test.

lp:mnemosyne-proj/1.x
Series: 1.x
1 Development 2010-03-23 18:59:12 UTC
443. Croatian translation by Iliya Pavlic.

Author: Peter Bienstman
Revision Date: 2010-03-23 18:59:12 UTC

Croatian translation by Iliya Pavlic.

lp:mnemosyne-proj/translations
Series: translations
1 Development 2021-02-26 09:42:31 UTC
18. Automatic translation update.

Author: Peter Bienstman
Revision Date: 2021-02-26 09:42:31 UTC

Automatic translation update.

lp:~jmehne/mnemosyne-proj/po-translations 1 Development 2023-04-22 05:49:22 UTC
40. Launchpad automatic translations update.

Author: Launchpad Translations on behalf of jmehne
Revision Date: 2023-04-22 05:49:22 UTC

Launchpad automatic translations update.

lp:~tomasbabej/mnemosyne-proj/master 1 Development 2020-09-13 08:08:17 UTC
2180. Don't choke on optional fields.

Author: Peter Bienstman
Revision Date: 2020-09-13 08:08:17 UTC

Don't choke on optional fields.

lp:~peter-bienstman/mnemosyne-proj/mnemosyne-proj-trans 1 Development 2017-12-03 05:15:20 UTC
1819. Launchpad automatic translations update.

Author: Launchpad Translations on behalf of peter-bienstman
Revision Date: 2017-12-03 05:15:20 UTC

Launchpad automatic translations update.

lp:~jmehne/mnemosyne-proj/trunk 1 Development 2017-10-30 13:14:04 UTC
2091. Cleanup for github migration.

Author: Peter Bienstman
Revision Date: 2017-10-27 17:32:32 UTC

Cleanup for github migration.

lp:~peter-bienstman/mnemosyne-proj/pbienst 1 Development 2017-10-27 17:32:32 UTC
2091. Cleanup for github migration.

Author: Peter Bienstman
Revision Date: 2017-10-27 17:32:32 UTC

Cleanup for github migration.

lp:~peter-bienstman/mnemosyne-proj/trunk 1 Development 2017-10-27 17:32:32 UTC
2091. Cleanup for github migration.

Author: Peter Bienstman
Revision Date: 2017-10-27 17:32:32 UTC

Cleanup for github migration.

lp:~jmehne/mnemosyne-proj/pbienst (Has a merge proposal) 1 Development 2017-10-13 12:49:31 UTC
2088. Fix imports. Crashes without this ch...

Author: <email address hidden>
Revision Date: 2017-10-13 12:48:25 UTC

Fix imports.

Crashes without this change.

lp:~jmehne/mnemosyne-proj/master 1 Development 2017-10-13 01:51:27 UTC
2064. Added missing file.

Author: Peter Bienstman
Revision Date: 2017-06-22 07:13:35 UTC

Added missing file.

lp:~devvmh/mnemosyne-proj/mnemosyne-proj (Has a merge proposal) 1 Development 2017-04-25 03:46:19 UTC
2053. fix mplayer error in 2.4.1 on MacOS

Author: Devin Howard
Revision Date: 2017-04-25 03:41:38 UTC

fix mplayer error in 2.4.1 on MacOS

lp:~emihalac/mnemosyne-proj/mnemosyne-proj 1 Development 2017-04-07 05:10:40 UTC
2048. Fix tag autocompletion when selection...

Author: Emilian Mihalache
Revision Date: 2017-04-07 05:09:15 UTC

Fix tag autocompletion when selection is done with mouse

lp:~viashimo/mnemosyne-proj/mnemosyne-proj (Has a merge proposal) 1 Development 2016-11-24 01:41:27 UTC
1947. Fix crash on startup with new data di...

Author: Kienan
Revision Date: 2016-11-24 01:37:38 UTC

Fix crash on startup with new data directory in headless (sync-server) mode.

lp:~devvmh/mnemosyne-proj/pbienst (Has a merge proposal) 1 Development 2016-10-13 02:02:28 UTC
1987. Update macOS build for Python 3 and P...

Author: Devin Howard
Revision Date: 2016-10-13 02:02:28 UTC

Update macOS build for Python 3 and PyQt5

lp:~sampablokuper/mnemosyne-proj/css 1 Development 2016-06-17 22:08:30 UTC
1947. Add normalize.css with font stack, to...

Author: Sam Pablo Kuper
Revision Date: 2016-06-17 22:08:30 UTC

Add normalize.css with font stack, to enable preformatted text.

lp:~sampablokuper/mnemosyne-proj/makefile 1 Development 2016-06-08 10:54:55 UTC
1946. Do not require Google Chrome for make...

Author: sampablokuper
Revision Date: 2016-06-08 10:53:21 UTC

Do not require Google Chrome for make coverage

lp:~sampablokuper/mnemosyne-proj/mnemosyne-proj 1 Development 2016-06-04 23:01:23 UTC
1945. 2.3.6 release.

Author: Peter Bienstman
Revision Date: 2016-04-29 12:20:47 UTC

2.3.6 release.

lp:~kevang/mnemosyne-proj/grade-shortcuts-improvements (Has a merge proposal) 1 Development 2015-05-12 13:57:36 UTC
1864. ReviewWdgt no longer associates short...

Author: Kilian Evang
Revision Date: 2015-05-12 13:44:26 UTC

ReviewWdgt no longer associates shortcuts with grade buttons, instead handles
all key presses in the keyPressEvent method. I think this allows for a more
unified, less error-prone treatment of the keyboard interface.

In addition, it now always avoids reacting to auto-repeated grade key presses.
For example, if you press a number key to show the answer and hold it down for
too long, it would previously immediately grade the card. This is no longer the
case. There was no obvious way to solve this problem with the shortcuts.

Furthermore, it now always avoids grading the current card when the answer is
not showing. Previously, there was a race condition that could lead to two
cards being graded in a row when the user accidentally hit two grade keys at
once, see https://code.launchpad.net/~kevang/mnemosyne-proj/grade_only_if_showing/+merge/235605
for a detailed description.

lp:~kevang/mnemosyne-proj/grade_only_if_showing (Has a merge proposal) 1 Development 2014-09-23 10:23:51 UTC
1816. grade_answer now only acts if the ans...

Author: Kilian Evang
Revision Date: 2014-09-23 10:22:31 UTC

grade_answer now only acts if the answer is showing. This to prevent accidental grading of the next card when hitting two number keys at once.

lp:~kevang/mnemosyne-proj/number_keys_show_answer (Has a merge proposal) 1 Development 2014-09-23 09:58:36 UTC
1816. Showing the answer by pressing a numb...

Author: Kilian Evang
Revision Date: 2014-09-10 21:29:54 UTC

Showing the answer by pressing a number key now depends on an attribute so that it is possible to disable this behavior through a plugin.

lp:~russo79/mnemosyne-proj/force-matplotlib-pyqt4-backend (Has a merge proposal) 1 Development 2014-09-03 20:19:52 UTC
1793. Force the usage of matplotlib PyQt4 b...

Author: Nuno Araujo
Revision Date: 2014-09-03 20:11:45 UTC

Force the usage of matplotlib PyQt4 backend

matplotlib tries its backends on a given order
The PyQt5 backend comes before the PyQt4 backend.

On systems that have both backends installed, this caused a RuntimeError
due to conflicting PyQt versions:

    An unexpected error has occurred.
    Please forward the following info to the developers:

    Traceback (innermost last):
    File "/usr/bin/mnemosyne", line 191, in <module>
    debug_file=options.debug_file)
    File "/usr/lib/python2.7/site-packages/mnemosyne/libmnemosyne/__init__.py", line 172, in initialise
    self.register_components()
    File "/usr/lib/python2.7/site-packages/mnemosyne/libmnemosyne/__init__.py", line 242, in register_components
    exec("from %s import %s" % (module_name, class_name))
    File "<string>", line 1, in <module>
    File "/usr/lib/python2.7/site-packages/mnemosyne/pyqt_ui/statistics_wdgts_plotting.py", line 9, in <module>
    from matplotlib.backends.backend_qt4agg import FigureCanvasQTAgg as FigureCanvas
    File "/usr/lib/python2.7/site-packages/matplotlib/backends/backend_qt4agg.py", line 17, in <module>
    from .backend_qt5agg import NavigationToolbar2QTAgg
    File "/usr/lib/python2.7/site-packages/matplotlib/backends/backend_qt5agg.py", line 18, in <module>
    from .backend_qt5 import QtCore
    File "/usr/lib/python2.7/site-packages/matplotlib/backends/backend_qt5.py", line 28, in <module>
    import matplotlib.backends.qt_editor.figureoptions as figureoptions
    File "/usr/lib/python2.7/site-packages/matplotlib/backends/qt_editor/figureoptions.py", line 17, in <module>
    import matplotlib.backends.qt_editor.formlayout as formlayout
    File "/usr/lib/python2.7/site-packages/matplotlib/backends/qt_editor/formlayout.py", line 58, in <module>
    from matplotlib.backends.qt_compat import QtGui, QtWidgets, QtCore
    File "/usr/lib/python2.7/site-packages/matplotlib/backends/qt_compat.py", line 91, in <module>
    from PyQt5 import QtCore, QtGui, QtWidgets
    RuntimeError: the PyQt5.QtCore and PyQt4.QtCore modules both wrap the QObject class

lp:~jpalecek-u/mnemosyne-proj/mnemosyne-proj 1 Development 2013-04-07 15:39:35 UTC
1666. Avoid errors caused by shutils functi...

Author: Jiří Paleček
Revision Date: 2013-04-06 00:33:44 UTC

Avoid errors caused by shutils functions refusing to copy or delete files with unicode characters in names

lp:~roeldeconinck/mnemosyne-proj/SMImporter 1 Development 2012-02-07 22:18:52 UTC
1435. Trying to keep tags from categories. ...

Author: Roel De Coninck
Revision Date: 2012-02-07 22:08:53 UTC

Trying to keep tags from categories. WIP...

lp:~johannes.baiter/mnemosyne-proj/trunk 1 Development 2011-10-18 12:47:24 UTC
1362. More refactoring

Author: Johannes Baiter
Revision Date: 2011-10-18 12:47:24 UTC

More refactoring

lp:~roeldeconinck/mnemosyne-proj/import 1 Development 2011-09-01 21:21:34 UTC
1341. first functionality

Author: Roel De Coninck
Revision Date: 2011-09-01 21:21:34 UTC

first functionality

lp:~kurisu-morrow/mnemosyne-proj/crm 0 Experimental 2011-03-26 22:39:21 UTC This branch has not been pushed to yet.
lp:~nikitajy/mnemosyne-proj/mybranch 1 Development 2011-03-25 18:23:34 UTC
1259. Bug fixing.

Author: Peter Bienstman
Revision Date: 2011-03-22 18:33:50 UTC

Bug fixing.

lp:~johannes.baiter/mnemosyne-proj/mnemodroid 0 Experimental 2011-02-15 00:42:30 UTC
11. Added missing files

Author: Johannes Baiter
Revision Date: 2011-02-15 00:42:30 UTC

Added missing files

lp:~mailbox-ullrich/mnemosyne-proj/MnemoCoco 0 Experimental 2010-11-04 23:02:45 UTC
31. added display of facts

Author: Ullrich Martini
Revision Date: 2010-11-04 23:02:45 UTC

added display of facts

lp:~vcs-imports/mnemosyne-proj/maemosyne 1 Development 2010-08-01 18:32:46 UTC
1750. added dependency to python-opensm2sync

Author: Ed Bartosh
Revision Date: 2010-08-01 18:32:46 UTC

added dependency to python-opensm2sync

lp:~vcs-imports/mnemosyne-proj/max 1 Development 2010-02-14 14:03:33 UTC
1543. updated changelog

Author: Max Usachev
Revision Date: 2010-02-14 14:03:33 UTC

updated changelog

lp:~cqpanxu/mnemosyne-proj/dict 0 Experimental 2009-09-17 23:36:20 UTC This branch has not been pushed to yet.
lp:~felix-engel/mnemosyne-proj/ppygui 1 Development 2009-05-03 08:43:56 UTC
571. added unloading database to mnemosyne...

Author: Felix Engel
Revision Date: 2009-05-03 08:43:56 UTC

added unloading database to mnemosyne/mnemosyne/v1import/v1import

lp:~notyourbroom/mnemosyne-proj/bill_experiment 1 Development 2009-01-09 05:55:09 UTC
413. For the purposes of my experiment, I ...

Author: bill
Revision Date: 2009-01-09 05:55:09 UTC

For the purposes of my experiment, I removed references to spaced repetition, disabled the uploading of usage logs, and reworded dialogs as necessary. I also ensured that all cards graded 2-5 will always be scheduled for the following day.

135 of 35 results
You can't create new branches for The Mnemosyne Project.