Directory OMEdit/OMEditGUI/OMC/

Total Files:
2
Deleted Files:
2
Lines of Code:
2568

[root]/OMEdit/OMEditGUI/OMC
                directory in repo Parser (1 files, 123 lines)

Lines of Code

OMEdit/OMEditGUI/OMC/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 200 (100.0%) 4365 (100.0%) 21.8
sjoelund.se 35 (17.5%) 2861 (65.5%) 81.7
adeas31 152 (76.0%) 1421 (32.6%) 9.3
hudson 6 (3.0%) 58 (1.3%) 9.6
rakhiwarriar 2 (1.0%) 14 (0.3%) 7.0
adrpo 4 (2.0%) 10 (0.2%) 2.5
hkiel 1 (0.5%) 1 (0.0%) 1.0

Most Recent Commits

sjoelund.se 2015-05-03 08:55 Rev.: 25882

Lock OMEdit, use https://github.com/OpenModelica/OMEdit instead

2 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+1), OMCProxy.h (+1)
adeas31 2015-04-29 11:55 Rev.: 25813

#3296
- catch omc_Main_setWindowsPaths exception.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+2)
adeas31 2015-04-23 16:01 Rev.: 25711

- Merged OMEdit TLM branch with trunk.

4 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+4 -4)
adeas31 2015-04-23 00:36 Rev.: 25696

- Removed the plotSilent flag.
- Added argument forceOMPlot to plot APIs.

0 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (-2)
adeas31 2015-04-22 18:03 Rev.: 25691

- Call omc_Main_setWindowsPaths on Windows so that APIs like simulate can work properly.

6 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+6)
adeas31 2015-04-22 17:40 Rev.: 25689

#1768
- Set a call back function for plot commands.
- Updated OMNotebook to use the OpenModelicaCompiler shared library.

4 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+4)
adeas31 2015-04-08 17:12 Rev.: 25447

- Check and load dependent libraries for checkModel, checkAllModelsRecursive, instantiateModel, translateModel, translateModelFMU and translateModelXML.

11 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+11 -6)
adeas31 2015-04-08 16:51 Rev.: 25444

- Moved the exception handling to OpenModelicaScriptingAPIQt.cpp. Just emit the signal with exception from there and show it in OMEdit.

88 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+87 -226), OMCProxy.h (+1 -1)
adeas31 2015-04-08 15:23 Rev.: 25442

- Always check for error messages for translateModelFMU.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+1 -2)
adeas31 2015-03-27 17:33 Rev.: 25296

#3196
- Added vectorization support in OMEdit.

19 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+18), OMCProxy.h (+1)
adeas31 2015-03-27 16:01 Rev.: 25290

- Directly use the getClassInformaiton struct generated by OpenModelica scripting API.

6 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+4 -23), OMCProxy.h (+2 -1)
adeas31 2015-03-25 18:08 Rev.: 25254

- Fix the checkModel output.
- Fix failing tests.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+2 -6)
adeas31 2015-03-25 17:00 Rev.: 25252

- Print the messages in correct order.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+2 -1)
adeas31 2015-03-25 16:53 Rev.: 25251

- 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.

12 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+11 -8), OMCProxy.h (+1 -1)
adeas31 2015-03-20 16:50 Rev.: 25179

#3234
- Use try catch for omc APIs.

235 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+235 -79)
adeas31 2015-03-20 15:46 Rev.: 25177

#2676,#2677,#3025
- Fixed OMEdit saving issues.

4 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+3 -13), OMCProxy.h (+1 -1)
adeas31 2015-03-20 13:03 Rev.: 25173

- Do not create MessageItem on heap.

8 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+8 -20), OMCProxy.h (-1)
adeas31 2015-03-19 21:14 Rev.: 25172

#3234
- Call getMessagesStringInternal after the exception to get the real error message.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+1)
adeas31 2015-03-19 20:39 Rev.: 25170

