Directory OMEdit/OMEditGUI/Component/

Total Files:
8
Deleted Files:
0
Lines of Code:
4630

[root]/OMEdit/OMEditGUI/Component

Lines of Code

OMEdit/OMEditGUI/Component/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 171 (100.0%) 6946 (100.0%) 40.6
adeas31 124 (72.5%) 3555 (51.2%) 28.6
sjoelund.se 27 (15.8%) 3174 (45.7%) 117.5
hudson 11 (6.4%) 157 (2.3%) 14.2
janK 7 (4.1%) 58 (0.8%) 8.2
adrpo 2 (1.2%) 2 (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

8 lines of code changed in 8 files:

  • OMEdit/OMEditGUI/Component: Component.cpp (+1), Component.h (+1), ComponentProperties.cpp (+1), ComponentProperties.h (+1), CornerItem.cpp (+1), CornerItem.h (+1), Transformation.cpp (+1), Transformation.h (+1)
adeas31 2015-04-23 16:01 Rev.: 25711

- Merged OMEdit TLM branch with trunk.

442 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/Component: Component.cpp (+135 -25), Component.h (+11), ComponentProperties.cpp (+229 -1), ComponentProperties.h (+67)
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.

0 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Component: Component.cpp (-20), Component.h (-2)
adeas31 2015-03-27 17:33 Rev.: 25296

#3196
- Added vectorization support in OMEdit.

83 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/Component: Component.cpp (+25 -11), Component.h (+1), ComponentProperties.cpp (+55 -44), ComponentProperties.h (+2)
adeas31 2015-03-27 16:23 Rev.: 25293

- Fix build.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Component: Component.cpp (+2 -4)
adeas31 2015-03-20 13:03 Rev.: 25173

- Do not create MessageItem on heap.

3 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Component: ComponentProperties.cpp (+3 -3)
adeas31 2015-01-14 15:15 Rev.: 24034

- Some fixes for querying of components and inherited components.

30 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Component: Component.cpp (+30 -29)
adeas31 2015-01-12 16:42 Rev.: 24017

#2956
- Do not set a default value of origin. Use the origin as transformation origin point only if it is defined in actual modelica code otherwise extract it from extent points.
- Only call snapPointToGrid when creating a shape/component otherwise use movePointByGrid.

281 lines of code changed in 5 files:

  • OMEdit/OMEditGUI/Component: Component.cpp (+62 -113), Component.h (+6 -4), CornerItem.cpp (+10 -8), Transformation.cpp (+172 -396), Transformation.h (+31 -45)
adeas31 2014-12-16 04:22 Rev.: 23796

- Set the ItemSendsGeometryChanges flag for shapes.

5 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Component: Component.cpp (+5 -1)
adeas31 2014-12-14 05:53 Rev.: 23774

- Handle the mouse press events in a more better way.
- To start a connection click and drag same as Dymola. This is done so that users can double click and view parameters window even for connector type components. This will also fix weird click behaviors like one mentioned here https://www.openmodelica.org/forum/default-topic/1464-gui-error-you-cannot-connect-two-components.

18 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Component: Component.cpp (+16 -55), Component.h (+2 -3)
adeas31 2014-12-03 16:25 Rev.: 23648

- No need to hard code StateSelect since it is part of built-in environment and can be accessed via API.

4 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Component: ComponentProperties.cpp (+4 -13)
adeas31 2014-12-03 15:10 Rev.: 23643

- Fixed some display cases of initialization values.

28 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Component: ComponentProperties.cpp (+28 -10)
adeas31 2014-12-02 19:02 Rev.: 23634

- emit sendCompilationFinished.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Component: ComponentProperties.cpp (+1 -1)
adeas31 2014-12-02 17:07 Rev.: 23631

#2391
- Improve handling of modifiers in OMEdit.

10 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Component: ComponentProperties.cpp (+10 -13)
adeas31 2014-12-02 15:35 Rev.: 23626

- Hard coded the StateSelect drop down in the code. It will be nice to get it from API so that we won't have to update OMEdit when the predefined type's literals change.

13 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Component: ComponentProperties.cpp (+13 -4)
adeas31 2014-12-02 02:26 Rev.: 23616

#2550, #2390
- Fully support showStartAttribute in OMEdit.

146 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Component: ComponentProperties.cpp (+141 -105), ComponentProperties.h (+5 -4)
adeas31 2014-11-29 01:56 Rev.: 23594

#2540, #2778
+ Added a new tree like structure for simulation output. The old text based also exists. The user can switch between them via Options->Simulation->Output.
+ Added a incremental xml reader for simulation output.
+ Fixed the display of multi line messages. Now uses the word wrap at word boundaries. The text is also automatically wrapped when the item is resized.
+ Rewrite the Messages Browse to use model/view architecture. Is required to successfully utilize the word wrap feature for error messages.

3 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Component: ComponentProperties.cpp (+3 -4)
adeas31 2014-11-25 13:07 Rev.: 23553

- Removed references of unused class SimulationBrowserWidget.
- Removed the context menu while creating connection.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Component: Component.cpp (+1 -1)
adeas31 2014-11-24 15:40 Rev.: 23538

- Use availableGeometry instead of screenGeometry.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Component: ComponentProperties.cpp (+2 -2)
adeas31 2014-11-19 14:47 Rev.: 23450

#2992
- Fixed the resizing/movement of the component. Try not to generate fractional origin/extent points.
- Change the refine snapping from shift to control key since the refine movement from keyboard is with control key.

73 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/Component: Component.cpp (+67 -140), Component.h (+1 -1), CornerItem.cpp (+4 -4), CornerItem.h (+1 -2)
adeas31 2014-11-19 02:32 Rev.: 23442

#2992
- round the connection start & end points.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Component: Component.cpp (+2 -6)
adeas31 2014-11-17 17:29 Rev.: 23410

#2477
- snap to grid for custom shapes while dragging with mouse.
- call QGraphicsItem::mousePressEvent otherwise QGraphicsItem::itemChange will be triggered for all items.

17 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Component: Component.cpp (+14 -44), CornerItem.cpp (+3 -17)
adrpo 2014-11-16 23:51 Rev.: 23393

- remove BOM from files

2 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Component: Component.cpp (+1 -1), CornerItem.cpp (+1 -1)
janK 2014-11-16 23:42 Rev.: 23392

Snap to grid refinement changed to div/4, because fractions of 0.5 are more convenient then 0.2

8 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Component: Component.cpp (+5 -5), CornerItem.cpp (+3 -3)
sjoelund.se 2014-11-16 10:59 Rev.: 23384

- Add capability to OMEdit to link directly against omc (gives a good performance increase especially if calling used functions directly without requiring parsing strings)
- Add OMCOutput parser to OMEdit, to parse the most common OMC Values.Value outputs (no records yet; only sequences and values); the output is a QVariant
- Update getClassInformation to use ModelicaBuiltin.mo
- Add a mockup of the OpenModelicaScriptingAPI.mo we should be able to create from ModelicaBuiltin.mo, and OMC_API.{cpp,h} that should be automatically generated Qt/C++ files corresponding to the same API

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Component: Component.cpp (+2 -3)
adeas31 2014-11-16 08:20 Rev.: 23383

- Do not remove the item since it is already unlinked from the scene.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Component: CornerItem.cpp (+1 -1)
adeas31 2014-11-15 21:30 Rev.: 23379

#2506
- Implemented Manhattanize shape. Takes a curves connection and creates a right-angle lines connection of it.

13 lines of code changed in 3 files:

  • OMEdit/OMEditGUI/Component: Component.cpp (+11 -32), Component.h (-1), CornerItem.cpp (+2 -1)
adeas31 2014-11-15 02:19 Rev.: 23376

#2506
- Also remove redundant points when starting to move the connection.

6 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Component: Component.cpp (+1 -1), CornerItem.cpp (+5 -1)
adeas31 2014-11-14 20:26 Rev.: 23372

- Fix last commit.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Component: CornerItem.cpp (+1 -1)
adeas31 2014-11-14 20:25 Rev.: 23371

#2506
- Remove redundant points while moving the connection.

17 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Component: CornerItem.cpp (+17 -14)
adeas31 2014-11-14 18:35 Rev.: 23368

- Tooltip for connections.

3 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Component: Component.cpp (+3 -3)
adeas31 2014-11-14 07:00 Rev.: 23357

#2506
- Keep the connecting lines manhattanized.

22 lines of code changed in 3 files:

  • OMEdit/OMEditGUI/Component: Component.cpp (+5 -12), CornerItem.cpp (+15 -10), CornerItem.h (+2)
adeas31 2014-11-11 05:13 Rev.: 23316

#2477
- Snap to grid for annotations. Use shift for refined movement.
- Set the grid enabled by default.

46 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/Component: Component.cpp (+23 -23), Component.h (+3 -3), CornerItem.cpp (+19 -4), CornerItem.h (+1 -1)
adeas31 2014-11-10 23:17 Rev.: 23306

#2956
- Fixed the movement of components through keyboard.

308 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/Component: Component.cpp (+217 -107), Component.h (+4), Transformation.cpp (+84 -8), Transformation.h (+3)
adeas31 2014-11-09 23:25 Rev.: 23285

- Set the minimum width so that the value text will be readable.

7 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Component: ComponentProperties.cpp (+7 -6)
adeas31 2014-11-08 03:49 Rev.: 23278

#2906
- Drop down menus for Enumeration and Boolean types.
- Added a new API getBuiltinType.

144 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Component: ComponentProperties.cpp (+128 -13), ComponentProperties.h (+16 -1)
adeas31 2014-11-06 04:20 Rev.: 23224

#2390
- Added some support showStartAttribute. There seems to be some issues with setComponentModifierValue API.

261 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Component: ComponentProperties.cpp (+242 -153), ComponentProperties.h (+19 -8)
adeas31 2014-11-05 09:06 Rev.: 23198

#2392
- Indicate default values in ComponentParameters window.

22 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Component: ComponentProperties.cpp (+22 -13)
adeas31 2014-11-05 08:32 Rev.: 23196

#2960
- Don't use the ComponentParameters class to show the parameter values for TextAnnotation.
- Show progress bar and status message when opening the ComponentParameters & ComponentAttributes windows.

56 lines of code changed in 3 files:

  • OMEdit/OMEditGUI/Component: Component.cpp (+47 -18), ComponentProperties.cpp (+7 -19), ComponentProperties.h (+2 -2)
adeas31 2014-10-27 19:27 Rev.: 22983

- Updated more icons from PNGs to SVGs.
- Removed some unused PSDs.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Component: Component.cpp (+1 -1)

(45 more)

Generated by StatSVN 0.7.0