aboutsummaryrefslogtreecommitdiffstats
path: root/gui
Commit message (Collapse)AuthorAgeFilesLines
...
* | | gui: fix warningsSergiusz Bazanski2018-08-012-20/+5
| | |
* | | gui: restore menu for new tree modelSergiusz Bazanski2018-08-011-47/+50
| | |
* | | gui: restore property navigation in treeSergiusz Bazanski2018-08-011-5/+5
| | |
* | | gui: restore lookup into tree after new modelSergiusz Bazanski2018-08-012-16/+94
| | |
* | | gui: clickable tree, better sortingSergiusz Bazanski2018-08-011-34/+84
| | |
* | | gui: make new tree model clickableSergiusz Bazanski2018-08-012-27/+27
| | |
* | | Merge branch 'master' into q3k/treemodel-fastSergiusz Bazanski2018-08-014-195/+144
|\| |
| * | 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-304-5/+43
| |
* | gui: lazy loading of tree modelSergiusz Bazanski2018-07-314-256/+414
| |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into treemodelSergiusz Bazanski2018-07-303-2/+6
|\|
| * double click on tree, zoom on selected objectMiodrag Milanovic2018-07-293-2/+6
| |
* | gui: sort tree elements somewhat smarterSergiusz Bazanski2018-07-301-7/+35
|/
* Added sortingMiodrag Milanovic2018-07-292-14/+38
|
* add proper info on model changesMiodrag Milanovic2018-07-282-8/+27
|
* fix select multiple, and reinit modelMiodrag Milanovic2018-07-281-11/+11
|
* Clean highlight selection if removed from treeMiodrag Milanovic2018-07-282-8/+12
|
* Move all to tree modelMiodrag Milanovic2018-07-284-303/+463
|
* gui: unselect on click and zoom fixesSergiusz Bazanski2018-07-272-7/+26
|
* gui: deunionize PickedElement to support arches with typedefd IdsSergiusz Bazanski2018-07-272-37/+69
|
* gui: allow building for ECP5 and on WindowsSergiusz Bazanski2018-07-272-5/+25
|
* gui: allow selecting pipsSergiusz Bazanski2018-07-275-0/+14
|
* gui: do not allow selecting FRAMEsSergiusz Bazanski2018-07-271-1/+1
|
* gui: don't keep stale hover selectionsSergiusz Bazanski2018-07-271-1/+7
|
* gui: ctrl click to select multiple elementsSergiusz Bazanski2018-07-275-22/+28
|
* gui: rejigger maximum zoom outSergiusz Bazanski2018-07-271-1/+1
|
* gui: implement zoom to selectionSergiusz Bazanski2018-07-273-49/+84
|
* gui: clang-formatSergiusz Bazanski2018-07-274-137/+135
|
* gui: implement zoom to outboundsSergiusz Bazanski2018-07-272-35/+128
|
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/clickitySergiusz Bazanski2018-07-261-8/+15
|\
| * Added back select on property listMiodrag Milanovic2018-07-261-8/+15
| |
* | gui: after review of quadtree by msgctl, tougher testsSergiusz Bazanski2018-07-261-5/+15
| |
* | gui: implement basic cursor pickingSergiusz Bazanski2018-07-265-52/+285
| |
* | wipSergiusz Bazanski2018-07-262-65/+82
| |
* | Merge branch 'master' into q3k/clickitySergiusz Bazanski2018-07-264-550/+623
|\|
| * gui: include linshader.{cc,h}Sergiusz Bazanski2018-07-262-0/+445
| |
| * gui: move polyline/lineshader to gui/lineshader.{h,cc}Sergiusz Bazanski2018-07-262-385/+1
| |
| * gui: refactor FPGAViewWidget even more slightlySergiusz Bazanski2018-07-262-28/+28
| |
| * gui: refactor FPGAViewWidget slightlySergiusz Bazanski2018-07-262-137/+150
| |
| * common: rename GraphicElement::{style,type} enums, add _MAX membersSergiusz Bazanski2018-07-261-10/+10
| |
* | Merge branch 'master' into q3k/clickitySergiusz Bazanski2018-07-263-20/+13
|\|
| * gui: style fixesSergiusz Bazanski2018-07-263-20/+13
| |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrSergiusz Bazanski2018-07-2612-72/+145
|\|
| * clangformat and GraphicElement::style commentsClifford Wolf2018-07-263-9/+8
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Add getWireType()/getPipType() APIClifford Wolf2018-07-261-0/+2
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * added buttons for new zoom operationsMiodrag Milanovic2018-07-2610-17/+67
| |
| * highlight operation on multiple itemsMiodrag Milanovic2018-07-262-55/+52
| |
| * clangformatEddie Hung2018-07-251-4/+3
| |
| * made select multiple to workMiodrag Milanovic2018-07-251-0/+13
| |
| * Add ability for multiple selection, enable for select only items that make senseMiodrag Milanovic2018-07-251-0/+12
| |