Directory OMOptimBasis/GUI/Widgets/

Total Files:
19
Deleted Files:
0
Lines of Code:
2073

[root]/OMOptimBasis/GUI/Widgets

Lines of Code

OMOptimBasis/GUI/Widgets/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 97 (100.0%) 1052 (100.0%) 10.8
hudson 35 (36.1%) 460 (43.7%) 13.1
hubert.thieriot 29 (29.9%) 338 (32.1%) 11.6
sjoelund.se 33 (34.0%) 254 (24.1%) 7.6

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

19 lines of code changed in 22 files:

  • OMOptimBasis/GUI/Widgets: WidgetFilesList.cpp (+1), WidgetFilesList.h (+1), WidgetFilesList.ui (new), WidgetList.cpp (+1), WidgetList.h (+1), WidgetMOItem.cpp (+1), WidgetMOItem.h (+1), WidgetMOItem.ui (+1), WidgetMOItemsList.cpp (+1), WidgetMOItemsList.h (+1), WidgetMOItemsList.ui (+1), WidgetProjectBaseInfos.cpp (+1), WidgetProjectBaseInfos.h (+1), WidgetProjectBaseInfos.ui (+1), WidgetSelectVars.cpp (+1), WidgetSelectVars.h (+1), WidgetSelectVars.ui (new), WidgetTableVar.cpp (+1), WidgetTableVar.h (+1)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

41 lines of code changed in 9 files:

  • OMOptimBasis/GUI/Widgets: WidgetFilesList.cpp (+6 -6), WidgetFilesList.h (+1 -1), WidgetList.cpp (+8 -8), WidgetList.h (+7 -7), WidgetMOItem.h (+11 -11), WidgetMOItemsList.h (+1 -1), WidgetProjectBaseInfos.h (+6 -6), WidgetSelectVars.h (+1 -1)
hubert.thieriot 2013-06-23 07:15 Rev.: 16449

- added script functions
- added ConsoleDlg

3 lines of code changed in 2 files:

  • OMOptimBasis/GUI/Widgets: WidgetProjectBaseInfos.ui (+3 -3)
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

235 lines of code changed in 11 files:

  • OMOptimBasis/GUI/Widgets: WidgetFilesList.cpp (+24 -24), WidgetList.cpp (+30 -30), WidgetList.h (+5 -5), WidgetMOItem.cpp (+58 -58), WidgetMOItem.h (+5 -5), WidgetMOItemsList.cpp (+3 -3), WidgetProjectBaseInfos.cpp (+21 -21), WidgetProjectBaseInfos.h (+1 -1), WidgetSelectVars.cpp (+47 -47), WidgetTableVar.cpp (+21 -21), WidgetTableVar.h (+20 -20)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

235 lines of code changed in 12 files:

  • OMOptimBasis/GUI/Widgets: WidgetFilesList.cpp (+24 -24), WidgetList.cpp (+30 -30), WidgetList.h (+5 -5), WidgetMOItem.cpp (+58 -58), WidgetMOItem.h (+5 -5), WidgetMOItemsList.cpp (+3 -3), WidgetProjectBaseInfos.cpp (+21 -21), WidgetProjectBaseInfos.h (+1 -1), WidgetSelectVars.cpp (+47 -47), WidgetTableVar.cpp (+21 -21), WidgetTableVar.h (+20 -20)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

184 lines of code changed in 14 files:

  • OMOptimBasis/GUI/Widgets: WidgetList.cpp (+1), WidgetList.h (+1), WidgetMOItem.cpp (+1), WidgetMOItem.h (+1), WidgetMOItemsList.cpp (+92 -91), WidgetMOItemsList.h (+82 -81), WidgetProjectBaseInfos.cpp (+1), WidgetProjectBaseInfos.h (+1), WidgetSelectVars.cpp (+1), WidgetSelectVars.h (+1), WidgetTableVar.cpp (+1), WidgetTableVar.h (+1)
hubert.thieriot 2013-04-11 12:06 Rev.: 15788

- removed QObject filiation : more error prone than useful (problems with multi-threading)
- added export folder option
- some files management correction

1 lines of code changed in 1 file:

  • OMOptimBasis/GUI/Widgets: WidgetSelectVars.cpp (+1 -1)
hubert.thieriot 2013-03-28 09:04 Rev.: 15675

- mainly GUI small improvements
- first steps towards scripting

6 lines of code changed in 2 files:

  • OMOptimBasis/GUI/Widgets: WidgetTableVar.cpp (+5), WidgetTableVar.h (+1)
hubert.thieriot 2013-01-04 11:46 Rev.: 14663

- added possibility to filter variables based on causality

39 lines of code changed in 3 files:

  • OMOptimBasis/GUI/Widgets: WidgetSelectVars.cpp (+38 -1), WidgetSelectVars.h (new)
hubert.thieriot 2012-12-20 04:19 Rev.: 14475

- MOStyleSheet should contain main stylesheet strings
- small modifications (attribute _items instead of items)

39 lines of code changed in 3 files:

  • OMOptimBasis/GUI/Widgets: WidgetMOItemsList.ui (+37 -16), WidgetSelectVars.cpp (new)
hubert.thieriot 2012-12-02 13:00 Rev.: 14191

- new MOVector::findItem function. Returns item instead of index

8 lines of code changed in 2 files:

  • OMOptimBasis/GUI/Widgets: WidgetMOItemsList.h (+2 -2), WidgetMOItemsList.ui (+6 -9)
hubert.thieriot 2012-11-30 02:18 Rev.: 14158

---OMOPTIM-----
- MOItem : field type added
- GUI corrections
- FilesToCopy in OneSimulation

0 lines of code changed in 1 file:

  • OMOptimBasis/GUI/Widgets: WidgetMOItemsList.ui (-17)
hubert.thieriot 2012-11-28 02:36 Rev.: 14095

- added WidgetMOItemsList : generic editing widget

232 lines of code changed in 3 files:

  • OMOptimBasis/GUI/Widgets: WidgetMOItemsList.cpp (new 89), WidgetMOItemsList.h (new 79), WidgetMOItemsList.ui (new 64)
hubert.thieriot 2012-11-02 04:11 Rev.: 13760

- added a new Info controler (to be used in model/data architecture) -> less memory consumption

10 lines of code changed in 10 files:

  • OMOptimBasis/GUI/Widgets: WidgetList.cpp (+2), WidgetList.h (-1), WidgetMOItem.cpp (new), WidgetMOItem.h (new), WidgetTableVar.cpp (+2 -1)
hubert.thieriot 2012-10-06 06:26 Rev.: 13209

- resultTypes in ProblemInterface
- minor corrections

0 lines of code changed in 2 files:

  • OMOptimBasis/GUI/Widgets: WidgetTableVar.h (-2)
Generated by StatSVN 0.7.0