aboutsummaryrefslogtreecommitdiffstats
path: root/gui/treemodel.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix destructor for tree Item, fixes clang build as wellMiodrag Milanovic2018-08-021-1/+1
|
* gui: treemodel: unregister from parent when we get destroyedSergiusz Bazanski2018-08-011-1/+8
| | | | | | | This fixes mysterious crashes when a new context was being loaded. The 'Bels', 'Wires', and 'Nets' roots would get replaced by new ones in TreeModel::Model::loadContext, but they would not get unregistered from their parent.
* gui: fix crash on ecp5 gui, fix quadtree tests to not get broken by clangformatSergiusz Bazanski2018-08-011-0/+6
|
* clangformatSergiusz Bazanski2018-08-011-57/+35
|
* gui: lock arch when accessing/building treemodelSergiusz Bazanski2018-08-011-0/+3
|
* gui: cosmeticsSergiusz Bazanski2018-08-011-2/+2
|
* gui: restore searchSergiusz Bazanski2018-08-011-0/+32
|
* gui: treemodel: cleanupsSergiusz Bazanski2018-08-011-167/+115
|
* gui: treemodel: simplify class hierarchySergiusz Bazanski2018-08-011-31/+17
|
* gui: move tree model into own namespaceSergiusz Bazanski2018-08-011-31/+35
|
* gui: fix warningsSergiusz Bazanski2018-08-011-5/+5
|
* gui: restore lookup into tree after new modelSergiusz Bazanski2018-08-011-7/+76
|
* gui: clickable tree, better sortingSergiusz Bazanski2018-08-011-34/+84
|
* gui: make new tree model clickableSergiusz Bazanski2018-08-011-21/+21
|
* Merge branch 'master' into q3k/treemodel-fastSergiusz Bazanski2018-08-011-37/+77
|\
| * Implement simple searchMiodrag Milanovic2018-07-301-0/+1
| |
* | gui: lazy loading of tree modelSergiusz Bazanski2018-07-311-7/+209
|/
* Added sortingMiodrag Milanovic2018-07-291-0/+1
|
* Move all to tree modelMiodrag Milanovic2018-07-281-0/+92