Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid having unnecessary dot in the qualified name #11955

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

adeas31
Copy link
Member

@adeas31 adeas31 commented Feb 5, 2024

No description provided.

@adeas31 adeas31 added the COMP/GUI/OMEdit Issue and pull request related to OMEdit label Feb 5, 2024
@adeas31 adeas31 self-assigned this Feb 5, 2024
@adeas31 adeas31 enabled auto-merge (squash) February 5, 2024 16:44
@adeas31 adeas31 merged commit 3c9dda4 into OpenModelica:master Feb 5, 2024
2 checks passed
@adeas31 adeas31 deleted the qualified-name branch February 6, 2024 13:43
adeas31 added a commit to adeas31/OpenModelica that referenced this pull request Feb 13, 2024
adeas31 added a commit that referenced this pull request Feb 13, 2024
* Fix spelling/grammar of OMEdit GUI (#11724)

- Change incorrect pluralization, e.g. Libraries Browser => Library
  Browser.
- Fix inconsistent capitalization, use lower case everywhere when
  referring to e.g. the message browser.
- Simplify most GUI headers, e.g. Library Browser => Libraries.
- Hide the header of the library tree view since the library browser
  window itself already has a header.
- Change Hide => Autohide Variable Browser in options to better describe
  what the option does.
- Change && => and in options.

* Select the Element with its drawn shapes instead of boundingRect (#11928)

Helps with the issue #11866

* Reset the connection start and end elements before removing it (#11936)

Should fix #11919
Updating the bounding rectangle in the QGraphicsItem::shape() triggers unwanted paint event

* Do not redraw the hidden conditional port (#11938)

* Avoid having unnecessary dot in the qualified name (#11955)

* Copy the connector to both icon and diagram layer (#11966)

Fix for #11961
Only paste the connections on diagram layer

* Improve the selection of icons (#11968)

When the shape is inside a component then consider it filled shape for for better selection

* Do not automatically enlarge Message Browser setting (#11970)

Related to #9889
The setting is disabled by default. If enabled, the message browser will not open on new messages.
Instead the small messages tab bar shown will start blinking indicating that a new message is available.

* Better implementation for selection of items (#11978)

Related to #11866

This replaces the code implemented in PRs #11928 and #11968
The new implementation selects the item using the smallest possible bounding box that contains the shapes of the item.

* Update Russian translation (#11933)

Update Russian translation

* Fix some issues with edit redeclerable parameter button (#11911)

* Fix evaluate expressions in text strings (#11844)

---------

Co-authored-by: Per Östlund <per.ostlund@liu.se>
Co-authored-by: slichtzzz <90268581+slichtzzz@users.noreply.github.com>
Co-authored-by: MaksKBV <145646967+MaksKBV@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
COMP/GUI/OMEdit Issue and pull request related to OMEdit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant