Directory OMOptim/GUI/Tools/

Directory Created:
2011-03-18 14:18
Total Files:
2
Deleted Files:
16
Lines of Code:
359

[root]/OMOptim/GUI/Tools

Lines of Code

OMOptim/GUI/Tools/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 116 (100.0%) 4881 (100.0%) 42.0
hubert.thieriot 108 (93.1%) 4753 (97.4%) 44.0
sjoelund.se 4 (3.4%) 64 (1.3%) 16.0
hudson 4 (3.4%) 64 (1.3%) 16.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

2 lines of code changed in 2 files:

  • OMOptim/GUI/Tools: OMOptimGuiTools.cpp (+1), OMOptimGuiTools.h (+1)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

6 lines of code changed in 1 file:

  • OMOptim/GUI/Tools: OMOptimGuiTools.cpp (+6 -6)
hubert.thieriot 2013-06-21 08:34 Rev.: 16427

- gui updates
- more simulations messages
- new search functions in moditemstree

3 lines of code changed in 2 files:

  • OMOptim/GUI/Tools: OMOptimGuiTools.cpp (+2 -2), OMOptimGuiTools.h (+1 -1)
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

56 lines of code changed in 1 file:

  • OMOptim/GUI/Tools: OMOptimGuiTools.cpp (+56 -56)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

56 lines of code changed in 1 file:

  • OMOptim/GUI/Tools: OMOptimGuiTools.cpp (+56 -56)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

2 lines of code changed in 2 files:

  • OMOptim/GUI/Tools: OMOptimGuiTools.cpp (+1), OMOptimGuiTools.h (+1)
hubert.thieriot 2012-08-21 16:58 Rev.: 12619

- added blackbox managment (optimization using executable only)
- first developer documentation

20 lines of code changed in 2 files:

  • OMOptim/GUI/Tools: OMOptimGuiTools.cpp (+19 -11), OMOptimGuiTools.h (+1)
hubert.thieriot 2012-05-23 15:05 Rev.: 11937

- improved Dymola script function
- improved documentation
- loading OptimResult does not ask for model compilation if unfound

1 lines of code changed in 1 file:

  • OMOptim/GUI/Tools: OMOptimGuiTools.cpp (+1)
hubert.thieriot 2012-05-15 12:16 Rev.: 11918

- .min file fully compatible with relative paths

2 lines of code changed in 1 file:

  • OMOptim/GUI/Tools: OMOptimGuiTools.cpp (+2 -1)
hubert.thieriot 2012-04-18 19:19 Rev.: 11769

- removed many unnedded header includes

2 lines of code changed in 1 file:

  • OMOptim/GUI/Tools: OMOptimGuiTools.cpp (+2 -1)
hubert.thieriot 2012-04-16 17:52 Rev.: 11757

- MOParameter modifications (still without any effect)

33 lines of code changed in 1 file:

  • OMOptim/GUI/Tools: OMOptimGuiTools.cpp (+33 -6)
hubert.thieriot 2012-04-12 18:03 Rev.: 11738

- added unloadMoFile function

6 lines of code changed in 1 file:

  • OMOptim/GUI/Tools: OMOptimGuiTools.cpp (+6)
hubert.thieriot 2012-03-28 14:27 Rev.: 11585

- improved needed files for compilation
- OpenModelica compiling in tmp folder

5 lines of code changed in 1 file:

  • OMOptim/GUI/Tools: OMOptimGuiTools.cpp (+5)
hubert.thieriot 2012-03-27 16:34 Rev.: 11569

- corrected find functions
- corrected WidgetModelsList

1 lines of code changed in 1 file:

  • OMOptim/GUI/Tools: OMOptimGuiTools.cpp (+1 -1)
hubert.thieriot 2012-03-27 14:22 Rev.: 11567

- models consolidation when loading project (check whether models exist or not)

