Directory OMOptimBasis/GUI/Tools/

Total Files:
14
Deleted Files:
0
Lines of Code:
2393

[root]/OMOptimBasis/GUI/Tools

Lines of Code

OMOptimBasis/GUI/Tools/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 90 (100.0%) 2247 (100.0%) 24.9
hudson 33 (36.7%) 1379 (61.4%) 41.7
sjoelund.se 24 (26.7%) 547 (24.3%) 22.7
hubert.thieriot 33 (36.7%) 321 (14.3%) 9.7

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

14 lines of code changed in 14 files:

  • OMOptimBasis/GUI/Tools: GuiTools.cpp (+1), GuiTools.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.cpp (+1), MyTreeView.h (+1), qsciencespinbox.cpp (+1), qsciencespinbox.h (+1)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

36 lines of code changed in 6 files:

  • OMOptimBasis/GUI/Tools: MOSplitter.cpp (+6 -6), MOSplitter.h (+6 -6), MOStyleSheet.cpp (+6 -6), MOStyleSheet.h (+6 -6), MyDelegates.cpp (+6 -6), MyTextLog.h (+6 -6)
hubert.thieriot 2013-06-27 13:59 Rev.: 16502

-removed useless ConsoleDlg
-small LowTools update

2 lines of code changed in 1 file:

  • OMOptimBasis/GUI/Tools: MyDelegates.cpp (+2)
hubert.thieriot 2013-06-23 02:58 Rev.: 16445

- variable._value is now a QVariant (instead of a double) !
- added VarDelegate e.g. for boolean modelica vars
- improved LowTools::copyFilesInFolder

122 lines of code changed in 2 files:

  • OMOptimBasis/GUI/Tools: MyDelegates.cpp (+101 -15), MyDelegates.h (+21)
hubert.thieriot 2013-06-11 09:05 Rev.: 16293

- improvements of script
- added ConsoleDlg

41 lines of code changed in 2 files:

  • OMOptimBasis/GUI/Tools: GuiTools.cpp (+15 -4), GuiTools.h (+26)
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

533 lines of code changed in 10 files:

  • OMOptimBasis/GUI/Tools: GuiTools.cpp (+76 -76), GuiTools.h (+17 -17), MOSplitter.cpp (+12 -12), MOStyleSheet.cpp (+1 -1), MyDelegates.cpp (+20 -20), MyDelegates.h (+39 -39), MyTextLog.h (+2 -2), MyTreeView.cpp (+35 -35), MyTreeView.h (+6 -6), qsciencespinbox.cpp (+325 -325)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

533 lines of code changed in 11 files:

  • OMOptimBasis/GUI/Tools: GuiTools.cpp (+76 -76), GuiTools.h (+17 -17), MOSplitter.cpp (+12 -12), MOStyleSheet.cpp (+1 -1), MyDelegates.cpp (+20 -20), MyDelegates.h (+39 -39), MyTextLog.h (+2 -2), MyTreeView.cpp (+35 -35), MyTreeView.h (new), qsciencespinbox.cpp (+325 -325)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

810 lines of code changed in 16 files:

  • OMOptimBasis/GUI/Tools: GuiTools.cpp (+1), GuiTools.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.cpp (+203 -202), qsciencespinbox.cpp (+546 -545), qsciencespinbox.h (+51 -50)
hubert.thieriot 2013-03-28 09:04 Rev.: 15675

- mainly GUI small improvements
- first steps towards scripting

2 lines of code changed in 2 files:

  • OMOptimBasis/GUI/Tools: GuiTools.cpp (+2 -1), MyTreeView.cpp (-2)
hubert.thieriot 2013-03-01 12:24 Rev.: 15410

- minor corrections

2 lines of code changed in 1 file:

  • OMOptimBasis/GUI/Tools: MyTreeView.cpp (+2)
hubert.thieriot 2013-02-04 16:29 Rev.: 15053

- small GUI improvements

1 lines of code changed in 1 file:

  • OMOptimBasis/GUI/Tools: MyTreeView.cpp (+1 -1)
hubert.thieriot 2013-01-24 13:32 Rev.: 14906

- basic changes (const functions)
- GUI improvements
- Added Generic Unit

33 lines of code changed in 4 files:

  • OMOptimBasis/GUI/Tools: MyDelegates.cpp (+18), MyDelegates.h (+15 -26)
hubert.thieriot 2013-01-04 11:46 Rev.: 14663

- added possibility to filter variables based on causality

49 lines of code changed in 2 files:

  • OMOptimBasis/GUI/Tools: GuiTools.cpp (+35 -5), GuiTools.h (+14 -1)
hubert.thieriot 2012-12-20 04:19 Rev.: 14475

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

26 lines of code changed in 8 files:

  • OMOptimBasis/GUI/Tools: GuiTools.cpp (-4), GuiTools.h (+1 -1), MOStyleSheet.cpp (+18 -5), MOStyleSheet.h (+3), MyTreeView.cpp (new)
hubert.thieriot 2012-12-04 02:29 Rev.: 14219

- minor changes

4 lines of code changed in 4 files:

  • OMOptimBasis/GUI/Tools: qsciencespinbox.cpp (new), qsciencespinbox.h (+3 -1)
hubert.thieriot 2012-11-13 04:32 Rev.: 13878

- copy/paste shortcuts

30 lines of code changed in 4 files:

  • OMOptimBasis/GUI/Tools: GuiTools.cpp (+28 -19), GuiTools.h (new)
hubert.thieriot 2012-10-23 05:06 Rev.: 13569

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

9 lines of code changed in 2 files:

  • OMOptimBasis/GUI/Tools: MyTextLog.cpp (+9 -8)
Generated by StatSVN 0.7.0