Directory OMOptim/GUI/Plots/

Directory Created:
2011-03-18 14:18
Total Files:
1
Deleted Files:
8
Lines of Code:
648

[root]/OMOptim/GUI/Plots

Lines of Code

OMOptim/GUI/Plots/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 61 (100.0%) 4770 (100.0%) 78.1
hubert.thieriot 55 (90.2%) 4161 (87.2%) 75.6
sjoelund.se 3 (4.9%) 415 (8.7%) 138.3
hudson 2 (3.3%) 129 (2.7%) 64.5
adeas31 1 (1.6%) 65 (1.4%) 65.0

Most Recent Commits

sjoelund.se 2015-04-27 17:41 Rev.: 25767

Prevent commits to OMOptim since the repository is being moved to https://github.com/OpenModelica/OMOptim

1 lines of code changed in 1 file:

  • OMOptim/GUI/Plots: MOOptPlot.h (+1)
adeas31 2014-05-07 14:57 Rev.: 20437

- Use Qwt6 with OMOptim.

65 lines of code changed in 1 file:

  • OMOptim/GUI/Plots: MOOptPlot.h (+65 -16)
sjoelund.se 2013-05-02 21:17 Rev.: 15963

Revert r15962 (accidently replaced 8 spaces with 2 spaces; was supposed to be 1 tab to 2 spaces but text editors messed up the command)
Contact me if you have problems merging your working copy

128 lines of code changed in 1 file:

  • OMOptim/GUI/Plots: MOOptPlot.h (+128 -128)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

128 lines of code changed in 1 file:

  • OMOptim/GUI/Plots: MOOptPlot.h (+128 -128)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • OMOptim/GUI/Plots: MOOptPlot.h (+1)
hubert.thieriot 2013-03-28 09:05 Rev.: 15676

- first steps towards scripting
- new MOomc functions
- removed all subblocks functions

81 lines of code changed in 1 file:

  • OMOptim/GUI/Plots: MOOptPlot.h (+81 -6)
hubert.thieriot 2013-03-01 12:23 Rev.: 15409

- added omc commandlineoption in OMOptimSettings
- updated gnuplot monitor (no more singleton)
- minor GUI updates

9 lines of code changed in 1 file:

  • OMOptim/GUI/Plots: MOOptPlot.h (+9)
hubert.thieriot 2012-11-02 04:14 Rev.: 13761

- updates for new information controler in OMOptimBasis
- minor corrections

1 lines of code changed in 1 file:

  • OMOptim/GUI/Plots: MOOptPlot.h (+1)
hubert.thieriot 2012-09-07 12:27 Rev.: 12824

Remove a plot memory leak

4 lines of code changed in 1 file:

  • OMOptim/GUI/Plots: MOOptPlot.h (+4 -4)
hubert.thieriot 2012-09-04 08:53 Rev.: 12770

- corrected memory leaks
- removed file permissions settings (work differently on Windows and Linux)

161 lines of code changed in 1 file:

  • OMOptim/GUI/Plots: MOOptPlot.h (+161 -161)
sjoelund.se 2012-03-13 08:54 Rev.: 11398

- Remove some tabs from sources

286 lines of code changed in 1 file:

  • OMOptim/GUI/Plots: MOOptPlot.h (+286 -286)
hubert.thieriot 2012-02-29 11:29 Rev.: 11231

- Splitted OMOptim : there is now a lib called OMOptimBasis (within OMOptim folder) which provides basis features. It will allow to share code with plugins and to build dedicated applications using similar base classes.

1 lines of code changed in 5 files:

  • OMOptim/GUI/Plots: MOOptPlot.h (+1 -1), MOPlot.cpp (del), MOPlot.h (del), MyQwtPlotPicker.cpp (del), MyQwtPlotPicker.h (del)
hubert.thieriot 2012-02-13 13:08 Rev.: 11099