#3234
- Catch the exception thrown in the OpenModelicaScriptingAPIQt.cpp
- Only done for translateModelFMU. We need to do it for all calls.

23 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+22 -7), OMCProxy.h (+1)
adeas31 2015-03-05 18:34 Rev.: 24943

- Fix build

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+1 -1)
adeas31 2015-02-25 15:36 Rev.: 24776

- Adapt to new exportToFigaro API structure.
- Updated exportToFigaro to use scripting API.

3 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+2 -3), OMCProxy.h (+1 -1)
sjoelund.se 2015-02-24 11:25 Rev.: 24731

Fix compilation

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+1 -1)
adeas31 2015-02-21 17:33 Rev.: 24685

- Add instruction about how to enable OMC CLI.

10 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+9 -1), OMCProxy.h (+1)
adeas31 2015-02-21 17:12 Rev.: 24684

- omc_config not required.

0 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (-2)
adeas31 2015-02-21 16:20 Rev.: 24682

- Removed CORBA stuff from OMEdit.
- No need to USE_OMC_SHARED_OBJECT define anymore.

25 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+23 -283), OMCProxy.h (+2 -20)
adrpo 2015-02-19 01:07 Rev.: 24627

- attempt to fix builds

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+1 -1)
adeas31 2015-02-10 12:50 Rev.: 24499

- Do not escape strings when sending data directly.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+2 -2)
sjoelund.se 2015-02-10 12:14 Rev.: 24497

Fix some unused variables

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+1 -2)
adeas31 2015-02-09 21:59 Rev.: 24489

- Moved getComponentModifierNames to ModelicaBuiltin.mo.
- updated getComponentModifierNames to scripting API.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+1 -4)
adeas31 2015-02-09 19:06 Rev.: 24484

- Moved getParameterValue to ModelicaBuiltin.mo.
- updated getParameterValue to scripting API.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+1 -6)
adeas31 2015-02-09 17:50 Rev.: 24482

- Moved getClaasRestriction & getParameterNames to ModelicaBuiltin.mo.
- updated getClaasRestriction to scripting API. Removed some unused APIs from OMCProxy.

13 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+13 -61), OMCProxy.h (-3)
adeas31 2015-02-08 20:51 Rev.: 24481

- updated is* to scripting API.

9 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+9 -18)
adeas31 2015-02-08 19:13 Rev.: 24476

- updated parseFile, parseString to scripting API.

17 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+15 -20), OMCProxy.h (+2 -2)
adeas31 2015-02-06 16:36 Rev.: 24463

- updated loadFile & loadString to scripting API.

8 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+6 -8), OMCProxy.h (+2 -2)
adeas31 2015-02-06 15:32 Rev.: 24462

- Try to fix Windows build.
- Converted few more API calls in OMEdit to use scripting API.

16 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+13 -25), OMCProxy.h (+3 -2)
adeas31 2015-02-06 14:17 Rev.: 24460

- Generate struct field names based on function output names.
- Converted few more API calls in OMEdit to use scripting API.

24 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+23 -40), OMCProxy.h (+1 -1)
adeas31 2015-02-06 01:58 Rev.: 24449

- Use searchClassNames & getClassInformation via direct scripting API.
- Removed OMC_API.h/cpp files as not needed now.

17 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+16 -23), OMCProxy.h (+1 -1), OMC_API.cpp (del), OMC_API.h (del)
adeas31 2015-02-06 01:25 Rev.: 24447

- Allow users to specify a name for FMU via FMI export settings.

4 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+3 -2), OMCProxy.h (+1 -1)
adeas31 2015-02-06 00:42 Rev.: 24446

- Use getClassNames via direct scripting API.
- Removed some unused APIs.

17 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+15 -69), OMCProxy.h (+2 -5)
adeas31 2015-02-05 19:35 Rev.: 24443

- emit signals from scripting API for logging.

65 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/OMC: OMCProxy.cpp (+62 -70), OMCProxy.h (+3 -5)

(90 more)

Generated by StatSVN 0.7.0