Directory OMOptim/GUI/Widgets/

Directory Created:
2011-03-18 14:18
Total Files:
60
Deleted Files:
59
Lines of Code:
7289

[root]/OMOptim/GUI/Widgets

Lines of Code

OMOptim/GUI/Widgets/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 899 (100.0%) 31152 (100.0%) 34.6
hubert.thieriot 674 (75.0%) 27964 (89.8%) 41.4
hudson 97 (10.8%) 2092 (6.7%) 21.5
sjoelund.se 121 (13.5%) 1093 (3.5%) 9.0
adeas31 2 (0.2%) 2 (0.0%) 1.0
perost 1 (0.1%) 1 (0.0%) 1.0
lochel 2 (0.2%) 0 (0.0%) 0.0
adrpo 2 (0.2%) 0 (0.0%) 0.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

60 lines of code changed in 60 files:

  • OMOptim/GUI/Widgets: WidgetBlocks.cpp (+1), WidgetBlocks.h (+1), WidgetBlocks.ui (+1), WidgetCalculateMooPoints.cpp (+1), WidgetCalculateMooPoints.h (+1), WidgetCalculateMooPoints.ui (+1), WidgetCtrlParameters.cpp (+1), WidgetCtrlParameters.h (+1), WidgetModelsList.cpp (+1), WidgetModelsList.h (+1), WidgetModelsList.ui (+1), WidgetMooPlot.cpp (+1), WidgetMooPlot.h (+1), WidgetMooPlot.ui (+1), WidgetMooPointsList.cpp (+1), WidgetMooPointsList.h (+1), WidgetMooPointsList.ui (+1), WidgetOneSimVars.cpp (+1), WidgetOneSimVars.h (+1), WidgetOptParameters.cpp (+1), WidgetOptParameters.h (+1), WidgetOptParameters.ui (+1), WidgetOptTable.cpp (+1), WidgetOptTable.h (+1), WidgetOptTable.ui (+1), WidgetProblemActions.cpp (+1), WidgetProblemActions.h (+1), WidgetProblemActions.ui (+1), WidgetProgress.cpp (+1), WidgetProgress.h (+1), WidgetProgress.ui (+1), WidgetProjectInfos.cpp (+1), WidgetProjectInfos.h (+1), WidgetProjectInfos.ui (+1), WidgetResultInfos.cpp (+1), WidgetResultInfos.h (+1), WidgetResultInfos.ui (+1), WidgetSelPointScan.cpp (+1), WidgetSelPointScan.h (+1), WidgetSelPointScan.ui (+1), WidgetSelectComponents.cpp (+1), WidgetSelectComponents.h (+1), WidgetSelectComponents.ui (+1), WidgetSelectEditVars.cpp (+1), WidgetSelectEditVars.h (+1), WidgetSelectEditVars.ui (+1), WidgetSelectModModel.cpp (+1), WidgetSelectModModel.h (+1), WidgetSelectModModel.ui (+1), WidgetSelectOptVars.cpp (+1), WidgetSelectOptVars.h (+1), WidgetTableRecVar.cpp (+1), WidgetTableRecVar.h (+1), WidgetTableRecVar.ui (+1), WidgetToolBar.cpp (+1), WidgetToolBar.h (+1), WidgetToolBar.ui (+1), widgetloadexemodel.cpp (+1), widgetloadexemodel.h (+1), widgetloadexemodel.ui (+1)
adrpo 2014-09-30 06:33 Rev.: 22496

Merged branches/FFrontEnd into trunk/

