aboutsummaryrefslogtreecommitdiffstats
path: root/gui
Commit message (Collapse)AuthorAgeFilesLines
* cleaned some warningsMiodrag Milanovic2018-06-231-1/+1
|
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/glSergiusz Bazanski2018-06-2225-31/+631
|\
| * Added custom QApplication implementationMiodrag Milanovic2018-06-225-23/+109
| |
| * Added creditsMiodrag Milanovic2018-06-2216-0/+304
| |
| * routing flow supported in guiMiodrag Milanovic2018-06-2211-31/+241
| |
* | Small fixes.Sergiusz Bazanski2018-06-221-10/+10
| |
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/glSergiusz Bazanski2018-06-2227-252/+452
|\|
| * fixed namespace for gui sectionMiodrag Milanovic2018-06-2218-34/+88
| |
| * more task controlMiodrag Milanovic2018-06-2211-7/+67
| |
| * terminate on closeMiodrag Milanovic2018-06-221-0/+2
| |
| * Add ability to terminate running tasksMiodrag Milanovic2018-06-223-11/+58
| |
| * Added return code to json parsing and pcf readingMiodrag Milanovic2018-06-211-2/+2
| |
| * Fixed return codes for packer, placer and routerMiodrag Milanovic2018-06-211-13/+15
| |
| * log_error now trows exception, main is covering catchMiodrag Milanovic2018-06-217-34/+22
| |
| * Cleanup parse_json_file API, some other cleanupsClifford Wolf2018-06-211-1/+1
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Added task manager and worker thread for ice40Miodrag Milanovic2018-06-218-32/+147
| |
| * Add graphics view in tabMiodrag Milanovic2018-06-212-1/+6
| |
| * cleanupMiodrag Milanovic2018-06-214-9/+6
| |
| * Make arch specific main windowMiodrag Milanovic2018-06-2111-214/+149
| |
* | Reimplement FPGAWidget in modern OpenGL.Sergiusz Bazanski2018-06-222-106/+498
| |
* | Contextualize DesignWidgetSergiusz Bazanski2018-06-201-7/+7
|/
* Cleanup of cmake files for easier developmentMiodrag Milanovic2018-06-204-90/+17
|
* put source changes for qtpropertybrowser back and make build simpleMiodrag Milanovic2018-06-201-36/+0
|
* Added context menus for python and info tabMiodrag Milanovic2018-06-204-0/+43
|
* Added custom line editor with historyMiodrag Milanovic2018-06-205-17/+124
|
* Small gui improvements and open json functionalityMiodrag Milanovic2018-06-194-16/+55
|
* Rename Design to Context, derive from Arch instead of instantiatingClifford Wolf2018-06-186-23/+23
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Create all without ui file, enables more controlMiodrag Milanovic2018-06-154-173/+93
|
* Propagate signalsMiodrag Milanovic2018-06-154-2/+13
|
* Added back some size limits for UIMiodrag Milanovic2018-06-143-4/+9
|
* Split design widget on sideMiodrag Milanovic2018-06-146-258/+289
|
* separate clearPropertiesMiodrag Milanovic2018-06-142-4/+12
|
* CleanupMiodrag Milanovic2018-06-145-7/+6
|
* Split to classesMiodrag Milanovic2018-06-147-136/+169
|
* Split per widgetsMiodrag Milanovic2018-06-142-360/+414
|
* Cleanup and preps for further ui workMiodrag Milanovic2018-06-133-62/+48
|
* Make custom types for elements in tree viewMiodrag Milanovic2018-06-132-177/+145
|
* Add hierarchy to bel/wire/pip namesClifford Wolf2018-06-131-2/+3
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* context menu and cleanupMiodrag Milanovic2018-06-122-10/+43
|
* clangformat cleanupMiodrag Milanovic2018-06-121-7/+6
|
* reveresed logic for enabling main file, and made tests link arch filesMiodrag Milanovic2018-06-121-6/+31
|
* Add QTreeWidget and fill with belsMiodrag Milanovic2018-06-122-1/+13
|
* Add nextpnr namespaceClifford Wolf2018-06-122-0/+7
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Clang format to ignore 3rdparty and fix one fileMiodrag Milanovic2018-06-111-36/+83
|
* Added property editor for exampleMiodrag Milanovic2018-06-113-8/+144
|
* compile QtPropertyBrowserMiodrag Milanovic2018-06-111-3/+34
|
* Add "nextpnr.h"Clifford Wolf2018-06-112-2/+3
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Proper looking output in python consoleMiodrag Milanovic2018-06-111-7/+12
|
* OpenGL library portable way of usingMiodrag Milanovic2018-06-111-1/+2
|
* nice way to get main windowMiodrag Milanovic2018-06-102-3/+15
|