Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix isodumper.glade directory on isodumper.py file | SARL ENR-68 | 2015-01-24 | 1 | -1/+1 |
| | |||||
* | Add checking after dumping an image. | Papoteur | 2015-01-18 | 1 | -2/+50 |
| | |||||
* | po formatting updates with sh po-update.sh script | SARL ENR-68 | 2015-01-18 | 1 | -1/+1 |
| | | | | - for future 0.40 release | ||||
* | Better management of error cases | Papoteur | 2015-01-03 | 1 | -3/+12 |
| | |||||
* | Finalize the UEFI and Udisks2 modifications | papoteur-mga | 2014-11-30 | 1 | -58/+232 |
| | |||||
* | Sync with 0.3x branch and prepare for 0.40 release | SARL ENR-68 | 2014-11-10 | 1 | -1/+1 |
| | |||||
* | Default folder for filepicker to /home/user | papoteur-mga | 2014-11-09 | 1 | -2/+4 |
| | |||||
* | Modifications for 0.33. See Changelog. | papoteur-mga | 2014-11-09 | 2 | -74/+161 |
| | |||||
* | fix more the Reverse | SARL ENR-68 | 2014-10-25 | 1 | -1/+3 |
| | |||||
* | Reverse getting user with getlogin. | papoteur-mga | 2014-10-25 | 1 | -7/+9 |
| | |||||
* | Added a dialog box to confirm overwriting backup file | papoteur-mga | 2014-10-24 | 1 | -5/+18 |
| | | | | | Suppression of a inappriopriate emergency dialog after format Adding the path in the destination name for backup file | ||||
* | Correction of the index not getting 100% | papoteur-mga | 2014-10-23 | 1 | -18/+16 |
| | | | | | | Not closing the application after the success Get the user directly Change .iso in .img for the backup name | ||||
* | update for new release 0.32 | SARL ENR-68 | 2014-10-20 | 1 | -1/+1 |
| | | | | | | - formatting all .po files - recompiling all .mo files - update CHANGELOG, README.md, isodumper.spec and isodumper.py files | ||||
* | Fix wrong progress steps with small images | papoteur-mga | 2014-10-08 | 1 | -1/+2 |
| | |||||
* | Fix security issue when writing log file | papoteur-mga | 2014-10-04 | 1 | -21/+22 |
| | |||||
* | fix a typo on the word 'occurred' instead of 'occured' | SARL ENR-68 | 2014-08-28 | 1 | -1/+1 |
| | | | | | | | | | - 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' | ||||
* | Update README.md file and isodumper.py file | SARL ENR-68 | 2014-07-06 | 1 | -1/+0 |
| | |||||
* | Manage the window closing. | papoteur-mga | 2014-07-06 | 1 | -4/+12 |
| | | | | Deliver information in tooltips and logview | ||||
* | Deletion of swapped parameter | papoteur-mga | 2014-07-06 | 1 | -0/+3 |
| | |||||
* | Supressed the closing cross in the main window | papoteur-mga | 2014-07-06 | 1 | -3/+5 |
| | | | | | graying "format" option when writing Enabling expander when formating. | ||||
* | - added a dialog box to warning against close when operationin action | papoteur-mga | 2014-06-29 | 1 | -14/+44 |
| | | | | | | | | - 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 | ||||
* | Same modifiactions as 0.22 | papoteur-mga | 2014-06-15 | 1 | -5/+13 |
| | |||||
* | updated (all) po files for future 0.30 release | SARL ENR-68 | 2014-05-16 | 1 | -7/+7 |
| | | | | - Added a default name for the backup | ||||
* | Added a default name for the backup | papoteur-mga | 2014-05-14 | 1 | -4/+6 |
| | |||||
* | updated (all) po files for future 0.30 release | SARL ENR-68 | 2014-05-09 | 1 | -0/+0 |
| | | | | | - added function to format the device in Fat32, ntfs or ext4. - separated backup from writing. | ||||
* | Merge branch '0.30' of https://github.com/papoteur-mga/isodumper | SARL ENR-68 | 2014-05-09 | 4 | -96/+289 |
| | | | | - from 0.30 branch to master branch | ||||
* | Added transmission of the user name to write the log file at the good place. | papoteur-mga | 2014-05-04 | 1 | -4/+10 |
| | |||||
* | Modification of the behaviour of windows, no closing the application after ↵ | papoteur-mga | 2014-05-02 | 1 | -12/+15 |
| | | | | escape from the confirmation dialog. | ||||
* | Integration of find_devices in the main file. | papoteur-mga | 2014-05-01 | 1 | -8/+33 |
| | |||||
* | fix closing the About window | david_david | 2014-04-19 | 1 | -1/+1 |
| | | | -use dialog.hide() instead of dialog.destroy() to close About window | ||||
* | updated all po files for new "GtkAboutDialog" | SARL ENR-68 | 2014-04-19 | 1 | -0/+1 |
| | | | | | -update isodumper.desktop file -add a new line on isodumper.py | ||||
* | added an about isodumper window "GtkAboutDialog" | SARL ENR-68 | 2014-04-19 | 1 | -4/+12 |
| | | | | | - add an about button on Main window - add about script on isodumper.py | ||||
* | Fix an error space on a translation string (#: lib/isodumper.py:270) | SARL ENR-68 | 2014-01-10 | 1 | -1/+1 |
| | | | | | | -po formatting updates with sh po-update.sh script -update (all).mo files with po-compile.sh tools to /share/locale -for added a tooltip on backup "GtkButton" id="backup_select" | ||||
* | po formatting updates with sh po-update.sh script | SARL ENR-68 | 2013-12-29 | 1 | -0/+1 |
| | | | | -for added a tooltip on backup "GtkButton" id="backup_select" | ||||
* | Added Release number in the window title. | david_david | 2013-12-09 | 1 | -1/+1 |
| | | | change and update to release v0.20 | ||||
* | Added Release number in the window title. | papoteur-mga | 2013-12-09 | 1 | -3/+2 |
| | |||||
* | Replace with modified versions | papoteur-mga | 2013-12-08 | 1 | -12/+62 |
| | |||||
* | Added function to backup the content of the device before overwriting. | papoteur-mga | 2013-12-07 | 1 | -60/+12 |
| | |||||
* | Added function for backup the content of a the device before overwriting. | papoteur-mga | 2013-12-07 | 1 | -12/+60 |
| | |||||
* | Added catch for writing error. | papoteur-mga | 2013-11-23 | 1 | -1/+5 |
| | |||||
* | Correction to the extraction of the name of the device. | papoteur-mga | 2013-11-23 | 1 | -1/+2 |
| | |||||
* | Correction for a bug in dialog loops. | papoteur-mga | 2013-11-23 | 1 | -6/+7 |
| | |||||
* | Added warning for device bigger as 32Gbytes | papoteur-mga | 2013-11-02 | 1 | -10/+13 |
| | |||||
* | Added a button to retry in the nodev dialog box. | papoteur-mga | 2013-11-01 | 1 | -19/+14 |
| | |||||
* | Add a test for the size of the device. Exit if the size is too small | papoteur-mga | 2013-10-13 | 2 | -13/+27 |
| | |||||
* | Update isodumper.py | david_david | 2013-09-20 | 1 | -2/+2 |
| | |||||
* | Update isodumper.py | david_david | 2013-09-20 | 1 | -1/+1 |
| | |||||
* | Update isodumper.py | david_david | 2013-09-20 | 1 | -1/+0 |
| | |||||
* | Update isodumper.py | david_david | 2013-09-20 | 1 | -3/+4 |
| | |||||
* | First commit | papoteur-mga | 2013-09-15 | 4 | -0/+335 |