Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added setValid and set Invalid to AugEditTree | 2010-08-02 | 1 | -1/+7 | |
| | |||||
* | Added colors to text that the user can edit in the treeview to indicate ↵ | 2010-08-02 | 2 | -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. | ||||
* | Added new lenses for future use. | 2010-07-08 | 2 | -0/+64 | |
| | |||||
* | Changed the code that adds new nodes to the tree, so that it respects the ↵ | 2010-07-05 | 1 | -10/+20 | |
| | | | | order in the module xml files. | ||||
* | Added comesBefore to VentooModule | 2010-07-05 | 1 | -2/+28 | |
| | |||||
* | Some useful print statements, with augtool syntax. | 2010-07-01 | 1 | -4/+6 | |
| | |||||
* | Converted some print statements to python 3.1 | 2010-06-20 | 2 | -6/+6 | |
| | |||||
* | Added 'probe' flag to the edit tree build function to mark cases where the ↵ | 2010-06-17 | 1 | -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. | 2010-06-15 | 1 | -29/+15 | |
| | |||||
* | Fixed adding optional entries when duplicate nodes don't start at 1 | 2010-06-14 | 1 | -2/+4 | |
| | |||||
* | fixed bugs in ventoo exectuable. | 2010-06-12 | 1 | -3/+6 | |
| | |||||
* | fixed getVentooModuleNameFromSysPath...it was being without system paths. | 2010-06-11 | 2 | -10/+8 | |
| | |||||
* | Added ventoo executable, for /usr/bin | 2010-06-11 | 2 | -0/+37 | |
| | |||||
* | Merged frontend and backend into 'ventoo' | 2010-06-11 | 11 | -8/+3 | |
| | |||||
* | Fixed getAugeasPathFromSystemPath to work with / as root. | 2010-06-10 | 2 | -5/+6 | |
| | |||||
* | Merge branch 'work' | 2010-06-10 | 1 | -3/+22 | |
|\ | |||||
| * | Apply button merges changes. | 2010-06-10 | 1 | -1/+3 | |
| | | |||||
| * | Removed duplicates that sometimes appeard in the tree. | 2010-06-04 | 1 | -2/+2 | |
| | | |||||
| * | Merge remote branch 'laptop/fixWalk' into work | 2010-06-04 | 1 | -1/+2 | |
| |\ | |||||
| | * | Marked broken places | 2010-06-04 | 1 | -1/+2 | |
| | | | |||||
| * | | Added graphical apply button. Used to apply diffs once the user is happy ↵ | 2010-06-03 | 1 | -2/+18 | |
| |/ | | | | | | | with the changes. Diffs are not appled, just the button is there. | ||||
* | | Added mostly working setup.py script. | 2010-06-10 | 1 | -0/+30 | |
| | | |||||
* | | Made a place for system wide search paths to live, so that they can be ↵ | 2010-06-10 | 2 | -3/+24 | |
| | | | | | | | | easily changed on installation. | ||||
* | | Added __init__.py files to frontend and backend | 2010-06-09 | 2 | -0/+0 | |
| | | |||||
* | | Comment blocks are displayed as individual nodes and the rest of the docs ↵ | 2010-06-06 | 1 | -5/+53 | |
|/ | | | | are put into the html documentation viewer. This is a nice balance between showing all doc nodes and showing none. | ||||
* | Started modprobe module | 2010-06-03 | 1 | -0/+10 | |
| | |||||
* | merged rcupdate brach...can now show and rc-update runlevels. | 2010-06-02 | 2 | -0/+132 | |
|\ | |||||
| * | rc-update window now applies changes. | 2010-06-02 | 1 | -4/+17 | |
| | | |||||
| * | Added the option to display the RcUpdate window. (added a button) | 2010-06-01 | 1 | -0/+8 | |
| | | |||||
| * | Added RcUpdateWindow. It only displays current status, no updates yet. | 2010-06-01 | 1 | -0/+111 | |
| | | |||||
* | | Merge branch 'internalDiff' | 2010-06-02 | 1 | -19/+26 | |
|\ \ | |||||
| * | | Removed use of meld. Diffs are generated with difflib and html is generate ↵ | 2010-06-02 | 1 | -19/+26 | |
| |/ | | | | | | | with pygments. Diffs are displayed in documentation location as requested by the user. | ||||
* | | Fixed a bug removing elements while working in / | 2010-06-01 | 1 | -1/+4 | |
| | | |||||
* | | Started inittab module. | 2010-06-01 | 1 | -0/+9 | |
|/ | |||||
* | Added fstab documentation. It is incomplete, but useful, and shows that ↵ | 2010-06-01 | 6 | -6/+57 | |
| | | | | displaying documentation works. | ||||
* | Documentation files are now located relative to the module root directory. | 2010-06-01 | 3 | -4/+10 | |
| | |||||
* | Moved project into official GSoC hosting from github. | 2010-06-01 | 18 | -0/+943 | |
| | |||||
* | Added .gitignore | 2010-05-27 | 1 | -0/+1 | |
| | |||||
* | Started readme file. | 2010-05-27 | 1 | -0/+1 | |