aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ManaTools/Shared
Commit message (Collapse)AuthorAgeFilesLines
* add an extfs pluginMaarten Vanraes2016-05-141-0/+200
|
* Btrfs: use tools for btrfs external commandMaarten Vanraes2016-05-141-3/+2
|
* Allow parts to use plugin toolsMaarten Vanraes2016-05-147-7/+14
|
* Swap: use swaplabel tool to get uuid and labelMaarten Vanraes2016-05-141-0/+12
|
* Plugin: define external tools and use tools in pluginsMaarten Vanraes2016-05-144-5/+132
|
* add a btrfs pluginMaarten Vanraes2016-05-141-0/+420
|
* insert a FileSystem between BlockDevice and MountMaarten Vanraes2016-05-141-2/+34
|
* safeguard if losetup or parted ever changesMaarten Vanraes2016-05-142-0/+5
|
* Add a Swap pluginMaarten Vanraes2016-05-141-0/+163
|
* add a Loop pluginMaarten Vanraes2016-05-143-2/+180
|
* add an fstab pluginMaarten Vanraes2016-05-141-0/+124
|
* add a Mount pluginMaarten Vanraes2016-05-141-0/+211
|
* add a Partition pluginMaarten Vanraes2016-05-141-0/+221
|
* add a PartitionTable helper classMaarten Vanraes2016-05-141-0/+157
|
* add a Disk pluginMaarten Vanraes2016-05-141-0/+177
|
* add a FileRole and IOFS RoleMaarten Vanraes2016-05-141-0/+20
|
* add a FileSystem RoleMaarten Vanraes2016-05-141-0/+126
|
* add a BlockDevice roleMaarten Vanraes2016-05-141-0/+197
|
* add a disk_backend class with a plugin structureMaarten Vanraes2016-05-146-0/+1404
|
* Dialog: delegate logging to the ModuleMaarten Vanraes2016-05-091-5/+1
|
* use the module's title and icon by defaultMaarten Vanraes2016-05-091-2/+10
|
* set mainDialog type as defaultMaarten Vanraes2016-05-091-1/+1
|
* push after label is setMaarten Vanraes2016-05-081-1/+1
|
* ExtWidget: add a _finishSelectorWidget overridableMaarten Vanraes2016-05-081-0/+21
|
* ExtWidget: fix documentationMaarten Vanraes2016-05-081-0/+1
|
* Replacepoint: move parentDialog() calls after eventHandler checkingMaarten Vanraes2016-05-081-3/+4
|
* Logging: add ability to trace to STDERRMaarten Vanraes2016-05-081-0/+65
|
* fixed disabling and enabling legacy services (github isse 3)Angelo Naselli2016-05-051-1/+5
|
* Handle eventHandlers more consistentlyMaarten Vanraes2016-04-244-11/+27
|
* Replacepoint: safeguard against undefined eventHandlerMaarten Vanraes2016-04-241-0/+4
|
* ActionList: fix crashMaarten Vanraes2016-04-241-3/+5
|
* Properties GUI helper is better alignedMaarten Vanraes2016-04-241-3/+12
|
* Action role needs a default return value that does not exitMaarten Vanraes2016-04-241-1/+1
|
* Action role need a string comparisonMaarten Vanraes2016-04-241-2/+2
|
* Lock layout until after all waiting events are processedMaarten Vanraes2016-04-242-14/+65
|
* RunProgram: allow to return exitcode of the programMaarten Vanraes2016-04-241-1/+5
|
* add an ExtList GUI helperMaarten Vanraes2016-03-251-0/+177
|
* ExtWidget: define a base class for ExtTabMaarten Vanraes2016-03-252-355/+586
|
* Properties GUI: fix Role validationMaarten Vanraes2016-03-251-1/+3
|
* ActionList: stretch the buttons inside the vboxMaarten Vanraes2016-03-221-2/+5
|
* add an ActionList GUI class for ActionRole objectsMaarten Vanraes2016-03-211-0/+166
|
* Actions Role uses an Action helper classMaarten Vanraes2016-03-212-18/+151
|
* - added get_active_media methodMatteo Pasotti2016-03-202-6/+26
| | | | - refactor get_update_medias to get_update_media
* Event Role: fix unique nameMaarten Vanraes2016-03-161-1/+1
|
* Properties GUI helper: ref needs string comparisonMaarten Vanraes2016-03-161-1/+1
|
* RunProgram: remove warningMaarten Vanraes2016-03-161-2/+2
|
* Added skip other architectures feature enabled for x86_64 by nowAngelo Naselli2016-03-131-3/+3
|
* Added common shortcuts to Shared::GUI dialogsAngelo Naselli2016-02-141-12/+12
|
* optional name for widgets, items, eventsMaarten Vanraes2016-02-134-5/+58
| | | | | | the name will now be autogenerated depending on a basename that each EventRole needs to implement, with a numeric suffix increasing in number, it checks this in the already present eventHandler.
* add a GUI helper class for PropertiesRoleMaarten Vanraes2016-02-121-0/+172
|