aboutsummaryrefslogtreecommitdiffstats
path: root/gui
Commit message (Collapse)AuthorAgeFilesLines
* routing flow supported in guiMiodrag Milanovic2018-06-2211-31/+241
|
* 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
|
* 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
|
* Draw fpga modelMiodrag Milanovic2018-06-102-13/+43
|
* Propagate design to widgetMiodrag Milanovic2018-06-103-0/+5
|
* Pass design to gui, display chip nameMiodrag Milanovic2018-06-102-3/+7
|
* clang format for gui related filesMiodrag Milanovic2018-06-066-154/+116
|
* Allow loading and running Python files before GUI startsDavid Shah2018-06-071-4/+0
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Initial GUI workMiodrag Milanovic2018-06-0514-0/+788