[root]/OMEdit/OMEditGUI
Annotations
(16 files, 5691 lines)
Component
(8 files, 4630 lines)
CrashReport
(2 files, 275 lines)
Debugger
(2 files, 873 lines)
Attach
(4 files, 732 lines)
Breakpoints
(6 files, 1495 lines)
GDB
(4 files, 2291 lines)
Locals
(4 files, 1222 lines)
Parser
(12 files, 1294 lines)
StackFrames
(2 files, 787 lines)
Editors
(14 files, 3264 lines)
FMI
(2 files, 238 lines)
GUI
(0 files, 0 lines)
Containers
(0 files, 0 lines)
Dialogs
(0 files, 0 lines)
Widgets
(0 files, 0 lines)
Modeling
(10 files, 8789 lines)
OMC
(2 files, 2568 lines)
Parser
(1 files, 123 lines)
Options
(4 files, 4897 lines)
Plotting
(4 files, 1800 lines)
Resources
(0 files, 0 lines)
PSDs
(4 files, 23377 lines)
XMLSchema
(1 files, 129 lines)
css
(1 files, 141 lines)
icons
(130 files, 23934 lines)
nls
(12 files, 48743 lines)
Simulation
(16 files, 4541 lines)
TransformationalDebugger
(2 files, 1532 lines)
Util
(12 files, 6886 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 1894 (100.0%) | 95981 (100.0%) | 50.6 |
adeas31 | 1084 (57.2%) | 52943 (55.2%) | 48.8 |
syeas460 | 335 (17.7%) | 16859 (17.6%) | 50.3 |
sjoelund.se | 320 (16.9%) | 10109 (10.5%) | 31.5 |
a_severin | 23 (1.2%) | 9392 (9.8%) | 408.3 |
adrpo | 23 (1.2%) | 3116 (3.2%) | 135.4 |
harka011 | 22 (1.2%) | 1371 (1.4%) | 62.3 |
abhinnk | 39 (2.1%) | 1291 (1.3%) | 33.1 |
hkiel | 18 (1.0%) | 394 (0.4%) | 21.8 |
hudson | 7 (0.4%) | 349 (0.4%) | 49.8 |
perost | 18 (1.0%) | 109 (0.1%) | 6.0 |
rakhiwarriar | 2 (0.1%) | 40 (0.0%) | 20.0 |
lochel | 3 (0.2%) | 8 (0.0%) | 2.6 |
Rename libantlr3.a to libomantlr3.so
2 lines of code changed in 2 files:
Lock OMEdit, use https://github.com/OpenModelica/OMEdit instead
10 lines of code changed in 10 files:
Multiarch patch: install libraries to OMHOME/lib/<triplet>/omc
- This will allow users to install multiple versions of the simulation libraries at the same time
1 lines of code changed in 1 file:
- Only allow one co-simulation session.
- Fixed display of error messages where filename is empty.
1 lines of code changed in 1 file:
- Start TLM co-simulation by reading the hostname.
2 lines of code changed in 1 file:
- Save the TLM LibraryTreeNode before starting simulation.
29 lines of code changed in 1 file:
- Cleaned up linking of libraries.
10 lines of code changed in 2 files:
- Removed linking of omniORB as is not needed anymore.
- Copy the QtXmlPatterns4.dll
3 lines of code changed in 2 files:
- Merged OMEdit TLM branch with trunk.
138 lines of code changed in 4 files:
#1768
- Set a call back function for plot commands.
- Updated OMNotebook to use the OpenModelicaCompiler shared library.
97 lines of code changed in 3 files:
#3271
- Handle tabbed dock widgets while switching between perspectives.
10 lines of code changed in 1 file:
- Removed the unnecessary ReleaseInformation message.
0 lines of code changed in 1 file:
- Reopen stderr in OMEdit to get the OMC console messages.
- Shows the stderr messages on MessagesWidget.
46 lines of code changed in 2 files:
- Re-implement start & exit to handle Thread loop.
1 lines of code changed in 1 file:
- Reopen stdout in OMEdit to get the OMC console messages.
- Shows the stdout messages on MessagesWidget.
48 lines of code changed in 3 files:
- Added CEditor with basic C Syntax highlighter.
2 lines of code changed in 1 file:
- Better syntax highlighting handling.
- Removed TLM references. Merge the TLM branch when it's complete.
0 lines of code changed in 3 files:
- More standardization of text editors.
- Better find/replace.
0 lines of code changed in 3 files:
- Standardized a lot of functionality in editors.
- Made the BaseEditor an abstract class with indentation, commenting, key handling, context menu etc. as pure virtual functions.
14 lines of code changed in 2 files:
Change libgc to libomcgc to make sure we link against the correct version of boehm-gc
3 lines of code changed in 2 files:
- Directly use the getClassInformaiton struct generated by OpenModelica scripting API.
3 lines of code changed in 1 file:
- return empty string when checkModel fails and set add error message.
- Only show InformationDialog if instantiateModel & checkModel succeed otherwise put the error message in Messages Browser.
15 lines of code changed in 1 file:
- Create only one editor object. Use the BaseEditor class.
52 lines of code changed in 1 file:
- Do not create MessageItem on heap.
25 lines of code changed in 1 file:
- Add the automatically loaded libraries to Libraries Browser.
5 lines of code changed in 1 file:
#3128
- Added shortcuts to switch between perspectives & views.
31 lines of code changed in 2 files:
- Updated the Figaro interface.
5 lines of code changed in 1 file:
- Removed CORBA stuff from OMEdit.
- No need to USE_OMC_SHARED_OBJECT define anymore.
8 lines of code changed in 6 files:
- Try to fix Windows build.
- Converted few more API calls in OMEdit to use scripting API.
5 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
1 lines of code changed in 1 file:
- Use searchClassNames & getClassInformation via direct scripting API.
- Removed OMC_API.h/cpp files as not needed now.
2 lines of code changed in 1 file:
- Allow users to specify a name for FMU via FMI export settings.
5 lines of code changed in 1 file:
- Use getClassNames via direct scripting API.
- Removed some unused APIs.
1 lines of code changed in 1 file:
- Use translateModelFMU directly.
6 lines of code changed in 2 files:
Set IMPORT_INTO for all files on Windows (to avoid accidentally breaking MMC_THROW)
3 lines of code changed in 1 file:
- minor changes in Qt API interface.
4 lines of code changed in 1 file:
- build OMEdit using the OpenModelicaCompiler.dll on Windows
- i think we should have both dll loading and corba in the same OMEdit and toggle it on a flag (so that is easier for testing)
- make handleCommand public in Main.mo as otherwise you cannot import it
9 lines of code changed in 2 files:
- in Windows somehow it matters the order of includes
4 lines of code changed in 1 file:
Fix compilation
1 lines of code changed in 1 file:
- Added a click slot for model switcher button.
24 lines of code changed in 1 file:
(454 more)