summaryrefslogtreecommitdiff
path: root/mat-gui (follow)
AgeCommit message (Collapse)Author
2014-01-19The "ok" button from the archive_popup is now "scour".jvoisin
2014-01-18Fix a logical mistake with mat-gui's archives handlingjvoisin
Mat-gui will now process archives correctly
2014-01-17Implement a better warning message for non-supported files in archivesjvoisin
2014-01-17s/double-clic/double-click/jvoisin
2014-01-15Add support for zipfiles!jvoisin
2014-01-06GUI-archive-unsupported-handling, 2nd iterationjvoisin
2014-01-06The user can now chose if he wants to includes unsupported files to archivejvoisin
2014-01-06Checkboxes are now workingjvoisin
2014-01-06Preliminary implementation of unsupported files selectionjvoisin
Checkboxes are doing nothing for now
2014-01-02MAT will not process archives with unknown filetypesjvoisin
2013-12-15Clarify the vocabularyjvoisin
"Clean" is now a state, and "Scour" is used as action.
2013-12-07Improves the "Not-supported" popupjvoisin
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