Directory OMEdit/OMEditGUI/Annotations/

Total Files:
16
Deleted Files:
0
Lines of Code:
5691

[root]/OMEdit/OMEditGUI/Annotations

Lines of Code

OMEdit/OMEditGUI/Annotations/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 218 (100.0%) 7160 (100.0%) 32.8
sjoelund.se 54 (24.8%) 4127 (57.6%) 76.4
adeas31 142 (65.1%) 2629 (36.7%) 18.5
hkiel 4 (1.8%) 233 (3.3%) 58.2
hudson 18 (8.3%) 171 (2.4%) 9.5

Most Recent Commits

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

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

16 lines of code changed in 16 files:

  • OMEdit/OMEditGUI/Annotations: BitmapAnnotation.cpp (+1), BitmapAnnotation.h (+1), EllipseAnnotation.cpp (+1), EllipseAnnotation.h (+1), LineAnnotation.cpp (+1), LineAnnotation.h (+1), PolygonAnnotation.cpp (+1), PolygonAnnotation.h (+1), RectangleAnnotation.cpp (+1), RectangleAnnotation.h (+1), ShapeAnnotation.cpp (+1), ShapeAnnotation.h (+1), ShapePropertiesDialog.cpp (+1), ShapePropertiesDialog.h (+1), TextAnnotation.cpp (+1), TextAnnotation.h (+1)
adeas31 2015-04-23 16:01 Rev.: 25711

- Merged OMEdit TLM branch with trunk.

64 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Annotations: LineAnnotation.cpp (+63 -6), LineAnnotation.h (+1)
adeas31 2015-03-20 17:52 Rev.: 25186

#3196
- Better vector connections support.

4 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Annotations: LineAnnotation.cpp (+4 -16)
adeas31 2015-03-18 15:01 Rev.: 25139

#3222
- Proper handing of line thickness.

13 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Annotations: ShapeAnnotation.cpp (+13 -12)
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.

39 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Annotations: LineAnnotation.cpp (+5 -3), ShapeAnnotation.cpp (+34 -31)
adeas31 2014-12-16 04:22 Rev.: 23796

- Set the ItemSendsGeometryChanges flag for shapes.

6 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Annotations: ShapeAnnotation.cpp (+6 -3)
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.

37 lines of code changed in 9 files:

  • OMEdit/OMEditGUI/Annotations: BitmapAnnotation.cpp (+1 -6), EllipseAnnotation.cpp (+1 -6), LineAnnotation.cpp (+18 -32), LineAnnotation.h (+1 -2), PolygonAnnotation.cpp (+1 -6), RectangleAnnotation.cpp (+1 -6), ShapeAnnotation.cpp (+12 -24), ShapeAnnotation.h (+1 -1), TextAnnotation.cpp (+1 -6)
adeas31 2014-11-19 02:32 Rev.: 23442

#2992
- round the connection start & end points.

6 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Annotations: LineAnnotation.cpp (+6 -6)
adeas31 2014-11-18 20:04 Rev.: 23436

#2991
- Use the correct boundingRect for ellipse shape.

4 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Annotations: EllipseAnnotation.cpp (+4 -7)
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.

