aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui
Commit message (Expand)AuthorAge
* Implement standard zoom handling by mouse wheel and keys.Pavel Pisa2019-04-05
* Implement stall cycles counter and view of CPU cycles counter.Pavel Pisa2019-04-02
* Version updated to 0.6.8.Pavel Pisa2019-04-01
* Coreview multiplexers updated and added for branch compare forward.Pavel Pisa2019-04-01
* qtmips_gui: set application window icon.Pavel Pisa2019-04-01
* The follow stage selects address cell to make rest visible.Pavel Pisa2019-03-31
* Update version string in ApplicationVersion property.Pavel Pisa2019-03-31
* Set gray background to stalled instructions/idled stages.Pavel Pisa2019-03-31
* Setting background color dialTomas Prochazka2019-03-30
* Version updated to 0.6.7Pavel Pisa2019-03-27
* Change single cycle core with delay slot to use separate fetch stage.Pavel Pisa2019-03-26
* Change instruction views background to match stages color.Pavel Pisa2019-03-26
* Highlight instructions passing through the pipeline stages.Pavel Pisa2019-03-25
* Do not save program view start address when changed due to program executed.Pavel Pisa2019-03-25
* Correct write through spelling. Reported by Richard Susta.Pavel Pisa2019-03-25
* Update version to 0.6.6.Pavel Pisa2019-03-17
* Registers and cop0 state updates and reads are visualized by highlights.Pavel Pisa2019-03-17
* Show corresponding memory word address in the cacheview.Pavel Pisa2019-03-17
* Highlight actual word read or written to the cache.Pavel Pisa2019-03-17
* Correct word in block visualization in cache view.Pavel Pisa2019-03-17
* Make lintian happy and update version to 0.6.5 as preparation for 0.7.Pavel Pisa2019-03-15
* Switch to static libraries by default and ensure application rebuild when a l...Pavel Pisa2019-03-15
* More precise program and memory tableviews column width calculation.Pavel Pisa2019-03-15
* Fix nested calls of setCurrentIndex which caused breakage.Pavel Pisa2019-03-14
* Correct use of uninitialized dt_d.num_rd and delete reported by valgrind.Pavel Pisa2019-03-12
* Updated read and write, added open, close, ftruncate syscalls and fs_root opt...Pavel Pisa2019-03-09
* Enable configuration of syscalls emulation and stop on exception.Pavel Pisa2019-03-06
* Complete revamp of disassembler and assembler arguments processing.Pavel Pisa2019-03-05
* Dock to view coprocessor 0 and cop0 counter/comparator support.Pavel Pisa2019-03-05
* Use irq 3 (HW1) for Rx and irq 2 (HW0) for Tx to be compatible with SPIM.Pavel Pisa2019-03-04
* Implemented interrupt delivery and processing for serial port.Pavel Pisa2019-03-04
* Simple serial port receive implementation.Pavel Pisa2019-02-25
* Add some more labels and clarify rs, rt, rd in execute stage.Pavel Pisa2019-02-24
* Add action to show symbols into pull down menu.Pavel Pisa2019-02-22
* Add support for goto to selected symbol address.Pavel Pisa2019-02-22
* Add burst time and store timing in the config.Pavel Pisa2019-02-21
* Adjust label of PC to R31 and add jump to reg.Pavel Pisa2019-02-20
* Distinguish between write-through cache with allocate and update only if hit.Pavel Pisa2019-02-20
* Update project files to adapt for release and debug libraries location for Wi...Pavel Pisa2019-02-19
* Update MultiText to use setPointSize too.Pavel Pisa2019-02-19
* pointSize -> pixelSizeFanda Vacek2019-02-19
* variable font sizeFanda Vacek2019-02-19
* The sizeHint seems to not be affected by invisible zero size problem.Pavel Pisa2019-02-19
* Add unlimited checkbox to the tool-bar.Pavel Pisa2019-02-18
* Report forward and stall for branches and add forward to execution phase.Pavel Pisa2019-02-18
* Visualize request to stall and stall in execution phase and exception sources.Pavel Pisa2019-02-18
* Update homepage to point to CVUT GitHub repository.Pavel Pisa2019-02-18
* Change RGB LEDs signals and slots to unsigned value.Pavel Pisa2019-02-16
* Enable copy from memory and program views.Pavel Pisa2019-02-15
* The conversion of address has to use toULong to allow access to the second pa...Pavel Pisa2019-02-14