[root]/OMEdit/OMEditGUI/Options
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 72 (100.0%) | 6797 (100.0%) | 94.4 |
adeas31 | 68 (94.4%) | 6793 (99.9%) | 99.8 |
sjoelund.se | 4 (5.6%) | 4 (0.1%) | 1.0 |
Lock OMEdit, use https://github.com/OpenModelica/OMEdit instead
4 lines of code changed in 4 files:
- Set the TLMPluginPath
51 lines of code changed in 2 files:
- Added options for defining TLM manager & monitor processes.
513 lines of code changed in 2 files:
- Enable/disable the TLM Editor syntax highlighting.
1 lines of code changed in 1 file:
- Shorten the TLM highlighting preview text.
- Removed the unused indentOrUnindent slot.
4 lines of code changed in 1 file:
- Generalized the TabSettings for editors.
15 lines of code changed in 2 files:
- Merged OMEdit TLM branch with trunk.
406 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:
- Removed the unnecessary ReleaseInformation message.
3 lines of code changed in 2 files:
#2860
- Allow preserving the zoom level. Don't always auto rescale for new variables in plot.
142 lines of code changed in 2 files:
- Better syntax highlighting handling.
- Removed TLM references. Merge the TLM branch when it's complete.
214 lines of code changed in 2 files:
- More standardization of text editors.
- Better find/replace.
1 lines of code changed in 1 file:
#1482
- Added indentation support in OMEdit.
284 lines of code changed in 2 files:
- Create only one editor object. Use the BaseEditor class.
29 lines of code changed in 2 files:
- Updated Figaro labels.
3 lines of code changed in 1 file:
- Updated the Figaro interface.
9 lines of code changed in 2 files:
- Added scrollbars for OptionsDialog. Because on some screens with small resolution it is almost impossible to use OptionsDialog.
31 lines of code changed in 2 files:
- Added `set print elements` for gdb to print long strings. This can be handled via debugger settings in options.
41 lines of code changed in 2 files:
- Allow users to specify a name for FMU via FMI export settings.
19 lines of code changed in 2 files:
- Better message to generate operations for transformationalDebugger.
1 lines of code changed in 1 file:
#3099
- Option to reset the messages number before each simulation run.
- The messages number will also reset when user clears all the messages.
11 lines of code changed in 2 files:
- default figaro process location.
13 lines of code changed in 1 file:
- Added FMI version settings.
- Allows exporting version 2 FMUs.
174 lines of code changed in 2 files:
#2781
- Settings for Messages Browser.
- Allows settings output size, font and color for messages.
275 lines of code changed in 2 files:
- update the icon in tree when iconView of model is changed.
2 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.
57 lines of code changed in 2 files:
#2984
- Keep the sub windows state unchanged when switching between perspectives.
- Added the cascade & tile windows options in `View->Windows` menu.
14 lines of code changed in 1 file:
- minor typo fixes.
1 lines of code changed in 1 file:
#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.
60 lines of code changed in 2 files:
- Updated more icons from PNGs to SVGs.
- Removed some unused PSDs.
1 lines of code changed in 1 file:
- Updated some icons from PNGs to SVGs.
1 lines of code changed in 1 file:
- Made algorithmicDebugger more easily accessible for users.
- Added new svg icons for simulate.
- changed Debugger Log to Debugger CLI.
8 lines of code changed in 1 file:
#2865
+ Added new crash reports dialog.
+ Posts the log files via http.
- Removed the old crash reports email.
1 lines of code changed in 2 files:
#2872
- Created a new file omeditcommands.mos
14 lines of code changed in 1 file:
#2865
- Fixed the paths used in email.
1 lines of code changed in 1 file:
- Set display C & unknown frames enabled by default.
2 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.
260 lines of code changed in 3 files:
- New options to clear the debugger output & log windows on new run.
- Use the UTF-8 for settings object throughout the application.
37 lines of code changed in 3 files:
- Merged the debugger branch with the trunk.
- Generate the GDB parser make files.
252 lines of code changed in 4 files:
- Restructuring the files and folders.
3841 lines of code changed in 4 files: