Directory OMEdit/OMEditGUI/Simulation/

Directory Created:
2014-07-04 03:59
Total Files:
16
Deleted Files:
0
Lines of Code:
4541

[root]/OMEdit/OMEditGUI/Simulation

Lines of Code

OMEdit/OMEditGUI/Simulation/ Lines of Code

Developers

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

Most Recent Commits

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

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

16 lines of code changed in 16 files:

  • OMEdit/OMEditGUI/Simulation: SimulationDialog.cpp (+1), SimulationDialog.h (+1), SimulationOptions.h (+1), SimulationOutputHandler.cpp (+1), SimulationOutputHandler.h (+1), SimulationOutputWidget.cpp (+1), SimulationOutputWidget.h (+1), SimulationProcessThread.cpp (+1), SimulationProcessThread.h (+1), TLMCoSimulationDialog.cpp (+1), TLMCoSimulationDialog.h (+1), TLMCoSimulationOptions.h (+1), TLMCoSimulationOutputWidget.cpp (+1), TLMCoSimulationOutputWidget.h (+1), TLMCoSimulationThread.cpp (+1), TLMCoSimulationThread.h (+1)
adeas31 2015-04-28 16:08 Rev.: 25789

- Set the TLMPluginPath

74 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/Simulation: TLMCoSimulationDialog.cpp (+52 -7), TLMCoSimulationDialog.h (+4), TLMCoSimulationOptions.h (+7 -4), TLMCoSimulationThread.cpp (+11 -17)
adeas31 2015-04-28 14:24 Rev.: 25786

- Added options for defining TLM manager & monitor processes.

83 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/Simulation: TLMCoSimulationDialog.cpp (+64 -11), TLMCoSimulationDialog.h (+8), TLMCoSimulationOptions.h (+9), TLMCoSimulationThread.cpp (+2 -6)
adeas31 2015-04-28 02:10 Rev.: 25775

- Only allow one co-simulation session.
- Fixed display of error messages where filename is empty.

73 lines of code changed in 6 files:

  • OMEdit/OMEditGUI/Simulation: TLMCoSimulationDialog.cpp (+18 -7), TLMCoSimulationDialog.h (+6), TLMCoSimulationOutputWidget.cpp (+36 -6), TLMCoSimulationOutputWidget.h (+5 -1), TLMCoSimulationThread.cpp (+6 -6), TLMCoSimulationThread.h (+2)
adeas31 2015-04-26 16:26 Rev.: 25745

- Fix OMEdit built.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Simulation: TLMCoSimulationDialog.cpp (+1)
adeas31 2015-04-26 16:08 Rev.: 25743

- Start TLM co-simulation by reading the hostname.

52 lines of code changed in 3 files:

  • OMEdit/OMEditGUI/Simulation: TLMCoSimulationDialog.cpp (+46 -9), TLMCoSimulationOptions.h (+4), TLMCoSimulationOutputWidget.cpp (+2)
hudson 2015-04-23 16:15 Rev.: 25714

[Janitor mode] Set auto-props

1104 lines of code changed in 7 files:

  • OMEdit/OMEditGUI/Simulation: TLMCoSimulationDialog.cpp (+242 -241), TLMCoSimulationDialog.h (+83 -82), TLMCoSimulationOptions.h (+95 -94), TLMCoSimulationOutputWidget.cpp (+257 -256), TLMCoSimulationOutputWidget.h (+82 -81), TLMCoSimulationThread.cpp (+256 -255), TLMCoSimulationThread.h (+89 -88)
adeas31 2015-04-23 16:01 Rev.: 25711

- Merged OMEdit TLM branch with trunk.

1085 lines of code changed in 8 files:

  • OMEdit/OMEditGUI/Simulation: SimulationOutputWidget.cpp (+2 -2), TLMCoSimulationDialog.cpp (new 239), TLMCoSimulationDialog.h (new 80), TLMCoSimulationOptions.h (new 92), TLMCoSimulationOutputWidget.cpp (new 254), TLMCoSimulationOutputWidget.h (new 79), TLMCoSimulationThread.cpp (new 253), TLMCoSimulationThread.h (new 86)
