[root]/OMEdit/OMEditGUI/TransformationalDebugger
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 28 (100.0%) | 1706 (100.0%) | 60.9 |
adeas31 | 18 (64.3%) | 1469 (86.1%) | 81.6 |
sjoelund.se | 10 (35.7%) | 237 (13.9%) | 23.7 |
Lock OMEdit, use https://github.com/OpenModelica/OMEdit instead
2 lines of code changed in 2 files:
- Use the appropriate tab stop width.
- Start the next line based on previous line indentation.
1 lines of code changed in 1 file:
- Better syntax highlighting handling.
- Removed TLM references. Merge the TLM branch when it's complete.
1 lines of code changed in 1 file:
- More standardization of text editors.
- Better find/replace.
4 lines of code changed in 1 file:
- Create only one editor object. Use the BaseEditor class.
1 lines of code changed in 1 file:
#3207
- Do not make the compound variables disabled.
8 lines of code changed in 1 file:
- Better message to generate operations for transformationalDebugger.
12 lines of code changed in 1 file:
- check if equations has operations.
3 lines of code changed in 1 file:
Fix performance profiling for info.json files
3 lines of code changed in 1 file:
#3085
- Use resizeColumnToContents instead of setStretchLastSection.
- Better tooltip for equations browser.
10 lines of code changed in 1 file:
#3085
- setStretchLastSection of TransformationsWidget so that Horizontal sliders appear.
6 lines of code changed in 1 file:
#2540, #2778
+ Added a new tree like structure for simulation output. The old text based also exists. The user can switch between them via Options->Simulation->Output.
+ Added a incremental xml reader for simulation output.
+ Fixed the display of multi line messages. Now uses the word wrap at word boundaries. The text is also automatically wrapped when the item is resized.
+ Rewrite the Messages Browse to use model/view architecture. Is required to successfully utilize the word wrap feature for error messages.
2 lines of code changed in 1 file:
OMEdit: handle equations also for Model_info.json files
50 lines of code changed in 1 file:
Change transformation uses/deps to use QList and equation kind to simply be a string
25 lines of code changed in 1 file:
Parse all operations correctly for JSON
50 lines of code changed in 2 files:
Partially support opening JSON files in the transformations browser
98 lines of code changed in 2 files:
#2183
+ Updated almost all icons from PNGs to SVGs.
+ The toolbar icon size can be changed via settings.
+ The library icon size can be changed via settings.
1 lines of code changed in 1 file:
#2798 Fix crash when saving models in OMEdit
- A function returning a bool did not return any value, causing the crash
- Enabled compiler warnings since it was suppressed before and warnings are 'very' useful
9 lines of code changed in 1 file:
- Using setIniCodec utf8 with QSettings is important. We might forget to set it if we are creating the instance of QSettings on different locations. Use one QSettings object for whole application.
12 lines of code changed in 1 file:
- New options to clear the debugger output & log windows on new run.
- Use the UTF-8 for settings object throughout the application.
1 lines of code changed in 1 file:
- Merged the debugger branch with the trunk.
- Generate the GDB parser make files.
1 lines of code changed in 2 files:
- List all the derivatives from _info.xml file.
- Formatting for operations text.
8 lines of code changed in 1 file:
- Restructuring the files and folders.
1398 lines of code changed in 2 files: