Mercurial > getan
comparison ChangeLog @ 45:780bfda9c583 project-tree
Initialized a branch to work on a tree-like project view.
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 21 Dec 2010 19:34:03 +0100 |
parents | 39d845d3fec4 |
children | 0a0c77b8606a |
comparison
equal
deleted
inserted
replaced
44:f10126519797 | 45:780bfda9c583 |
---|---|
1 2010-12-21 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * getan.py: Added a method to sort the projects based on its key. | |
4 | |
5 * getan/project.py: A project can now have children. Therefore, a new | |
6 method add_child() has been implemented. Important to build up a tree is | |
7 the project's key. If we try to append a new child to a project, but | |
8 there is already a child with the key that starts just like the new | |
9 child's, we will try to append the new child to the existing one. | |
10 | |
11 * getan/view.py: The project view looks now like a tree. Projects can have | |
12 children, that are indented relative to its parent. | |
13 | |
1 2010-12-15 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 14 2010-12-15 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 15 |
3 Fix for #1638 | 16 Fix for #1638 |
4 | 17 |
5 * getan/view.py: use preferred encoding in uwid | 18 * getan/view.py: use preferred encoding in uwid |