aboutsummaryrefslogtreecommitdiffstats
path: root/gui/treemodel.cc
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-1/+1
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Refactor GUI to use IdStringListsD. Shah2021-02-021-5/+5
| | | | | | | | 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>
* gui: Fix sorting order in TreeModel.Vegard Storheil Eriksen2020-02-281-8/+3
|
* gui: Fix undefined behavior in TreeModel.Vegard Storheil Eriksen2020-02-281-1/+1
| | | | | | std::sort() requires the comparison function to return false for even comparison. Returning true results in undefined behavior and a potential segfault.
* Various warning fixesMiodrag Milanovic2020-01-181-1/+1
|
* Propagate proper ctx, fixes fetchMoreMiodrag Milanovic2018-11-111-4/+5
|
* CleanupMiodrag Milanovic2018-10-271-24/+2
|
* simplify and move arroundMiodrag Milanovic2018-10-271-59/+2
|
* Split tree models and make other features work with itMiodrag Milanovic2018-10-271-41/+56
|
* Properly delete element from unordered_mapMiodrag Milanovic2018-08-021-5/+7
|
* clangformatSergiusz Bazanski2018-08-011-19/+14
|
* gui: cosmeticsSergiusz Bazanski2018-08-011-1/+0
|
* gui: treemodel: bail early on empty children updates in IdStringListSergiusz Bazanski2018-08-011-2/+16
|
* gui: lock arch when accessing/building treemodelSergiusz Bazanski2018-08-011-1/+7
|
* gui: restore searchSergiusz Bazanski2018-08-011-11/+25
|
* gui: treemodel: cleanupsSergiusz Bazanski2018-08-011-1/+102
|
* gui: treemodel: simplify class hierarchySergiusz Bazanski2018-08-011-1/+1
|
* gui: move tree model into own namespaceSergiusz Bazanski2018-08-011-21/+25
|
* gui: fix warningsSergiusz Bazanski2018-08-011-15/+0
|
* gui: make new tree model clickableSergiusz Bazanski2018-08-011-6/+6
|
* Merge branch 'master' into q3k/treemodel-fastSergiusz Bazanski2018-08-011-151/+38
|\
| * ecp5: Disable Pip list in GUI for nowDavid Shah2018-07-311-1/+3
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * Implement simple searchMiodrag Milanovic2018-07-301-0/+15
| |
* | gui: lazy loading of tree modelSergiusz Bazanski2018-07-311-178/+134
| |
* | gui: sort tree elements somewhat smarterSergiusz Bazanski2018-07-301-7/+35
|/
* Added sortingMiodrag Milanovic2018-07-291-14/+37
|
* add proper info on model changesMiodrag Milanovic2018-07-281-0/+17
|
* Clean highlight selection if removed from treeMiodrag Milanovic2018-07-281-8/+0
|
* Move all to tree modelMiodrag Milanovic2018-07-281-0/+297