| Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Clicking on close didn't destroy the window
|
|
|
|
The MAT is now aware from the state of a file (clean/dirty)
when the metadata_popup is shown
|
|
|
|
|
|
|
|
|
|
|
|
|