1 lines of code changed in 1 file:

  • OMOptim/GUI/Tools: OMOptimGuiTools.cpp (+1 -1)
hubert.thieriot 2012-03-27 13:40 Rev.: 11566

- OpenModelica compiles in model folder : be careful when space in path
- first functions to consolidate models path (not applied yet)

58 lines of code changed in 2 files:

  • OMOptim/GUI/Tools: OMOptimGuiTools.cpp (+55), OMOptimGuiTools.h (+3)
sjoelund.se 2012-03-13 08:54 Rev.: 11398

- Remove some tabs from sources

6 lines of code changed in 1 file:

  • OMOptim/GUI/Tools: OMOptimGuiTools.cpp (+6 -6)
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.

247 lines of code changed in 18 files:

  • OMOptim/GUI/Tools: GuiTools.cpp (del), GuiTools.h (del), MOGuiTools.cpp (del), MOGuiTools.h (del), MOSplitter.cpp (del), MOSplitter.h (del), MOStyleSheet.cpp (del), MOStyleSheet.h (del), MyDelegates.cpp (del), MyDelegates.h (del), MyTextLog.cpp (del), MyTextLog.h (del), MyTreeView.cpp (del), MyTreeView.h (del), OMOptimGuiTools.cpp (new 159), OMOptimGuiTools.h (new 88), qsciencespinbox.cpp (del), qsciencespinbox.h (del)
hubert.thieriot 2012-02-06 14:39 Rev.: 11037

- small gui improvements

2 lines of code changed in 2 files:

  • OMOptim/GUI/Tools: MyTextLog.cpp (+1 -1), MyTextLog.h (+1 -1)
hubert.thieriot 2012-01-30 19:24 Rev.: 10985

- updated GUI (omcases tree view, project infos)
- corrected int and double bounds in Optimization

183 lines of code changed in 3 files:

  • OMOptim/GUI/Tools: GuiTools.cpp (-3), MyTreeView.cpp (+154 -1), MyTreeView.h (+29)
hubert.thieriot 2012-01-27 19:00 Rev.: 10972

- updated modelica variables datatype
- updated gui for scaning results
- updated blocksubstitution (still to check)

20 lines of code changed in 2 files:

  • OMOptim/GUI/Tools: GuiTools.cpp (+2 -1), GuiTools.h (+18 -18)
hubert.thieriot 2012-01-23 19:13 Rev.: 10945

- open .mo file and auto-reload proposition
- reload in omc function updated

13 lines of code changed in 1 file:

  • OMOptim/GUI/Tools: GuiTools.cpp (+13 -8)
hubert.thieriot 2012-01-17 19:43 Rev.: 10916

- updated saving functions
- renamed ModClass to ModItem
- Modelica Record, Class, Model ...

14 lines of code changed in 2 files:

  • OMOptim/GUI/Tools: GuiTools.cpp (+8 -8), GuiTools.h (+6 -6)
hubert.thieriot 2012-01-13 19:57 Rev.: 10895

- modified setting dlg
- cleaned modmodelplus
- modified mainwindow log formatting

1 lines of code changed in 2 files:

  • OMOptim/GUI/Tools: GuiTools.h (-1), MyTextLog.cpp (+1)
hubert.thieriot 2012-01-03 20:07 Rev.: 10855

- made infosender a singleton working with plugin
- improved modclasstree

18 lines of code changed in 4 files:

  • OMOptim/GUI/Tools: GuiTools.cpp (+2 -2), GuiTools.h (+1 -1), qsciencespinbox.cpp (+1), qsciencespinbox.h (+14 -13)
hubert.thieriot 2012-01-02 12:51 Rev.: 10848

- GUI : updated double specification : uses QScienceSpinBox : allows scientific notation and dot decimal separator
- removed old EI statements

594 lines of code changed in 3 files:

  • OMOptim/GUI/Tools: MyDelegates.h (+4 -1), qsciencespinbox.cpp (new 543), qsciencespinbox.h (new 47)