adeas31 2015-04-19 14:29 Rev.: 25615

#1540
- Handle quoted identifiers simulation.

7 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Simulation: SimulationDialog.cpp (+7 -1), SimulationProcessThread.cpp (-1)
adeas31 2015-04-15 23:55 Rev.: 25565

- Use the appropriate tab stop width.
- Start the next line based on previous line indentation.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Simulation: SimulationOutputWidget.cpp (+1 -1)
adeas31 2015-04-13 23:36 Rev.: 25536

#3279
- Fixed the re-simulation crash.

4 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Simulation: SimulationDialog.cpp (+3 -1), SimulationDialog.h (+1)
adeas31 2015-04-09 01:49 Rev.: 25450

#2831
- Add the user current directory in PATH before starting the simulation executable.

10 lines of code changed in 3 files:

  • OMEdit/OMEditGUI/Simulation: SimulationDialog.cpp (+1), SimulationOptions.h (+5 -1), SimulationProcessThread.cpp (+4 -1)
adeas31 2015-04-04 19:15 Rev.: 25391

- Added CEditor with basic C Syntax highlighter.

11 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Simulation: SimulationOutputWidget.cpp (+11 -3)
adeas31 2015-04-02 23:43 Rev.: 25371

- More standardization of text editors.
- Better find/replace.

7 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Simulation: SimulationDialog.cpp (+6 -4), SimulationOutputWidget.cpp (+1 -1)
adeas31 2015-04-02 02:09 Rev.: 25361

- Use monospaced font as default for TextEditor.
- Use TextEditor instead of QPlainText when showing generated files.

3 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Simulation: SimulationOutputWidget.cpp (+3 -3)
adeas31 2015-03-25 15:48 Rev.: 25246

- Create only one editor object. Use the BaseEditor class.

5 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Simulation: SimulationDialog.cpp (+5 -4)
adeas31 2015-02-04 16:46 Rev.: 24413

- explicitly tell the user about simulation success/failure and not just show the exit codes.

4 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Simulation: SimulationProcessThread.cpp (+4 -4)
adeas31 2015-01-31 15:35 Rev.: 24347

#3119
- Removed simflags: "-iom=*" and "-iim=numeric" from OMEdit

22 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Simulation: SimulationDialog.cpp (+22 -39), SimulationOptions.h (-4)
adeas31 2015-01-29 20:26 Rev.: 24315

#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:

  • OMEdit/OMEditGUI/Simulation: SimulationDialog.cpp (+4)
adeas31 2015-01-28 12:07 Rev.: 24242

#3094
- escape the text section.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Simulation: SimulationOutputWidget.cpp (+1 -1)
adeas31 2014-12-21 01:47 Rev.: 23887

#3043
- Send the correct step size to simulation executable.

17 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Simulation: SimulationDialog.cpp (+12 -7), SimulationOptions.h (+5)
adeas31 2014-12-19 12:58 Rev.: 23874

#3042
- Fix the stupid copy paste.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Simulation: SimulationProcessThread.cpp (+1 -1)
adeas31 2014-12-18 21:27 Rev.: 23862

#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:

  • OMEdit/OMEditGUI/Simulation: SimulationOutputWidget.cpp (+1 -1)
adeas31 2014-12-18 14:45 Rev.: 23846

#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:

  • OMEdit/OMEditGUI/Simulation: SimulationDialog.cpp (+15 -9), SimulationDialog.h (+15 -5)
adeas31 2014-12-08 15:56 Rev.: 23698

- Simulation executable outputs HTML entities so use Qt::convertFromPlainText.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Simulation: SimulationOutputHandler.cpp (+1 -1)
adeas31 2014-12-02 19:02 Rev.: 23634

