Directory OMEdit/OMEditGUI/Modeling/

Directory Created:
2014-07-04 03:59
Total Files:
10
Deleted Files:
0
Lines of Code:
8789

[root]/OMEdit/OMEditGUI/Modeling

Lines of Code

OMEdit/OMEditGUI/Modeling/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 219 (100.0%) 12404 (100.0%) 56.6
adeas31 198 (90.4%) 12318 (99.3%) 62.2
sjoelund.se 15 (6.8%) 78 (0.6%) 5.2
hkiel 2 (0.9%) 3 (0.0%) 1.5
janK 1 (0.5%) 2 (0.0%) 2.0
perost 1 (0.5%) 1 (0.0%) 1.0
hudson 1 (0.5%) 1 (0.0%) 1.0
adrpo 1 (0.5%) 1 (0.0%) 1.0

Most Recent Commits

sjoelund.se 2015-05-03 08:55 Rev.: 25882

Lock OMEdit, use https://github.com/OpenModelica/OMEdit instead

10 lines of code changed in 10 files:

  • OMEdit/OMEditGUI/Modeling: DocumentationWidget.cpp (+1), DocumentationWidget.h (+1), LibraryTreeWidget.cpp (+1), LibraryTreeWidget.h (+1), MessagesWidget.cpp (+1), MessagesWidget.h (+1), ModelWidgetContainer.cpp (+1), ModelWidgetContainer.h (+1), ModelicaClassDialog.cpp (+1), ModelicaClassDialog.h (+1)
adeas31 2015-04-28 14:24 Rev.: 25786

- Added options for defining TLM manager & monitor processes.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Modeling: ModelWidgetContainer.cpp (+1 -1)
adeas31 2015-04-28 02:10 Rev.: 25775

- Only allow one co-simulation session.
- Fixed display of error messages where filename is empty.

5 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Modeling: MessagesWidget.cpp (+5 -4)
adeas31 2015-04-24 16:23 Rev.: 25733

- Save the TLM LibraryTreeNode before starting simulation.

22 lines of code changed in 3 files:

  • OMEdit/OMEditGUI/Modeling: LibraryTreeWidget.cpp (+14 -19), ModelWidgetContainer.cpp (+7), ModelWidgetContainer.h (+1)
adeas31 2015-04-23 16:53 Rev.: 25717

- Removed linking of omniORB as is not needed anymore.
- Copy the QtXmlPatterns4.dll

0 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Modeling: ModelWidgetContainer.h (-1)
hudson 2015-04-23 16:16 Rev.: 25715

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Modeling: ModelWidgetContainer.cpp (+1 -1)
adeas31 2015-04-23 16:01 Rev.: 25711

- Merged OMEdit TLM branch with trunk.

617 lines of code changed in 7 files:

  • OMEdit/OMEditGUI/Modeling: LibraryTreeWidget.cpp (+165 -1), LibraryTreeWidget.h (+10 -1), MessagesWidget.cpp (+9 -4), MessagesWidget.h (+8 -1), ModelWidgetContainer.cpp (+415 -23), ModelWidgetContainer.h (+9), ModelicaClassDialog.cpp (+1 -1)
adeas31 2015-04-23 15:33 Rev.: 25709

#3290
- Keep the cursor as cross when making connection and restore it when the connection is done.

3 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Modeling: ModelWidgetContainer.cpp (+3)
adeas31 2015-04-20 13:27 Rev.: 25638

#3285
- Generate relative components paths for classes contained in package.

3 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Modeling: ModelWidgetContainer.cpp (+3 -2)
adeas31 2015-04-19 16:22 Rev.: 25617

- reload the child items when parent item is updated.

3 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Modeling: ModelWidgetContainer.cpp (+3)
hkiel 2015-04-17 14:58 Rev.: 25605

- fix some warnings
- spellfix

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Modeling: ModelWidgetContainer.cpp (+2 -4)
adeas31 2015-04-15 23:55 Rev.: 25565

- Use the appropriate tab stop width.
- Start the next line based on previous line indentation.

2 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Modeling: ModelWidgetContainer.cpp (+1 -1), ModelicaClassDialog.cpp (+1 -1)
adeas31 2015-04-12 23:03 Rev.: 25515

#3275
- Set GraphicsView scroll bars policy to `Qt::ScrollBarAlwaysOn` to avoid unnecessary resize events.

5 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Modeling: ModelWidgetContainer.cpp (+5)
adeas31 2015-04-09 16:03 Rev.: 25476

- removed unnecessary forward declarations.

0 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Modeling: ModelWidgetContainer.h (-2)
adeas31 2015-04-09 13:55 Rev.: 25470

- convert \n to <br \> in error message.

12 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Modeling: MessagesWidget.cpp (+12 -11)
adeas31 2015-04-04 19:15 Rev.: 25391

- Added CEditor with basic C Syntax highlighter.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Modeling: ModelWidgetContainer.h (+1 -1)
adeas31 2015-04-04 18:20 Rev.: 25389

- Better syntax highlighting handling.
- Removed TLM references. Merge the TLM branch when it's complete.

3 lines of code changed in 5 files:

  • OMEdit/OMEditGUI/Modeling: LibraryTreeWidget.cpp (-88), LibraryTreeWidget.h (+1 -6), ModelWidgetContainer.cpp (+1 -30), ModelWidgetContainer.h (-6), ModelicaClassDialog.cpp (+1 -1)
adeas31 2015-04-04 14:05 Rev.: 25388

#3260
- Fixed duplication of Packages.

8 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Modeling: LibraryTreeWidget.cpp (+7 -8), ModelicaClassDialog.cpp (+1 -1)
adeas31 2015-04-04 13:47 Rev.: 25386

#3265
- Changed copy to duplicate.

