Accepting request 673888 from KDE:Applications
KDE Applications 18.12.2 OBS-URL: https://build.opensuse.org/request/show/673888 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/umbrello?expand=0&rev=73
This commit is contained in:
commit
9e8bc41885
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9981e82513757fa2b564cc7cb8fa35cf1624e60655b216064dda19e1d01738a
|
||||
size 3049400
|
3
umbrello-18.12.2.tar.xz
Normal file
3
umbrello-18.12.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a3eb0e953e0dbeafeed3aa1e97a3444441db36577bc9959a3fdea10fb149670
|
||||
size 3054440
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 09 08:25:31 UTC 2019 - lbeltrame@kde.org
|
||||
|
||||
- Update to 18.12.2
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.12.2.php
|
||||
- Changes since 18.12.1:
|
||||
* Compile fix
|
||||
* Fix 'Duplicated text labels in xmi file' (kde#403888)
|
||||
* Fix 'Copy and paste of interface in component diagram does not update the displayed name' (kde#403853)
|
||||
* Fix 'Displayed interface name in the component diagram is not updated after changing it in the properties dialog' (kde#403852)
|
||||
* In AssociationWidget::widgetMoved() fix endless loop
|
||||
* Add test file for component diagram elements and associations
|
||||
* Fix 'Displayed name of an interface in a component diagram is not updated' (kde#403763)
|
||||
* Fixes the problem that the geometry of the interface widget was not updated when the connection was disconnected
|
||||
* Fix 'incorrect display of interface widgets in the component diagram when adding a second connection' (kde#403761)
|
||||
* In UMLWidget::mouseMoveEvent() remove duplicated call to adjustUnselectedAssocs()
|
||||
* Fix 'Associations connected to the component port do not move when moving the component' (kde#403692)
|
||||
* Fix unused parameter warning
|
||||
* On loading port widgets from xmi file setup connected state
|
||||
* Do not add building tests unconditional
|
||||
* Fix 'Incorrect port positions when loading old files' (kde#403622)
|
||||
* Make sure to only remove present ports
|
||||
* Use a better location for deleting UML Port instance
|
||||
* Fix 'Port widgets cannot be deleted from the context menu' (kde#403618)
|
||||
* Add "show" and "properties" to context menu of tree view item types 'category' and 'artifact'
|
||||
* Add missing "show" in diagram context menu entry to tree view items
|
||||
* When deleting port widgets, also delete the corresponding UML port (kde#403515)
|
||||
* Fix center position for showing port widgets
|
||||
* Add missing port widgets when loading component diagrams
|
||||
* Fix minor Doxygen issues
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 05:42:51 UTC 2019 - lbeltrame@kde.org
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: umbrello
|
||||
Version: 18.12.1
|
||||
Version: 18.12.2
|
||||
Release: 0
|
||||
Summary: UML Modeller
|
||||
License: GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user