aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 1.021.02Papoteur2018-10-101-1/+1
|
* Manage cancellation for select image dialogPapoteur2018-10-101-4/+5
|
* Apply same method over DBus to Backup featurePapoteur2018-10-101-7/+20
|
* 1.01Papoteur2018-10-091-1/+1
|
* Secure selecting filesPapoteur2018-10-091-12/+4
|
* 1.00Papoteur2018-10-071-1/+1
|
* Improve the interface (mga#18268)Papoteur2018-03-201-14/+3
|
* Suppress & in button labelsPapoteur2018-03-161-7/+7
| | | | Not needed, shortkeys are managed by libyui
* Manage exiting as module or as applicationPapoteur2018-03-161-7/+8
|
* Move raw_write.pyPapoteur2018-03-161-222/+0
|
* Avoid stall in case failing before process completedPapoteur2018-03-161-1/+1
|
* move check_write on DBusPapoteur2018-03-162-77/+135
| | | | | Root right are needed to read /dev/sdX Cleaning messages
* Use pydbus also for udisk2Papoteur2018-03-161-50/+30
| | | | | | | | Use gettext.install Suppress usage of user on command line Adjust writing the logfile Enable call as module with a run function Cleaning
* CleaningPapoteur2018-03-161-7/+2
|
* Use call through DBUS for operation needing root privilegesPapoteur2018-03-162-118/+179
|
* 0.60Papoteur2018-01-241-1/+1
|
* Avoid to change buttons state when formatting is canceledPapoteur2018-01-241-1/+1
|
* 0.590.49Papoteur2017-08-271-1/+1
| | | | mga#21597
* 0.580.58Papoteur2017-06-061-1/+1
|
* prepare 0.570.57Papoteur2017-05-101-1/+1
|
* Secure closing to avoid crashPapoteur2017-05-081-1/+8
|
* Exit properly on Cancel in nodev dialog (mga#20792)Papoteur2017-05-071-0/+2
|
* Prepare 0.560.56Papoteur2017-03-121-1/+1
|
* correction of previous typo.Papoteur2017-01-021-1/+1
|
* prepare 0.550.55Papoteur2017-01-021-1/+1
|
* Add translation in file pickers.Papoteur2017-01-021-2/+2
|
* Redraw the dialog box when name of image is changed (mga#19916)Papoteur2017-01-021-1/+4
|
* Prepare 0.540.54Papoteur2016-11-051-1/+1
|
* Correction of a typo in a name.Papoteur2016-08-291-1/+1
|
* Adding links of the source in About dialog (mga#18405)Papoteur2016-08-251-1/+1
|
* Prepare 0.53Papoteur2016-08-221-1/+1
|
* Correction of variables namesPapoteur2016-08-211-2/+2
|
* Add /dev/ prefix to the device namePapoteur2016-08-211-0/+1
|
* Better detection of the device (mga#18411), avoiding to write to a partition.Papoteur2016-08-211-61/+5
| | | | | | | | 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.52Papoteur2016-07-231-1/+1
|
* Correction of a word ProgressPapoteur2016-07-181-1/+1
|
* Correction of writing tiny images (mga#18411)topic/yuiPapoteur2016-07-121-1/+1
|
* More sure writing to log filePapoteur2016-07-121-1/+1
|
* Disable the format button at startPapoteur2016-05-131-1/+1
|
* 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.