Main changes:
- changed the environment to support both non-destructive and destructive updates
- Env.Cache -> FCore.Cache, Env.Env -> FCore.Graph
- FCore.Graph is not a list of Frames anymore is a stucture where the previous list is saved in component "scope"
- all Frames in the new FCore.Graph are FCore.Ref pointing to FCore.Node having different FCore.Data depending on what they are
- all FCore.Nodes have children (FCore.CAvlTree) which maps names to FCore.Ref (which is Array<FCore.Node>, size 1)
- FGraph.openScope pushes an already existing FCore.Ref (or a new one) on the scope list
- for all components having modifications the last class in the type path is renamed to include the
prefix, see FGraph.createVersionScope (this is done because we need unique names for redeclared functions,
records, etc and we need a unique type scope for that)
Example: A.B.C c -> A.B.C$c c

Bug fixes:
- calling function via component (multibody MSL 3.2.1 patch not needed anymore, will remove it in a next commit)
- #2837 array equations wrongly handled in RemoveSimpleEquations (used in ThermoPower and PowerSystems libraries, etc)
#2784, #2727, #2739 (missing modifiers combined with redeclare and unique function generation for redeclared functions)
#2835 - handle overconstrained connectors extending basic types (used in PowerSystems library)
- do not loose modifications on derived classes handled by InstExtends
- some error messages about missing components in Fluid library are gone
- for components of size 0 do not check if they are assigned before use in functions (residue in equalityConstraint)

0 lines of code changed in 2 files:

  • OMOptim/GUI/Widgets: WidgetMooPointsList.cpp (changed), WidgetMooPointsList.h (changed)
lochel 2014-08-01 13:37 Rev.: 21706

- merged revision(s) r21547-r21703 from branches/initialization/
- completely new initialization approach for under-determined, over-determined and simultaneously under- and over-determined systems
- symbolic consistency check for over-determined (sub-)systems

0 lines of code changed in 2 files:

  • OMOptim/GUI/Widgets: WidgetMooPointsList.cpp (changed), WidgetMooPointsList.h (changed)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

139 lines of code changed in 28 files:

  • OMOptim/GUI/Widgets: WidgetBlocks.cpp (+8 -8), WidgetBlocks.h (+7 -7), WidgetCalculateMooPoints.cpp (+1 -1), WidgetCalculateMooPoints.h (+7 -7), WidgetCtrlParameters.h (+6 -6), WidgetModelsList.h (+1 -1), WidgetMooPlot.h (+1 -1), WidgetOptParameters.cpp (+2 -2), WidgetOptParameters.h (+2 -2), WidgetOptTable.cpp (+10 -10), WidgetOptTable.h (+8 -8), WidgetProblemActions.h (+7 -7), WidgetProgress.cpp (+6 -6), WidgetProgress.h (+6 -6), WidgetProjectInfos.h (+6 -6), WidgetResultInfos.cpp (+6 -6), WidgetResultInfos.h (+1 -1), WidgetSelPointScan.cpp (+9 -9), WidgetSelPointScan.h (+7 -7), WidgetSelectComponents.cpp (+9 -9), WidgetSelectComponents.h (+8 -8), WidgetSelectEditVars.h (+1 -1), WidgetSelectModModel.h (+1 -1), WidgetSelectOptVars.h (+1 -1), WidgetTableRecVar.h (+1 -1), WidgetToolBar.cpp (+7 -7), WidgetToolBar.h (+9 -9), widgetloadexemodel.h (+1 -1)
hubert.thieriot 2013-06-24 16:55 Rev.: 16474

- prevented potential segFault in WidgetSelectEditVars

2 lines of code changed in 1 file:

  • OMOptim/GUI/Widgets: WidgetSelectEditVars.cpp (+2 -1)
hubert.thieriot 2013-06-23 03:02 Rev.: 16446

- updated for new OMOptimBasis (especially variable.value QVariant type)
- improved modExeplus and its ctrls
- gui simplifications

