aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Better formatting for dialog windowsPapoteur2016-04-101-8/+21
|
* Add strings to translationsPapoteur2016-04-101-2/+2
|
* exclude void mediaPapoteur2016-04-101-0/+1
|
* Change success messagePapoteur2016-04-101-2/+2
|
* reverse <BR /> to \n in some messagesPapoteur2016-04-101-10/+10
|
* fix header file locationdaviddavid2016-04-101-1/+1
| | | | | - also do not translate "Name=IsoDumper" from desktop file - add file header.svg
* Prepare 0.51 releasePapoteur2016-04-101-1/+1
|
* Change '\n' with <BR /> in messages for new linesPapoteur2016-04-101-22/+22
| | | | Add contributor
* Better managing grayed or enabled widgetsPapoteur2016-04-101-21/+37
| | | | | | | Deal with device selection Better managing names in file picker buttons reduce the size of dialog windows Clean code
* Change Maindialog to PopupDialog, to have a smaller window, nicer.Papoteur2016-04-091-12/+9
| | | | | | | Clean code Add comments Update some strings for better language Correction for closing application, without segfault.
* Update strings to better language or old strings as in glade files.Papoteur2016-04-091-11/+11
| | | | Let write button disabled when no file is choosen.
* Keep the backup file name when defining it again (mga#17886)Papoteur2016-03-061-1/+1
|
* Adapt environment to python3Papoteur2015-12-081-1/+1
|
* Reverse to IsoDumper name.Papoteur2015-12-071-3/+2
|
* Adapt shebang and import in raw-formatPapoteur2015-12-071-3/+3
|
* Second round of manual adaptation to Python3Papoteur2015-12-071-11/+10
|
* First adaptation to Python3Papoteur2015-10-221-3/+2
|
* Apply 2to3 to isodumper.pyPapoteur2015-10-111-3/+3
|
* Security upadte sync with MinstickPapoteur2015-10-091-4/+5
|
* Better managing error and messages while writingPapoteur2015-10-091-4/+3
|
* Manage the device name, void at start.Papoteur2015-10-091-3/+6
|
* Better management of device busyPapoteur2015-10-081-20/+20
|
* Correction of askYesOrNo functionPapoteur2015-10-081-38/+38
|
* Clean code, suppress unused mount functionPapoteur2015-10-081-20/+0
|
* Update to suppress specific UEFI writingPapoteur2015-08-051-138/+15
|
* Adapt to python 3 using 2to3-3.4Papoteur2015-08-052-37/+38
|
* Exit properly, writing logfilePapoteur2015-03-301-35/+9
| | | | addind pollEvent for GTK freeze avoiding.
* Revert adding yui directoryPapoteur2015-03-251-394/+513
| | | | | | Sur la branche topic/yui modifié : lib/isodumper. IsoDumper with yui graphical libaries
* 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