aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui
Commit message (Expand)AuthorAge
* 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
* Ignore code and data assembler directives.Pavel Pisa2019-07-03
* Include forgotten highlighter sources.Pavel Pisa2019-07-03
* Allow spaces in middle of assembler arguments and report errors.Pavel Pisa2019-07-03
* Next round of override warning silence from emscripten build.Pavel Pisa2019-07-02
* Include source file open, save and compilation on tool bar.Pavel Pisa2019-07-02
* Include icon to invoke local compilation.Pavel Pisa2019-07-02
* Add binary complement operation to the parser.Pavel Pisa2019-07-02
* Simple highlighter for assembly language added.Pavel Pisa2019-07-02
* Implement load of sources in emscripten build and minor fixes.Pavel Pisa2019-07-02
* Teach simple embedded assembler .orig and .word directives.Pavel Pisa2019-07-02
* Change instruction parsing to allow multiple words pseudo-operations.Pavel Pisa2019-07-02
* Evaluation of symbolic expressions in assembler added.Pavel Pisa2019-07-02
* Minimal prototype of integrated assembler.Pavel Pisa2019-07-01
* Correct order of operations during editor close.Pavel Pisa2019-07-01
* Include simple text editor in QtMips emulator.Pavel Pisa2019-07-01
* Add icons for file editing actions.Pavel Pisa2019-07-01
* Resolve all remaining warnings reported by GCC 6.3.Pavel Pisa2019-07-01
* Fix memory leakages which repeat during program operation.Pavel Pisa2019-07-01
* Use override to make newer versions of C++ compiler happy.Pavel Pisa2019-06-30
* Memory change counter moved to MemoryAccess and external changes notification...Pavel Pisa2019-06-30
* Provide option to hide coreview to speedup simulation.Pavel Pisa2019-06-30
* 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