aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Added the change root feature.Christopher Harvey2010-08-072-5/+22
|
* Fixed bug where stale input validation scripts weren't being reloaded.Christopher Harvey2010-08-041-0/+9
|
* Removed straggling obsolite add row code.Christopher Harvey2010-08-041-1/+1
|
* Added clear to AugEditTree. Changed the file change event to clear the ↵Christopher Harvey2010-08-042-2/+10
| | | | editing tree if the module for the newly selected file doesn't exist.
* Added a check to see if a module exists and sets the foregound colour for ↵Christopher Harvey2010-08-041-1/+2
| | | | that file accordingly.
* Added storage to AugFileTree for the foreground colour of file names. ↵Christopher Harvey2010-08-041-3/+8
| | | | addPath can now also set the foreground paint colour
* Added moduleExists to VentooModuleChristopher Harvey2010-08-041-0/+7
|
* Changed __rowEdited in main.py to mark a cell as invalid if the script for ↵Christopher Harvey2010-08-021-0/+15
| | | | that cell says it is.
* Added getValidationScript to VentooModuleChristopher Harvey2010-08-021-0/+8
|
* Added setValid and set Invalid to AugEditTreeChristopher Harvey2010-08-021-1/+7
|
* Added colors to text that the user can edit in the treeview to indicate ↵Christopher Harvey2010-08-022-8/+14
| | | | possible errors or invalid text. Added the "addElement" function to AugEditTree that wraps these new colums in the treemodel to stay nuteral when an item is added. Updated all code to use this new function and not add rows manually.
* Changed the code that adds new nodes to the tree, so that it respects the ↵Christopher Harvey2010-07-051-10/+20
| | | | order in the module xml files.
* Added comesBefore to VentooModuleChristopher Harvey2010-07-051-2/+28
|
* Some useful print statements, with augtool syntax.Christopher Harvey2010-07-011-4/+6
|
* Converted some print statements to python 3.1Christopher Harvey2010-06-202-6/+6
|
* Added 'probe' flag to the edit tree build function to mark cases where the ↵Christopher Harvey2010-06-171-38/+42
| | | | function is visiting nodes that may not exist and children should not be blindly built as is the parent was there. This fixes the case where there are duplicates in the root of a tree and the children of 0 parents were created.
* Various bug fixes and rearragments in tree build. Working better, not perfect.Christopher Harvey2010-06-151-29/+15
|
* Fixed adding optional entries when duplicate nodes don't start at 1Christopher Harvey2010-06-141-2/+4
|
* fixed getVentooModuleNameFromSysPath...it was being without system paths.Christopher Harvey2010-06-112-10/+8
|
* Merged frontend and backend into 'ventoo'Christopher Harvey2010-06-1110-4/+0
|
* Fixed getAugeasPathFromSystemPath to work with / as root.Christopher Harvey2010-06-102-5/+6
|
* Merge branch 'work'Christopher Harvey2010-06-101-3/+22
|\
| * Apply button merges changes.Christopher Harvey2010-06-101-1/+3
| |
| * Removed duplicates that sometimes appeard in the tree.Christopher Harvey2010-06-041-2/+2
| |
| * Merge remote branch 'laptop/fixWalk' into workChristopher Harvey2010-06-041-1/+2
| |\
| | * Marked broken placesChristopher Harvey2010-06-041-1/+2
| | |
| * | Added graphical apply button. Used to apply diffs once the user is happy ↵Christopher Harvey2010-06-031-2/+18
| |/ | | | | | | with the changes. Diffs are not appled, just the button is there.
* | Made a place for system wide search paths to live, so that they can be ↵Christopher Harvey2010-06-102-3/+24
| | | | | | | | easily changed on installation.
* | Added __init__.py files to frontend and backendChristopher Harvey2010-06-092-0/+0
| |
* | Comment blocks are displayed as individual nodes and the rest of the docs ↵Christopher Harvey2010-06-061-5/+53
|/ | | | are put into the html documentation viewer. This is a nice balance between showing all doc nodes and showing none.
* merged rcupdate brach...can now show and rc-update runlevels.Christopher Harvey2010-06-022-0/+132
|\
| * rc-update window now applies changes.Christopher Harvey2010-06-021-4/+17
| |
| * Added the option to display the RcUpdate window. (added a button)Christopher Harvey2010-06-011-0/+8
| |
| * Added RcUpdateWindow. It only displays current status, no updates yet.Christopher Harvey2010-06-011-0/+111
| |
* | Merge branch 'internalDiff'Christopher Harvey2010-06-021-19/+26
|\ \
| * | Removed use of meld. Diffs are generated with difflib and html is generate ↵Christopher Harvey2010-06-021-19/+26
| |/ | | | | | | with pygments. Diffs are displayed in documentation location as requested by the user.
* / Fixed a bug removing elements while working in /Christopher Harvey2010-06-011-1/+4
|/
* Documentation files are now located relative to the module root directory.Christopher Harvey2010-06-011-3/+6
|
* Moved project into official GSoC hosting from github.Christopher Harvey2010-06-017-0/+909