Directory OMEdit/OMEditGUI/GUI/Dialogs/

Directory Deleted:
2014-07-04 03:59
Total Files:
0
Deleted Files:
14
Lines of Code:
0

[root]/OMEdit/OMEditGUI/GUI/Dialogs

Lines of Code

OMEdit/OMEditGUI/GUI/Dialogs/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 319 (100.0%) 12247 (100.0%) 38.3
sjoelund.se 57 (17.9%) 7921 (64.7%) 138.9
adeas31 232 (72.7%) 3998 (32.6%) 17.2
hudson 22 (6.9%) 275 (2.2%) 12.5
perost 6 (1.9%) 32 (0.3%) 5.3
janK 2 (0.6%) 21 (0.2%) 10.5

Most Recent Commits

adeas31 2014-07-04 03:59 Rev.: 21414

- Restructuring the files and folders.

0 lines of code changed in 14 files:

  • OMEdit/OMEditGUI/GUI/Dialogs: ComponentProperties.cpp (del), ComponentProperties.h (del), ImportFMUDialog.cpp (del), ImportFMUDialog.h (del), ModelicaClassDialog.cpp (del), ModelicaClassDialog.h (del), NotificationsDialog.cpp (del), NotificationsDialog.h (del), OptionsDialog.cpp (del), OptionsDialog.h (del), ShapePropertiesDialog.cpp (del), ShapePropertiesDialog.h (del), SimulationDialog.cpp (del), SimulationDialog.h (del)
sjoelund.se 2014-07-03 09:34 Rev.: 21398

Write incomplete result-files, so it is possible to see the signals until the error was triggered

36 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Dialogs: SimulationDialog.cpp (+36 -44)
adeas31 2014-06-30 00:27 Rev.: 21328

- Use setPlaceholderText instead of using FocusIn/FocusOut events to set the default text.

2 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Dialogs: ModelicaClassDialog.cpp (+2 -19), ModelicaClassDialog.h (-1)
adeas31 2014-06-16 20:57 Rev.: 21132

- Only draw tree branches if that particular styles class is specified.

7 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Dialogs: ModelicaClassDialog.cpp (+7 -4), OptionsDialog.cpp (-2)
adeas31 2014-06-12 15:34 Rev.: 21080

#2142
- Added a tooltip to output file name.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Dialogs: SimulationDialog.cpp (+2)
adeas31 2014-06-04 15:45 Rev.: 20960

- Added some files filter.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Dialogs: OptionsDialog.cpp (+2 -2)
adeas31 2014-06-04 14:15 Rev.: 20957

- Updated the GUI according to new parameters of exportToFigaro API.

41 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Dialogs: OptionsDialog.cpp (+32 -15), OptionsDialog.h (+9 -4)
adeas31 2014-05-15 15:07 Rev.: 20625

- Export to figaro via GUI.

123 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Dialogs: OptionsDialog.cpp (+94 -1), OptionsDialog.h (+29)
adeas31 2014-05-12 01:18 Rev.: 20546

- align profiling combo box.

8 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Dialogs: SimulationDialog.cpp (+7 -8), SimulationDialog.h (+1 -1)
adeas31 2014-05-09 00:32 Rev.: 20507

#2679
- Fixed "There is no convenient way or replacing the colors by dashed/dotted/whole lines in black-and-white. The current version via the options menu is very cumbersome. The Dymola approach is much easier to use and more intuitive. All information collected in one place in the GUI."

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Dialogs: OptionsDialog.cpp (+1 -1)
sjoelund.se 2014-04-30 14:53 Rev.: 20322

Add new API call for OMEdit to query valid config flag options, like `getConfigFlagValidOptions("profiling")`

12 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Dialogs: SimulationDialog.cpp (+11 -8), SimulationDialog.h (+1 -1)
sjoelund.se 2014-04-29 11:51 Rev.: 20306

Move some things around for OMNotebook to use source files from within OMEdit...

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Dialogs: NotificationsDialog.cpp (+1 -1)
sjoelund.se 2014-04-29 11:15 Rev.: 20304

Make profiling open up the transformations browser

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Dialogs: SimulationDialog.cpp (+1 -1)
sjoelund.se 2014-04-29 10:59 Rev.: 20301

- Change +d=measureTime to +profiling=none,blocks,all,blocks+html
- Code generation switches between blocks and all equations
- rtclock.h can now keep track of the overhead of calling the tick and tock (used to reduce the cost of very simple equations)
- Handle assert(false) as the only statement in a function (skip reporting unassigned values)
- Remove inline equations from the runtime
- Started using the enumeration instead of integer constants all over the simulation runtime
- Skip displaying non-linear equations in both top-level and as a child in the OMEdit transformations browser

4 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Dialogs: NotificationsDialog.cpp (+2 -23), SimulationDialog.cpp (+2 -2)
sjoelund.se 2014-04-24 13:59 Rev.: 20251

Replace measureTime=true with +d=measureTime in buildModel/etc
- Fix code generation for profiling of function calls (was disabled)
- Fix the counter for number of profiling blocks so the profiling now includes the measured blocks again

5 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Dialogs: SimulationDialog.cpp (+5 -2)
adeas31 2014-04-16 02:55 Rev.: 20157

- Trim the whitespace.

7 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Dialogs: ModelicaClassDialog.cpp (+7 -7)
sjoelund.se 2014-04-15 16:10 Rev.: 20152

