aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update for new release 0.310.31SARL ENR-682014-10-071-1/+1
|
* update for new release 0.31SARL ENR-682014-10-072-1/+7
|
* Fix security issue when writing log filepapoteur-mga2014-10-041-21/+22
|
* (0.30 release) Po compile (all).mo files0.30SARL ENR-682014-09-0923-0/+0
| | | | - compile all .mo files for release 0.30
* (0.30 release) Po formatting (pt,zh_TW).po filesSARL ENR-682014-09-092-66/+2
| | | | - not complete
* (0.30 release) Po formatting (it).po filesSARL ENR-682014-09-091-49/+34
| | | | - Italian translation
* (0.30 release) Po formatting (da,et,pl).po filesSARL ENR-682014-09-013-154/+103
|
* fix a typo on the word 'occurred' instead of 'occured'SARL ENR-682014-08-2843-44/+44
| | | | | | | | | - on all po and pot files - on isodumper.py file - using (where . is the folder path of isodumper): - find . -type f -name "*.py" -print0 | xargs -0 sed -i 's/occured/occurred/g' - find . -type f -name "*.po" -print0 | xargs -0 sed -i 's/occured/occurred/g' - find . -type f -name "*.pot" -print0 | xargs -0 sed -i 's/occured/occurred/g'
* (0.30 release) Po formatting (el).po filesSARL ENR-682014-08-082-52/+36
| | | | - update (el).mo files with po-compile.sh tools to /share/locale
* Upadte CHANGELOG fileSARL ENR-682014-08-041-0/+1
| | | | - added a new translation on Basque
* (0.30 release) Po formatting (eu).po filesSARL ENR-682014-08-035-1/+326
| | | | | | - new translation on Basque - added a new Translator on Egoitz Rodriguez Obieta - update (eu).mo files with po-compile.sh tools to /share/locale
* (0.30 release) Po formatting (cs,es).po filesSARL ENR-682014-08-026-89/+50
| | | | - update (cs,es).mo files with po-compile.sh tools to /share/locale
* (0.30 release) Po formatting (nl).po filesSARL ENR-682014-07-202-53/+36
| | | | - update (nl).mo files with po-compile.sh tools to /share/locale
* (0.30 release) Po formatting (ro,id).po filesSARL ENR-682014-07-204-93/+56
| | | | - update (ro,id).mo files with po-compile.sh tools to /share/locale
* (0.30 release) Po formatting (ru).po filesSARL ENR-682014-07-102-28/+11
| | | | - update (ru).mo files with po-compile.sh tools to /share/locale
* Fix the name of some TranslatorsSARL ENR-682014-07-102-15/+15
|
* (0.30 release) Po formatting (en_GB).po filesSARL ENR-682014-07-103-59/+44
| | | | - update (en_GB).mo files with po-compile.sh tools to /share/locale
* Added a new Translator on Ḷḷumex03SARL ENR-682014-07-103-1/+4
| | | | - new translation on Asturian
* (0.30 release) Po formatting (ast,de,pt_BR,sl,sv,fr,uk,tr).po filesSARL ENR-682014-07-1046-1151/+994
| | | | - update (ast,de,pt_BR,sl,sv,fr,uk,tr).mo files with po-compile.sh tools to /share/locale
* Suppression of warningspapoteur-mga2014-07-071-45/+7
|
* update for release 0.30SARL ENR-682014-07-0742-1682/+2225
| | | | - all .po formatting
* Update README.md file and isodumper.py fileSARL ENR-682014-07-062-2/+4
|
* Merge branch 'master' of https://github.com/papoteur-mga/isodumperpapoteur-mga2014-07-061-9/+10
|\ | | | | | | Update CHANGELOG
| * update CHANGELOG fileSARL ENR-682014-07-061-9/+10
| |
* | Manage the window closing.papoteur-mga2014-07-063-15/+18
|/ | | | Deliver information in tooltips and logview
* Deletion of swapped parameterpapoteur-mga2014-07-062-19/+22
|
* fix again icon name, window name and window position for some GTK windowSARL ENR-682014-07-061-2/+9
| | | | | | | - fix for "choose" window - fix for "format" window - fix for "Quit_warning" window - fix for minor cosmetic "add a space" on text in "emergency_dialog" window
* Supressed the closing cross in the main windowpapoteur-mga2014-07-062-13/+9
| | | | | graying "format" option when writing Enabling expander when formating.
* fix icon name and window position for GTK "Choose" windowSARL ENR-682014-07-051-1/+1
|
* (0.30)Update (de,pt,pt_BR,sl,sv,fr,ru,uk,tr,zh_TW).mo files with ↵SARL ENR-682014-07-0510-0/+0
| | | | po-compile.sh tools to /share/locale
* update (de,fr,pt,pt_BR,sl,sv,tr,uk) po filesSARL ENR-682014-07-058-210/+143
|
* Update ru.poSARL ENR-682014-07-031-26/+16
|
* Merge pull request #22 from yochenhsieh/patch-5david_david2014-07-031-17/+24
|\ | | | | Update zh_TW.po
| * Update zh_TW.poyochenhsieh2014-07-031-17/+24
|/
* update for release 0.30SARL ENR-682014-07-0243-2885/+3360
| | | | | | - updated (all) po files for nex change. - minor cosmetic change on README file. - fix title, icon and window position on some new Window.
* - added a dialog box to warning against close when operationin actionpapoteur-mga2014-06-293-128/+218
| | | | | | | | - added close the application when X of the window bar clicked - added file name and device name in the logview when selected - changed a window to a dialog form. - set the user owner of log file and directory - suppress window redraw when closing the logview
* update spec fileSARL ENR-682014-06-161-1/+1
|
* fix an error on MakefileSARL ENR-682014-06-161-1/+1
| | | | - error on all argument
* update README fileSARL ENR-682014-06-161-0/+2
|
* update Makefile, README and isodumper.spec filesSARL ENR-682014-06-163-5/+7
| | | | - minor cosmetic change
* Merge pull request #21 from akien-mageia/masterdavid_david2014-06-166-7/+633
|\ | | | | Various Makefile improvements, icon license clarifications and new svg icon
| * Adapt spec file to install the svg iconRémi Verschelde2014-06-161-1/+1
| |
| * Clarify the license and credits of the iconRémi Verschelde2014-06-164-2/+508
| |
| * Improvements to the Makefile and new SVG version of the iconRémi Verschelde2014-06-162-4/+124
|/ | | | | | - Add a new SVG version of the icon and install it - Proper instruction to create a tarball with "make tar" - Replace broken "make clean" instructions with correct ones
* fix name, icon and the default size of the window "choose"SARL ENR-682014-06-151-1/+6
| | | | - removed unneeded line '<property name="version">v0.30</property>'
* updated (all) po files for future 0.30 releaseSARL ENR-682014-06-1541-1486/+1486
| | | | | - changed a window to a dialog form. - added default values for the backup name and directory.
* Same modifiactions as 0.22papoteur-mga2014-06-153-38/+72
|
* (0.30)Update (cs,es,pt_BR,sl,sv,fr,ru,ro,uk,tr).mo files with po-compile.sh ↵SARL ENR-682014-05-2516-105/+106
| | | | | | tools to /share/locale - (0.30) po formatting updates with sh po-update.sh script
* updated (all) po files for future 0.30 releaseSARL ENR-682014-05-1642-1452/+1452
| | | | - Added a default name for the backup
* Added a default name for the backuppapoteur-mga2014-05-141-4/+6
|