summaryrefslogtreecommitdiffstats
path: root/src/sessiontreemodel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SVG Icon supportJan Darmochwal2010-10-091-3/+12
| | | | | | This patch adds support for SVG icons. Add an image with an alias ending in .svg to images.qrc to use SVG images. SVG icons will be preferred over other icons.
* Tidy up the codeJan Darmochwal2010-10-071-32/+19Star
| | | | | | | | | | | | | | | | | | * 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
* Remove debug printfsJan Darmochwal2010-10-061-3/+0Star
|
* TreeView for sessions (replaces ListView)Jan Darmochwal2010-10-031-0/+169
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