summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* It looks nicer if each flag is an ".IP" instead of an ".SH".Joel Andres Granados2008-05-301-28/+28
| | | | This also helps the resulting wiki page.
* Backup valuesMartin Sivak2008-05-281-0/+34
|
* Be consistent with the use of ".IP" in the man pagesJoel Andres Granados2008-05-271-11/+11
|
* ignore the initial ".th" in the man file.Joel Andres Granados2008-05-271-0/+1
|
* try to be consistent with the man page "IP" format.Joel Andres Granados2008-05-271-7/+7
|
* add new files to the default run and add ignore man page comments.Joel Andres Granados2008-05-271-2/+7
|
* correct some indentation issues in the man pagesJoel Andres Granados2008-05-271-19/+19
|
* Add a special case for the .SH tag that contains NAMEJoel Andres Granados2008-05-271-0/+1
|
* The script that will help turn the man pages into wiki pages.Joel Andres Granados2008-05-271-0/+28
|
* Some more information in man pagesMartin Sivak2008-05-162-3/+96
|
* Update the plugin manpage a little and introduce another set of manpages for ↵Martin Sivak2008-05-133-19/+101
| | | | reporting and backup systems.
* Change one error message, so it makes senseMartin Sivak2008-05-121-1/+1
|
* Change the detected name to checked.Joel Andres Granados2008-05-1214-45/+45
| | | | | The new variable name better expresses the objective of the issue state. This will help avoid confusion for the plugin developer.
* Change the FLAGS file to an actual manpage.Joel Andres Granados2008-05-072-74/+87
|
* Add the manpage file.Joel Andres Granados2008-05-071-0/+210
|
* Change the name of the manual page that describes the plugin system.Joel Andres Granados2008-05-071-210/+0
|
* Fix the behavior of xserver plugin to reflect new Xorg server behavior.Joel Andres Granados2008-05-071-13/+50
|
* Strange typo..Martin Sivak2008-05-071-1/+1
|
* Fix the version in the setup.py tooMartin Sivak2008-05-061-1/+1
|
* Bump the version to 0.2, because we have a lot of changes in thereMartin Sivak2008-05-061-1/+1
|
* 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)