- emit sendCompilationFinished.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Simulation: SimulationProcessThread.cpp (+2)
adeas31 2014-12-02 02:26 Rev.: 23616

#2550, #2390
- Fully support showStartAttribute in OMEdit.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Simulation: SimulationOutputHandler.cpp (+1 -1)
adeas31 2014-11-30 17:08 Rev.: 23606

- Show the proper color for simulation output in formatted text mode.

21 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Simulation: SimulationOutputHandler.cpp (+12 -2), SimulationOutputWidget.cpp (+9)
adeas31 2014-11-30 16:49 Rev.: 23604

- Display the simulation output parser error.

20 lines of code changed in 3 files:

  • OMEdit/OMEditGUI/Simulation: SimulationOutputHandler.cpp (+18 -3), SimulationOutputHandler.h (+1), SimulationOutputWidget.cpp (+1 -1)
hudson 2014-11-29 08:19 Rev.: 23600

[Janitor mode] Set auto-props

297 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Simulation: SimulationOptions.h (+297 -296)
adeas31 2014-11-29 05:16 Rev.: 23599

- Fixed some re-simulate scenarios.
- Separated the SimulationOptions from SimulationDialog.

375 lines of code changed in 5 files:

  • OMEdit/OMEditGUI/Simulation: SimulationDialog.cpp (+73 -8), SimulationDialog.h (+3 -258), SimulationOptions.h (new 294), SimulationOutputWidget.cpp (+5 -65), SimulationOutputWidget.h (-3)
adeas31 2014-11-29 02:19 Rev.: 23597

- qRegisterMetaType StringHandler::SimulationMessageType for SimulationProcessThread.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Simulation: SimulationProcessThread.cpp (+1)
hudson 2014-11-29 01:58 Rev.: 23595

[Janitor mode] Set auto-props

505 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Simulation: SimulationOutputHandler.cpp (+385 -384), SimulationOutputHandler.h (+120 -119)
adeas31 2014-11-29 01:56 Rev.: 23594

#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:

  • OMEdit/OMEditGUI/Simulation: SimulationDialog.h (+2 -2), SimulationOutputHandler.cpp (new 382), SimulationOutputHandler.h (new 117), SimulationOutputWidget.cpp (+217 -122), SimulationOutputWidget.h (+32 -16), SimulationProcessThread.cpp (+7 -6), SimulationProcessThread.h (+2 -1)
perost 2014-11-24 17:08 Rev.: 23542

- Fix build.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Simulation: SimulationProcessThread.cpp (+2)
hudson 2014-11-24 15:17 Rev.: 23536

[Janitor mode] Set auto-props

948 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/Simulation: SimulationOutputWidget.cpp (+509 -508), SimulationOutputWidget.h (+102 -101), SimulationProcessThread.cpp (+250 -249), SimulationProcessThread.h (+87 -86)
adeas31 2014-11-24 15:15 Rev.: 23535

- Missing files from last commit.
- Compiler flags should be disabled when re-simulating.

934 lines of code changed in 5 files:

  • OMEdit/OMEditGUI/Simulation: SimulationDialog.cpp (+2 -1), SimulationOutputWidget.cpp (new 505), SimulationOutputWidget.h (new 98), SimulationProcessThread.cpp (new 246), SimulationProcessThread.h (new 83)
adeas31 2014-11-24 15:07 Rev.: 23532

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

  • OMEdit/OMEditGUI/Simulation: SimulationDialog.cpp (+467 -1035), SimulationDialog.h (+257 -106)
adeas31 2014-11-11 04:22 Rev.: 23314

- Set 5 as default value for -maxIntegrationOrder flag.

9 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Simulation: SimulationDialog.cpp (+9 -9)
adeas31 2014-11-06 19:12 Rev.: 23249

#2481
- Added GUI for dassl simulation flags.

102 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Simulation: SimulationDialog.cpp (+90 -1), SimulationDialog.h (+12)

(13 more)

Generated by StatSVN 0.7.0