12
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 02, 2024 — Dec 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Encapsulated the widget <-> layout mapping by defining funcitons get_widget and get_layout. More... over 17 years ago
Enabled file logging for virtaal. More... over 17 years ago
Replaced print statements with calls to Python's logging module. More... over 17 years ago
Made source text boxes non-editable. For the moment, comment boxes will also be non-editable (although this does not matter, since we still don't show text boxes when the user clicks on a comment). More... over 17 years ago
Optionally accept a store to avoid having to recreate an existing store manufactured elsewhere More... over 17 years ago
Correct copyright header More... over 17 years ago
supported_types only needed for win32 crashes on Linux adjust location of data/ files More... over 17 years ago
s/Globals/globals/ More... over 17 years ago
Need os for localisation guide launching More... over 17 years ago
Add help entry for localisation guide More... over 17 years ago
Update translatable files. More... over 17 years ago
Fixed bug #374 More... over 17 years ago
Use _ from globals More... over 17 years ago
Mark strings for translation More... over 17 years ago
Use _ from Globals for translation More... over 17 years ago
Minor fix required with code merge. More... over 17 years ago
Further changes required to bring sync my repo with the SVN repo. More... over 17 years ago
Fixed some problems that cropped up during merging in of code from SVN. More... over 17 years ago
Fixed a stupid little bug in the setup file. More... over 17 years ago
This is a big commit. The changes are (mostly) interdependent, but can be described individually. More... over 17 years ago
Previously, the mode's cursor was incorrectly updated if the user clicked around in the window to move from one translation unit to the next. This should be fixed now. More... over 17 years ago
Just a bit of code movement and a slight change in how _activate_editing_path obtains the current and next indices for scrolling. More... over 17 years ago
Hooked the mode navigation system into the normal editing code. More... over 17 years ago
Coupled the keyboard navigation to mode system. More... over 17 years ago
Made the accelerator system more general (and prettier) More... over 17 years ago
Various cosmetic changes. Some of the changes were recommended by pylint. More... over 17 years ago
Renamed some files to follow the Python naming convention. In doing so it was necessary to update imports in files. More... over 17 years ago
Slight re-organization of the source tree. More... over 17 years ago
Fairly big changes to the mode system. More... over 17 years ago
This contains the first bit of code which implements the mode mechanism. More... over 17 years ago