Directory OMEdit/OMEditGUI/Plotting/

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

[root]/OMEdit/OMEditGUI/Plotting

Lines of Code

OMEdit/OMEditGUI/Plotting/ Lines of Code

Developers

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

Most Recent Commits

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

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

4 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/Plotting: PlotWindowContainer.cpp (+1), PlotWindowContainer.h (+1), VariablesWidget.cpp (+1), VariablesWidget.h (+1)
adeas31 2015-04-23 16:01 Rev.: 25711

- Merged OMEdit TLM branch with trunk.

6 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Plotting: PlotWindowContainer.cpp (+2 -2), VariablesWidget.cpp (+4 -4)
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.

24 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Plotting: VariablesWidget.cpp (+22 -2), VariablesWidget.h (+2 -1)
adeas31 2015-04-10 17:09 Rev.: 25497

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

  • OMEdit/OMEditGUI/Plotting: PlotWindowContainer.cpp (+4 -5), VariablesWidget.cpp (+16 -9)
adeas31 2015-04-10 01:00 Rev.: 25480

#2860
- Allow preserving the zoom level. Don't always auto rescale for new variables in plot.

35 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Plotting: PlotWindowContainer.cpp (+9 -4), VariablesWidget.cpp (+26 -16)
adeas31 2015-03-20 13:03 Rev.: 25173

- Do not create MessageItem on heap.

16 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Plotting: PlotWindowContainer.cpp (+4 -6), VariablesWidget.cpp (+12 -12)
hkiel 2015-02-27 18:44 Rev.: 24838

fix warning
fix memory leak

0 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Plotting: VariablesWidget.cpp (-1)
adrpo 2015-02-06 06:22 Rev.: 24453

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

  • OMEdit/OMEditGUI/Plotting: VariablesWidget.cpp (+4 -4)
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.

8 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Plotting: VariablesWidget.cpp (+8 -2)
adeas31 2014-12-17 20:17 Rev.: 23833

- Display warning if model_init.xml file not found.

3 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Plotting: VariablesWidget.cpp (+3 -6)
adeas31 2014-11-29 05:16 Rev.: 23599

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

0 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Plotting: VariablesWidget.h (-1)
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.

16 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Plotting: PlotWindowContainer.cpp (+2 -4), VariablesWidget.cpp (+14 -18)
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.

86 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Plotting: VariablesWidget.cpp (+82 -57), VariablesWidget.h (+4 -1)
adeas31 2014-11-19 18:30 Rev.: 23455

#2993
- Allow tiling of sub-windows horizontally and vertically.

0 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Plotting: PlotWindowContainer.cpp (-1)
adeas31 2014-11-17 19:44 Rev.: 23414

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

  • OMEdit/OMEditGUI/Plotting: PlotWindowContainer.cpp (+12 -5), PlotWindowContainer.h (+1 -1)
adeas31 2014-11-01 04:04 Rev.: 23122

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

  • OMEdit/OMEditGUI/Plotting: VariablesWidget.cpp (+2)
adeas31 2014-10-22 21:27 Rev.: 22879

#2922, #2674
- Implemented natural sort for Variables tree.

9 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Plotting: VariablesWidget.cpp (+7), VariablesWidget.h (+2 -1)
adeas31 2014-10-22 15:01 Rev.: 22866

- Made re-simulate more easily accessible for users.
- Added new svg icon for re-simulate.

39 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Plotting: VariablesWidget.cpp (+35 -20), VariablesWidget.h (+4 -2)
adeas31 2014-10-22 01:39 Rev.: 22858

- Fixed the MainWindow title changes when user switches between different models, plots & perspectives.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Plotting: PlotWindowContainer.cpp (+2 -3)
adeas31 2014-10-20 16:03 Rev.: 22820

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

  • OMEdit/OMEditGUI/Plotting: VariablesWidget.cpp (+1 -1)
adeas31 2014-10-11 18:54 Rev.: 22724

- Show device error if file open fails.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Plotting: VariablesWidget.cpp (+2 -2)
adeas31 2014-08-27 01:11 Rev.: 22007

- Merged the debugger branch with the trunk.
- Generate the GDB parser make files.

2 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/Plotting: PlotWindowContainer.cpp (changed), PlotWindowContainer.h (changed), VariablesWidget.cpp (+2 -2), VariablesWidget.h (changed)
adeas31 2014-07-11 19:43 Rev.: 21480

- Fixed parsing of der variables.

6 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Plotting: VariablesWidget.cpp (+6 -1)
adeas31 2014-07-04 03:59 Rev.: 21414

- Restructuring the files and folders.

1696 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/Plotting: PlotWindowContainer.cpp (new 179), PlotWindowContainer.h (new 61), VariablesWidget.cpp (new 1266), VariablesWidget.h (new 190)
Generated by StatSVN 0.7.0