aboutsummaryrefslogtreecommitdiffstats
path: root/gui/treemodel.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixing old emails and names in copyrightsgatecat2021-06-121-2/+2
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Use hashlib in most remaining codegatecat2021-06-021-2/+2
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Fix compiler warnings introduced by -Wextragatecat2021-02-251-3/+3
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Refactor GUI to use IdStringListsD. Shah2021-02-021-23/+24
| | | | | | | | The GUI internally had an 'IdStringList' type that I hadn't spotted, to avoid a conflict this is renamed to IdList which also reflects its new purpose better. Signed-off-by: D. Shah <dave@ds0.me>
* cleanup: Spelling fixesD. Shah2021-01-281-1/+1
| | | | Signed-off-by: D. Shah <dave@ds0.me>
* Propagate proper ctx, fixes fetchMoreMiodrag Milanovic2018-11-111-2/+2
|
* clangformatMiodrag Milanovic2018-10-271-2/+2
|
* CleanupMiodrag Milanovic2018-10-271-2/+1
|
* simplify and move arroundMiodrag Milanovic2018-10-271-15/+5
|
* Split tree models and make other features work with itMiodrag Milanovic2018-10-271-37/+21
|
* 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