hubert.thieriot 2011-12-26 14:23 Rev.: 10834

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

90 lines of code changed in 4 files:

  • OMOptim/GUI/Tools: GuiTools.cpp (+42 -54), GuiTools.h (+44 -16), MOGuiTools.h (+1 -1), MyDelegates.h (+3 -2)
hubert.thieriot 2011-10-19 12:58 Rev.: 10155

- corrected Dymola::setVariablesToDsin

1 lines of code changed in 1 file:

  • OMOptim/GUI/Tools: GuiTools.cpp (+1)
hubert.thieriot 2011-10-18 18:22 Rev.: 10147

- major bug : corrected init_xml writing (file were not written correctly)

5 lines of code changed in 1 file:

  • OMOptim/GUI/Tools: GuiTools.cpp (+5 -1)
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

54 lines of code changed in 5 files:

  • OMOptim/GUI/Tools: GuiTools.cpp (+7 -1), GuiTools.h (+3), MyTextLog.cpp (+1 -1), MyTreeView.cpp (new 38), MyTreeView.h (+5 -22)
hubert.thieriot 2011-09-05 13:25 Rev.: 9744

Merged with Hubert's branch

1517 lines of code changed in 13 files:

  • OMOptim/GUI/Tools: GuiTools.cpp (+477 -483), GuiTools.h (+105 -105), MOGuiTools.cpp (+71 -71), MOGuiTools.h (+61 -61), MOSplitter.cpp (+86 -86), MOSplitter.h (+64 -64), MOStyleSheet.cpp (+60 -60), MOStyleSheet.h (+55 -55), MyDelegates.cpp (+210 -210), MyDelegates.h (+210 -210), MyTextLog.cpp (+57 -57), MyTextLog.h (+60 -60), MyTreeView.h (+1 -1)
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


250 lines of code changed in 2 files:

  • OMOptim/GUI/Tools: GuiTools.cpp (+237 -216), MyTreeView.h (+13)
hubert.thieriot 2011-07-11 09:22 Rev.: 9445

- first corrections for linux compiling -still in progress

1 lines of code changed in 1 file:

  • OMOptim/GUI/Tools: MyDelegates.h (+1 -1)
hubert.thieriot 2011-07-06 13:44 Rev.: 9418

- merged with Hubert's branch

74 lines of code changed in 5 files:

  • OMOptim/GUI/Tools: GuiTools.cpp (+32 -22), GuiTools.h (+3 -3), MyDelegates.h (+30 -1), MyTextLog.cpp (+5 -8), MyTextLog.h (+4 -4)
hubert.thieriot 2011-05-27 17:41 Rev.: 9147

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

149 lines of code changed in 13 files:

  • OMOptim/GUI/Tools: GuiTools.cpp (+63), GuiTools.h (+4), MOGuiTools.cpp (+1), MOGuiTools.h (+1), MOSplitter.cpp (+1), MOSplitter.h (+1), MOStyleSheet.cpp (+1), MOStyleSheet.h (+1), MyDelegates.cpp (+1), MyDelegates.h (+1), MyTextLog.cpp (+1), MyTextLog.h (+1), MyTreeView.h (new 72)
hubert.thieriot 2011-03-18 14:18 Rev.: 8302

- fisrt commit of all needed files + binary files

1388 lines of code changed in 12 files:

  • OMOptim/GUI/Tools: GuiTools.cpp (new 389), GuiTools.h (new 101), MOGuiTools.cpp (new 70), MOGuiTools.h (new 60), MOSplitter.cpp (new 85), MOSplitter.h (new 63), MOStyleSheet.cpp (new 59), MOStyleSheet.h (new 54), MyDelegates.cpp (new 209), MyDelegates.h (new 180), MyTextLog.cpp (new 59), MyTextLog.h (new 59)
Generated by StatSVN 0.7.0