aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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-092-74/+161
|
* 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
|
* updated (all) po files for future 0.30 releaseSARL ENR-682014-05-091-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/isodumperSARL ENR-682014-05-094-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-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
|
* Added function to backup the content of the device before overwriting.papoteur-mga2013-12-071-60/+12
|
* Added function for backup the content of a the device before overwriting.papoteur-mga2013-12-071-12/+60
|
* Added catch for writing error.papoteur-mga2013-11-231-1/+5
|
* Correction to the extraction of the name of the device.papoteur-mga2013-11-231-1/+2
|
* Correction for a bug in dialog loops.papoteur-mga2013-11-231-6/+7
|
* Added warning for device bigger as 32Gbytespapoteur-mga2013-11-021-10/+13
|
* Added a button to retry in the nodev dialog box.papoteur-mga2013-11-011-19/+14
|
* Add a test for the size of the device. Exit if the size is too smallpapoteur-mga2013-10-132-13/+27
|
* Update isodumper.pydavid_david2013-09-201-2/+2
|
* Update isodumper.pydavid_david2013-09-201-1/+1
|
* Update isodumper.pydavid_david2013-09-201-1/+0
|