23 lines of code changed in 7 files:

  • OMEdit/OMEditGUI/Annotations: BitmapAnnotation.cpp (+3 -1), EllipseAnnotation.cpp (+2 -2), LineAnnotation.cpp (+1), PolygonAnnotation.cpp (+3 -1), RectangleAnnotation.cpp (+3 -1), ShapeAnnotation.cpp (+8 -8), TextAnnotation.cpp (+3 -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.

133 lines of code changed in 3 files:

  • OMEdit/OMEditGUI/Annotations: LineAnnotation.cpp (+9 -1), ShapeAnnotation.cpp (+121 -43), ShapeAnnotation.h (+3)
adeas31 2014-11-14 20:26 Rev.: 23372

- Fix last commit.

3 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Annotations: LineAnnotation.cpp (+2 -2), ShapeAnnotation.cpp (+1 -1)
adeas31 2014-11-14 20:25 Rev.: 23371

#2506
- Remove redundant points while moving the connection.

52 lines of code changed in 5 files:

  • OMEdit/OMEditGUI/Annotations: LineAnnotation.cpp (+2), PolygonAnnotation.cpp (+1 -1), ShapeAnnotation.cpp (+39 -27), ShapeAnnotation.h (+6 -3), ShapePropertiesDialog.cpp (+4 -1)
adeas31 2014-11-14 18:35 Rev.: 23368

- Tooltip for connections.

3 lines of code changed in 1 file:

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

#2506
- Keep the connecting lines manhattanized.

358 lines of code changed in 7 files:

  • OMEdit/OMEditGUI/Annotations: LineAnnotation.cpp (+195 -294), LineAnnotation.h (+2 -2), PolygonAnnotation.cpp (+13 -2), PolygonAnnotation.h (+2), ShapeAnnotation.cpp (+133 -49), ShapeAnnotation.h (+9 -1), ShapePropertiesDialog.cpp (+4 -10)
adeas31 2014-11-10 23:17 Rev.: 23306

#2956
- Fixed the movement of components through keyboard.

174 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Annotations: ShapeAnnotation.cpp (+170 -59), ShapeAnnotation.h (+4)
adeas31 2014-10-30 01:00 Rev.: 23058

#2183
+ Updated almost all icons from PNGs to SVGs.
+ The toolbar icon size can be changed via settings.
+ The library icon size can be changed via settings.

7 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Annotations: ShapeAnnotation.cpp (+1 -1), ShapePropertiesDialog.cpp (+6 -2)
adeas31 2014-10-05 18:23 Rev.: 22594

#2792
- Don't allow movement of complete connection lines through mouse or keyboard.

9 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Annotations: LineAnnotation.cpp (+9 -7)
adeas31 2014-08-27 01:11 Rev.: 22007

- Merged the debugger branch with the trunk.
- Generate the GDB parser make files.

3 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Annotations: ShapePropertiesDialog.cpp (+3 -3)
adeas31 2014-07-04 03:59 Rev.: 21414

- Restructuring the files and folders.

1046 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Annotations: ShapePropertiesDialog.cpp (new 887), ShapePropertiesDialog.h (new 159)
adeas31 2014-06-12 15:13 Rev.: 21077

- Use the line color of starting port for the connection line.

6 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Annotations: LineAnnotation.cpp (+6)
adeas31 2014-06-12 15:03 Rev.: 21076

- Do not allow selecting or moving the shapes when user is making a connection.

56 lines of code changed in 5 files:

  • OMEdit/OMEditGUI/Annotations: EllipseAnnotation.cpp (-1), LineAnnotation.cpp (+26), LineAnnotation.h (+2), ShapeAnnotation.cpp (+27), ShapeAnnotation.h (+1)
adeas31 2014-04-16 02:34 Rev.: 20155

#2666
- Handle %par, %name, %class & %% in the text annotation in a more better way.

50 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Annotations: TextAnnotation.cpp (+48 -27), TextAnnotation.h (+2)
sjoelund.se 2014-04-15 16:10 Rev.: 20152

Update OMEdit copyright notices

61 lines of code changed in 14 files:

  • OMEdit/OMEditGUI/Annotations: BitmapAnnotation.cpp (+4 -3), BitmapAnnotation.h (+4 -3), EllipseAnnotation.cpp (+4 -3), EllipseAnnotation.h (+4 -3), LineAnnotation.cpp (+4 -3), LineAnnotation.h (+4 -3), PolygonAnnotation.cpp (+4 -3), PolygonAnnotation.h (+4 -3), RectangleAnnotation.cpp (+4 -3), RectangleAnnotation.h (+4 -3), ShapeAnnotation.cpp (+4 -3), ShapeAnnotation.h (+9 -8), TextAnnotation.cpp (+4 -3), TextAnnotation.h (+4 -3)
adeas31 2014-04-14 14:58 Rev.: 20128

- Update the model source code when line annotation is updated.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Annotations: LineAnnotation.cpp (+2)
adeas31 2014-03-28 00:52 Rev.: 19833

- Fixed OMEdit compiler warnings.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Annotations: ShapeAnnotation.cpp (+1 -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 4 files:

  • OMEdit/OMEditGUI/Annotations: BitmapAnnotation.cpp (+5 -3), BitmapAnnotation.h (+2 -2), ShapeAnnotation.cpp (+4 -18), ShapeAnnotation.h (+1)
adeas31 2014-03-14 19:22 Rev.: 19583

- Fixed loading of bitmap shapes within a component.

14 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Annotations: ShapeAnnotation.cpp (+14 -1)
adeas31 2014-02-05 16:56 Rev.: 18986

- Fixed few graphical glitches.

9 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Annotations: LineAnnotation.cpp (+9)
adeas31 2013-11-11 10:28 Rev.: 18088

- removed testing code.

0 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Annotations: TextAnnotation.cpp (-2)
adeas31 2013-10-28 18:16 Rev.: 17913

- Apply line & fill patterns after painter translate.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Annotations: EllipseAnnotation.cpp (+2 -2)
adeas31 2013-10-21 15:01 Rev.: 17779

- Updated "Open Modelica File(s)" to "Open Model/Library File(s)".
- QPainter draws a text with almost twice font size. For now calculating font size is fine but in future we should switch to QGraphicsTextItem which uses the QTextDocument inside to display the text.

3 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Annotations: TextAnnotation.cpp (+3)
adeas31 2013-09-07 01:53 Rev.: 17114

- Subclass QDoubleSpinBox and manage the precision value via options dialog.

0 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Annotations: ShapeAnnotation.h (-1)
hkiel 2013-08-09 13:17 Rev.: 16774

+ coding style
+ some optimizations

233 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/Annotations: EllipseAnnotation.cpp (+16), LineAnnotation.cpp (+131 -59), PolygonAnnotation.cpp (+30 -21), ShapeAnnotation.cpp (+56 -6)
adeas31 2013-07-31 17:05 Rev.: 16707

#2218
Fixed handling of extends class modifiers.

25 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Annotations: TextAnnotation.cpp (+25 -14)
adeas31 2013-07-26 11:09 Rev.: 16685

- Set the stacking order of items in following order; icon/diagram shapes first then connections and then components. The user should be allowed to change it. Will add this functionality later on.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Annotations: LineAnnotation.cpp (+2 -2)
adeas31 2013-07-25 12:31 Rev.: 16675

- check if we really have the component parent while creating the array connections.

59 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Annotations: LineAnnotation.cpp (+59 -23)
adeas31 2013-07-01 18:27 Rev.: 16534

- Fixed the connections implementation.

55 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Annotations: LineAnnotation.cpp (+55 -41)
adeas31 2013-06-29 02:24 Rev.: 16522

- Use Qt::MiterJoin as a default Pen join style.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Annotations: ShapeAnnotation.cpp (+1 -1)
adeas31 2013-06-29 02:19 Rev.: 16521

#2268, #2272
- Only set the pen cosmetic if the thickness is less than equal to 2. The cosmetic pens use the exact defined thickness and doesn't scale according to shape size but this leads to problem if the thickness is higher e.g 5.

15 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Annotations: ShapeAnnotation.cpp (+15 -4)

(25 more)

Generated by StatSVN 0.7.0