459 lines of code changed in 12 files:

  • OMOptim/GUI/Widgets: WidgetOneSimVars.cpp (+5 -162), WidgetOneSimVars.h (+10 -23), WidgetOneSimVars.ui (del), WidgetOptimActions.cpp (del), WidgetOptimActions.h (del), WidgetOptimActions.ui (del), WidgetProblemActions.cpp (new 132), WidgetProblemActions.h (new 85), WidgetProblemActions.ui (new 135), WidgetSelectEditVars.cpp (+84 -29), WidgetSelectEditVars.h (+7), WidgetSelectOptVars.h (+1)
hudson 2013-06-21 08:42 Rev.: 16429

[Janitor mode] Set auto-props

793 lines of code changed in 2 files:

  • OMOptim/GUI/Widgets: WidgetSelectEditVars.cpp (+654 -654), WidgetSelectEditVars.h (+139 -139)
hubert.thieriot 2013-06-21 08:34 Rev.: 16427

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

1382 lines of code changed in 7 files:

  • OMOptim/GUI/Widgets: WidgetOneSimVars.h (+8 -7), WidgetSelectEditVars.cpp (new 653), WidgetSelectEditVars.h (new 138), WidgetSelectEditVars.ui (new 572), WidgetSelectOptVars.cpp (+2 -536), WidgetSelectOptVars.h (+9 -61), WidgetSelectOptVars.ui (del)
hubert.thieriot 2013-06-05 10:47 Rev.: 16221

- added/cleaned script functions
- mutex for save/load
- GUI improvements

