aboutsummaryrefslogtreecommitdiffstats
path: root/lib/isodumper.py
Commit message (Collapse)AuthorAgeFilesLines
* Correction of a variable name.Papoteur2016-08-211-1/+1
|
* Better detection of the device (mga#18411), avoiding to write to a partition.Papoteur2016-08-211-39/+6
| | | | | | | | The device is obtained through Drive list of udisks2, but without /dev/sdxx name. This is got trough Block list, but without direct correspondance. Thus, we get the first block which has 'Drive' the selected Drive, and suppress the trailing digits. Clean unused code
* Prepare 0.47 release0.47Papoteur2016-05-131-1/+1
|
* prepare 0.46 releasedaviddavid2016-03-251-1/+1
|
* prepare 0.45 release0.45Papoteur2016-03-061-1/+1
|
* exclude void media mga#17856Papoteur2016-03-061-0/+1
|
* Keep the file name for backup when selecting it again (mga#17886)Papoteur2016-03-061-1/+1
|
* Refresh the list will nor add more than needed entries (mga#17857)Papoteur2016-03-031-1/+4
|
* Prepare for 0.44 releasePapoteur2015-11-221-1/+1
|
* Manage when partition is busy (mga#16837)Papoteur2015-11-221-18/+25
|
* New release 0.430.43SARL ENR 682015-10-061-1/+1
| | | | - fix for bug mga#16910
* Suppress commented code and no more used codePapoteur2015-06-061-186/+0
|
* Suppress UEFI featurePapoteur2015-05-201-143/+143
|
* Change writing mode for UEFIPapoteur2015-03-081-10/+33
|
* fix isodumper.glade directory on isodumper.py fileSARL ENR-682015-01-241-1/+1
|
* Add checking after dumping an image.Papoteur2015-01-181-2/+50
|
* po formatting updates with sh po-update.sh scriptSARL ENR-682015-01-181-1/+1
| | | | - for future 0.40 release
* Better management of error casesPapoteur2015-01-031-3/+12
|
* Finalize the UEFI and Udisks2 modificationspapoteur-mga2014-11-301-58/+232
|
* Sync with 0.3x branch and prepare for 0.40 releaseSARL ENR-682014-11-101-1/+1
|
* Default folder for filepicker to /home/userpapoteur-mga2014-11-091-2/+4
|
* Modifications for 0.33. See Changelog.papoteur-mga2014-11-091-57/+139
|
* fix more the ReverseSARL ENR-682014-10-251-1/+3
|
* Reverse getting user with getlogin.papoteur-mga2014-10-251-7/+9
|
* Added a dialog box to confirm overwriting backup filepapoteur-mga2014-10-241-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-mga2014-10-231-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.32SARL ENR-682014-10-201-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 imagespapoteur-mga2014-10-081-1/+2
|
* Fix security issue when writing log filepapoteur-mga2014-10-041-21/+22
|
* fix a typo on the word 'occurred' instead of 'occured'SARL ENR-682014-08-281-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 fileSARL ENR-682014-07-061-1/+0
|
* Manage the window closing.papoteur-mga2014-07-061-4/+12
| | | | Deliver information in tooltips and logview
* Deletion of swapped parameterpapoteur-mga2014-07-061-0/+3
|
* Supressed the closing cross in the main windowpapoteur-mga2014-07-061-3/+5
| | | | | graying "format" option when writing Enabling expander when formating.
* - added a dialog box to warning against close when operationin actionpapoteur-mga2014-06-291-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.22papoteur-mga2014-06-151-5/+13
|
* updated (all) po files for future 0.30 releaseSARL ENR-682014-05-161-7/+7
| | | | - Added a default name for the backup
* Added a default name for the backuppapoteur-mga2014-05-141-4/+6
|
* Merge branch '0.30' of https://github.com/papoteur-mga/isodumperSARL ENR-682014-05-091-42/+132
| | | | - from 0.30 branch to master branch
* Added transmission of the user name to write the log file at the good place.papoteur-mga2014-05-041-4/+10
|
* Modification of the behaviour of windows, no closing the application after ↵papoteur-mga2014-05-021-12/+15
| | | | escape from the confirmation dialog.
* Integration of find_devices in the main file.papoteur-mga2014-05-011-8/+33
|
* fix closing the About windowdavid_david2014-04-191-1/+1
| | | -use dialog.hide() instead of dialog.destroy() to close About window
* updated all po files for new "GtkAboutDialog"SARL ENR-682014-04-191-0/+1
| | | | | -update isodumper.desktop file -add a new line on isodumper.py
* added an about isodumper window "GtkAboutDialog"SARL ENR-682014-04-191-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-682014-01-101-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 scriptSARL ENR-682013-12-291-0/+1
| | | | -for added a tooltip on backup "GtkButton" id="backup_select"
* Added Release number in the window title.david_david2013-12-091-1/+1
| | | change and update to release v0.20
* Added Release number in the window title.papoteur-mga2013-12-091-3/+2
|
* Replace with modified versionspapoteur-mga2013-12-081-12/+62
|