summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use Issue reporting in pluginsMartin Sivak2008-05-058-1/+62
|
* Some API improvements, so the developer do not have to care about the issue ↵Martin Sivak2008-05-051-0/+11
| | | | reporting that much
* Modify colorsMartin Sivak2008-05-051-1/+1
|
* Fix the about stuff one more timeMartin Sivak2008-04-252-2/+3
|
* Generate the version in prepare partMartin Sivak2008-04-251-4/+4
|
* Fix the doc path in about configurationMartin Sivak2008-04-251-1/+1
|
* Generate the version in different placeMartin Sivak2008-04-251-4/+4
|
* Use only version in the about conf fileMartin Sivak2008-04-251-1/+1
|
* Create the about config during packagingMartin Sivak2008-04-251-3/+9
|
* Add shortcut to getConfBitsMartin Sivak2008-04-251-1/+2
|
* Add About dialogMartin Sivak2008-04-252-0/+38
|
* When using GUI, do not require operation specified on command lineMartin Sivak2008-04-251-9/+11
|
* Fix the gui searching code to support more directories and fix the default pathsMartin Sivak2008-04-244-7/+7
|
* Look for frontend in multiple directoriesMartin Sivak2008-04-243-4/+5
|
* Prepare gui for packaging and update the spec fileMartin Sivak2008-04-245-32/+73
|
* Detect availability of gui and fallback to console outputMartin Sivak2008-04-241-2/+13
|
* Typo in backup moduleMartin Sivak2008-04-241-3/+3
|
* Plugin Info button worksMartin Sivak2008-04-242-3/+479
|
* Issue reporting and Tasker interruptMartin Sivak2008-04-235-4/+96
|
* Disable all pages except Results during Tasker workMartin Sivak2008-04-222-3/+15
|
* Expert page works and all pages have better flag handlingMartin Sivak2008-04-221-3/+41
|
* Circular buffer works correctly and the baskup system doesn't stay ↵Martin Sivak2008-04-223-5/+19
| | | | initialized because of reporting queue anymore
* Move some methods to SimpleIssue classMartin Sivak2008-04-221-25/+25
|
* Add ISSUE message to reporting and create SimpleIssue as a parent for Issue ↵Martin Sivak2008-04-223-32/+49
| | | | class (so everybody can use something simple to report state)
* Fix the flow modeMartin Sivak2008-04-221-0/+1
|
* Make the verbosity work in GUIMartin Sivak2008-04-221-0/+6
|
* Introduce "interactive" configuration variable and set it to False by defaultMartin Sivak2008-04-221-0/+1
|
* Make the Simple and Advanced page workMartin Sivak2008-04-222-2/+149
|
* Populate the Advanced Combo box with flows listMartin Sivak2008-04-221-0/+16
|
* Add --nodeps commandline parameter and associated operation.dependencies ↵Martin Sivak2008-04-223-27/+31
| | | | | | configuration flag Modify the Tasker to accept list of plugins and list of flows to run with them (so it is possible to choose arbitrary combination in gui)
* Column for flow parameters specificationMartin Sivak2008-04-221-4/+14
|
* List of plugins and flowsMartin Sivak2008-04-221-0/+60
|
* The flags dialog is working nowMartin Sivak2008-04-222-46/+53
|
* known() returns union of detected and provided flagsMartin Sivak2008-04-221-1/+1
|
* Make the Save function workMartin Sivak2008-04-211-1/+10
|
* Open/Save dialogsMartin Sivak2008-04-212-12/+8
|
* Add method for invoking the GUI mode (-g gui)Martin Sivak2008-04-211-16/+58
|
* Add the install flow to grub pluginMartin Sivak2008-04-211-22/+55
|
* Fixes, cleanup, methods for running the configured taskMartin Sivak2008-04-211-23/+54
|
* Make the flags and Tasker object reusableMartin Sivak2008-04-212-1/+5
|
* Improvements targeted at better Gui integrationMartin Sivak2008-04-212-10/+29
|
* Some fixes in the Gui partMartin Sivak2008-04-212-21/+23
|
* Create basic callbacks for the GUI and fix some signal connectionsMartin Sivak2008-04-212-19/+232
|
* Add --flags commandline option to list all known dependency flagsMartin Sivak2008-04-183-4/+9
|
* Split the dependency system to its own file, to have better readability when ↵Martin Sivak2008-04-182-40/+69
| | | | new features are introduced
* Flags dialog and names/signals for the gui items are set properlyMartin Sivak2008-04-181-109/+206
|
* Flag system is able to list all known flagsMartin Sivak2008-04-182-0/+15
|
* Introduce the reporting queue support for circular buffer and callback ↵Martin Sivak2008-04-181-4/+29
| | | | notifications during put operation
* First version of the First Aid Kit GUI designMartin Sivak2008-04-182-0/+809
|
* We do not need to initialize x86BootloaderInfo before we actually create ↵Martin Sivak2008-04-101-1/+1
| | | | instance of this plugin