0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Sep 05, 2025 — Sep 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added .gitignore More... over 14 years ago
Update tests to test the "right things". More... over 17 years ago
Fixed minor bug in user management. More... over 17 years ago
Don't use None as a value in the setter if it will be returned as u'None' by the getter. More... over 17 years ago
Unintentional changes reverted. More... over 17 years ago
Delete the old Virtaal (tagged as virtaal_pre_mvc) from trunk. More... over 17 years ago
ignore generated files More... almost 18 years ago
s/magic/match/ More... almost 18 years ago
Work around Fedora issue (and others) that use the name field to store other data. More... about 18 years ago
Afrikaans translations - use at your own perril More... about 18 years ago
Add the copy from virtaal/ More... about 18 years ago
Add bits for localisation More... about 18 years ago
Stock labels should not be translatable More... about 18 years ago
The final changes for the first official release (0.1): - Fixed setup.py to use and install bin/spelt in stead of the deleted run_spelt.py - Fixed data_files in setup.py - Added release notes More... about 18 years ago
Moved run_spelt.py to bin/spelt More... about 18 years ago
Better comment More... about 18 years ago
Get rid of run_* lets rather make sure we install spelt instead of run_spelt More... about 18 years ago
Align mimetype with that defined in spelt-mimetypes.xml More... about 18 years ago
Drop the text/ version, cleanup More... about 18 years ago
Correct icon name More... about 18 years ago
Remove remnants of Virtaal .desktop More... about 18 years ago
For "Save As..." we add the .xldb extension if the filename does not have it already. More... about 18 years ago
Added lxml caching a la http://codespeak.net/lxml/performance.html#caching-elements More... about 18 years ago
Cosmetic changes. Removed commented-out and unnecessary debug printing statements. More... about 18 years ago
Added splash screen to show that the program is alive while loading a big database. More... about 18 years ago
Performance improvements (elimination of calling refresh()) More... about 18 years ago
Added quicker access to roots via the root_hashes dictionary. This allows even a database with thousands of roots to still be very usable. More... about 18 years ago
Failed attempt at speeding up the __getattribute__ method that is called a LOT. More... about 18 years ago
Removed previously replaced (and commented out) line. More... about 18 years ago
Give focus to the OK button directly when a valid root has been entered/selected. More... about 18 years ago