aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui
Commit message (Expand)AuthorAge
* Version updated to 0.7.0Pavel Pisa2019-06-28
* Include QHtml5File source file to allow ELF file load under emscripten.Pavel Pisa2019-06-28
* LCD display emulation updated to keep aspect ratio.Pavel Pisa2019-06-28
* Initial optimized version LCD display emulation.Pavel Pisa2019-06-28
* Simulate push of dial buttons by check box.Pavel Pisa2019-06-27
* Set minimal size of about dialog to make it usable under emscripten.Pavel Pisa2019-06-27
* Do not run local event loop in about dialog.Pavel Pisa2019-06-27
* Set default location of the program view on the left.Pavel Pisa2019-06-27
* Set follow fetch for program view if configuration is not found.Pavel Pisa2019-06-27
* Allow to create simulator without loaded executable.Pavel Pisa2019-06-26
* Printing/export to PDF file reduces print area/page to actual image size.Pavel Pisa2019-06-12
* Add simple printing of core view.Pavel Pisa2019-06-11
* coreview: correct translation of position for vertical text printing.Pavel Pisa2019-06-11
* Editor start with already shown value in memory and program view.Pavel Pisa2019-06-05
* Disable text elide for memory and program views.Pavel Pisa2019-06-05
* Add icon for macOSMartin Endler2019-05-12
* 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