| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Part: add is_equal helper function | Maarten Vanraes | 2016-05-14 | 1 | -0/+31 |
| | | |||||
| * | IOs: add comparison function | Maarten Vanraes | 2016-05-14 | 1 | -0/+30 |
| | | |||||
| * | add an extfs plugin | Maarten Vanraes | 2016-05-14 | 1 | -0/+200 |
| | | |||||
| * | Btrfs: use tools for btrfs external command | Maarten Vanraes | 2016-05-14 | 1 | -3/+2 |
| | | |||||
| * | Allow parts to use plugin tools | Maarten Vanraes | 2016-05-14 | 7 | -7/+14 |
| | | |||||
| * | Swap: use swaplabel tool to get uuid and label | Maarten Vanraes | 2016-05-14 | 1 | -0/+12 |
| | | |||||
| * | Plugin: define external tools and use tools in plugins | Maarten Vanraes | 2016-05-14 | 4 | -5/+132 |
| | | |||||
| * | add a btrfs plugin | Maarten Vanraes | 2016-05-14 | 1 | -0/+420 |
| | | |||||
| * | insert a FileSystem between BlockDevice and Mount | Maarten Vanraes | 2016-05-14 | 1 | -2/+34 |
| | | |||||
| * | safeguard if losetup or parted ever changes | Maarten Vanraes | 2016-05-14 | 2 | -0/+5 |
| | | |||||
| * | Add a Swap plugin | Maarten Vanraes | 2016-05-14 | 1 | -0/+163 |
| | | |||||
| * | add a Loop plugin | Maarten Vanraes | 2016-05-14 | 3 | -2/+180 |
| | | |||||
| * | add an fstab plugin | Maarten Vanraes | 2016-05-14 | 1 | -0/+124 |
| | | |||||
| * | add a Mount plugin | Maarten Vanraes | 2016-05-14 | 1 | -0/+211 |
| | | |||||
| * | add a Partition plugin | Maarten Vanraes | 2016-05-14 | 1 | -0/+221 |
| | | |||||
| * | add a PartitionTable helper class | Maarten Vanraes | 2016-05-14 | 1 | -0/+157 |
| | | |||||
| * | add a Disk plugin | Maarten Vanraes | 2016-05-14 | 1 | -0/+177 |
| | | |||||
| * | add a FileRole and IOFS Role | Maarten Vanraes | 2016-05-14 | 1 | -0/+20 |
| | | |||||
| * | add a FileSystem Role | Maarten Vanraes | 2016-05-14 | 1 | -0/+126 |
| | | |||||
| * | add a BlockDevice role | Maarten Vanraes | 2016-05-14 | 1 | -0/+197 |
| | | |||||
| * | add a disk_backend class with a plugin structure | Maarten Vanraes | 2016-05-14 | 6 | -0/+1404 |
| | | |||||
| * | Dialog: delegate logging to the Module | Maarten Vanraes | 2016-05-09 | 1 | -5/+1 |
| | | |||||
| * | use the module's title and icon by default | Maarten Vanraes | 2016-05-09 | 1 | -2/+10 |
| | | |||||
| * | set mainDialog type as default | Maarten Vanraes | 2016-05-09 | 1 | -1/+1 |
| | | |||||
| * | push after label is set | Maarten Vanraes | 2016-05-08 | 1 | -1/+1 |
| | | |||||
| * | ExtWidget: add a _finishSelectorWidget overridable | Maarten Vanraes | 2016-05-08 | 1 | -0/+21 |
| | | |||||
| * | ExtWidget: fix documentation | Maarten Vanraes | 2016-05-08 | 1 | -0/+1 |
| | | |||||
| * | Replacepoint: move parentDialog() calls after eventHandler checking | Maarten Vanraes | 2016-05-08 | 1 | -3/+4 |
| | | |||||
| * | Logging: add ability to trace to STDERR | Maarten Vanraes | 2016-05-08 | 1 | -0/+65 |
| | | |||||
| * | fixed disabling and enabling legacy services (github isse 3) | Angelo Naselli | 2016-05-05 | 1 | -1/+5 |
| | | |||||
| * | Handle eventHandlers more consistently | Maarten Vanraes | 2016-04-24 | 4 | -11/+27 |
| | | |||||
| * | Replacepoint: safeguard against undefined eventHandler | Maarten Vanraes | 2016-04-24 | 1 | -0/+4 |
| | | |||||
| * | ActionList: fix crash | Maarten Vanraes | 2016-04-24 | 1 | -3/+5 |
| | | |||||
| * | Properties GUI helper is better aligned | Maarten Vanraes | 2016-04-24 | 1 | -3/+12 |
| | | |||||
| * | Action role needs a default return value that does not exit | Maarten Vanraes | 2016-04-24 | 1 | -1/+1 |
| | | |||||
| * | Action role need a string comparison | Maarten Vanraes | 2016-04-24 | 1 | -2/+2 |
| | | |||||
| * | Lock layout until after all waiting events are processed | Maarten Vanraes | 2016-04-24 | 2 | -14/+65 |
| | | |||||
| * | RunProgram: allow to return exitcode of the program | Maarten Vanraes | 2016-04-24 | 1 | -1/+5 |
| | | |||||
| * | add an ExtList GUI helper | Maarten Vanraes | 2016-03-25 | 1 | -0/+177 |
| | | |||||
| * | ExtWidget: define a base class for ExtTab | Maarten Vanraes | 2016-03-25 | 2 | -355/+586 |
| | | |||||
| * | Properties GUI: fix Role validation | Maarten Vanraes | 2016-03-25 | 1 | -1/+3 |
| | | |||||
| * | ActionList: stretch the buttons inside the vbox | Maarten Vanraes | 2016-03-22 | 1 | -2/+5 |
| | | |||||
| * | add an ActionList GUI class for ActionRole objects | Maarten Vanraes | 2016-03-21 | 1 | -0/+166 |
| | | |||||
| * | Actions Role uses an Action helper class | Maarten Vanraes | 2016-03-21 | 2 | -18/+151 |
| | | |||||
| * | - added get_active_media method | Matteo Pasotti | 2016-03-20 | 2 | -6/+26 |
| | | | | | - refactor get_update_medias to get_update_media | ||||
| * | Event Role: fix unique name | Maarten Vanraes | 2016-03-16 | 1 | -1/+1 |
| | | |||||
| * | Properties GUI helper: ref needs string comparison | Maarten Vanraes | 2016-03-16 | 1 | -1/+1 |
| | | |||||
| * | RunProgram: remove warning | Maarten Vanraes | 2016-03-16 | 1 | -2/+2 |
| | | |||||
| * | Added skip other architectures feature enabled for x86_64 by now | Angelo Naselli | 2016-03-13 | 1 | -3/+3 |
| | | |||||
| * | Added common shortcuts to Shared::GUI dialogs | Angelo Naselli | 2016-02-14 | 1 | -12/+12 |
| | | |||||
