Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 285 (100.0%) | 8042 (100.0%) | 28.2 |
sjoelund.se | 81 (28.4%) | 5972 (74.3%) | 73.7 |
adeas31 | 187 (65.6%) | 1994 (24.8%) | 10.6 |
hudson | 11 (3.9%) | 64 (0.8%) | 5.8 |
rakhiwarriar | 2 (0.7%) | 8 (0.1%) | 4.0 |
adrpo | 2 (0.7%) | 2 (0.0%) | 1.0 |
perost | 1 (0.4%) | 1 (0.0%) | 1.0 |
hkiel | 1 (0.4%) | 1 (0.0%) | 1.0 |
Lock OMEdit, use https://github.com/OpenModelica/OMEdit instead
12 lines of code changed in 12 files:
- Only allow one co-simulation session.
- Fixed display of error messages where filename is empty.
4 lines of code changed in 2 files:
- Added missing function.
18 lines of code changed in 2 files:
- Merged OMEdit TLM branch with trunk.
10 lines of code changed in 2 files:
#3285
- Generate relative components paths for classes contained in package.
78 lines of code changed in 2 files:
- Removed unused functions from StringHandler.
0 lines of code changed in 2 files:
#1540
- Handle quoted identifiers simulation.
1 lines of code changed in 1 file:
- Re-implement start & exit to handle Thread loop.
27 lines of code changed in 2 files:
- Reopen stdout in OMEdit to get the OMC console messages.
- Shows the stdout messages on MessagesWidget.
54 lines of code changed in 2 files:
- Better syntax highlighting handling.
- Removed TLM references. Merge the TLM branch when it's complete.
0 lines of code changed in 2 files:
#3265
- Changed copy to duplicate.
6 lines of code changed in 2 files:
- Directly use the getClassInformaiton struct generated by OpenModelica scripting API.
5 lines of code changed in 1 file:
#3196
- Better vector connections support.
0 lines of code changed in 2 files:
Handle array assignments
5 lines of code changed in 1 file:
- Use one constructor for ModelWidget to avoid duplicating the same source code.
1 lines of code changed in 1 file:
- Updated the Figaro interface.
2 lines of code changed in 2 files:
- Removed CORBA stuff from OMEdit.
- No need to USE_OMC_SHARED_OBJECT define anymore.
3 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.
3 lines of code changed in 2 files:
- handle modelica_string type.
2 lines of code changed in 2 files:
- Do not escape strings when sending data directly.
0 lines of code changed in 2 files:
- updated parseFile, parseString to scripting API.
22 lines of code changed in 2 files:
- fix Makefile.omdev.mingw
- remove some warnings
2 lines of code changed in 2 files:
- Allow users to specify a name for FMU via FMI export settings.
4 lines of code changed in 2 files:
- Better message to generate operations for transformationalDebugger.
7 lines of code changed in 2 files:
#3119
- Removed simflags: "-iom=*" and "-iim=numeric" from OMEdit
1 lines of code changed in 2 files:
- Handle the fileName returned by `getClassInformation`.
1 lines of code changed in 1 file:
#2781
- Settings for Messages Browser.
- Allows settings output size, font and color for messages.
9 lines of code changed in 2 files:
- Use the fileName argument of parseString & loadString.
1 lines of code changed in 1 file:
- Simulation executable outputs HTML entities so use Qt::convertFromPlainText.
2 lines of code changed in 1 file:
#2391
- Improve handling of modifiers in OMEdit.
1 lines of code changed in 1 file:
#2550, #2390
- Fully support showStartAttribute in OMEdit.
90 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.
158 lines of code changed in 4 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.
48 lines of code changed in 4 files:
- Use QImage instead of QPixmap while exporting to image.
- Added tiff in the export as image option.
- Added copy to clipboard option.
1 lines of code changed in 1 file:
- Add capability to OMEdit to link directly against omc (gives a good performance increase especially if calling used functions directly without requiring parsing strings)
- Add OMCOutput parser to OMEdit, to parse the most common OMC Values.Value outputs (no records yet; only sequences and values); the output is a QVariant
- Update getClassInformation to use ModelicaBuiltin.mo
- Add a mockup of the OpenModelicaScriptingAPI.mo we should be able to create from ModelicaBuiltin.mo, and OMC_API.{cpp,h} that should be automatically generated Qt/C++ files corresponding to the same API
7 lines of code changed in 2 files:
- send getVersion as the first command to connected omc.
2 lines of code changed in 2 files:
OMEdit: handle equations also for Model_info.json files
16 lines of code changed in 2 files:
Change transformation uses/deps to use QList and equation kind to simply be a string
20 lines of code changed in 2 files:
#2906
- Drop down menus for Enumeration and Boolean types.
- Added a new API getBuiltinType.
1 lines of code changed in 1 file:
Parse all operations correctly for JSON
15 lines of code changed in 4 files:
(90 more)