35 lines of code changed in 5 files:

  • OMEdit/OMEditGUI/Modeling: LibraryTreeWidget.cpp (+15 -7), LibraryTreeWidget.h (+2 -2), ModelWidgetContainer.cpp (+2 -2), ModelicaClassDialog.cpp (+13 -12), ModelicaClassDialog.h (+3 -3)
adeas31 2015-04-02 23:43 Rev.: 25371

- More standardization of text editors.
- Better find/replace.

12 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Modeling: LibraryTreeWidget.cpp (+2 -2), ModelWidgetContainer.cpp (+10 -17)
adeas31 2015-03-30 14:37 Rev.: 25314

#1464, #1761
- Clickable error messages.

49 lines of code changed in 3 files:

  • OMEdit/OMEditGUI/Modeling: LibraryTreeWidget.cpp (+28), LibraryTreeWidget.h (+2), MessagesWidget.cpp (+19 -7)
adeas31 2015-03-27 17:33 Rev.: 25296

#3196
- Added vectorization support in OMEdit.

5 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Modeling: ModelWidgetContainer.cpp (+5 -5)
adeas31 2015-03-27 16:01 Rev.: 25290

- Directly use the getClassInformaiton struct generated by OpenModelica scripting API.

152 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/Modeling: LibraryTreeWidget.cpp (+103 -212), LibraryTreeWidget.h (+35 -37), ModelWidgetContainer.cpp (+8 -10), ModelicaClassDialog.cpp (+6 -10)
adeas31 2015-03-26 15:51 Rev.: 25274

- Do not use or & and as conditional operators.

41 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Modeling: DocumentationWidget.cpp (+13 -18), ModelWidgetContainer.cpp (+28 -51)
adeas31 2015-03-26 15:34 Rev.: 25271

- Make sure switch to text view is correct.

38 lines of code changed in 3 files:

  • OMEdit/OMEditGUI/Modeling: MessagesWidget.cpp (+1 -1), ModelWidgetContainer.cpp (+33 -18), ModelWidgetContainer.h (+4 -3)
adeas31 2015-03-25 15:48 Rev.: 25246

- Create only one editor object. Use the BaseEditor class.

88 lines of code changed in 5 files:

  • OMEdit/OMEditGUI/Modeling: LibraryTreeWidget.cpp (+19 -18), MessagesWidget.cpp (+2 -2), ModelWidgetContainer.cpp (+63 -56), ModelWidgetContainer.h (+2 -4), ModelicaClassDialog.cpp (+2 -3)
adeas31 2015-03-20 17:39 Rev.: 25183

- Store the partial prefix information instead of asking it again and again.

30 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Modeling: LibraryTreeWidget.cpp (+27 -30), LibraryTreeWidget.h (+3)
adeas31 2015-03-20 16:50 Rev.: 25179

#3234
- Use try catch for omc APIs.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Modeling: LibraryTreeWidget.cpp (+1 -4)
adeas31 2015-03-20 15:46 Rev.: 25177

#2676,#2677,#3025
- Fixed OMEdit saving issues.

73 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Modeling: LibraryTreeWidget.cpp (+71 -82), ModelWidgetContainer.cpp (+2 -2)
adeas31 2015-03-20 13:03 Rev.: 25173

- Do not create MessageItem on heap.

26 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/Modeling: MessagesWidget.cpp (+16 -20), MessagesWidget.h (+3 -5), ModelWidgetContainer.cpp (+4 -4), ModelicaClassDialog.cpp (+3 -3)
adeas31 2015-03-19 19:20 Rev.: 25168

- Also look for automatically loaded libraries after loadFile.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Modeling: LibraryTreeWidget.cpp (+1)
adeas31 2015-03-19 19:16 Rev.: 25167

- Add the automatically loaded libraries to Libraries Browser.

19 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Modeling: LibraryTreeWidget.cpp (+18), LibraryTreeWidget.h (+1)
perost 2015-03-16 12:40 Rev.: 25107

- Fix naming in OMEdit for classes which have default names.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Modeling: ModelWidgetContainer.cpp (+1 -1)
adeas31 2015-03-04 18:25 Rev.: 24911

#3128
- Added shortcuts to switch between perspectives & views.

47 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Modeling: ModelWidgetContainer.cpp (+47 -29)
adeas31 2015-03-04 17:20 Rev.: 24906

- Change the view at one place.

5 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Modeling: ModelWidgetContainer.cpp (+5 -1)
adeas31 2015-03-04 16:08 Rev.: 24899

- Only connect for specific type.

4 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Modeling: ModelWidgetContainer.cpp (+4 -5)
adeas31 2015-03-04 15:53 Rev.: 24897

- Use one constructor for ModelWidget to avoid duplicating the same source code.

126 lines of code changed in 3 files:

  • OMEdit/OMEditGUI/Modeling: LibraryTreeWidget.cpp (+1 -9), ModelWidgetContainer.cpp (+113 -217), ModelWidgetContainer.h (+12 -14)
adeas31 2015-02-25 15:36 Rev.: 24776

- Adapt to new exportToFigaro API structure.
- Updated exportToFigaro to use scripting API.

21 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Modeling: ModelicaClassDialog.cpp (+17 -3), ModelicaClassDialog.h (+4)
adeas31 2015-02-24 16:20 Rev.: 24743

- Updated the Figaro interface.

83 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Modeling: ModelicaClassDialog.cpp (+66 -1), ModelicaClassDialog.h (+17)
adeas31 2015-02-21 16:20 Rev.: 24682

- Removed CORBA stuff from OMEdit.
- No need to USE_OMC_SHARED_OBJECT define anymore.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Modeling: ModelWidgetContainer.cpp (+1 -4)

(62 more)

Generated by StatSVN 0.7.0