[root]/OMEdit/OMEditGUI/Simulation
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 134 (100.0%) | 9329 (100.0%) | 69.6 |
adeas31 | 103 (76.9%) | 6457 (69.2%) | 62.6 |
hudson | 14 (10.4%) | 2854 (30.6%) | 203.8 |
sjoelund.se | 16 (11.9%) | 16 (0.2%) | 1.0 |
perost | 1 (0.7%) | 2 (0.0%) | 2.0 |
Lock OMEdit, use https://github.com/OpenModelica/OMEdit instead
16 lines of code changed in 16 files:
- Set the TLMPluginPath
74 lines of code changed in 4 files:
- Added options for defining TLM manager & monitor processes.
83 lines of code changed in 4 files:
- Only allow one co-simulation session.
- Fixed display of error messages where filename is empty.
73 lines of code changed in 6 files:
- Fix OMEdit built.
1 lines of code changed in 1 file:
- Start TLM co-simulation by reading the hostname.
52 lines of code changed in 3 files:
[Janitor mode] Set auto-props
1104 lines of code changed in 7 files:
- Merged OMEdit TLM branch with trunk.
1085 lines of code changed in 8 files:
#1540
- Handle quoted identifiers simulation.
7 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:
#3279
- Fixed the re-simulation crash.
4 lines of code changed in 2 files:
#2831
- Add the user current directory in PATH before starting the simulation executable.
10 lines of code changed in 3 files:
- Added CEditor with basic C Syntax highlighter.
11 lines of code changed in 1 file:
- More standardization of text editors.
- Better find/replace.
7 lines of code changed in 2 files:
- Use monospaced font as default for TextEditor.
- Use TextEditor instead of QPlainText when showing generated files.
3 lines of code changed in 1 file:
- Create only one editor object. Use the BaseEditor class.
5 lines of code changed in 1 file:
- explicitly tell the user about simulation success/failure and not just show the exit codes.
4 lines of code changed in 1 file:
#3119
- Removed simflags: "-iom=*" and "-iim=numeric" from OMEdit
22 lines of code changed in 2 files:
#3099
- Option to reset the messages number before each simulation run.
- The messages number will also reset when user clears all the messages.
4 lines of code changed in 1 file:
#3094
- escape the text section.
1 lines of code changed in 1 file:
#3043
- Send the correct step size to simulation executable.
17 lines of code changed in 2 files:
#3042
- Fix the stupid copy paste.
1 lines of code changed in 1 file:
#1761, #2781
- Text based error messages since QTreeView gets very slow with multi-line messages and many entries.
- Create links for errors.
1 lines of code changed in 1 file:
#3016
- Make result item selected in Variables Browser.
- Added some more information to the Archived Simulations list.
30 lines of code changed in 2 files:
- Simulation executable outputs HTML entities so use Qt::convertFromPlainText.
1 lines of code changed in 1 file:
- emit sendCompilationFinished.
2 lines of code changed in 1 file:
#2550, #2390
- Fully support showStartAttribute in OMEdit.
1 lines of code changed in 1 file:
- Show the proper color for simulation output in formatted text mode.
21 lines of code changed in 2 files:
- Display the simulation output parser error.
20 lines of code changed in 3 files:
[Janitor mode] Set auto-props
297 lines of code changed in 1 file:
- Fixed some re-simulate scenarios.
- Separated the SimulationOptions from SimulationDialog.
375 lines of code changed in 5 files:
- qRegisterMetaType StringHandler::SimulationMessageType for SimulationProcessThread.
1 lines of code changed in 1 file:
[Janitor mode] Set auto-props
505 lines of code changed in 2 files:
#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.
759 lines of code changed in 7 files:
- Fix build.
2 lines of code changed in 1 file:
[Janitor mode] Set auto-props
948 lines of code changed in 4 files:
- Missing files from last commit.
- Compiler flags should be disabled when re-simulating.
934 lines of code changed in 5 files:
- Compilation and simulation is done in a separate thread now. So parallel simulation is possible.
#2844
- the simulation output window is not modal anymore.
#2596
- Re-simulate with changed options
#2264
- Archive the simulation output windows and allow user to re open them later.
724 lines of code changed in 2 files:
- Set 5 as default value for -maxIntegrationOrder flag.
9 lines of code changed in 1 file:
#2481
- Added GUI for dassl simulation flags.
102 lines of code changed in 2 files:
(13 more)