summaryrefslogtreecommitdiff
path: root/mat-gui (follow)
AgeCommit message (Collapse)Author
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
2011-09-22Cleanupjvoisin
2011-09-20The GUI now support command-line file adding (4ZM)jvoisin
2011-09-20Proper handling of the "backup" state of already-added filesjvoisin
2011-09-18"Unsupported files popup" now display mimetypesjvoisin
2011-09-18Only show not-supported window if required (4ZM)jvoisin
Don't show the empty not supported window if all files opened are supported.
2011-09-18Fixed multiselect bug (4ZM)jvoisin
2011-08-30The setup script should work now o/jvoisin
2011-08-25Fix typojvoisin
2011-08-21Buxfixesjvoisin
Renaming clean methods to "strict" and "lossless" Fix the "strict" clean button toolbar bug Optimisations
2011-08-21Refont the handle of backup copyjvoisin
2011-08-19Add a column for the state of the backup copy.jvoisin
2011-08-19Popup for non-supported filesjvoisin
Mock up of a nice popup who show to the user which file are not supported among those he add to the processing list.
2011-08-18Add shortcut to the GUIjvoisin
2011-08-18Translations and typojvoisin