Directory OMEdit/OMEditGUI/GUI/Containers/

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

[root]/OMEdit/OMEditGUI/GUI/Containers

Lines of Code

OMEdit/OMEditGUI/GUI/Containers/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 115 (100.0%) 5526 (100.0%) 48.0
sjoelund.se 12 (10.4%) 3901 (70.6%) 325.0
adeas31 95 (82.6%) 1375 (24.9%) 14.4
hudson 7 (6.1%) 247 (4.5%) 35.2
perost 1 (0.9%) 3 (0.1%) 3.0

Most Recent Commits

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

- Restructuring the files and folders.

0 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (del), ModelWidgetContainer.h (del), PlotWindowContainer.cpp (del), PlotWindowContainer.h (del)
adeas31 2014-06-12 20:13 Rev.: 21089

#2522
- New icons for plot & parametric plot buttons.

5 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Containers: PlotWindowContainer.cpp (+4 -4), PlotWindowContainer.h (+1 -1)
adeas31 2014-05-15 15:07 Rev.: 20625

- Export to figaro via GUI.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+1)
adeas31 2014-05-14 17:04 Rev.: 20601

- Set the default legend position to top in OMEdit.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Containers: PlotWindowContainer.cpp (+2)
sjoelund.se 2014-04-15 16:10 Rev.: 20152

Update OMEdit copyright notices

21 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+9 -8), ModelWidgetContainer.h (+4 -3), PlotWindowContainer.cpp (+4 -3), PlotWindowContainer.h (+4 -3)
adeas31 2014-03-20 14:00 Rev.: 19651

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

9 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+7 -3), ModelWidgetContainer.h (+2 -1)
adeas31 2014-03-17 16:20 Rev.: 19610

- Display the bitmap is library browser.
- Handle the extends class bitmaps.

12 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+11 -5), ModelWidgetContainer.h (+1 -1)
adeas31 2014-03-12 14:44 Rev.: 19554

#2552
- SaveTotalSCode is supported now.

40 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+39), ModelWidgetContainer.h (+1)
adeas31 2014-03-12 13:45 Rev.: 19550

- Check all models recursive.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+1)
adeas31 2014-02-06 13:46 Rev.: 18992

- Draw the rectangle after drawing the grid lines.

4 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+4 -7)
adeas31 2014-02-05 16:56 Rev.: 18986

- Fixed few graphical glitches.

7 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+7 -7)
adeas31 2014-02-05 01:16 Rev.: 18980

- Fix deletion of connections where port component might be NULL.

7 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+7 -4)
adeas31 2014-02-03 19:03 Rev.: 18965

- minor updates.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+1 -1)
adeas31 2014-02-01 20:51 Rev.: 18928

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

1 lines of code changed in 1 file:

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

- More better & robust implementation for elidable QLabel.

0 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (-1)
adeas31 2014-01-30 14:27 Rev.: 18856

+ Make TransformationsWidget an independent window.
+ Show both variables & equations in one place.
+ Group the variables.
+ Allow searching in the variables.
+ Allow sorting equations by number.
+ Created a new source editor to display the actual model text. Read it from file so we don't have line number issues.
- Removed the types list. (not very important).
- Filtered out the $PRE variables.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+1 -2)
adeas31 2014-01-27 17:59 Rev.: 18803

- Top status bar for transformation browser.
- Better views for variables & equations.

10 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+10 -10)
adeas31 2014-01-23 03:43 Rev.: 18735

Do not pass the same instance of ComponentInfo to different objects instead clone the object.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+1 -1)
adeas31 2013-11-25 22:19 Rev.: 18295

- Changed the plot background to white. The white is more usable in books & publications.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Containers: PlotWindowContainer.cpp (+1 -4)
adeas31 2013-11-19 14:12 Rev.: 18187

- Added the transformations browser.
- Displays the information read from the model_info.xml structures via MyHandler.

0 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (-1)
adeas31 2013-11-07 15:58 Rev.: 18047

#2465
- Allow graphical connection to array of connectors within the same class.

22 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+19 -21), ModelWidgetContainer.h (+3 -2)
adeas31 2013-11-07 14:34 Rev.: 18046

- Allow direct simulation without showing the simulation setup dialog.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+2 -1)
adeas31 2013-11-07 06:15 Rev.: 18041

#2450
- Allow connections even if the instantiate model fails.
- Just report it to the user.

19 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+19 -24)
adeas31 2013-11-04 16:39 Rev.: 17998

- Allow the users to modify the parameters and re-simuate the models without re-compiling them.

5 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Containers: PlotWindowContainer.cpp (+4 -61), PlotWindowContainer.h (+1 -5)
adeas31 2013-10-29 15:03 Rev.: 17922

#2453
- Qt doesn't allow using the eventloop when the meta type slot is activated from the paintevent of QPlainTextEdit.

4 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+4)
adeas31 2013-10-25 03:32 Rev.: 17879

- Make sure placement annotation is present for components.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+1 -3)
adeas31 2013-10-22 00:13 Rev.: 17798

- Set the blockSignals state properly.

4 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Containers: PlotWindowContainer.cpp (+4 -4)
adeas31 2013-09-30 16:57 Rev.: 17455

#2371
- Allow users to show/hide the latest news section via OptionsDialog.
- Allow users to set the WelcomePageWidget orientation via OptionsDialog.

26 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+24), ModelWidgetContainer.h (+2)
adeas31 2013-08-19 17:30 Rev.: 16850

- Return the correct number of components even if the placement annotation for a component is not found.
- If the result count is not correct for some reasons don't allow the GUI to crash.

3 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+3)
adeas31 2013-08-06 15:15 Rev.: 16746

#2165
- Handle the null case.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+1 -1)
adeas31 2013-08-06 14:58 Rev.: 16745

#2165
- Fixed the handling of within keyword.

44 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+44 -2)
adeas31 2013-07-31 17:05 Rev.: 16707

#2218
Fixed handling of extends class modifiers.

7 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+5 -4), ModelWidgetContainer.h (+2 -1)
adeas31 2013-07-31 01:14 Rev.: 16697

- Fixed the ItemDelegate constructor.
- Show the extends class protected components as well.

0 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (-6)
adeas31 2013-07-31 00:22 Rev.: 16695

#2219
Allow creating a class by specifying the extends class.

4 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+3 -3), ModelWidgetContainer.h (+1 -1)
adeas31 2013-07-26 11:31 Rev.: 16687

- Don't draw the inherited class only fetch the components of inherited class.

4 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+3 -15), ModelWidgetContainer.h (+1 -2)
adeas31 2013-07-25 14:57 Rev.: 16679

- Load the icon/diagram shaper before loading the components.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+2 -2)
adeas31 2013-07-01 18:27 Rev.: 16534

- Fixed the connections implementation.

24 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+23 -9), ModelWidgetContainer.h (+1 -1)
adeas31 2013-07-01 02:32 Rev.: 16530

#2239
- Use spin boxes for graphical views dialog & shapes properties dialog.

7 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+7 -7)
adeas31 2013-06-29 02:54 Rev.: 16523

- Don't allow shape manipulation of inherited shapes.
- Don't add the inherited shape into the addClassAnnotation call.

6 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+6)
adeas31 2013-06-26 13:15 Rev.: 16493

#2168
- Remember the viewing mode.

44 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Containers: ModelWidgetContainer.cpp (+40 -4), ModelWidgetContainer.h (+4)

(37 more)

Generated by StatSVN 0.7.0