aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui
Commit message (Expand)AuthorAge
* samples: template-os.S template.S fixed SPILED_REG_BASE definition.Pavel Pisa2020-04-27
* Version updated to 0.7.4Pavel Pisa2020-03-26
* Enable dock widows nesting to enable show cache + memory simultaneouslyFanda Vacek2020-03-26
* Force dark grey outline color for individual blocks in CoreViewMichal Malý2019-10-08
* Force black text in RegistersDockMichal Malý2019-10-08
* Force black text in SrcEditorMichal Malý2019-10-08
* Force white background in SrcEditorMichal Malý2019-10-08
* Force white background in CoreViewMichal Malý2019-10-08
* Version updated to 0.7.3Pavel Pisa2019-09-12
* samples: simple-lw-sw-ia.S: place data section to 0x2000 address.Pavel Pisa2019-09-06
* Use #pragma in examples to lower initial learning curve.Pavel Pisa2019-08-26
* Add #pragma processing to integrated assembler and its usage to control windows.Pavel Pisa2019-08-26
* In include, use content from editor if file is already open.Pavel Pisa2019-08-22
* Implemented SKIP/SPACE assembler directives.Pavel Pisa2019-08-22
* Keep last line of terminal text visible when cursor is at the end of text.Pavel Pisa2019-08-21
* Add .byte directive and move align target address only before .word and instr...Pavel Pisa2019-08-21
* Version updated to 0.7.2Pavel Pisa2019-08-21
* Resolve emscripten problem with save as during close by queued connection.Pavel Pisa2019-08-20
* Workaround to emscripten problem with source close when save requiring rename.Pavel Pisa2019-08-20
* Attempt to correct ask for file save when closed on emscripten.Pavel Pisa2019-08-20
* Add embedded examples menu and resources.Pavel Pisa2019-08-20
* Make program and memory window visible when address requested from symbol dia...Pavel Pisa2019-08-20
* Include actions New source and Close source on toolbar.Pavel Pisa2019-08-20
* Implemented ASCII and ASCIZ operations.Pavel Pisa2019-08-20
* Replace shortcuts to not hide Ctrl+C and some others.Pavel Pisa2019-08-20
* Ask for modified source close and handle unnamed sources close.Pavel Pisa2019-08-20
* Ask to save modified files on exit.Pavel Pisa2019-08-19
* Action to execute external make command and ask for unsaved sources.Pavel Pisa2019-08-19
* Parent models created by views to ensure their deletion.Pavel Pisa2019-07-18
* Include C language syntax highlighter for alternative sources editing.Pavel Pisa2019-07-18
* Rename Highlighter to HighlighterAsm to preare for alternative C highlighter.Pavel Pisa2019-07-18
* Add config option to reset machine before internal assembler starts.Pavel Pisa2019-07-18
* Update editor search algorithm to prefer current editor for unnamed buffers.Pavel Pisa2019-07-17
* Prepend message types by MSG_, Windows headerfiles define ERROR as macro.Pavel Pisa2019-07-17
* Enable CLI version to use simple assembler.Pavel Pisa2019-07-17
* Do not open editor twice for same filename.Pavel Pisa2019-07-17
* Simple assembler moved to separate class which is independent on Qt GUI API.Pavel Pisa2019-07-17
* Implemented message window to report compilation errors.Pavel Pisa2019-07-17
* Move fixmatheval to initial directory for assembler library.Pavel Pisa2019-07-15
* Minor correction of emscripten save as to offer original file name if known.Pavel Pisa2019-07-03
* Emscripten version does not wait for dialog->exec(), proces selected value by...Pavel Pisa2019-07-03
* Minor fix to build on Qt version prior to 5.7.0.Pavel Pisa2019-07-03
* Process .equ and .set directives and ignore some others.Pavel Pisa2019-07-03
* Allow start of comments by two slashes.Pavel Pisa2019-07-03
* Allow underscore in labels.Pavel Pisa2019-07-03
* Version updated to 0.7.1Pavel Pisa2019-07-03
* Implement file save as workaround for emscripten build.Pavel Pisa2019-07-03
* Allow to switch between numeric and mnemonics registers names.Pavel Pisa2019-07-03
* Implement file save for emscripten build.Pavel Pisa2019-07-03
* Store and restore open source files editors.Pavel Pisa2019-07-03