| Age | Commit message (Collapse) | Author |
|
|
|
Mat-gui will now process archives correctly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Checkboxes are doing nothing for now
|
|
|
|
"Clean" is now a state, and "Scour" is used as action.
|
|
|
|
|
|
This is an implementaion of this suggestion:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721572
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Warning: this is a pretty huge commit
Not everything is ported now, but this is
already a big step.
|
|
|
|
|
|
Conflicts:
mat-gui
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
mat-gui
|
|
|
|
|
|
|
|
(Closes: #689409)
|
|
|
|
|
|
Without running gettext.install, the gettext module did not find .mo files where
they live. So, let's add an incantation thereof.
Once this is done, Python's gettext defines a "_" function all by itself,
so we can get rid of the hand-crafted one that's now obsolete.
|
|
|
|
|