aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add the code for creating any type of partition after writing ISO imagePapoteur2023-08-011-9/+27
|
* Change messages about partition added, not always persistentPapoteur2023-07-111-12/+10
| | | | Format message in interface, translation wasn't displayed
* Logging only in /var/log/magibackPapoteur2023-07-041-77/+62
|
* Close magiback when closing isodumperPapoteur2023-07-031-1/+3
| | | | | Keep the authorization one hour Add the -d option for debug
* New order in checking before operation, to check all at startPapoteur2023-07-011-29/+28
|
* Formatting code with blackPapoteur2023-06-302-241/+539
|
* Give user ownership to the backup image.Papoteur2023-06-301-0/+3
|
* Fix: continue to writing step after backup (mga#32035)Papoteur2023-06-251-36/+32
|
* Fix selection of persistance, adding the label.Papoteur2023-06-101-2/+3
|
* catch error in exploring GPG keys (mga#31978)Papoteur2023-06-061-1/+7
|
* Fix examination more than one device when selected (mga#31978)Papoteur2023-05-311-1/+3
|
* Use the same function to generate and compare selected device title (mga#31898)Papoteur2023-05-151-3/+6
|
* Init DBus interface later. This avoid to wait in some cases with GTK interfacePapoteur2023-05-141-5/+11
|
* CleaningPapoteur2023-02-231-1/+0
|
* Display nodev dialog only after the main windows (mga#31586)Papoteur2023-02-231-13/+16
|
* Reverse type of main dialog, POPUP instead of MAINPapoteur2023-02-231-1/+1
|
* fix server for Mageia's key (mga#29470)Papoteur2023-02-041-2/+2
|
* fix translation string: not translate variables includedPapoteur2023-01-261-3/+4
|
* Update translation catalog with one new stringPapoteur2023-01-261-4/+2
|
* fix display of window titlePapoteur2023-01-251-0/+5
|
* try to fix ending without exit(), for usage in mpanPapoteur2023-01-251-10/+12
|
* Use conventional exFAT nameYuri Chornoivan2021-11-081-1/+1
|
* Remove extra spaceYuri Chornoivan2021-11-071-1/+1
|
* Remove extra spaceYuri Chornoivan2021-11-071-1/+1
|
* Fix strings and update translation catalogsPapoteur2021-10-131-5/+6
|
* Fix detection of activation on partition type in any case.Papoteur2021-10-121-1/+1
|
* Avoid to launch writing if backup failedPapoteur2021-05-301-3/+10
|
* Improve activating/deactivating fields and buttons in the interface.Papoteur2021-05-301-46/+86
|
* Display "ext4" type partition when persistent is selectedPapoteur2021-05-301-0/+1
|
* Improve Label of report for selected partition to createPapoteur2021-05-301-1/+1
|
* Improve messages after success or warning.topic/newguiPapoteur2021-03-281-7/+7
| | | | | | Mention of magiback.log file No more /root location, as isodumper shouldn't be launched as root Part common between success message and warning message
* Add reporting partitions when selecting a device.Papoteur2021-03-281-2/+0
| | | | Use IdLabel and IdType reported by udisks
* Add reporting partitions when selecting a device.Papoteur2021-03-281-0/+29
|
* Check the signature as a first step after selecting an image to write.Papoteur2021-03-271-2/+69
| | | | | | Nothing happens if the check is OK. Else a message is displayed about missing signature file or checked not passed, and ask to continue or not. The check is now done in main program instead of backend.
* Init DBus interface only one timePapoteur2021-03-271-28/+28
|
* Merge branch 'master' into topic/newguiPapoteur2021-03-251-1/+8
|\
| * Manage case when partition creation failed with reporting (mga#28466)Papoteur2021-03-221-1/+8
| |
* | Improve activation and deactivation of interface elementsPapoteur2021-03-211-5/+19
| |
* | Manage disabling signals event when operation is runningPapoteur2021-01-221-15/+19
| | | | | | | | | | Fix update on event Add some debug logging
* | Merge branch 'master' into topic/newguiPapoteur2021-01-201-10/+13
|\ \ | |/
| * Fix signal when removing devicePapoteur2021-01-201-2/+1
| |
| * Managed loop in TUIAngelo Naselli2021-01-181-17/+17
| |
| * Fixing gtk hang caused by glib loop used by yui-gtk tooAngelo Naselli2021-01-171-16/+19
| |
* | More fix with enabling/disabling widgetsPapoteur2021-01-171-5/+5
| |
* | Restore backup actionPapoteur2021-01-051-11/+30
| |
* | Manage error when partition is busy and trying to unmountPapoteur2021-01-011-2/+14
| |
* | Improve interface, name of persistent partition is editablePapoteur2021-01-011-5/+10
| |
* | Add logic for partition operationsPapoteur2021-01-011-31/+56
| |
* | Manage enabling/disabling widgets, first level"Papoteur2021-01-011-11/+37
| |
* | Set initial state, used also for restorationPapoteur2021-01-011-23/+20
| |