- moditemstree now fills with threads (still to improve)
- use buildModel command in omc instead of simulate
- use .mat reading instead of .csv
- first steps to unsaved warning

2 lines of code changed in 1 file:

  • OMOptim/GUI/Plots: MOOptPlot.h (+2 -2)
hubert.thieriot 2012-01-03 20:07 Rev.: 10855

- made infosender a singleton working with plugin
- improved modclasstree

2 lines of code changed in 1 file:

  • OMOptim/GUI/Plots: MOOptPlot.h (+2 -2)
hubert.thieriot 2011-12-26 14:23 Rev.: 10834

- major improvment : removed EI, added plugin functionnality (not documented yet)

10 lines of code changed in 5 files:

  • OMOptim/GUI/Plots: MOCCCurve.cpp (del), MOCCCurve.h (del), MOCCPlot.cpp (del), MOCCPlot.h (del), MOPlot.h (+10 -2)
hubert.thieriot 2011-10-18 13:42 Rev.: 10144

- merged with Hubert's branch :
- mainly concerns stability, Energy integration (not included by default), and GUI

68 lines of code changed in 4 files:

  • OMOptim/GUI/Plots: MOCCCurve.cpp (+31 -9), MOCCCurve.h (+2 -1), MOCCPlot.h (+22 -5), MOPlot.h (+13)
hubert.thieriot 2011-09-05 13:25 Rev.: 9744

Merged with Hubert's branch

1783 lines of code changed in 9 files:

  • OMOptim/GUI/Plots: MOCCCurve.cpp (+221 -221), MOCCCurve.h (+115 -115), MOCCPlot.cpp (+1 -1), MOCCPlot.h (+362 -361), MOOptPlot.h (+514 -514), MOPlot.cpp (+84 -84), MOPlot.h (+363 -363), MyQwtPlotPicker.cpp (+62 -62), MyQwtPlotPicker.h (+61 -61)
hubert.thieriot 2011-08-08 17:27 Rev.: 9614

Merged with Hubert's branch
-Energy integration improvments (like curves, display and MILP calculations)
-Removed inadequate EI includes


339 lines of code changed in 5 files:

  • OMOptim/GUI/Plots: MOCCCurve.cpp (+69 -6), MOCCCurve.h (+20 -6), MOCCPlot.cpp (+42 -42), MOCCPlot.h (+205 -138), MOPlot.h (+3)
hubert.thieriot 2011-05-27 17:41 Rev.: 9147

- merged with Branch Hubert : many bugs corrected, gui improvments, Energy integration : first HEN .mod file

38 lines of code changed in 9 files:

  • OMOptim/GUI/Plots: MOCCCurve.cpp (+1), MOCCCurve.h (+1), MOCCPlot.cpp (+1), MOCCPlot.h (+27 -17), MOOptPlot.h (+1), MOPlot.cpp (+3 -2), MOPlot.h (+2 -1), MyQwtPlotPicker.cpp (+1), MyQwtPlotPicker.h (+1)
hubert.thieriot 2011-04-08 20:21 Rev.: 8558

Merged with branch : major bug corrections (cf branch history of https://openmodelica.ida.liu.se/svn/OpenModelica/branches/Optimization/Branches/Hubert)

26 lines of code changed in 2 files:

  • OMOptim/GUI/Plots: MOCCPlot.h (+3 -1), MOOptPlot.h (+23 -5)
hubert.thieriot 2011-03-18 14:18 Rev.: 8302

- fisrt commit of all needed files + binary files

1636 lines of code changed in 9 files:

  • OMOptim/GUI/Plots: MOCCCurve.cpp (new 157), MOCCCurve.h (new 100), MOCCPlot.cpp (new 41), MOCCPlot.h (new 282), MOOptPlot.h (new 493), MOPlot.cpp (new 83), MOPlot.h (new 359), MyQwtPlotPicker.cpp (new 61), MyQwtPlotPicker.h (new 60)
Generated by StatSVN 0.7.0