aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* manadisk: preliminary layout for manadiskMaarten Vanraes2016-05-141-0/+466
|
* 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
|
* add a test script for the backendMaarten Vanraes2016-05-141-0/+83
|
* 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
|
* Module: automatically create a logging objectMaarten Vanraes2016-05-094-167/+49
|
* Users: obsolete moduleName with the Module's new name attributeMaarten Vanraes2016-05-091-10/+3
|
* Clock: do not specify the Dialogs defaultsMaarten Vanraes2016-05-091-3/+0
|
* use the module's title and icon by defaultMaarten Vanraes2016-05-091-2/+10
|
* set mainDialog type as defaultMaarten Vanraes2016-05-091-1/+1
|
* Modules: provide title & icon using the new ModuleMaarten Vanraes2016-05-0910-103/+55
|
* Module: set name requiredMaarten Vanraes2016-05-091-0/+1
|
* Module: default icon is dependant on nameMaarten Vanraes2016-05-091-0/+8
|
* Module: add a title attributeMaarten Vanraes2016-05-091-1/+28
|
* 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
|
* Fixing issue 2 on github manauser edit with special chars in fullnameAngelo Naselli2016-04-291-1/+4
|
* Another label comaprison <-> YItem commparison issueAngelo Naselli2016-04-251-5/+5
|
* Removed translated string comparison and checked for selected items inAngelo Naselli2016-04-251-32/+37
| | | | menus and tabs
* 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
|