[root]/OMEdit/OMEditGUI/Plotting
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 43 (100.0%) | 1994 (100.0%) | 46.3 |
adeas31 | 37 (86.0%) | 1986 (99.6%) | 53.6 |
sjoelund.se | 4 (9.3%) | 4 (0.2%) | 1.0 |
adrpo | 1 (2.3%) | 4 (0.2%) | 4.0 |
hkiel | 1 (2.3%) | 0 (0.0%) | 0.0 |
Lock OMEdit, use https://github.com/OpenModelica/OMEdit instead
4 lines of code changed in 4 files:
- Merged OMEdit TLM branch with trunk.
6 lines of code changed in 2 files:
#1768
- Set a call back function for plot commands.
- Updated OMNotebook to use the OpenModelicaCompiler shared library.
24 lines of code changed in 2 files:
#3270
- Redraw plot when curves are removed. Preserve the users zoom level when Auto Scale is unchecked.
20 lines of code changed in 2 files:
#2860
- Allow preserving the zoom level. Don't always auto rescale for new variables in plot.
35 lines of code changed in 2 files:
- Do not create MessageItem on heap.
16 lines of code changed in 2 files:
fix warning
fix memory leak
0 lines of code changed in 1 file:
- split qt-clients build on windows so one can build just the ones who is interested in
- better Compiler/Script cleaning
- clean OMEdit generated files on clean
- get rid of some warnings
- do Print.clearBuf() a bit differently in Main
4 lines of code changed in 1 file:
#3016
- Make result item selected in Variables Browser.
- Added some more information to the Archived Simulations list.
8 lines of code changed in 1 file:
- Display warning if model_init.xml file not found.
3 lines of code changed in 1 file:
- Fixed some re-simulate scenarios.
- Separated the SimulationOptions from SimulationDialog.
0 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.
16 lines of code changed in 2 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.
86 lines of code changed in 2 files:
#2993
- Allow tiling of sub-windows horizontally and vertically.
0 lines of code changed in 1 file:
#2984
- Keep the sub windows state unchanged when switching between perspectives.
- Added the cascade & tile windows options in `View->Windows` menu.
13 lines of code changed in 2 files:
- Send commands to omc as utf-8.
- All files generated by OMEdit are now utf-8.
- check for errors after setting/changing the working directory of omc.
2 lines of code changed in 1 file:
#2922, #2674
- Implemented natural sort for Variables tree.
9 lines of code changed in 2 files:
- Made re-simulate more easily accessible for users.
- Added new svg icon for re-simulate.
39 lines of code changed in 2 files:
- Fixed the MainWindow title changes when user switches between different models, plots & perspectives.
2 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.
1 lines of code changed in 1 file:
- Show device error if file open fails.
2 lines of code changed in 1 file:
- Merged the debugger branch with the trunk.
- Generate the GDB parser make files.
2 lines of code changed in 4 files:
- Fixed parsing of der variables.
6 lines of code changed in 1 file:
- Restructuring the files and folders.
1696 lines of code changed in 4 files: