summaryrefslogtreecommitdiff
path: root/mat-gui (follow)
AgeCommit message (Collapse)Author
2013-10-06Replace deprecated GObject.idle_add with GLib.idle_addjvoisin
2013-10-05mat is now able to check non-writables filesjvoisin
This is an implementaion of this suggestion: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721572
2013-07-17Typos in mat-guijvoisin
2013-06-30Cleanup and renaming in mat.uijvoisin
2013-06-30More close/hide-related improvementsjvoisin
2013-06-30Fix popus closingjvoisin
2013-06-27Improve the "non-supported files" popupjvoisin
2013-06-26Update mat's MOTOjvoisin
2013-06-26Cleanup of mat-guijvoisin
2013-06-26Refactorisation of the "metadata popup"jvoisin
2013-06-26Mockup of the simplified UIjvoisin
2013-05-28Update translationsjvoisin
2013-05-14Keyboard shortcuts are now usablejvoisin
2013-04-30Gtk3 wants utf-8 for displayjvoisin
2013-04-29Drag'n'drop should be working nowjvoisin
2013-04-29Enhancement of drag'n'drop handlingjvoisin
2013-04-27The GUI now use glade !jvoisin
Warning: this is a pretty huge commit Not everything is ported now, but this is already a big step.
2013-04-05Multiples files can now be drag'n'dropped in the GUIjvoisin
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