Commit graph

10 commits

Author SHA1 Message Date
Damien Elmes
f52073f2e9 add makefile and support files 2012-04-24 14:52:07 +09:00
Damien Elmes
c08b561f2f move forms check out of script root so we can report python3 error 2012-04-23 08:27:57 +09:00
Damien Elmes
2b09e40e1b don't mask original import error 2012-01-12 13:31:54 +09:00
Damien Elmes
351e27332c don't mask missing libraries 2011-09-17 08:03:38 +09:00
Damien Elmes
0eb56c27f9 move python check into libanki 2011-04-28 09:27:57 +09:00
Damien Elmes
d948b00c54 start refactoring main window
- moved progress handling into separate progress.py
- moved deck browser code into separate deckbrowser.py
- started reworking the state code; views will be rolled into this in the
  future
- the main window has been stripped of the study options, inline editor,
  congrats screen and so on, and now consists of a single main widget which
  has a webview placed inside it. The stripped features will be implemented
  either in separate windows, or as part of the web view
2011-04-28 09:26:46 +09:00
Damien Elmes
f17d0cc187 catch attempts to run with python3 2010-12-14 20:58:19 +09:00
Damien Elmes
49f757bd3c use realpath instead of abspath when setting up sys.path 2010-10-02 15:14:38 +09:00
Timo Paulssen
c17cec93aa Added a notification if the forms module is not generated yet.
This script should IMO not attempt to build the interface by itself, as
anki may be installed system-wide and the permissions wouldn't be enough.
2009-02-21 12:30:09 +01:00
Damien Elmes
e5463891e9 initial commit from hg 2008-09-28 00:00:49 +09:00