0
I Use This!
Inactive

Commits : Listings

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