7 lines of code changed in 2 files:

  • OMOptim/GUI/Widgets: WidgetOptParameters.cpp (+6 -1), WidgetOptParameters.h (+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

625 lines of code changed in 29 files:

  • OMOptim/GUI/Widgets: WidgetBlocks.cpp (+23 -23), WidgetBlocks.h (+1 -1), WidgetCalculateMooPoints.cpp (+15 -15), WidgetCalculateMooPoints.h (+2 -2), WidgetCtrlParameters.cpp (+73 -73), WidgetCtrlParameters.h (+12 -12), WidgetModelsList.cpp (+12 -12), WidgetMooPlot.cpp (+66 -66), WidgetMooPointsList.cpp (+51 -51), WidgetMooPointsList.h (+8 -8), WidgetOneSimVars.cpp (+26 -26), WidgetOneSimVars.h (+1 -1), WidgetOptParameters.cpp (+29 -29), WidgetOptTable.cpp (+26 -26), WidgetOptTable.h (+2 -2), WidgetOptimActions.cpp (+12 -12), WidgetOptimActions.h (+4 -4), WidgetProgress.cpp (+18 -18), WidgetProjectInfos.cpp (+27 -27), WidgetProjectInfos.h (+1 -1), WidgetResultInfos.cpp (+1 -1), WidgetSelPointScan.cpp (+7 -7), WidgetSelPointScan.h (+1 -1), WidgetSelectComponents.cpp (+44 -44), WidgetSelectComponents.h (+2 -2), WidgetSelectModModel.cpp (+22 -22), WidgetSelectOptVars.cpp (+121 -121), WidgetTableRecVar.cpp (+2 -2), widgetloadexemodel.cpp (+16 -16)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

625 lines of code changed in 29 files:

  • OMOptim/GUI/Widgets: WidgetBlocks.cpp (+23 -23), WidgetBlocks.h (+1 -1), WidgetCalculateMooPoints.cpp (+15 -15), WidgetCalculateMooPoints.h (+2 -2), WidgetCtrlParameters.cpp (+73 -73), WidgetCtrlParameters.h (+12 -12), WidgetModelsList.cpp (+12 -12), WidgetMooPlot.cpp (+66 -66), WidgetMooPointsList.cpp (+51 -51), WidgetMooPointsList.h (+8 -8), WidgetOneSimVars.cpp (+26 -26), WidgetOneSimVars.h (+1 -1), WidgetOptParameters.cpp (+29 -29), WidgetOptTable.cpp (+26 -26), WidgetOptTable.h (+2 -2), WidgetOptimActions.cpp (+12 -12), WidgetOptimActions.h (+4 -4), WidgetProgress.cpp (+18 -18), WidgetProjectInfos.cpp (+27 -27), WidgetProjectInfos.h (+1 -1), WidgetResultInfos.cpp (+1 -1), WidgetSelPointScan.cpp (+7 -7), WidgetSelPointScan.h (+1 -1), WidgetSelectComponents.cpp (+44 -44), WidgetSelectComponents.h (+2 -2), WidgetSelectModModel.cpp (+22 -22), WidgetSelectOptVars.cpp (+121 -121), WidgetTableRecVar.cpp (+2 -2), widgetloadexemodel.cpp (+16 -16)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

535 lines of code changed in 38 files:

  • OMOptim/GUI/Widgets: WidgetBlocks.cpp (+1), WidgetBlocks.h (+1), WidgetCalculateMooPoints.cpp (+1), WidgetCalculateMooPoints.h (+1), WidgetCtrlParameters.cpp (+1), WidgetCtrlParameters.h (+1), WidgetModelsList.cpp (+133 -132), WidgetModelsList.h (+88 -87), WidgetMooPlot.cpp (+1), WidgetMooPlot.h (+1), WidgetMooPointsList.cpp (+1), WidgetMooPointsList.h (+1), WidgetOneSimVars.cpp (+1), WidgetOneSimVars.h (+1), WidgetOptParameters.cpp (+1), WidgetOptParameters.h (+1), WidgetOptTable.cpp (+1), WidgetOptTable.h (+1), WidgetProgress.cpp (+1), WidgetProgress.h (+1), WidgetProjectInfos.cpp (+1), WidgetProjectInfos.h (+1), WidgetResultInfos.cpp (+64 -63), WidgetResultInfos.h (+76 -75), WidgetSelPointScan.cpp (+1), WidgetSelPointScan.h (+1), WidgetSelectComponents.cpp (+1), WidgetSelectComponents.h (+1), WidgetSelectModModel.cpp (+1), WidgetSelectModModel.h (+1), WidgetSelectOptVars.cpp (+1), WidgetSelectOptVars.h (+1), WidgetTableRecVar.cpp (+1), WidgetTableRecVar.h (+1), WidgetToolBar.cpp (+1), WidgetToolBar.h (+1), widgetloadexemodel.cpp (+101 -100), widgetloadexemodel.h (+41 -40)
hubert.thieriot 2013-04-11 12:11 Rev.: 15789

- updated SaveOmOptim
- Some bugs corrections in ModPlusCtrls
- removed QObject inheritance

2 lines of code changed in 1 file:

  • OMOptim/GUI/Widgets: WidgetSelectOptVars.cpp (+2 -2)
hubert.thieriot 2013-03-31 14:44 Rev.: 15715

-small GUI and doc modifications

280 lines of code changed in 3 files:

  • OMOptim/GUI/Widgets: WidgetSelectOptVars.cpp (+69 -23), WidgetSelectOptVars.h (+11 -4), WidgetSelectOptVars.ui (+200 -214)
hubert.thieriot 2013-03-28 09:05 Rev.: 15676

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

7 lines of code changed in 2 files:

  • OMOptim/GUI/Widgets: WidgetSelectOptVars.cpp (+6), WidgetSelectOptVars.h (+1)
hubert.thieriot 2013-03-01 12:23 Rev.: 15409

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

15 lines of code changed in 3 files:

  • OMOptim/GUI/Widgets: WidgetMooPlot.cpp (+1), WidgetOneSimVars.cpp (+2), WidgetOneSimVars.ui (+12 -5)
hubert.thieriot 2013-02-04 13:30 Rev.: 15052

-removed useless signal
- stop problem signal/slot

36 lines of code changed in 3 files:

  • OMOptim/GUI/Widgets: WidgetMooPlot.ui (+12 -3), WidgetOptimActions.ui (+23 -12), WidgetProgress.cpp (+1 -1)
hubert.thieriot 2013-01-24 13:33 Rev.: 14907

- adapted to new OMOptimBasis version

0 lines of code changed in 1 file:

  • OMOptim/GUI/Widgets: WidgetModelsList.cpp (-1)
hubert.thieriot 2012-12-20 04:19 Rev.: 14476

- transfer filesToCopy as argument : instatiating function less called
- MOStyleSheet should contain main stylesheet strings

281 lines of code changed in 7 files:

  • OMOptim/GUI/Widgets: WidgetCtrlParameters.cpp (+6 -7), WidgetCtrlParameters.h (+3 -2), WidgetOneSimVars.cpp (+1 -1), WidgetOneSimVars.ui (+265 -214), WidgetOptimActions.cpp (+2 -2), WidgetSelectOptVars.cpp (+3 -4), WidgetSelectOptVars.ui (+1 -1)
hubert.thieriot 2012-12-02 13:01 Rev.: 14192

- updated for new MOVector::findItem function

14 lines of code changed in 1 file:

  • OMOptim/GUI/Widgets: WidgetMooPlot.cpp (+14 -12)
hubert.thieriot 2012-11-28 03:41 Rev.: 14096

- replaced editableField by protectedField (cleaner)

1 lines of code changed in 1 file:

  • OMOptim/GUI/Widgets: WidgetOneSimVars.cpp (+1 -1)
hubert.thieriot 2012-11-19 03:05 Rev.: 13954

- small omc function call improvment

2 lines of code changed in 1 file:

  • OMOptim/GUI/Widgets: WidgetModelsList.cpp (+2 -6)
hubert.thieriot 2012-11-13 04:31 Rev.: 13877

- copy paste shorcuts
- no more automatic compilation when loading

2 lines of code changed in 1 file:

  • OMOptim/GUI/Widgets: WidgetSelectOptVars.cpp (+2 -2)
hubert.thieriot 2012-11-02 04:14 Rev.: 13761

- updates for new information controler in OMOptimBasis
- minor corrections

0 lines of code changed in 1 file:

  • OMOptim/GUI/Widgets: WidgetCtrlParameters.cpp (-2)
hubert.thieriot 2012-10-18 04:20 Rev.: 13448

- when a mo file is reloaded, compiled versions are now deleted

11 lines of code changed in 2 files:

  • OMOptim/GUI/Widgets: WidgetSelectOptVars.cpp (+10), WidgetSelectOptVars.h (+1)
hubert.thieriot 2012-10-06 06:28 Rev.: 13210

- small updated
- new moomc/OpenModelica functions

27 lines of code changed in 4 files:

  • OMOptim/GUI/Widgets: WidgetOptimActions.cpp (+14), WidgetOptimActions.h (+2), WidgetSelectOptVars.cpp (+9), WidgetSelectOptVars.h (+2 -1)
hubert.thieriot 2012-09-07 05:53 Rev.: 12818

- other memory leaks (OMOptim). Should be over...

1 lines of code changed in 1 file:

  • OMOptim/GUI/Widgets: WidgetSelectOptVars.cpp (+1)
hubert.thieriot 2012-08-29 07:04 Rev.: 12714

- removed modmodelname function
- project findModItem function instead of findModModel

3 lines of code changed in 2 files:

  • OMOptim/GUI/Widgets: WidgetSelectComponents.cpp (+2 -2), widgetloadexemodel.cpp (+1 -1)
hubert.thieriot 2012-08-28 09:57 Rev.: 12700

- avoid loading of inexisting models in Optimization
- added compile function in modmodel

33 lines of code changed in 2 files:

  • OMOptim/GUI/Widgets: WidgetCtrlParameters.cpp (+1 -1), WidgetSelectOptVars.cpp (+32 -21)
perost 2012-08-21 23:14 Rev.: 12627

- And if everyone could use a case-sensitive filesystem, that would be nice too.

1 lines of code changed in 1 file:

  • OMOptim/GUI/Widgets: WidgetSelectOptVars.cpp (+1 -1)
hubert.thieriot 2012-08-21 16:58 Rev.: 12619

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

343 lines of code changed in 15 files:

  • OMOptim/GUI/Widgets: WidgetCtrlParameters.cpp (+32 -7), WidgetCtrlParameters.h (+2), WidgetModelsList.cpp (+1 -1), WidgetMooPlot.cpp (+4 -2), WidgetMooPointsList.cpp (changed), WidgetMooPointsList.h (changed), WidgetOneSimVars.cpp (+5 -2), WidgetOptimActions.cpp (+2 -2), WidgetSelectModModel.cpp (+18 -4), WidgetSelectModModel.h (+1 -1), WidgetSelectModModel.ui (+15 -5), WidgetSelectOptVars.cpp (+26 -6), widgetloadexemodel.cpp (new 98), widgetloadexemodel.h (new 38), widgetloadexemodel.ui (new 101)
sjoelund.se 2012-08-18 08:37 Rev.: 12583

- Detect people who cannot spell Link?ping correctly

8 lines of code changed in 4 files:

  • OMOptim/GUI/Widgets: WidgetCtrlParameters.cpp (+2 -2), WidgetCtrlParameters.h (+2 -2), WidgetOptParameters.cpp (+2 -2), WidgetOptParameters.h (+2 -2)
hubert.thieriot 2012-07-24 19:03 Rev.: 12360

- created OptimAlgos
- removed OptimAlgosUtils
-updated documentation

35 lines of code changed in 2 files:

  • OMOptim/GUI/Widgets: WidgetOptParameters.cpp (+35 -25), WidgetOptParameters.h (-1)
hubert.thieriot 2012-07-18 10:44 Rev.: 12334

- main change in OMParameter : use name as an index (removed INDEX field since it could cause mistakes when list of parameters evolves)

2 lines of code changed in 1 file:

  • OMOptim/GUI/Widgets: WidgetMooPointsList.cpp (+2 -2)
hubert.thieriot 2012-07-04 18:15 Rev.: 12272

- removed unneeded includes

2 lines of code changed in 2 files:

  • OMOptim/GUI/Widgets: WidgetProjectInfos.cpp (+1 -2), WidgetProjectInfos.h (+1 -1)
hubert.thieriot 2012-06-21 15:33 Rev.: 12177

- rename layout

1 lines of code changed in 1 file:

  • OMOptim/GUI/Widgets: WidgetMooPointsList.ui (+1 -1)
hubert.thieriot 2012-06-20 18:25 Rev.: 12155

- optimization Variables removed when remove corresponding model
- register meta types

5 lines of code changed in 1 file:

  • OMOptim/GUI/Widgets: WidgetModelsList.cpp (+5 -3)
hubert.thieriot 2012-06-19 18:54 Rev.: 12125

- Added MOVectors and converting functions
- Corrected MEDimValue initialization
- Added Moomc and ModItemsTree functions

2 lines of code changed in 2 files:

  • OMOptim/GUI/Widgets: WidgetCalculateMooPoints.cpp (+1 -2), WidgetMooPointsList.cpp (+1 -2)
hubert.thieriot 2012-06-11 17:57 Rev.: 12020

- Corrected problems in problem folder deleting !
- GUI correction

4 lines of code changed in 1 file:

  • OMOptim/GUI/Widgets: WidgetSelectOptVars.ui (+4 -4)
hubert.thieriot 2012-05-31 18:17 Rev.: 11963

- gui improvments

609 lines of code changed in 3 files:

  • OMOptim/GUI/Widgets: WidgetSelectOptVars.cpp (+139 -76), WidgetSelectOptVars.h (+6 -1), WidgetSelectOptVars.ui (+464 -274)

(46 more)

Generated by StatSVN 0.7.0