aboutsummaryrefslogtreecommitdiffstats
path: root/gui/basewindow.cc
Commit message (Collapse)AuthorAgeFilesLines
* Hover on items in treeMiodrag Milanovic2018-08-221-0/+1
|
* Save settings and give nicer names to someMiodrag Milanovic2018-08-101-1/+1
|
* Make loading works nice and use settingsMiodrag Milanovic2018-08-081-14/+20
|
* clangformatMiodrag Milanovic2018-08-081-1/+0
|
* move load/save proj to baseMiodrag Milanovic2018-08-081-0/+33
|
* Disable menu options on json loadMiodrag Milanovic2018-08-051-2/+8
|
* Move ArchArgs to BaseWindowMiodrag Milanovic2018-08-041-2/+2
|
* Moved to new signal slot syntaxMiodrag Milanovic2018-08-031-38/+36
|
* clangformatMiodrag Milanovic2018-08-021-5/+5
|
* Add names to toolbarsMiodrag Milanovic2018-08-021-4/+4
|
* Document and cleanupMiodrag Milanovic2018-08-021-87/+102
|
* Move common logic to basewindowMiodrag Milanovic2018-08-021-16/+234
|
* Fix for macOS segfaultMiodrag Milanovic2018-08-021-1/+2
|
* Rename GUI "Graphics" tab to "Device"Clifford Wolf2018-08-021-1/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* double click on tree, zoom on selected objectMiodrag Milanovic2018-07-291-0/+1
|
* gui: allow selecting pipsSergiusz Bazanski2018-07-271-0/+2
|
* gui: ctrl click to select multiple elementsSergiusz Bazanski2018-07-271-4/+4
|
* gui: implement basic cursor pickingSergiusz Bazanski2018-07-261-0/+1
|
* Merge branch 'master' into q3k/clickitySergiusz Bazanski2018-07-261-4/+4
|\
| * gui: style fixesSergiusz Bazanski2018-07-261-4/+4
| |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrSergiusz Bazanski2018-07-261-2/+27
|\|
| * added buttons for new zoom operationsMiodrag Milanovic2018-07-261-2/+27
| |
* | gui: clickable bels, WIPSergiusz Bazanski2018-07-261-0/+1
|/
* Made save project work as wellMiodrag Milanovic2018-07-211-1/+1
|
* removed not used and buggy featuresMiodrag Milanovic2018-07-181-35/+0
|
* Added check for yosys availabilityMiodrag Milanovic2018-07-171-1/+1
|
* add tooltip for folderMiodrag Milanovic2018-07-161-0/+1
|
* Added Yosys tab with interactive consoleMiodrag Milanovic2018-07-161-0/+23
|
* Added splash screen info while loadingMiodrag Milanovic2018-07-151-6/+24
|
* added highlight groupsMiodrag Milanovic2018-07-151-0/+3
|
* add select on property pane, and action to double clickMiodrag Milanovic2018-07-151-5/+6
|
* display selected object from treeMiodrag Milanovic2018-07-141-0/+1
|
* simplified Icon allocationMiodrag Milanovic2018-07-141-18/+10
|
* join python and info into one tabMiodrag Milanovic2018-07-141-11/+5
|
* Made python console use edit line and betterMiodrag Milanovic2018-07-131-1/+1
|
* remove maximum size restriction for tree/propertyMiodrag Milanovic2018-07-131-1/+0
|
* Use command line parameters settings for GUI as well.Miodrag Milanovic2018-07-131-1/+2
|
* added progress bar for future useMiodrag Milanovic2018-07-121-0/+6
|
* Display nets and cells as wellMiodrag Milanovic2018-07-051-0/+1
|
* clangformat cleanupMiodrag Milanovic2018-06-281-4/+4
|
* reinit python tabMiodrag Milanovic2018-06-271-1/+3
|
* disable new and open while tasks are runningMiodrag Milanovic2018-06-271-2/+2
|
* Make GUI use recreated contextMiodrag Milanovic2018-06-261-3/+8
|
* Preps for more UI functionalityMiodrag Milanovic2018-06-261-13/+23
|
* clangformat cleanupMiodrag Milanovic2018-06-231-4/+2
|
* Added BUILD_GUI, BUILD_PYTHON and BUILD_TESTS cmake options,Miodrag Milanovic2018-06-231-0/+5
|
* Added creditsMiodrag Milanovic2018-06-221-0/+19
|
* fixed namespace for gui sectionMiodrag Milanovic2018-06-221-1/+7
|
* more task controlMiodrag Milanovic2018-06-221-1/+1
|
* log_error now trows exception, main is covering catchMiodrag Milanovic2018-06-211-1/+0
|