summaryrefslogtreecommitdiff
path: root/mat-gui (follow)
AgeCommit message (Collapse)Author
2013-04-05Fix forgotten errors of the mergejvoisin
2013-04-05Merge branches 'gi_jack' and 'gtk3'jvoisin
Conflicts: mat-gui
2013-03-30Add a "clear list" buttonjvoisin
2013-01-25Fix a typo gtk2->gtk3jvoisin
2013-01-20preliminary support of gtk3 (one test fails for PDF)jvoisin
2013-01-09gettext.install defines "_", don't redefine it.intrigeri
2013-01-07Refactor the get_sharedir function, and move datas to a proper data folderjvoisin
2012-12-26Improve the "preferences" popupjvoisin
2012-12-20Improve pylint's scorejvoisin
2012-12-20Also works for pdf too nowjvoisin
2012-12-20Merge branch 'master' into gui_optionsjvoisin
Conflicts: mat-gui
2012-12-20Changing options if now also effective on added files toojvoisin
2012-12-19Preliminary support of producted pdf quality choicejvoisin
2012-12-13Minor style improvementjvoisin
2012-12-13Reorganize source tree and files installation location, cleanup setup.py ↵jvoisin
(Closes: #689409)
2012-12-08Fix the logo's wrong path (Bug#693967)jvoisin
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-03Better handling of dependencies regarding to PDF processingjvoisin
2012-04-25Fix a logo-related bug (thanks to cane)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-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-15The GUI show metadata on double-clic !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-06Merge the two processing mode into a unique onejvoisin
2012-02-01Rename mat-cli to mat-guijvoisin
2012-01-20Fix a critical bug (thanks to omaylorga)jvoisin
2012-01-09Remove a debug instructionjvoisin
2012-01-08Mat's can now be localised !jvoisin
2011-12-24Fix FORMATS's parsing related bugjvoisin
2011-12-24Revert a stupid ideajvoisin
2011-12-23Fix more bug in gui !jvoisin
2011-12-23Fix a stupid bug in gui !jvoisin
2011-12-15Update version number to 0.2jvoisin
2011-12-05Correct handling of filenames with spaces in mat-guijvoisin
2011-12-01Drag'n'drop support !jvoisin
2011-11-01Remove version number in mat-gui's titlebarjvoisin
2011-10-31Update websitejvoisin
2011-10-29Take care about the return value of external utilsjvoisin