Skip to content

1.4.0

Compare
Choose a tag to compare
@Tectu Tectu released this 30 Dec 17:29
  • Items
    • Introduce RectItem item to provide an abstract way of handling moving, resizing & rotating of items with a rectangular outline. This functionality was previously baked into the existing Node item. Now, the Node item inherits from RectItem to retain the same functionalities.
    • Introduce Widget item to facilitate integration of Qt widgets into the scene.
    • Connector: Disconnect any connected wires when hiding (e1e0682, a10da31, 2176746)
  • Scene
    • Fix item highlight handling (honor the items highlightEnabled attribute) (72a0a91).
  • View
    • Propagate keyPressEvent() if not used by us (9166970).
    • Compensate for exponential zoom (makes zooming "feel linearly" to the user) (9dd8dbe).
  • Wire System
    • Mark manager::point_is_attached() as const (7d68abe).
  • Netlist generator
    • Compare net names in a case sensitive manner (1dc51cd).
    • Cleanup / Overhaul (4ba0dcc)
  • Demo application: Various improvements.
  • Officially support Qt6 (7fb0ae3).
  • Minor internal code improvements (529d425, 9b003e4, e879534, 24825b7, cb7cd50, c5a5ef1, f676ba8, e06cdab).