summaryrefslogtreecommitdiff
path: root/mat-gui (follow)
AgeCommit message (Collapse)Author
2016-03-27Make the code a bit more python3-compliantjvoisin
2016-02-10Improves the phrasing of a preference item (close #7447)jvoisin
Changing "adding unsupported files" to "deleting unsupported files". UX people told me that it's more clear this way.
2016-01-11Fix various typos pointed by pabsjvoisin
2016-01-03Use GObject types instead of Python ones for the GUIjvoisin
2016-01-03Fix the metadata popupjvoisin
2016-01-03Fix the segfault when listing supported filesjvoisin
This should close https://labs.riseup.net/code/issues/10839
2015-12-30Fix some pep8-related issuesjvoisin
2015-12-20Improves the previous commit thanks to intrigerijvoisin
I forgot to add `gi.require_version('Poppler', '0.18')` everywhere, and `gi.require_version('Gtk', '3.0')` in mat-gui too
2015-12-19The GUI proposes to add supported files only by defaultjvoisin
Now, the popup to add files to the interface only shows supported files by default. It's of course still possible to chose to show every possible files, but it's not the default behaviour anymore.
2015-12-18Fix the GUI for goodjvoisin
a027c0b989f7c7a5182db25aa628d2c138d024ae was a mistake.
2015-12-07added check for readaccess to fileMuri Nicanor
2015-07-25_MASSIVE_ pep8 revampjvoisin
Thank you so much PyCharm
2015-03-31Fix issue #7858jvoisin
GUI fails to start if run from a directory that contains a "data" sub-directory <- This is now fixed.
2014-12-31Improves the GUI a bitjvoisin
- Use better icons - Remove the term "Scour"
2014-11-02Simplify a bit the interfacejvoisin
2014-06-08Rename the MAT folder to libmat.jvoisin
This commit fixes some issues for dump operating systems who doesn't handle capitalization.
2014-05-11Fix #7177jvoisin
2014-02-10Rename mat.ui to mat.gladejvoisin
2014-01-31Fix office-format handling by the GUIjvoisin
2014-01-21Mat-gui now displays "Cleaning $ilename" instead of "Cleaning $state"jvoisin
Fix https://labs.riseup.net/code/issues/6618
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