summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-270.3.20.3.2jvoisin
2012-05-25Makes pyflakes happier (Paul Wise)jvoisin
2012-05-25Fix a stupid path related mistakejvoisin
2012-05-17Fix typojvoisin
2012-05-17Fix a stupid mistakejvoisin
2012-05-17Fix the "No such file or directory" logo bugjvoisin
2012-05-17Have gettext find translations where they are, and don't duplicate its work.intrigeri
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.
2012-05-17Get localized strings from the text domain where they live: MAT.intrigeri
2012-05-15TODO++jvoisin
2012-05-15Update changelog + readmejvoisin
2012-05-13Add the logo to mat.desktopjvoisin
2012-05-11Update french translationjvoisin
2012-05-11Informatives messages for missings librariesjvoisin
2012-05-10Update the release process to avoid futures mistakesjvoisin
2012-05-10Add french translation and improve pot filejvoisin
2012-05-09Fix path-related bug (only for devs)jvoisin
2012-05-06Update changelog and bump version0.3.1jvoisin
2012-05-06Add a step in the release processjvoisin
2012-05-06Update TODOjvoisin
2012-05-03Better handling of dependencies regarding to PDF processingjvoisin
2012-05-03Fix encoding issuesjvoisin
2012-05-02Improve i18njvoisin
2012-05-01TODOjvoisin
2012-05-01Fix a pdf-related bug in the testsuitejvoisin
2012-04-25Fix a logo-related bug (thanks to cane)jvoisin
2012-04-25Merge branch 'master' of ssh://git-rw.torproject.org/user/jvoisin/matjvoisin
2012-04-01Add tag push to release processjvoisin
2012-03-07Version 0.3.0 is here !jvoisin
2012-02-21Oops, fix some bug introduced by previous commit !0.3.0jvoisin
2012-02-21Remove tooltip for a "path" columnjvoisin
2012-02-19Fix a bug inthe "about" dialogjvoisin
Clicking on close didn't destroy the window
2012-02-19Add an (awesome) logo to the MATjvoisin
2012-02-19More GUI improvementjvoisin
The MAT is now aware from the state of a file (clean/dirty) when the metadata_popup is shown
2012-02-17Minor refactoring + accessibility++jvoisin
2012-02-17Add mnemonic accelerator key for the toolbarjvoisin
2012-02-17Merge branch 'master' of ssh://git-rw.torproject.org/user/jvoisin/matjvoisin
2012-02-17Scrollbar are now automatic on the main windowjvoisin
2012-02-17Refactor the "show metadata popup"jvoisin
2012-02-16Implement the support of the 'suppr' keyjvoisin
2012-02-16Update changelogjvoisin
2012-02-15Bump version + update TODOjvoisin
2012-02-15The GUI show metadata on double-clic !jvoisin
2012-02-15Now the cli display only locally supported format listjvoisin
Same as d9f6a5d, but for CLI
2012-02-15Oops, forgot to commit this one !jvoisin
2012-02-15Print only supported fileformat in the GUIjvoisin
The "supported formats" dialog now only show format that are really localy supported.
2012-02-15Usability improvement for "supported formats" popupjvoisin
2012-02-15Update iconsjvoisin
2012-02-09Remove a stupid testjvoisin
2012-02-08Some improvements for office formatsjvoisin
2012-02-07Fix typo, and whitelist approach for pngjvoisin