summaryrefslogtreecommitdiffstats
path: root/src/sessiontreemodel.h
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up the codeJan Darmochwal2010-10-071-5/+4Star
| | | | | | | | | | | | | | | | | | * fixed compiler warnings, added -Werror to CMakeLists.txt * removed LibXml2 and boost stuff from CMakeLists.txt * fixed some things cpplint.py complains about: * make single-argument constructors explicit * add space before if/for/while/... * don't put { on a line of its own * remove space after ! operator * add space between // and comment * remove extra space before ( in function call * remove extra space before ) * shorten lines to <= 80 characters * remove blank lines at the start of a code block * maybe others
* TreeView for sessions (replaces ListView)Jan Darmochwal2010-10-031-0/+36
TreeView with SessionTreeModel replaces the old List View Other changes: * fixed bad copy and paste in CMakeLists.txt * added make clean to build.sh * removed moc_ and ui_ files from src