Update OMEdit copyright notices

121 lines of code changed in 14 files:

  • OMEdit/OMEditGUI/GUI/Dialogs: ComponentProperties.cpp (+4 -3), ComponentProperties.h (+9 -8), ImportFMUDialog.cpp (+9 -8), ImportFMUDialog.h (+9 -8), ModelicaClassDialog.cpp (+9 -8), ModelicaClassDialog.h (+9 -8), NotificationsDialog.cpp (+9 -8), NotificationsDialog.h (+9 -8), OptionsDialog.cpp (+9 -8), OptionsDialog.h (+9 -8), ShapePropertiesDialog.cpp (+9 -8), ShapePropertiesDialog.h (+9 -8), SimulationDialog.cpp (+9 -8), SimulationDialog.h (+9 -8)
adeas31 2014-03-28 00:52 Rev.: 19833

- Fixed OMEdit compiler warnings.

0 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Dialogs: ModelicaClassDialog.cpp (-1)
adeas31 2014-03-24 02:47 Rev.: 19700

- Set +d=initialization as default in OMEdit.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Dialogs: OptionsDialog.cpp (+1 -1)
adeas31 2014-03-20 14:00 Rev.: 19651

- Don't fetch the latest news items if "Show Latest News" is disabled in settings.

5 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Dialogs: OptionsDialog.cpp (+5)
adeas31 2014-03-13 16:05 Rev.: 19566

- Handle auto detection of language. Use QLocale::system().name() to find the default language.

6 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Dialogs: OptionsDialog.cpp (+6 -1)
adeas31 2014-02-19 01:39 Rev.: 19175

- Changed instantiate/check model from QDialog to QWidget. Some platforms doesn't support Qt::WindowMinMaxButtonsHint.

2 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Dialogs: ModelicaClassDialog.cpp (+1 -1), ModelicaClassDialog.h (+1 -1)
adeas31 2014-02-19 01:28 Rev.: 19174

#2590
- Create a unique folder for each user.

11 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Dialogs: NotificationsDialog.cpp (+11 -7)
adeas31 2014-02-18 17:23 Rev.: 19165

- More window flags.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Dialogs: ModelicaClassDialog.cpp (+1 -1)
adeas31 2014-02-18 16:53 Rev.: 19163

- Don't make the instantiate/check model dialog modal. This allows opening of multiple dialogs.
- Save the geometry information and restore it the next time user opens the dialog.

24 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Dialogs: ModelicaClassDialog.cpp (+21 -4), ModelicaClassDialog.h (+3)
adeas31 2014-02-18 15:20 Rev.: 19162

Maximize button for instantiate/check model dialog.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Dialogs: ModelicaClassDialog.cpp (+1 -1)
adeas31 2014-02-11 00:19 Rev.: 19043

- Fixed crash report text.

8 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Dialogs: NotificationsDialog.cpp (+8 -4)
adeas31 2014-02-10 18:25 Rev.: 19036

- changed minimum limit of numberOfIntervals to zero.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Dialogs: SimulationDialog.cpp (+2 -2)
adeas31 2014-02-06 16:02 Rev.: 18999

- Save the Interval in experiment annotation.

8 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Dialogs: SimulationDialog.cpp (+8 -1)
adeas31 2014-02-04 12:31 Rev.: 18972

- Save the OMC flags option.

4 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Dialogs: OptionsDialog.cpp (+4 -1)
adeas31 2014-02-03 19:03 Rev.: 18965

- minor updates.

3 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Dialogs: ModelicaClassDialog.cpp (+1 -1), OptionsDialog.cpp (+2 -2)
adeas31 2014-02-03 18:01 Rev.: 18964

- some modifications in the layout.

9 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Dialogs: OptionsDialog.cpp (+9 -11)
adeas31 2014-02-03 16:40 Rev.: 18963

- Make few long labels elidable.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Dialogs: OptionsDialog.cpp (+2)
adeas31 2014-02-03 16:26 Rev.: 18961

- Option to enable/disable save class feature before simulation.

16 lines of code changed in 3 files:

  • OMEdit/OMEditGUI/GUI/Dialogs: OptionsDialog.cpp (+8), OptionsDialog.h (+2), SimulationDialog.cpp (+6 -2)
adeas31 2014-02-03 16:10 Rev.: 18960

Fixed layout.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Dialogs: OptionsDialog.cpp (+2 -2)
adeas31 2014-02-03 16:09 Rev.: 18959

- Generate separate files for Linux users.

9 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Dialogs: NotificationsDialog.cpp (+9 -5)
adeas31 2014-02-01 22:13 Rev.: 18931

- Save the model before simulation.

6 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Dialogs: SimulationDialog.cpp (+6)
adeas31 2014-02-01 20:51 Rev.: 18928

- Set the default elide model to Qt::ElideNone.

3 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Dialogs: OptionsDialog.cpp (+2 -2), SimulationDialog.cpp (+1)
adeas31 2014-01-31 23:32 Rev.: 18904

- Mark the Simulation progress text as richtext.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Dialogs: SimulationDialog.cpp (+1)
adeas31 2014-01-31 02:23 Rev.: 18876

- More better & robust implementation for elidable QLabel.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Dialogs: SimulationDialog.cpp (+2 -12)

(122 more)

Generated by StatSVN 0.7.0