commit umbrello for openSUSE:Factory
Hello community,
here is the log from the commit of package umbrello for openSUSE:Factory
checked in at 2020-11-10 13:45:50
Comparing /work/SRC/openSUSE:Factory/umbrello (Old)
and /work/SRC/openSUSE:Factory/.umbrello.new.11331 (New)
Package is "umbrello"
Tue Nov 10 13:45:50 2020 rev:95 rq:846810 version:20.08.3
Changes:
--- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2020-10-13
15:43:26.197392496 +0200
+++ /work/SRC/openSUSE:Factory/.umbrello.new.11331/umbrello.changes
2020-11-10 13:53:04.226893418 +0100
@@ -1,0 +2,12 @@
+Thu Nov 5 22:48:08 UTC 2020 - Luca Beltrame
+
+- Update to 20.08.3
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/releases/2020-11-apps-update
+- Changes since 20.08.2:
+ * cmake: Add fallback in case QTQCHDIR was not found for KF5 build variant
+ * Fix "file cannot create directory: /qch. Maybe need administrative
privileges" (kde#427070)
+ * Add cmake command line option BUILD_QCH to support building without QCH
support if requested
+
+---
Old:
umbrello-20.08.2.tar.xz
umbrello-20.08.2.tar.xz.sig
New:
umbrello-20.08.3.tar.xz
umbrello-20.08.3.tar.xz.sig
Other differences:
--
++ umbrello.spec ++
--- /var/tmp/diff_new_pack.nme2bq/_old 2020-11-10 13:53:04.998891959 +0100
+++ /var/tmp/diff_new_pack.nme2bq/_new 2020-11-10 13:53:04.998891959 +0100
@@ -21,7 +21,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: umbrello
-Version:20.08.2
+Version:20.08.3
Release:0
Summary:UML Modeller
License:GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later
++ umbrello-20.08.2.tar.xz -> umbrello-20.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/umbrello-20.08.2/CMakeLists.txt
new/umbrello-20.08.3/CMakeLists.txt
--- old/umbrello-20.08.2/CMakeLists.txt 2020-10-03 12:54:56.0 +0200
+++ new/umbrello-20.08.3/CMakeLists.txt 2020-10-31 17:36:07.0 +0100
@@ -13,7 +13,7 @@
# KDE Application Version, managed by release script
set (RELEASE_SERVICE_VERSION_MAJOR "20")
set (RELEASE_SERVICE_VERSION_MINOR "08")
-set (RELEASE_SERVICE_VERSION_MICRO "2")
+set (RELEASE_SERVICE_VERSION_MICRO "3")
set(UMBRELLO_VERSION_MAJOR "2")
set(UMBRELLO_VERSION_MINOR "32")
@@ -35,6 +35,8 @@
option(BUILD_PHP_IMPORT "Build with php import support" ON)
+option(BUILD_QCH "Build with QCH support" ON)
+
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is
checked
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)
include(Macros)
@@ -58,6 +60,7 @@
set(KDEV_MIN_VERSION 1.7.3)
set(KDEV_SOURCE_DIR lib/kdev4-php)
set(KDEV_COMPONENTS)
+set(QTQCHDIR ${QT_DOC_DIR}/qch)
else()
set(APP_SUFFIX 5)
set(LIB_PREFIX Qt5::)
@@ -78,6 +81,9 @@
set(KDEV_MIN_VERSION 5.1.2)
set(KDEV_SOURCE_DIR lib/kdev5-php)
set(KDEV_COMPONENTS KDev::Interfaces KDev::Language KDev::Shell)
+if(NOT QTQCHDIR)
+set(QTQCHDIR ${KDE_INSTALL_QTQCHDIR})
+endif()
endif()
# search packages used by Qt
@@ -265,13 +271,13 @@
set(DOXYGEN_USE_PDFLATEX NO)
set(DOXYGEN_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/apidoc)
-if(QHELPGENERATOR_EXECUTABLE)
+if(BUILD_QCH AND QHELPGENERATOR_EXECUTABLE)
set(DOXYGEN_GENERATE_QHP YES)
set(DOXYGEN_QCH_FILE ${CMAKE_BINARY_DIR}/umbrello.qch)
set(DOXYGEN_QHP_NAMESPACE org.kde.umbrello)
set(DOXYGEN_QHG_LOCATION ${QHELPGENERATOR_EXECUTABLE})
set(DOXYGEN_QHP_VIRTUAL_FOLDER doc)
-install(FILES ${DOXYGEN_QCH_FILE} DESTINATION ${QT_DOC_DIR}/qch
COMPONENT Devel)
+install(FILES ${DOXYGEN_QCH_FILE} DESTINATION ${QTQCHDIR} COMPONENT
Devel)
endif()
doxygen_add_docs(apidoc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/umbrello-20.08.2/po/ca/umbrello.po
new/umbrello-20.08.3/po/ca/umbrello.po
--- old/umbrello-20.08.2/po/ca/umbrello.po 2020-10-06 05:35:34.0
+0200
+++ new/umbrello-20.08.3/po/ca/umbrello.po 2020-11-03 01:42:15.0
+0100
@@ -13,14 +13,14 @@
"Project-Id-Version: umbrello\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
"POT-Creation-Date: 2020-08-14 08:09+0200\n"
-"PO-Revision-Date: 2020-08-06 15:47+0200\n"
+"PO-Revision-Date: 2020-10-14 11:35+0200\n"
"Last-Translator: Antoni Bella Pérez \n"
"Language-Team: Catalan \n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize
commit umbrello for openSUSE:Factory
Hello community,
here is the log from the commit of package umbrello for openSUSE:Factory
checked in at 2020-10-13 15:41:39
Comparing /work/SRC/openSUSE:Factory/umbrello (Old)
and /work/SRC/openSUSE:Factory/.umbrello.new.3486 (New)
Package is "umbrello"
Tue Oct 13 15:41:39 2020 rev:94 rq:840748 version:20.08.2
Changes:
--- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2020-09-09
18:06:53.107468046 +0200
+++ /work/SRC/openSUSE:Factory/.umbrello.new.3486/umbrello.changes
2020-10-13 15:43:26.197392496 +0200
@@ -1,0 +2,9 @@
+Fri Oct 9 05:45:37 UTC 2020 - Luca Beltrame
+
+- Update to 20.08.2
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/releases/2020-10-apps-update
+- No code change since 20.08.1
+
+---
Old:
umbrello-20.08.1.tar.xz
umbrello-20.08.1.tar.xz.sig
New:
umbrello-20.08.2.tar.xz
umbrello-20.08.2.tar.xz.sig
Other differences:
--
++ umbrello.spec ++
--- /var/tmp/diff_new_pack.qvRxvr/_old 2020-10-13 15:43:27.037392858 +0200
+++ /var/tmp/diff_new_pack.qvRxvr/_new 2020-10-13 15:43:27.041392860 +0200
@@ -21,7 +21,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: umbrello
-Version:20.08.1
+Version:20.08.2
Release:0
Summary:UML Modeller
License:GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later
++ umbrello-20.08.1.tar.xz -> umbrello-20.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/umbrello-20.08.1/CMakeLists.txt
new/umbrello-20.08.2/CMakeLists.txt
--- old/umbrello-20.08.1/CMakeLists.txt 2020-08-31 20:40:31.0 +0200
+++ new/umbrello-20.08.2/CMakeLists.txt 2020-10-03 12:54:56.0 +0200
@@ -13,7 +13,7 @@
# KDE Application Version, managed by release script
set (RELEASE_SERVICE_VERSION_MAJOR "20")
set (RELEASE_SERVICE_VERSION_MINOR "08")
-set (RELEASE_SERVICE_VERSION_MICRO "1")
+set (RELEASE_SERVICE_VERSION_MICRO "2")
set(UMBRELLO_VERSION_MAJOR "2")
set(UMBRELLO_VERSION_MINOR "32")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/umbrello-20.08.1/po/ca/umbrello_kdevphp.po
new/umbrello-20.08.2/po/ca/umbrello_kdevphp.po
--- old/umbrello-20.08.1/po/ca/umbrello_kdevphp.po 2020-09-01
08:29:52.0 +0200
+++ new/umbrello-20.08.2/po/ca/umbrello_kdevphp.po 2020-10-06
05:35:34.0 +0200
@@ -8,7 +8,7 @@
# Antoni Bella Pérez , 2013, 2014, 2015, 2016, 2017,
2018, 2019, 2020.
msgid ""
msgstr ""
-"Project-Id-Version: umbrello_kdevphp\n"
+"Project-Id-Version: umbrello\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
"POT-Creation-Date: 2019-05-20 03:12+0200\n"
"PO-Revision-Date: 2020-08-04 12:23+0200\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/umbrello-20.08.1/po/ca/umbrello_kdevphp5.po
new/umbrello-20.08.2/po/ca/umbrello_kdevphp5.po
--- old/umbrello-20.08.1/po/ca/umbrello_kdevphp5.po 2020-09-01
08:29:52.0 +0200
+++ new/umbrello-20.08.2/po/ca/umbrello_kdevphp5.po 2020-10-06
05:35:34.0 +0200
@@ -8,7 +8,7 @@
# Antoni Bella Pérez , 2013, 2014, 2015, 2016, 2017,
2020.
msgid ""
msgstr ""
-"Project-Id-Version: umbrello_kdevphp5\n"
+"Project-Id-Version: umbrello\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
"POT-Creation-Date: 2019-11-25 03:12+0100\n"
"PO-Revision-Date: 2020-08-04 12:28+0200\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/umbrello-20.08.1/po/ca@valencia/umbrello_kdevphp.po
new/umbrello-20.08.2/po/ca@valencia/umbrello_kdevphp.po
--- old/umbrello-20.08.1/po/ca@valencia/umbrello_kdevphp.po 2020-09-01
08:29:53.0 +0200
+++ new/umbrello-20.08.2/po/ca@valencia/umbrello_kdevphp.po 2020-10-06
05:35:34.0 +0200
@@ -8,7 +8,7 @@
# Antoni Bella Pérez , 2013, 2014, 2015, 2016, 2017,
2018, 2019, 2020.
msgid ""
msgstr ""
-"Project-Id-Version: umbrello_kdevphp\n"
+"Project-Id-Version: umbrello\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
"POT-Creation-Date: 2019-05-20 03:12+0200\n"
"PO-Revision-Date: 2020-08-04 12:23+0200\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/umbrello-20.08.1/po/ca@valencia/umbrello_kdevphp5.po
new/umbrello-20.08.2/po/ca@valencia/umbrello_kdevphp5.po
--- old/umbrello-20.08.1/po/ca@valencia/umbrello_kdevphp5.po2020-09-01
08:29:52.0 +0200
+++ new/umbrello-20.08.2/po/ca@valencia/umbrello_kdevphp5.po2020-10-06
05:35:34.0 +0200
@@ -8,7 +8,7 @@
# Antoni Be
commit umbrello for openSUSE:Factory
Hello community,
here is the log from the commit of package umbrello for openSUSE:Factory
checked in at 2020-09-09 18:01:02
Comparing /work/SRC/openSUSE:Factory/umbrello (Old)
and /work/SRC/openSUSE:Factory/.umbrello.new.3399 (New)
Package is "umbrello"
Wed Sep 9 18:01:02 2020 rev:93 rq:831916 version:20.08.1
Changes:
--- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2020-08-18
14:03:26.542324233 +0200
+++ /work/SRC/openSUSE:Factory/.umbrello.new.3399/umbrello.changes
2020-09-09 18:06:53.107468046 +0200
@@ -1,0 +2,12 @@
+Tue Sep 1 20:51:36 UTC 2020 - Luca Beltrame
+
+- Update to 20.08.1
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/releases/2020-09-apps-update
+- Changes since 20.08.0:
+ * Compile fix
+ * Fix 'No display of foreign key constraints when opening a file'
(kde#425285)
+ * Fix 'Double association in the diagram after renaming a foreign key
constraint' (kde#425281)
+
+---
Old:
umbrello-20.08.0.tar.xz
umbrello-20.08.0.tar.xz.sig
New:
umbrello-20.08.1.tar.xz
umbrello-20.08.1.tar.xz.sig
Other differences:
--
++ umbrello.spec ++
--- /var/tmp/diff_new_pack.EDvrh3/_old 2020-09-09 18:06:56.335470988 +0200
+++ /var/tmp/diff_new_pack.EDvrh3/_new 2020-09-09 18:06:56.339470991 +0200
@@ -21,7 +21,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: umbrello
-Version:20.08.0
+Version:20.08.1
Release:0
Summary:UML Modeller
License:GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later
++ umbrello-20.08.0.tar.xz -> umbrello-20.08.1.tar.xz ++
53755 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community,
here is the log from the commit of package umbrello for openSUSE:Factory
checked in at 2020-08-18 14:00:44
Comparing /work/SRC/openSUSE:Factory/umbrello (Old)
and /work/SRC/openSUSE:Factory/.umbrello.new.3399 (New)
Package is "umbrello"
Tue Aug 18 14:00:44 2020 rev:92 rq:826541 version:20.08.0
Changes:
--- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2020-07-15
11:59:08.315766296 +0200
+++ /work/SRC/openSUSE:Factory/.umbrello.new.3399/umbrello.changes
2020-08-18 14:03:26.542324233 +0200
@@ -1,0 +2,34 @@
+Sun Aug 9 09:10:59 UTC 2020 - Christophe Giboudeaux
+
+- Update to 20.08.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/releases/2020-08-apps-update
+- Changes since 20.07.90:
+ * New feature allowing word wrapping in use case texts
+when resizing and entering line breaks (kde#424863)
+
+---
+Sun Aug 2 08:01:17 UTC 2020 - Christophe Giboudeaux
+
+- Update to 20.07.90
+ * New feature release
+- Changes since 20.07.80:
+ * cmake: fix umbrello version
+ * cmake: Fix build issue with kdevelop 5.2.1 on Ubuntu 18.04 (kde#424794)
+
+---
+Sun Jul 19 10:06:22 UTC 2020 - Christophe Giboudeaux
+
+- Update to 20.07.80
+ * New feature release
+- Changes since 20.04.3:
+ * release-windows-packages: add command line options --tarversion to specify
different tar ball version
+ * release-windows-packages: add command for updating obs package
+ * release-windows-package: add variable for running osc
+ * tab 2 spaces
+ * Fix compiler warning
+ * Coverity check CID 268401: Copy into fixed size buffer (STRING_OVERFLOW)
+ * Switch to https for bugs.kde.org
+
+---
Old:
umbrello-20.04.3.tar.xz
umbrello-20.04.3.tar.xz.sig
New:
umbrello-20.08.0.tar.xz
umbrello-20.08.0.tar.xz.sig
Other differences:
--
++ umbrello.spec ++
--- /var/tmp/diff_new_pack.cRCMgI/_old 2020-08-18 14:03:27.226324540 +0200
+++ /var/tmp/diff_new_pack.cRCMgI/_new 2020-08-18 14:03:27.230324541 +0200
@@ -21,7 +21,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: umbrello
-Version:20.04.3
+Version:20.08.0
Release:0
Summary:UML Modeller
License:GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later
++ umbrello-20.04.3.tar.xz -> umbrello-20.08.0.tar.xz ++
7774 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community,
here is the log from the commit of package umbrello for openSUSE:Factory
checked in at 2020-07-15 11:58:05
Comparing /work/SRC/openSUSE:Factory/umbrello (Old)
and /work/SRC/openSUSE:Factory/.umbrello.new.3060 (New)
Package is "umbrello"
Wed Jul 15 11:58:05 2020 rev:91 rq:820321 version:20.04.3
Changes:
--- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2020-06-14
18:32:08.885936052 +0200
+++ /work/SRC/openSUSE:Factory/.umbrello.new.3060/umbrello.changes
2020-07-15 11:59:08.315766296 +0200
@@ -1,0 +2,10 @@
+Thu Jul 9 20:11:19 UTC 2020 - Luca Beltrame
+
+- Update to 20.04.3
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/releases/2020-07-apps-update
+- Changes since 20.04.2:
+ * Fix 'Class Diagram Widget Text Truncated Upon Re-Opening XMI' on Windows
10 (kde#423660)
+
+---
Old:
umbrello-20.04.2.tar.xz
umbrello-20.04.2.tar.xz.sig
New:
umbrello-20.04.3.tar.xz
umbrello-20.04.3.tar.xz.sig
Other differences:
--
++ umbrello.spec ++
--- /var/tmp/diff_new_pack.H6Qoc8/_old 2020-07-15 11:59:09.035767091 +0200
+++ /var/tmp/diff_new_pack.H6Qoc8/_new 2020-07-15 11:59:09.039767095 +0200
@@ -21,7 +21,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: umbrello
-Version:20.04.2
+Version:20.04.3
Release:0
Summary:UML Modeller
License:GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later
++ umbrello-20.04.2.tar.xz -> umbrello-20.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/umbrello-20.04.2/CMakeLists.txt
new/umbrello-20.04.3/CMakeLists.txt
--- old/umbrello-20.04.2/CMakeLists.txt 2020-06-08 19:37:06.0 +0200
+++ new/umbrello-20.04.3/CMakeLists.txt 2020-07-03 22:34:18.0 +0200
@@ -13,7 +13,7 @@
# KDE Application Version, managed by release script
set (RELEASE_SERVICE_VERSION_MAJOR "20")
set (RELEASE_SERVICE_VERSION_MINOR "04")
-set (RELEASE_SERVICE_VERSION_MICRO "2")
+set (RELEASE_SERVICE_VERSION_MICRO "3")
set(UMBRELLO_VERSION_MAJOR "2")
set(UMBRELLO_VERSION_MINOR "31")
Binary files old/umbrello-20.04.2/po/ca/docs/umbrello/activity-diagram.png and
new/umbrello-20.04.3/po/ca/docs/umbrello/activity-diagram.png differ
Binary files old/umbrello-20.04.2/po/ca/docs/umbrello/aggregation.png and
new/umbrello-20.04.3/po/ca/docs/umbrello/aggregation.png differ
Binary files old/umbrello-20.04.2/po/ca/docs/umbrello/association.png and
new/umbrello-20.04.3/po/ca/docs/umbrello/association.png differ
Binary files old/umbrello-20.04.2/po/ca/docs/umbrello/category.png and
new/umbrello-20.04.3/po/ca/docs/umbrello/category.png differ
Binary files old/umbrello-20.04.2/po/ca/docs/umbrello/class-diagram.png and
new/umbrello-20.04.3/po/ca/docs/umbrello/class-diagram.png differ
Binary files old/umbrello-20.04.2/po/ca/docs/umbrello/class.png and
new/umbrello-20.04.3/po/ca/docs/umbrello/class.png differ
Binary files old/umbrello-20.04.2/po/ca/docs/umbrello/code-import.png and
new/umbrello-20.04.3/po/ca/docs/umbrello/code-import.png differ
Binary files old/umbrello-20.04.2/po/ca/docs/umbrello/collaboration-diagram.png
and new/umbrello-20.04.3/po/ca/docs/umbrello/collaboration-diagram.png differ
Binary files old/umbrello-20.04.2/po/ca/docs/umbrello/composition.png and
new/umbrello-20.04.3/po/ca/docs/umbrello/composition.png differ
Binary files
old/umbrello-20.04.2/po/ca/docs/umbrello/disjoint-specialization.png and
new/umbrello-20.04.3/po/ca/docs/umbrello/disjoint-specialization.png differ
Binary files
old/umbrello-20.04.2/po/ca/docs/umbrello/entity-relationship-diagram.png and
new/umbrello-20.04.3/po/ca/docs/umbrello/entity-relationship-diagram.png differ
Binary files old/umbrello-20.04.2/po/ca/docs/umbrello/entity.png and
new/umbrello-20.04.3/po/ca/docs/umbrello/entity.png differ
Binary files old/umbrello-20.04.2/po/ca/docs/umbrello/folders.png and
new/umbrello-20.04.3/po/ca/docs/umbrello/folders.png differ
Binary files old/umbrello-20.04.2/po/ca/docs/umbrello/generalization.png and
new/umbrello-20.04.3/po/ca/docs/umbrello/generalization.png differ
Binary files old/umbrello-20.04.2/po/ca/docs/umbrello/generation-options.png
and new/umbrello-20.04.3/po/ca/docs/umbrello/generation-options.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/umbrello-20.04.2/po/ca/docs/umbrello/index-kf5.docbook
new/umbrello-20.04.3/po/ca/docs/umbrello/index-kf5.docbook
--- old/umbrello-20.04.2/po/ca/docs/umbrello/index-kf5.docbook 2020-06-09
02:40:42.0
commit umbrello for openSUSE:Factory
Hello community,
here is the log from the commit of package umbrello for openSUSE:Factory
checked in at 2020-06-14 18:30:45
Comparing /work/SRC/openSUSE:Factory/umbrello (Old)
and /work/SRC/openSUSE:Factory/.umbrello.new.3606 (New)
Package is "umbrello"
Sun Jun 14 18:30:45 2020 rev:90 rq:813781 version:20.04.2
Changes:
--- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2020-05-23
17:27:56.099472187 +0200
+++ /work/SRC/openSUSE:Factory/.umbrello.new.3606/umbrello.changes
2020-06-14 18:32:08.885936052 +0200
@@ -1,0 +2,11 @@
+Tue Jun 9 12:16:37 UTC 2020 - Christophe Giboudeaux
+
+- Update to 20.04.2
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/releases/2020-06-apps-update
+- Changes since 20.04.1:
+ * Address https://bugs.kde.org/show_bug.cgi?id=56184#c94
+ * Fix 'Umbrello code importer does not import c++ header file wrapped with
__cplusplus macro' (kde#422356)
+
+---
Old:
umbrello-20.04.1.tar.xz
umbrello-20.04.1.tar.xz.sig
New:
umbrello-20.04.2.tar.xz
umbrello-20.04.2.tar.xz.sig
Other differences:
--
++ umbrello.spec ++
--- /var/tmp/diff_new_pack.vlEQf8/_old 2020-06-14 18:32:09.853939175 +0200
+++ /var/tmp/diff_new_pack.vlEQf8/_new 2020-06-14 18:32:09.857939188 +0200
@@ -21,7 +21,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: umbrello
-Version:20.04.1
+Version:20.04.2
Release:0
Summary:UML Modeller
License:GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later
++ umbrello-20.04.1.tar.xz -> umbrello-20.04.2.tar.xz ++
20818 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community,
here is the log from the commit of package umbrello for openSUSE:Factory
checked in at 2020-05-23 17:26:37
Comparing /work/SRC/openSUSE:Factory/umbrello (Old)
and /work/SRC/openSUSE:Factory/.umbrello.new.2738 (New)
Package is "umbrello"
Sat May 23 17:26:37 2020 rev:89 rq:806723 version:20.04.1
Changes:
--- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2020-04-29
20:53:07.297099476 +0200
+++ /work/SRC/openSUSE:Factory/.umbrello.new.2738/umbrello.changes
2020-05-23 17:27:56.099472187 +0200
@@ -1,0 +2,14 @@
+Fri May 15 15:42:26 UTC 2020 - Luca Beltrame
+
+- Update to 20.04.1
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/releases/2020-05-apps-update
+- Changes since 20.04.0:
+ * Fixes for adding multiline c++ comment support (kde#418970)
+ * Remove independent comments from list in CommentStore::getCommentsInRange()
+ * Initial work for combining multi line c++ comments
+ * Extend test case for class comments with c++ style and doxygen comments
+ * Add documentation to class Driver
+
+---
@@ -25,2 +38,0 @@
- * For more details please see:
- * https://kde.org/announcements/releases/20.04-rc
@@ -36,2 +47,0 @@
- * For more details please see:
- * https://kde.org/announcements/releases/20.04-beta
@@ -46 +56 @@
- * https://www.kde.org/announcements/releases/19.12.3
+ * https://kde.org/announcements/releases/2020-03-apps-update
@@ -69 +79 @@
- * https://www.kde.org/announcements/releases/19.12.2
+ * https://kde.org/announcements/releases/2020-02-apps-update
Old:
umbrello-20.04.0.tar.xz
umbrello-20.04.0.tar.xz.sig
New:
umbrello-20.04.1.tar.xz
umbrello-20.04.1.tar.xz.sig
Other differences:
--
++ umbrello.spec ++
--- /var/tmp/diff_new_pack.LuuF6C/_old 2020-05-23 17:27:56.815473736 +0200
+++ /var/tmp/diff_new_pack.LuuF6C/_new 2020-05-23 17:27:56.819473745 +0200
@@ -21,7 +21,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: umbrello
-Version:20.04.0
+Version:20.04.1
Release:0
Summary:UML Modeller
License:GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later
++ umbrello-20.04.0.tar.xz -> umbrello-20.04.1.tar.xz ++
2889 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community,
here is the log from the commit of package umbrello for openSUSE:Factory
checked in at 2020-04-29 20:51:13
Comparing /work/SRC/openSUSE:Factory/umbrello (Old)
and /work/SRC/openSUSE:Factory/.umbrello.new.2738 (New)
Package is "umbrello"
Wed Apr 29 20:51:13 2020 rev:88 rq:797063 version:20.04.0
Changes:
--- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2020-03-12
23:10:59.083292622 +0100
+++ /work/SRC/openSUSE:Factory/.umbrello.new.2738/umbrello.changes
2020-04-29 20:53:07.297099476 +0200
@@ -1,0 +2,39 @@
+Thu Apr 23 12:23:21 UTC 2020 - Luca Beltrame
+
+- Update to 20.04.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/releases/2020-04-apps-update
+- Changes since 20.03.90:
+ * cmake: fix version compare lower syntax
+ * unittests: fix checking llvm version number
+ * cmake: fix minor version
+ * unittests: only build llvm testcase with the supported versions 7 and 8
+ * cmake: Remove limits for generating dot graphs
+ * cmake use svg as image format for dot
+ * cmake: increase maximum dot graph depth to not limit generated graphs
+ * cmake: on generating api doc disable using multiple dot targets
+ * cmake: Only enable generating dot files if the 'dot' tool was found
+ * Add support for Qt5 variant of qhelpgenerator
+
+---
+Sun Apr 5 20:30:50 UTC 2020 - Luca Beltrame
+
+- Update to 20.03.90
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/releases/20.04-rc
+- Changes since 20.03.80:
+ * Fixed cmake 3.10 error caused by not setting policy CMP0057 to NEW
+ * Fix bug not building apidoc and qch file by default, if enabled
(kde#419202)
+
+---
+Sun Mar 22 09:17:47 UTC 2020 - Luca Beltrame
+
+- Update to 20.03.80
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/releases/20.04-beta
+- Too many changes to list here.
+
+---
Old:
umbrello-19.12.3.tar.xz
umbrello-19.12.3.tar.xz.sig
New:
umbrello-20.04.0.tar.xz
umbrello-20.04.0.tar.xz.sig
Other differences:
--
++ umbrello.spec ++
--- /var/tmp/diff_new_pack.Sw6EJa/_old 2020-04-29 20:53:08.333101849 +0200
+++ /var/tmp/diff_new_pack.Sw6EJa/_new 2020-04-29 20:53:08.337101858 +0200
@@ -1,7 +1,7 @@
#
# spec file for package umbrello
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,47 +21,37 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: umbrello
-Version:19.12.3
+Version:20.04.0
Release:0
Summary:UML Modeller
License:GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later
Group: Development/Tools/Other
URL:https://www.kde.org/
Source:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
-BuildRequires: boost-devel
BuildRequires: extra-cmake-modules
+BuildRequires: kdevelop5-pg-qt
+BuildRequires: kdevplatform-devel
+BuildRequires: libxml2-devel
+BuildRequires: libxslt-devel
+BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Archive)
-BuildRequires: cmake(KF5Auth)
BuildRequires: cmake(KF5Completion)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5Crash)
-BuildRequires: cmake(KF5KDELibs4Support)
BuildRequires: cmake(KF5DocTools)
-BuildRequires: cmake(KF5GuiAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5IconThemes)
-BuildRequires: cmake(KF5Init)
+BuildRequires: cmake(KF5ItemModels)
BuildRequires: cmake(KF5KCMUtils)
+BuildRequires: cmake(KF5KDELibs4Support)
BuildRequires: cmake(KF5KIO)
-BuildRequires: cmake(KF5Parts)
-BuildRequires: cmake(KF5Service)
BuildRequires: cmake(KF5TextEditor)
+BuildRequires: cmake(KF5ThreadWeaver)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(KF5XmlGui)
-BuildRequires: kdevelop5-pg-qt
-BuildRequires: kdevplatform-devel
-BuildRequires: libxml2-devel
-BuildRequires: libxslt-devel
-BuildRequires: subversion-devel
-BuildRequires: update-desktop-files
BuildRequires:
commit umbrello for openSUSE:Factory
Hello community,
here is the log from the commit of package umbrello for openSUSE:Factory
checked in at 2020-03-12 23:05:47
Comparing /work/SRC/openSUSE:Factory/umbrello (Old)
and /work/SRC/openSUSE:Factory/.umbrello.new.3160 (New)
Package is "umbrello"
Thu Mar 12 23:05:47 2020 rev:87 rq:782514 version:19.12.3
Changes:
--- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2020-02-11
22:22:21.491467409 +0100
+++ /work/SRC/openSUSE:Factory/.umbrello.new.3160/umbrello.changes
2020-03-12 23:10:59.083292622 +0100
@@ -1,0 +2,18 @@
+Thu Mar 5 20:36:54 UTC 2020 - Luca Beltrame
+
+- Update to 19.12.3
+ * New bugfix release
+ * For more details please see:
+ * https://www.kde.org/announcements/releases/19.12.3
+- Changes since 19.12.2:
+ * Use the global xml catalog to replace external docbook.xsl uri
+ * Use a more reliable way on Windows to find the application's installation
root
+ * Fix finding docbook stylesheet by using xml catalog support
+ * Fixed error message 'Can't save an empty diagram' with Docbook and Xhtml
export (kde#417784)
+ * Correction of the path setting for the Docbook and Xhtml export
+ * Fix KF5 issue 'Exporter searches for XSLT file in nonexistent directory'
(kde#417520)
+ * Fix '404 on help for settings in Umbrello (kde#410906)
+ * cmake: remove annoying suggest-override warning
+ * Fix using wrong name for slotInterfaceRequired() in class WorkToolBar
+
+---
Old:
umbrello-19.12.2.tar.xz
umbrello-19.12.2.tar.xz.sig
New:
umbrello-19.12.3.tar.xz
umbrello-19.12.3.tar.xz.sig
Other differences:
--
++ umbrello.spec ++
--- /var/tmp/diff_new_pack.JdrFzj/_old 2020-03-12 23:11:00.119293031 +0100
+++ /var/tmp/diff_new_pack.JdrFzj/_new 2020-03-12 23:11:00.123293033 +0100
@@ -21,7 +21,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: umbrello
-Version:19.12.2
+Version:19.12.3
Release:0
Summary:UML Modeller
License:GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later
++ umbrello-19.12.2.tar.xz -> umbrello-19.12.3.tar.xz ++
17096 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community,
here is the log from the commit of package umbrello for openSUSE:Factory
checked in at 2020-02-11 22:21:49
Comparing /work/SRC/openSUSE:Factory/umbrello (Old)
and /work/SRC/openSUSE:Factory/.umbrello.new.26092 (New)
Package is "umbrello"
Tue Feb 11 22:21:49 2020 rev:86 rq:771803 version:19.12.2
Changes:
--- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2020-01-12
23:25:28.790840442 +0100
+++ /work/SRC/openSUSE:Factory/.umbrello.new.26092/umbrello.changes
2020-02-11 22:22:21.491467409 +0100
@@ -1,0 +2,21 @@
+Fri Feb 7 08:36:18 UTC 2020 - Christophe Giboudeaux
+
+- Replace %make_jobs with %cmake_build.
+
+---
+Wed Feb 5 06:29:56 UTC 2020 - Luca Beltrame
+
+- Update to 19.12.2
+ * New bugfix release
+ * For more details please see:
+ * https://www.kde.org/announcements/releases/19.12.2
+- Too many changes since 19.12.1, only listing bugfixes:
+ * Improve creation of generalization with parent provided as string:
(kde#416178)
+ * Fix broken file selection for PHP and SQL in code import wizard:
(kde#335566)
+ * Fix endless loop on importing mysql schema: (kde#398082)
+ * Fix 'Missing entries in the New context menu entry for the logical view'
(kde#416053)
+ * Fix 'Umbrello Crash On Moving the Seconds element in the Class Diagram'
(kde#416013)
+ * Fix 'No association update after changing a class attribute type from
class to class pointer or address and vice versa' (kde#416006)
+ * Fix 'Duplicate Composition Association when rename it's variable in the
tree View' (kde#415992)
+
+---
Old:
umbrello-19.12.1.tar.xz
umbrello-19.12.1.tar.xz.sig
New:
umbrello-19.12.2.tar.xz
umbrello-19.12.2.tar.xz.sig
Other differences:
--
++ umbrello.spec ++
--- /var/tmp/diff_new_pack.32hTWK/_old 2020-02-11 22:22:22.115467751 +0100
+++ /var/tmp/diff_new_pack.32hTWK/_new 2020-02-11 22:22:22.119467753 +0100
@@ -21,7 +21,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: umbrello
-Version:19.12.1
+Version:19.12.2
Release:0
Summary:UML Modeller
License:GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later
@@ -89,7 +89,7 @@
export CFLAGS="%{optflags} -fPIC"
%cmake_kf5 -d build -- -DBUILD_KF5=ON
- %make_jobs
+ %cmake_build
%install
%kf5_makeinstall -C build
++ umbrello-19.12.1.tar.xz -> umbrello-19.12.2.tar.xz ++
51570 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community,
here is the log from the commit of package umbrello for openSUSE:Factory
checked in at 2020-01-12 23:23:32
Comparing /work/SRC/openSUSE:Factory/umbrello (Old)
and /work/SRC/openSUSE:Factory/.umbrello.new.6675 (New)
Package is "umbrello"
Sun Jan 12 23:23:32 2020 rev:85 rq:762483 version:19.12.1
Changes:
--- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2020-01-03
17:38:30.371342537 +0100
+++ /work/SRC/openSUSE:Factory/.umbrello.new.6675/umbrello.changes
2020-01-12 23:25:28.790840442 +0100
@@ -1,0 +2,18 @@
+Tue Jan 7 10:36:39 UTC 2020 - Christophe Giboudeaux
+
+- Update to 19.12.1
+ * New bugfix release
+ * For more details please see:
+ * https://www.kde.org/announcements/releases/19.12.1
+- Changes since 19.12.0:
+ * Remove obsolete code
+ * Fix 'No undo support for adding connected widgets' (kde#415888)
+ * Fix 'Different name when adding connected states compared to adding via
the toolbar' (kde#415890)
+ * Fix 'Adding connected widgets cannot be cancelled' (kde#415889)
+ * Limit building local KDev::Tests library for KF5 only when kdevplatform
library has been found
+ * Library KDev::Tests: remove Qt5::Tests dependencies (kde#415849)
+ * Embed KDev::Tests library to not depend on kdevplatform for KF5 builds
+ * Fix 'The initial cursor position in the properties dialog of a state
should be set to the name field' (kde#415784)
+ * Fix 'Adding a connected state should allow entering of a state name'
(kde#415779)
+
+---
Old:
umbrello-19.12.0.tar.xz
umbrello-19.12.0.tar.xz.sig
New:
umbrello-19.12.1.tar.xz
umbrello-19.12.1.tar.xz.sig
Other differences:
--
++ umbrello.spec ++
--- /var/tmp/diff_new_pack.hYhwXP/_old 2020-01-12 23:25:31.126841306 +0100
+++ /var/tmp/diff_new_pack.hYhwXP/_new 2020-01-12 23:25:31.166841321 +0100
@@ -21,7 +21,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: umbrello
-Version:19.12.0
+Version:19.12.1
Release:0
Summary:UML Modeller
License:GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later
@@ -46,6 +46,7 @@
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5Init)
+BuildRequires: cmake(KF5KCMUtils)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5Parts)
BuildRequires: cmake(KF5Service)
++ umbrello-19.12.0.tar.xz -> umbrello-19.12.1.tar.xz ++
14988 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2020-01-03 17:38:17 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new.6675 (New) Package is "umbrello" Fri Jan 3 17:38:17 2020 rev:84 rq:760592 version:19.12.0 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2019-12-14 12:23:19.075199875 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new.6675/umbrello.changes 2020-01-03 17:38:30.371342537 +0100 @@ -7 +7 @@ - * https://www.kde.org/announcements/releases/19.12.0 + * https://www.kde.org/announcements/releases/19.12 Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.aq2Zct/_old 2020-01-03 17:38:35.043344936 +0100 +++ /var/tmp/diff_new_pack.aq2Zct/_new 2020-01-03 17:38:35.043344936 +0100 @@ -53,6 +53,8 @@ BuildRequires: cmake(KF5WidgetsAddons) BuildRequires: cmake(KF5WindowSystem) BuildRequires: cmake(KF5XmlGui) +BuildRequires: kdevelop5-pg-qt +BuildRequires: kdevplatform-devel BuildRequires: libxml2-devel BuildRequires: libxslt-devel BuildRequires: subversion-devel
commit umbrello for openSUSE:Factory
Hello community,
here is the log from the commit of package umbrello for openSUSE:Factory
checked in at 2019-12-14 12:16:27
Comparing /work/SRC/openSUSE:Factory/umbrello (Old)
and /work/SRC/openSUSE:Factory/.umbrello.new.4691 (New)
Package is "umbrello"
Sat Dec 14 12:16:27 2019 rev:83 rq:756350 version:19.12.0
Changes:
--- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2019-11-13
13:24:34.395463097 +0100
+++ /work/SRC/openSUSE:Factory/.umbrello.new.4691/umbrello.changes
2019-12-14 12:23:19.075199875 +0100
@@ -1,0 +2,50 @@
+Tue Dec 10 06:39:19 UTC 2019 - Luca Beltrame
+
+- Update to 19.12.0
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/releases/19.12.0
+- Changes since 19.11.90:
+ * Fix api issue in class ToolBarState in case UMLScene is constructed
without a view
+ * Add save/load unit test for class PreConditionWidget
+ * Fix 'Sequence diagram - on reload file - app crash when conditions are
added' (kde#414759)
+ * Apply quick fix to prevent crashing on loading extented testcase for
reproducing behaviour
+ * Handle "show property dialog" content menu entry for combined fragment and
precondition widgets
+ * Fix 'Missing property dialog entries in context menu for combined fragment
and precondition widgets' (kde#414778)
+
+---
+Sat Nov 30 09:12:39 UTC 2019 - Luca Beltrame
+
+- Update to 19.11.90
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/releases/19.12-rc
+- Too many changes since 19.11.80, only listing bugfixes:
+ * Fix 'Crash on pasting a sequence diagram elements' (kde#414615)
+ * Fix 'No namespace creation when importing stack traces' (kde#414599)
+ * Fix 'Incorrect applying of an auto layout for spline line type'
(kde#414568)
+ * Fix 'No control points are created for association lines in "spline"
+layout default mode' (kde#414520)
+ * Fix 'Associations are sometime not addable in class diagram' (kde#409631)
+ * Fix of string includes in c++ code generator (kde#413569)
+
+---
+Sun Nov 24 15:54:34 UTC 2019 - Luca Beltrame
+
+- Update to 19.11.80
+ * New feature release
+- Too many changes since 19.08.3, listing only bugfixes:
+ * Fix 'Classifier unit case not enabled' (kde#414044)
+ * Fix 'auto-generated getters and setters to atributes are private in
generated java classes' (kde#331655)
+ * Add customizable class variable prefix for c++ code generation (kde#57583)
+ * Add additional c++ code generation policies to fix unexpected code
generation (kde#413991)
+ * Fix 'Added points to an association do not display them by default'
(kde#413910)
+ * Fix 'For relationships, partially unsupported properties are displayed in
the properties dialog on the style page' (kde#413908)
+ * Fix 'Changes to the fill color of the head of a composition are not
displayed' (kde#413907)
+ * Implement 'Open file assigned to an artifact' (kde#410937)
+ * Add support for adding connected "required interfaces" (kde#403794)
+ * Add subsystem support to toolbar and context menu for component diagrams
(kde#410543)
+ * Fix 'Incorrect icon in toolbar for adding interfaces to component diagram'
(kde#410519)
+ * Add missing context menu entries for activity diagrams (kde#410479)
+
+---
Old:
umbrello-19.08.3.tar.xz
umbrello-19.08.3.tar.xz.sig
New:
umbrello-19.12.0.tar.xz
umbrello-19.12.0.tar.xz.sig
Other differences:
--
++ umbrello.spec ++
--- /var/tmp/diff_new_pack.eYrJHz/_old 2019-12-14 12:23:19.719199778 +0100
+++ /var/tmp/diff_new_pack.eYrJHz/_new 2019-12-14 12:23:19.719199778 +0100
@@ -16,57 +16,56 @@
#
-%define kf5_version 5.26.0
+%define kf5_version 5.60.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: umbrello
-Version:19.08.3
+Version:19.12.0
Release:0
Summary:UML Modeller
License:GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later
Group: Development/Tools/Other
URL:https://www.kde.org/
-Source:
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+Source:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
-Source1:
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/release-
commit umbrello for openSUSE:Factory
Hello community,
here is the log from the commit of package umbrello for openSUSE:Factory
checked in at 2019-11-13 13:24:19
Comparing /work/SRC/openSUSE:Factory/umbrello (Old)
and /work/SRC/openSUSE:Factory/.umbrello.new.2990 (New)
Package is "umbrello"
Wed Nov 13 13:24:19 2019 rev:82 rq:747000 version:19.08.3
Changes:
--- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2019-10-28
16:58:58.609657674 +0100
+++ /work/SRC/openSUSE:Factory/.umbrello.new.2990/umbrello.changes
2019-11-13 13:24:34.395463097 +0100
@@ -1,0 +2,15 @@
+Thu Nov 7 23:13:43 UTC 2019 - Luca Beltrame
+
+- Update to 19.08.3
+ * New bugfix release
+ * For more details please see:
+ * https://www.kde.org/announcements/announce-applications-19.08.3.php
+- Changes since 19.08.2:
+ * Cleanup of generated c++ code (kde#413574)
+ * cppwriter: In case of interfaces, do not write a superfluous .cpp file
+ * When creating class methods for an interface through the user interface
set abstract and virtual attributes (kde#413519)
+ * Fixes missing initialisation of members m_inline and m_abstract of class
UMLOperation
+ * Disable unrelated checkboxes in operation property dialog for interfaces
+ * cppwriter: Add support for writing abstract methods
+
+---
Old:
umbrello-19.08.2.tar.xz
umbrello-19.08.2.tar.xz.sig
New:
umbrello-19.08.3.tar.xz
umbrello-19.08.3.tar.xz.sig
Other differences:
--
++ umbrello.spec ++
--- /var/tmp/diff_new_pack.4QKPUI/_old 2019-11-13 13:24:34.995463721 +0100
+++ /var/tmp/diff_new_pack.4QKPUI/_new 2019-11-13 13:24:34.999463726 +0100
@@ -21,7 +21,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: umbrello
-Version:19.08.2
+Version:19.08.3
Release:0
Summary:UML Modeller
License:GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later
++ umbrello-19.08.2.tar.xz -> umbrello-19.08.3.tar.xz ++
10225 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community,
here is the log from the commit of package umbrello for openSUSE:Factory
checked in at 2019-10-28 16:55:11
Comparing /work/SRC/openSUSE:Factory/umbrello (Old)
and /work/SRC/openSUSE:Factory/.umbrello.new.2990 (New)
Package is "umbrello"
Mon Oct 28 16:55:11 2019 rev:81 rq:737879 version:19.08.2
Changes:
--- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2019-09-11
10:32:33.787345533 +0200
+++ /work/SRC/openSUSE:Factory/.umbrello.new.2990/umbrello.changes
2019-10-28 16:58:58.609657674 +0100
@@ -1,0 +2,9 @@
+Fri Oct 11 07:43:32 UTC 2019 - Luca Beltrame
+
+- Update to 19.08.2
+ * New bugfix release
+ * For more details please see:
+ * https://www.kde.org/announcements/announce-applications-19.08.2.php
+- No code change since 19.08.1
+
+---
Old:
umbrello-19.08.1.tar.xz
umbrello-19.08.1.tar.xz.sig
New:
umbrello-19.08.2.tar.xz
umbrello-19.08.2.tar.xz.sig
Other differences:
--
++ umbrello.spec ++
--- /var/tmp/diff_new_pack.cy103M/_old 2019-10-28 16:58:59.305658510 +0100
+++ /var/tmp/diff_new_pack.cy103M/_new 2019-10-28 16:58:59.309658515 +0100
@@ -21,7 +21,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: umbrello
-Version:19.08.1
+Version:19.08.2
Release:0
Summary:UML Modeller
License:GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later
++ umbrello-19.08.1.tar.xz -> umbrello-19.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/umbrello-19.08.1/CMakeLists.txt
new/umbrello-19.08.2/CMakeLists.txt
--- old/umbrello-19.08.1/CMakeLists.txt 2019-09-02 08:02:43.0 +0200
+++ new/umbrello-19.08.2/CMakeLists.txt 2019-10-06 05:12:33.0 +0200
@@ -5,7 +5,7 @@
# KDE Application Version, managed by release script
set (KDE_APPLICATIONS_VERSION_MAJOR "19")
set (KDE_APPLICATIONS_VERSION_MINOR "08")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
set(UMBRELLO_VERSION_MAJOR "2")
set(UMBRELLO_VERSION_MINOR "29")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/umbrello-19.08.1/lib/kdev4-php/app_templates/simple_phpapp/simple_phpapp.kdevtemplate
new/umbrello-19.08.2/lib/kdev4-php/app_templates/simple_phpapp/simple_phpapp.kdevtemplate
---
old/umbrello-19.08.1/lib/kdev4-php/app_templates/simple_phpapp/simple_phpapp.kdevtemplate
2019-09-02 08:02:43.0 +0200
+++
new/umbrello-19.08.2/lib/kdev4-php/app_templates/simple_phpapp/simple_phpapp.kdevtemplate
2019-10-06 05:12:33.0 +0200
@@ -10,7 +10,7 @@
Name[en_GB]=Simple PHP Application
Name[es]=Aplicación PHP sencilla
Name[fr]=Application PHP simple
-Name[gl]=Aplicativo simple en PHP
+Name[gl]=Aplicación simple en PHP
Name[it]=Semplice applicazione in PHP
Name[ko]=간단한 PHP 프로그램
Name[nb]=Et enkelt PHP-program
@@ -38,7 +38,7 @@
Comment[en_GB]=Generate filestructure to start a PHP application
Comment[es]=Generar una estructura de archivo para iniciar una aplicación PHP
Comment[fr]=Générer une structure de fichiers pour lancer une application PHP
-Comment[gl]=Xera a estrutura de ficheiros para comezar un aplicativo en PHP
+Comment[gl]=Xera a estrutura de ficheiros para comezar unha aplicación en PHP
Comment[it]=Genera una struttura file per avviare un'applicazione in PHP
Comment[ko]=PHP 프로그램을 시작할 파일 구조 생성
Comment[nb]=Generer filstruktur for å starte et PHP-program
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/umbrello-19.08.1/lib/kdev5-php/app_templates/simple_phpapp/simple_phpapp.kdevtemplate
new/umbrello-19.08.2/lib/kdev5-php/app_templates/simple_phpapp/simple_phpapp.kdevtemplate
---
old/umbrello-19.08.1/lib/kdev5-php/app_templates/simple_phpapp/simple_phpapp.kdevtemplate
2019-09-02 08:02:43.0 +0200
+++
new/umbrello-19.08.2/lib/kdev5-php/app_templates/simple_phpapp/simple_phpapp.kdevtemplate
2019-10-06 05:12:33.0 +0200
@@ -10,7 +10,7 @@
Name[en_GB]=Simple PHP Application
Name[es]=Aplicación PHP sencilla
Name[fr]=Application PHP simple
-Name[gl]=Aplicativo simple en PHP
+Name[gl]=Aplicación simple en PHP
Name[it]=Semplice applicazione in PHP
Name[ko]=간단한 PHP 프로그램
Name[nb]=Et enkelt PHP-program
@@ -38,7 +38,7 @@
Comment[en_GB]=Generate filestructure to start a PHP application
Comment[es]=Generar una estructura de archivo para iniciar una aplicación PHP
Comment[fr]=Générer une structure de fichiers pour lancer une application PHP
-Comment[gl]=Xera a estrutura de ficheiros para comezar un aplicativo en PHP
commit umbrello for openSUSE:Factory
Hello community,
here is the log from the commit of package umbrello for openSUSE:Factory
checked in at 2019-09-11 10:32:12
Comparing /work/SRC/openSUSE:Factory/umbrello (Old)
and /work/SRC/openSUSE:Factory/.umbrello.new.7948 (New)
Package is "umbrello"
Wed Sep 11 10:32:12 2019 rev:80 rq:728958 version:19.08.1
Changes:
--- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2019-08-19
21:37:14.884389876 +0200
+++ /work/SRC/openSUSE:Factory/.umbrello.new.7948/umbrello.changes
2019-09-11 10:32:33.787345533 +0200
@@ -1,0 +2,13 @@
+Thu Sep 5 14:01:29 UTC 2019 - Luca Beltrame
+
+- Update to 19.08.1
+ * New bugfix release
+ * For more details please see:
+ * https://www.kde.org/announcements/announce-applications-19.08.1.php
+- Changes since 19.08.0:
+ * Fix build with cmake < 3.7
+ * Fixed grammer and punctuation
+ * Fixup
+ * Fix 'Umbrello could not open imported source files' (kde#410904)
+
+---
Old:
umbrello-19.08.0.tar.xz
umbrello-19.08.0.tar.xz.sig
New:
umbrello-19.08.1.tar.xz
umbrello-19.08.1.tar.xz.sig
Other differences:
--
++ umbrello.spec ++
--- /var/tmp/diff_new_pack.55YC9N/_old 2019-09-11 10:32:34.451345341 +0200
+++ /var/tmp/diff_new_pack.55YC9N/_new 2019-09-11 10:32:34.455345340 +0200
@@ -21,7 +21,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: umbrello
-Version:19.08.0
+Version:19.08.1
Release:0
Summary:UML Modeller
License:GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later
++ umbrello-19.08.0.tar.xz -> umbrello-19.08.1.tar.xz ++
3169 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2019-08-19 21:36:58 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new.22127 (New) Package is "umbrello" Mon Aug 19 21:36:58 2019 rev:79 rq:723777 version:19.08.0 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2019-07-17 13:19:35.595664628 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new.22127/umbrello.changes 2019-08-19 21:37:14.884389876 +0200 @@ -1,0 +2,38 @@ +Fri Aug 9 08:32:37 UTC 2019 - Christophe Giboudeaux + +- Update to 19.08.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.08.0.php +- Changes since 19.07.90: + * Activate newly added association rules for UML2 "required interface" (kde#115269) + * Add UML2 support for "required interface" associations + * Fix 'Properties dialog box for components does not display links' (kde#410513) + * Component symbol made more unique by enlarging the inner rectangle + * Fix icon for UML2 components + * cmake: make umbrello version number generating more robust + * Indention fix + * Fixup of icons for adding states + * New icon for activities added to toolbar and context menu (kde#410508) + +--- +Tue Aug 06 16:50:52 UTC 2019 - [email protected] + +- Update to 19.07.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.08-rc.php +- Changes since 19.07.80: + * Too many changes to list here + +--- +Tue Jul 23 11:59:08 UTC 2019 - [email protected] + +- Update to 19.07.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.08-beta.php +- Changes since 19.04.3: + * Too many changes to list here + +--- Old: umbrello-19.04.3.tar.xz New: applications.keyring umbrello-19.08.0.tar.xz umbrello-19.08.0.tar.xz.sig Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.ovG7rC/_old 2019-08-19 21:37:15.684389373 +0200 +++ /var/tmp/diff_new_pack.ovG7rC/_new 2019-08-19 21:37:15.688389371 +0200 @@ -21,13 +21,17 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: umbrello -Version:19.04.3 +Version:19.08.0 Release:0 Summary:UML Modeller License:GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later Group: Development/Tools/Other -URL:http://www.kde.org/ -Source0:%{name}-%{version}.tar.xz +URL:https://www.kde.org/ +Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz +%if %{with lang} +Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig +Source2:applications.keyring +%endif BuildRequires: boost-devel BuildRequires: extra-cmake-modules BuildRequires: karchive-devel ++ umbrello-19.04.3.tar.xz -> umbrello-19.08.0.tar.xz ++ 129480 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2019-07-17 13:19:34 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new.1887 (New) Package is "umbrello" Wed Jul 17 13:19:34 2019 rev:78 rq:715228 version:19.04.3 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2019-06-14 20:41:26.170467634 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new.1887/umbrello.changes 2019-07-17 13:19:35.595664628 +0200 @@ -1,0 +2,20 @@ +Sat Jul 13 07:26:39 UTC 2019 - [email protected] + +- Update to 19.04.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.04.3.php +- Changes since 19.04.2: + * Fix build error in DocBook generator + * Fix build errors in Python code importer + * Fix 'Export to XHTML generates empy html file' (kde#409411) + * cmake 3.5 fix + * CMake spelling fix + * Fix cmake error 'cannot parse the expression: " + 1"' + * Move negative sign handling into PythonImport::parseInitializer() + * Add constructor visibility test to python test cases + * python importer: Extend for parsing method parameter default values (kde#409210) + * Fix 'Python import do not support attributes with initializers' (kde#409209) + * Fix 'Umbrello wont create a UML diagram relation between two objects' (kde#409161) + +--- Old: umbrello-19.04.2.tar.xz New: umbrello-19.04.3.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.pipRGx/_old 2019-07-17 13:19:36.203664261 +0200 +++ /var/tmp/diff_new_pack.pipRGx/_new 2019-07-17 13:19:36.203664261 +0200 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: umbrello -Version:19.04.2 +Version:19.04.3 Release:0 Summary:UML Modeller License:GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later ++ umbrello-19.04.2.tar.xz -> umbrello-19.04.3.tar.xz ++ 6612 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2019-06-14 20:41:24 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new.4811 (New) Package is "umbrello" Fri Jun 14 20:41:24 2019 rev:77 rq:708719 version:19.04.2 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2019-05-15 12:33:42.724651738 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new.4811/umbrello.changes 2019-06-14 20:41:26.170467634 +0200 @@ -1,0 +2,9 @@ +Fri Jun 07 12:51:57 UTC 2019 - [email protected] + +- Update to 19.04.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.04.2.php +- No code changes since 19.04.1 + +--- Old: umbrello-19.04.1.tar.xz New: umbrello-19.04.2.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.BU5thH/_old 2019-06-14 20:41:26.842467414 +0200 +++ /var/tmp/diff_new_pack.BU5thH/_new 2019-06-14 20:41:26.842467414 +0200 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: umbrello -Version:19.04.1 +Version:19.04.2 Release:0 Summary:UML Modeller License:GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later ++ umbrello-19.04.1.tar.xz -> umbrello-19.04.2.tar.xz ++ 2252 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2019-05-15 12:33:39 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new.5148 (New) Package is "umbrello" Wed May 15 12:33:39 2019 rev:76 rq:702347 version:19.04.1 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2019-04-28 20:11:14.210501129 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new.5148/umbrello.changes 2019-05-15 12:33:42.724651738 +0200 @@ -1,0 +2,10 @@ +Fri May 10 05:37:19 UTC 2019 - [email protected] + +- Update to 19.04.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.04.1.php +- Changes since 19.04.0: + * file import: do not use overwritten temporary file (kde#406574) + +--- Old: umbrello-19.04.0.tar.xz New: umbrello-19.04.1.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.aX0luA/_old 2019-05-15 12:33:44.324647129 +0200 +++ /var/tmp/diff_new_pack.aX0luA/_new 2019-05-15 12:33:44.328647118 +0200 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: umbrello -Version:19.04.0 +Version:19.04.1 Release:0 Summary:UML Modeller License:GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later ++ umbrello-19.04.0.tar.xz -> umbrello-19.04.1.tar.xz ++ 2000 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2019-04-28 20:10:54 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new.5536 (New) Package is "umbrello" Sun Apr 28 20:10:54 2019 rev:75 rq:696371 version:19.04.0 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2019-03-11 13:51:26.633264829 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new.5536/umbrello.changes 2019-04-28 20:11:14.210501129 +0200 @@ -1,0 +2,35 @@ +Sat Apr 20 06:52:00 UTC 2019 - [email protected] + +- Update to 19.04.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.04.0.php +- No code changes since 19.03.90 + +--- +Tue Apr 09 20:54:46 UTC 2019 - [email protected] + +- Update to 19.03.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/announce-applications-19.04-rc.php +- Changes since 19.03.80: + * Fix Qt5 compiling with kdevplatform version 5.3.2 + * Fix Qt5 compile + * Fix removing slashes in path in case single files are imported + * Fix crash on accessing zero pointer on importing src code (kde#405535) + * Reduce difference between build variants + * Move KDE4 specific ecm wrapper macros into a separate macro file + * Add class InterfaceWidget + +--- +Wed Mar 27 06:41:12 UTC 2019 - [email protected] + +- Update to 19.03.80 + * New feature release + * For more details please see: + * https://kde.org/announcements/announce-applications-19.04-beta.php +- Changes since 18.12.3: + * Fix minor EBN issues + +--- Old: umbrello-18.12.3.tar.xz New: umbrello-19.04.0.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.Yesrj9/_old 2019-04-28 20:11:15.398500391 +0200 +++ /var/tmp/diff_new_pack.Yesrj9/_new 2019-04-28 20:11:15.398500391 +0200 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: umbrello -Version:18.12.3 +Version:19.04.0 Release:0 Summary:UML Modeller License:GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later ++ umbrello-18.12.3.tar.xz -> umbrello-19.04.0.tar.xz ++ 52813 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2019-03-11 13:51:22 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new.28833 (New) Package is "umbrello" Mon Mar 11 13:51:22 2019 rev:74 rq:683306 version:18.12.3 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2019-02-15 10:01:44.743638430 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new.28833/umbrello.changes 2019-03-11 13:51:26.633264829 +0100 @@ -1,0 +2,21 @@ +Sat Mar 09 08:03:27 UTC 2019 - [email protected] + +- Update to 18.12.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12.3.php +- Changes since 18.12.2: + * Fix 'No tree view update of entity unique and check constraint' + * Fix moving entities by property dialog + * Fix 'Cannot move entities, components, subsystems and nodes from sub folder to root folder' (kde#404892) + * Fix allowing moving of ports to a sub folder in the tree view + * Fix 'No tree view update of entity primary key constraint' (kde#350241) + * Add typedef to class UMLForeignKeyConstraintDialog + * Fix 'Cannot add foreign key to entity' (kde#404891) + * release-windows-packages: auto detect version + * release-windows-packages: fix fetching source tar ball name + * Fix 'Non-optimal vertical position of added messages to sequence diagrams' (kde#404422) + * Handle default case in ChildWidgetPlacementPort::setNewPositionWhenMoved + * Fix crash on adding ports to component widget by context menu + +--- Old: umbrello-18.12.2.tar.xz New: umbrello-18.12.3.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.wC8fwR/_old 2019-03-11 13:51:29.593262893 +0100 +++ /var/tmp/diff_new_pack.wC8fwR/_new 2019-03-11 13:51:29.597262890 +0100 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: umbrello -Version:18.12.2 +Version:18.12.3 Release:0 Summary:UML Modeller License:GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later ++ umbrello-18.12.2.tar.xz -> umbrello-18.12.3.tar.xz ++ 25784 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2019-02-15 10:01:35 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new.28833 (New) Package is "umbrello" Fri Feb 15 10:01:35 2019 rev:73 rq:673888 version:18.12.2 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2019-01-24 14:09:58.439600409 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new.28833/umbrello.changes 2019-02-15 10:01:44.743638430 +0100 @@ -1,0 +2,33 @@ +Sat Feb 09 08:25:31 UTC 2019 - [email protected] + +- 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 + +--- Old: umbrello-18.12.1.tar.xz New: umbrello-18.12.2.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.Krq12H/_old 2019-02-15 10:01:45.335638240 +0100 +++ /var/tmp/diff_new_pack.Krq12H/_new 2019-02-15 10:01:45.339638239 +0100 @@ -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 ++ umbrello-18.12.1.tar.xz -> umbrello-18.12.2.tar.xz ++ 57454 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2019-01-24 14:09:56 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new.28833 (New) Package is "umbrello" Thu Jan 24 14:09:56 2019 rev:72 rq:665259 version:18.12.1 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2019-01-08 12:25:27.984470069 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new.28833/umbrello.changes 2019-01-24 14:09:58.439600409 +0100 @@ -1,0 +2,13 @@ +Fri Jan 11 05:42:51 UTC 2019 - [email protected] + +- Update to 18.12.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12.1.php +- Changes since 18.12.0: + * Fix 'Strange multiple duplication of labels on interfaces in component diagram after saving' (kde#402722) + * Cleanup owner setting of PinPortBase related classes in constructor + * In ClassifierWidget fix duplicated common painting in widget interface variant + * Update docbook files to version 4.5 to be compatible with KF5 + +--- Old: umbrello-18.12.0.tar.xz New: umbrello-18.12.1.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.CsHxmG/_old 2019-01-24 14:09:58.931599843 +0100 +++ /var/tmp/diff_new_pack.CsHxmG/_new 2019-01-24 14:09:58.935599838 +0100 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: umbrello -Version:18.12.0 +Version:18.12.1 Release:0 Summary:UML Modeller License:GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later ++ umbrello-18.12.0.tar.xz -> umbrello-18.12.1.tar.xz ++ 11202 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2019-01-08 12:23:39 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new.28833 (New) Package is "umbrello" Tue Jan 8 12:23:39 2019 rev:71 rq:658512 version:18.12.0 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2018-11-13 17:52:10.215428305 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new.28833/umbrello.changes 2019-01-08 12:25:27.984470069 +0100 @@ -1,0 +2,43 @@ +Fri Dec 14 06:09:23 UTC 2018 - [email protected] + +- Update to 18.12.0 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12.0.php +- Changes since 18.11.90: + * Fix KDE CI compile error with Qt 5.10 on linux + * Fix -Wimplicit-fallthrough issue + * Make call to QUrl::adjusted() really working + * Make call to QString::toLower() really working + * Make call to QString::simplified() really working + * Fix output of used Qt version for KF5 builds + +--- +Mon Dec 03 20:56:31 UTC 2018 - [email protected] + +- Update to 18.11.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12-rc.php +- Changes since 18.11.80: + * JavaImport: Convert Java specific notation '...' into a language independent array definition (kde#401290) + * Fix 'SQL code indexes wrong field for foreign key' (kde#292239) + * Crash fix in case of exporting an entity relation diagram + * Fix 'Endless loop on importing mysql schema' (kde#98082) + +--- +Tue Nov 20 06:23:09 UTC 2018 - Luca Beltrame + +- Run spec-cleaner + +--- +Tue Nov 20 05:57:38 UTC 2018 - [email protected] + +- Update to 18.11.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12-beta.php +- Changes since 18.08.3: + * Too many changes to list here + +--- @@ -61 +104 @@ - * https://www.kde.org/announcements/announce-applications-18.07.80.php + * https://www.kde.org/announcements/announce-applications-18.08-beta.php @@ -117 +160 @@ - * https://www.kde.org/announcements/announce-applications-18.03.90.php + * https://www.kde.org/announcements/announce-applications-18.04-rc.php @@ -276 +319 @@ - * https://www.kde.org/announcements/announce-applications-17.07.90.php + * https://www.kde.org/announcements/announce-applications-17.08-rc.php @@ -373 +416 @@ - * https://www.kde.org/announcements/announce-applications-17.03.80.php + * https://www.kde.org/announcements/announce-applications-17.04-beta.php @@ -470 +513 @@ - * https://www.kde.org/announcements/announce-applications-16.07.90.php + * https://www.kde.org/announcements/announce-applications-16.08-rc.php @@ -586 +629 @@ - * https://www.kde.org/announcements/announce-applications-15.07.90.php + * https://www.kde.org/announcements/announce-applications-15.08-rc.php Old: umbrello-18.08.3.tar.xz New: umbrello-18.12.0.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.euWfqn/_old 2019-01-08 12:25:28.640469348 +0100 +++ /var/tmp/diff_new_pack.euWfqn/_new 2019-01-08 12:25:28.644469344 +0100 @@ -1,7 +1,7 @@ # # spec file for package umbrello # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,21 +12,21 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%bcond_without lang -Name: umbrello -Version:18.08.3 -Release:0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} +%bcond_without lang +Name: umbrello +Version:18.12.0 +Release:0 Summary:UML Modeller -License:GPL-2.0 and GFDL-1.2 and GPL-3.0+ +License:GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later Group: Development/Tools/Other -Url:http://www.kde.org/ +URL:http://www.k
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2018-11-13 16:57:08 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Tue Nov 13 16:57:08 2018 rev:70 rq:648145 version:18.08.3 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2018-10-17 08:40:44.937889433 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2018-11-13 17:52:10.215428305 +0100 @@ -1,0 +2,13 @@ +Thu Nov 08 20:44:20 UTC 2018 - [email protected] + +- Update to 18.08.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.08.3.php +- Changes since 18.08.2: + * Fixup of commit af72e05 (kde#400501) + * Fixes broken docbook URLs when creating xhtml (kde#400657) + * Make it possible to run docbook export from build dir + * Fix 'Umbrello fails to start due to ASSERT failure in QVector::at "index out of range"' (kde#400501) + +--- Old: umbrello-18.08.2.tar.xz New: umbrello-18.08.3.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.M1LlVZ/_old 2018-11-13 17:52:11.079427412 +0100 +++ /var/tmp/diff_new_pack.M1LlVZ/_new 2018-11-13 17:52:11.083427408 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: umbrello -Version:18.08.2 +Version:18.08.3 Release:0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) ++ umbrello-18.08.2.tar.xz -> umbrello-18.08.3.tar.xz ++ 54794 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2018-10-17 08:39:06 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Wed Oct 17 08:39:06 2018 rev:69 rq:641620 version:18.08.2 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2018-09-15 15:34:35.309050633 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2018-10-17 08:40:44.937889433 +0200 @@ -1,0 +2,13 @@ +Thu Oct 11 20:07:19 UTC 2018 - [email protected] + +- Update to 18.08.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.08.2.php +- Changes since 18.08.1: + * Implementation of dragging multiple entries from the tree view and inserting them into the diagram (kde#394606) + * Fix 'Multiple creation of the same entity on an entity relationship diagram' (kde#399475) + * Fix 'changes on "entitätattribut" changes the attributes also on an copy' (kde#158647) + * Refactored UMLDragData::decodeClip4() to use better variable names + +--- Old: umbrello-18.08.1.tar.xz New: umbrello-18.08.2.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.PViyMI/_old 2018-10-17 08:40:45.56595 +0200 +++ /var/tmp/diff_new_pack.PViyMI/_new 2018-10-17 08:40:45.56992 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: umbrello -Version:18.08.1 +Version:18.08.2 Release:0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) ++ umbrello-18.08.1.tar.xz -> umbrello-18.08.2.tar.xz ++ 14407 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2018-08-24 17:10:12 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Fri Aug 24 17:10:12 2018 rev:67 rq:630297 version:18.08.0 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2018-07-19 22:57:15.677533205 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2018-08-24 17:10:33.378531515 +0200 @@ -1,0 +2,26 @@ +Thu Aug 16 22:08:39 UTC 2018 - [email protected] + +- Update to 18.08.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.08.0.php +- Changes since 18.07.80: + * Never implemented context menu entry for adding actor, usecase, component, artifact and activity from a widget + * Never implemented context menu entry for adding a subsystem port removed + * Never implemented context menu entry for adding a subsystem removed + * Remove context menu entry for adding port on component diagrams + * Fix position of adding note entry to context menu entries + * Position and presence of adding plain text unified using context menu for diagrams and widgets + * Fix 'Set input focus on first input field in the general properties dialog page' (kde#396844) + +--- +Thu Jul 26 13:01:08 UTC 2018 - [email protected] + +- Update to 18.07.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.07.80.php +- Changes since 18.04.3: + * Too many changes to list here + +--- Old: umbrello-18.04.3.tar.xz New: umbrello-18.08.0.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.LI28gY/_old 2018-08-24 17:10:34.046532310 +0200 +++ /var/tmp/diff_new_pack.LI28gY/_new 2018-08-24 17:10:34.046532310 +0200 @@ -18,11 +18,11 @@ %bcond_without lang Name: umbrello -Version:18.04.3 +Version:18.08.0 Release:0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) -%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} +%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary:UML Modeller License:GPL-2.0 and GFDL-1.2 and GPL-3.0+ Group: Development/Tools/Other @@ -65,16 +65,12 @@ BuildRequires: pkgconfig(Qt5Xml) Obsoletes: umbrello5 < %{version} Provides: umbrello5 = %{version} -%if %{with lang} Recommends: %{name}-lang -%endif %description Umbrello is a UML modelling application. -%if %{with lang} %lang_package -%endif %prep %setup -q ++ umbrello-18.04.3.tar.xz -> umbrello-18.08.0.tar.xz ++ 146326 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2018-07-19 22:55:05 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Thu Jul 19 22:55:05 2018 rev:66 rq:622779 version:18.04.3 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2018-06-15 14:45:17.138514040 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2018-07-19 22:57:15.677533205 +0200 @@ -1,0 +2,10 @@ +Fri Jul 13 04:50:21 UTC 2018 - [email protected] + +- Update to 18.04.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.04.3.php +- Changes since 18.04.2: + * None + +--- Old: umbrello-18.04.2.tar.xz New: umbrello-18.04.3.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.P6ToAk/_old 2018-07-19 22:57:16.173531666 +0200 +++ /var/tmp/diff_new_pack.P6ToAk/_new 2018-07-19 22:57:16.177531653 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: umbrello -Version:18.04.2 +Version:18.04.3 Release:0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) ++ umbrello-18.04.2.tar.xz -> umbrello-18.04.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-18.04.2/CMakeLists.txt new/umbrello-18.04.3/CMakeLists.txt --- old/umbrello-18.04.2/CMakeLists.txt 2018-06-03 07:17:13.0 +0200 +++ new/umbrello-18.04.3/CMakeLists.txt 2018-07-07 11:26:40.0 +0200 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set (KDE_APPLICATIONS_VERSION_MAJOR "18") set (KDE_APPLICATIONS_VERSION_MINOR "04") -set (KDE_APPLICATIONS_VERSION_MICRO "2") +set (KDE_APPLICATIONS_VERSION_MICRO "3") set(UMBRELLO_VERSION_MAJOR "2") MATH(EXPR UMBRELLO_VERSION_MINOR "21+${KDE_APPLICATIONS_VERSION_MINOR}") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-18.04.2/lib/kdev5-php/org.kde.umbrello.kdev-php.metainfo.xml new/umbrello-18.04.3/lib/kdev5-php/org.kde.umbrello.kdev-php.metainfo.xml --- old/umbrello-18.04.2/lib/kdev5-php/org.kde.umbrello.kdev-php.metainfo.xml 2018-06-03 07:17:13.0 +0200 +++ new/umbrello-18.04.3/lib/kdev5-php/org.kde.umbrello.kdev-php.metainfo.xml 2018-07-07 11:26:40.0 +0200 @@ -20,6 +20,7 @@ KDevelop PHP-stöd Підтримка PHP у KDevelop xxKDevelop PHP Supportxx + KDevelop PHP 支持 PHP language support for KDevelop Implementació del llenguatge PHP per al KDevelop Implementació del llenguatge PHP per al KDevelop @@ -38,6 +39,7 @@ Stöd för språket PHP i KDevelop Підтримка мови PHP у KDevelop xxPHP language support for KDevelopxx + KDevelop 的 PHP 语言支持 GPL-2.0+ CC0-1.0 https://kdevelop.org diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-18.04.2/po/fr/umbrello.po new/umbrello-18.04.3/po/fr/umbrello.po --- old/umbrello-18.04.2/po/fr/umbrello.po 2018-06-05 03:02:07.0 +0200 +++ new/umbrello-18.04.3/po/fr/umbrello.po 2018-07-10 02:11:56.0 +0200 @@ -20,7 +20,7 @@ "Project-Id-Version: umbrello\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n"; "POT-Creation-Date: 2018-06-03 06:11+0200\n" -"PO-Revision-Date: 2018-03-15 15:12+0800\n" +"PO-Revision-Date: 2018-06-06 11:21+0800\n" "Last-Translator: Simon Depiets \n" "Language-Team: French \n" "Language: fr\n" @@ -6912,7 +6912,7 @@ #: uml1model/folder.cpp:442 #, kde-format msgid "The folderfile %1 cannot be opened." -msgstr "Il est impossible d'ouvrir le dossier « %1 »." +msgstr "Impossible d'ouvrir le dossier « %1 »." #: uml1model/operation.cpp:287 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-18.04.2/po/it/umbrello_kdevphp.po new/umbrello-18.04.3/po/it/umbrello_kdevphp.po --- old/umbrello-18.04.2/po/it/umbrello_kdevphp.po 2018-06-05 03:02:09.0 +0200 +++ new/umbrello-18.04.3/po/it/umbrello_kdevphp.po 2018-07-10 02:11:56.0 +0200 @@ -1,7 +1,7 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the kdevphp package. # Simone Solinas , 2009, 2010, 2012, 2013, 2014. -# Luigi Toscano , 2016, 2017. +# Luigi Toscano , 2016, 2017, 2018. # msgid "" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-18.04.2/po/nb/umbrello.po new/umbrello-18.04.3/po/
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2018-06-15 14:45:15 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Fri Jun 15 14:45:15 2018 rev:65 rq:615646 version:18.04.2 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2018-05-16 18:44:40.588609322 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2018-06-15 14:45:17.138514040 +0200 @@ -1,0 +2,13 @@ +Fri Jun 08 05:07:06 UTC 2018 - [email protected] + +- Update to 18.04.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.04.2.php +- Changes since 18.04.1: + * Fix missing keyboard shortcut for "line with" label in style page + * Disable deprecated warnings + * Add entry to umbrello appdata xml file CCBUG:391559 + * Fix 'Artifact subdir name includes root path in tree view' on Windows (kde#394446) + +--- Old: umbrello-18.04.1.tar.xz New: umbrello-18.04.2.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.m1EWa5/_old 2018-06-15 14:45:18.218474535 +0200 +++ /var/tmp/diff_new_pack.m1EWa5/_new 2018-06-15 14:45:18.222474389 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: umbrello -Version:18.04.1 +Version:18.04.2 Release:0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) ++ umbrello-18.04.1.tar.xz -> umbrello-18.04.2.tar.xz ++ 1970 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2018-05-16 18:42:41 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Wed May 16 18:42:41 2018 rev:64 rq:607292 version:18.04.1 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2018-04-27 16:07:45.901717927 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2018-05-16 18:44:40.588609322 +0200 @@ -1,0 +2,12 @@ +Fri May 11 05:18:28 UTC 2018 - [email protected] + +- Update to 18.04.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.04.1.php +- Changes since 18.04.0: + * Merge in fixes from kmymoney related script variant + * Add c++ import support for combinations of 'explicit', 'constexp' keywords in combination with constructors (kde#392984) + * Fix "c++ importer does not recognize 'explicit' keyword" (kde#392984) + +--- Old: umbrello-18.04.0.tar.xz New: umbrello-18.04.1.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.dqvKjD/_old 2018-05-16 18:44:41.340582148 +0200 +++ /var/tmp/diff_new_pack.dqvKjD/_new 2018-05-16 18:44:41.344582004 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: umbrello -Version:18.04.0 +Version:18.04.1 Release:0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) ++ umbrello-18.04.0.tar.xz -> umbrello-18.04.1.tar.xz ++ 3409 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2018-04-27 16:07:17 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Fri Apr 27 16:07:17 2018 rev:63 rq:599164 version:18.04.0 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2018-03-22 12:08:00.111469711 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2018-04-27 16:07:45.901717927 +0200 @@ -1,0 +2,21 @@ +Wed Apr 18 07:50:13 CEST 2018 - [email protected] + +- Update to 18.04.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.04.0.php +- Changes since 18.03.90: + * Fix "c++ importer does not recognize 'explicit' keyword" (kde#392984) + * Add importing c++ keyword "friend" for class members + +--- +Fri Apr 06 07:10:18 CEST 2018 - [email protected] + +- Update to 18.03.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.03.90.php +- Changes since 17.12.3: + * Too many changes to list here + +--- Old: umbrello-17.12.3.tar.xz New: umbrello-18.04.0.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.8YFxTb/_old 2018-04-27 16:07:46.713688143 +0200 +++ /var/tmp/diff_new_pack.8YFxTb/_new 2018-04-27 16:07:46.713688143 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: umbrello -Version:17.12.3 +Version:18.04.0 Release:0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) ++ umbrello-17.12.3.tar.xz -> umbrello-18.04.0.tar.xz ++ 257336 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2018-03-22 12:01:54 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Thu Mar 22 12:01:54 2018 rev:62 rq:585678 version:17.12.3 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2018-02-14 09:44:41.370974350 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2018-03-22 12:08:00.111469711 +0100 @@ -1,0 +2,24 @@ +Thu Mar 08 23:52:32 CET 2018 - [email protected] + +- Update to 17.12.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12.3.php +- Changes since 17.12.2: + * Fix duplicated adding of floating text widgets to scene on loading an xmi file + * Fix 'Imported classes from file do not show available associations' (kde#390901) + * Fixup of 0f09ef6fb + * Fix 'Notes diagram link could not be changed' (kde#390891) + * Increase shape part for resize marker to make it easier to select in low zoom levels + * Fixup shape for alternate combined fragment widget + * Fix 'Vertical position of combined fragment widget else part is moved to the vertical center after save/load cycle' (kde#390782) + * Fix 'Loading combined fragments from xmi file adds unwanted else part' (kde#390780) + * Fix writing out state information in ticket body + * Fix 'Instable vertical position of alternate combined fragment widget' (kde#390677) + * Fix 'Box widgets inside a combined fragment are not selectable' (kde#389357) + * Refactoring of global variables used by class CombinedFragmentWidget + * Fix 'Not possible to select notes under a fragment widget in sequence diagrams' (kde#390509) + * Fix 'Could not set fill color for message widgets' (kde#390511) + * Fix 'No context menu entry for changing colors of a single selected message widget' (kde#390508) + +--- Old: umbrello-17.12.2.tar.xz New: umbrello-17.12.3.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.mMgMle/_old 2018-03-22 12:08:01.491420245 +0100 +++ /var/tmp/diff_new_pack.mMgMle/_new 2018-03-22 12:08:01.495420101 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: umbrello -Version:17.12.2 +Version:17.12.3 Release:0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) ++ umbrello-17.12.2.tar.xz -> umbrello-17.12.3.tar.xz ++ 59350 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2018-02-14 09:44:29 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Wed Feb 14 09:44:29 2018 rev:61 rq:575147 version:17.12.2 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2018-01-22 16:18:10.854881529 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2018-02-14 09:44:41.370974350 +0100 @@ -1,0 +2,15 @@ +Wed Feb 07 08:49:27 CET 2018 - [email protected] + +- Update to 17.12.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12.2.php +- Changes since 17.12.1: + * Fix writing '44' as true boolean value into xmi file for attributes usesdiagramfillcolor and usesdiagramusefillcolor + * Reorder 'useDiagram' related variables alphabetical. + * Fix 'Naming of new datatypes' (kde#389353) + * Fix 'Font is always bold when model is opened, although default font is regular style' (kde#389357) + * Fix 'Bug in Source Code Editor' + * extract messages from umbrelloui.rc.cmake + +--- Old: umbrello-17.12.1.tar.xz New: umbrello-17.12.2.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.ElVkgQ/_old 2018-02-14 09:44:44.186871721 +0100 +++ /var/tmp/diff_new_pack.ElVkgQ/_new 2018-02-14 09:44:44.186871721 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: umbrello -Version:17.12.1 +Version:17.12.2 Release:0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) ++ umbrello-17.12.1.tar.xz -> umbrello-17.12.2.tar.xz ++ 25548 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2018-01-22 16:17:07 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Mon Jan 22 16:17:07 2018 rev:60 rq:564424 version:17.12.1 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2017-12-19 10:56:15.695797538 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2018-01-22 16:18:10.854881529 +0100 @@ -1,0 +2,24 @@ +Thu Jan 11 23:41:29 CET 2018 - [email protected] + +- Update to 17.12.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12.1.php +- Changes since 17.12.0: + * Keep calls to Import_Utils::remapUMLEnum() in Ada, IDL and Pascal import in sync with in java and csharp import + * Fixup of b4a20d4fb + * Fix bug not saving "show stereotype" class widget setting to xmi file (kde#388560) + * Fix 'Cannot start umbrello from applications menu' (kde#388549) + * Catch configuring KDE4 variant of umbrello with installed KF5 kdevplatform development package + * Complete java import fix (kde#386479) + * Spelling fix + * Fix 'Imported classes are not placeable on diagrams after java import' (kde#386479) + * Fix implementation of Import_Utils::createUMLObject() parameter searchInParentPackageOnly + * Add additional java test files + * Fix 'umbrello5 does not display any files using default file pattern' (kde#388171) + * Fix 'Umbrello 2.2.3 crashes when deleting three text labels' (kde#387939) + * Remove faulty '\n' + * Fix 'Broken link to omg.org/spec in "About->Umbrello" dialog' (kde#387912) + * fix autoscroll for Logger + +--- Old: umbrello-17.12.0.tar.xz New: umbrello-17.12.1.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.b8UoOa/_old 2018-01-22 16:18:11.442854026 +0100 +++ /var/tmp/diff_new_pack.b8UoOa/_new 2018-01-22 16:18:11.446853838 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: umbrello -Version:17.12.0 +Version:17.12.1 Release:0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) ++ umbrello-17.12.0.tar.xz -> umbrello-17.12.1.tar.xz ++ 16305 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2017-12-19 10:56:13 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Tue Dec 19 10:56:13 2017 rev:59 rq:556303 version:17.12.0 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2017-11-17 10:57:50.389474764 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2017-12-19 10:56:15.695797538 +0100 @@ -1,0 +2,31 @@ +Sat Dec 09 14:59:13 CET 2017 - [email protected] + +- Update to 17.12.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12.0.php +- Changes since 17.11.90: + * None + +--- +Sat Dec 02 10:12:39 CET 2017 - [email protected] + +- Update to 17.11.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12-rc.php +- Changes since 17.11.80: + * There's no need to include the version into the desktop file + * Fix layouts path in dot generator on Qt5 + +--- +Mon Nov 20 06:59:52 CET 2017 - [email protected] + +- Update to 17.11.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12-beta.php +- Changes since 17.08.3: + * Too many changes to list here + +--- Old: umbrello-17.08.3.tar.xz New: umbrello-17.12.0.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.jS1Np5/_old 2017-12-19 10:56:16.327767031 +0100 +++ /var/tmp/diff_new_pack.jS1Np5/_new 2017-12-19 10:56:16.327767031 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: umbrello -Version:17.08.3 +Version:17.12.0 Release:0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) @@ -65,7 +65,9 @@ BuildRequires: pkgconfig(Qt5Xml) Obsoletes: umbrello5 < %{version} Provides: umbrello5 = %{version} -BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if %{with lang} +Recommends: %{name}-lang +%endif %description Umbrello is a UML modelling application. @@ -89,19 +91,18 @@ %install %kf5_makeinstall -C build - - %if %{with lang} -%find_lang %{name} --all-name - %endif - - %suse_update_desktop_fileorg.kde.umbrello5 Development Design +%if %{with lang} + %find_lang %{name} --with-man --all-name + %kf5_find_htmldocs +%endif + %suse_update_desktop_fileorg.kde.umbrello Development Design %files %defattr(-,root,root) %doc COPYING COPYING.DOC README %dir %{_kf5_appstreamdir} %doc %lang(en) %{_kf5_htmldir}/en/umbrello -%{_kf5_applicationsdir}/org.kde.umbrello5.desktop +%{_kf5_applicationsdir}/org.kde.umbrello.desktop %{_kf5_appstreamdir}/org.kde.umbrello.appdata.xml %{_kf5_bindir}/po2xmi5 %{_kf5_bindir}/umbrello5 ++ umbrello-17.08.3.tar.xz -> umbrello-17.12.0.tar.xz ++ 63054 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2017-11-17 10:54:02 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Fri Nov 17 10:54:02 2017 rev:58 rq:541003 version:17.08.3 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2017-10-23 16:51:52.140680102 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2017-11-17 10:57:50.389474764 +0100 @@ -1,0 +2,10 @@ +Thu Nov 09 23:13:28 CET 2017 - [email protected] + +- Update to 17.08.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.08.3.php +- Changes since 17.08.2: + * None + +--- Old: umbrello-17.08.2.tar.xz New: umbrello-17.08.3.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.uXJ1JO/_old 2017-11-17 10:57:51.117448121 +0100 +++ /var/tmp/diff_new_pack.uXJ1JO/_new 2017-11-17 10:57:51.121447974 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: umbrello -Version:17.08.2 +Version:17.08.3 Release:0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) ++ umbrello-17.08.2.tar.xz -> umbrello-17.08.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-17.08.2/CMakeLists.txt new/umbrello-17.08.3/CMakeLists.txt --- old/umbrello-17.08.2/CMakeLists.txt 2017-10-08 04:49:50.0 +0200 +++ new/umbrello-17.08.3/CMakeLists.txt 2017-11-05 01:51:06.0 +0100 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set (KDE_APPLICATIONS_VERSION_MAJOR "17") set (KDE_APPLICATIONS_VERSION_MINOR "08") -set (KDE_APPLICATIONS_VERSION_MICRO "2") +set (KDE_APPLICATIONS_VERSION_MICRO "3") set(UMBRELLO_VERSION_MAJOR "2") MATH(EXPR UMBRELLO_VERSION_MINOR "15+${KDE_APPLICATIONS_VERSION_MINOR}") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-17.08.2/lib/kdev4-php/app_templates/simple_phpapp/simple_phpapp.kdevtemplate new/umbrello-17.08.3/lib/kdev4-php/app_templates/simple_phpapp/simple_phpapp.kdevtemplate --- old/umbrello-17.08.2/lib/kdev4-php/app_templates/simple_phpapp/simple_phpapp.kdevtemplate 2017-10-08 04:49:50.0 +0200 +++ new/umbrello-17.08.3/lib/kdev4-php/app_templates/simple_phpapp/simple_phpapp.kdevtemplate 2017-11-05 01:51:06.0 +0100 @@ -13,8 +13,10 @@ Name[nl]=Eenvoudig PHP-programma Name[pl]=Prosty program PHP Name[pt]=Aplicação Simples de PHP +Name[pt_BR]=Aplicativo PHP simples Name[sk]=Jednoduchá PHP aplikácia Name[sv]=Enkelt PHP-program +Name[tr]=Basit PHP Uygulaması Name[uk]=Проста програма мовою PHP Name[x-test]=xxSimple PHP Applicationxx Name[zh_CN]=简单的 PHP 应用程序 @@ -34,6 +36,7 @@ Comment[pt]=Gera uma estrutura de ficheiros para iniciar uma aplicação em PHP Comment[sk]=Generovať súborovú štruktúru na spustenie PHP aplikácie Comment[sv]=Skapa filstruktur för att påbörja ett PHP-program +Comment[tr]=Bir PHP uygulaması başlatmak için dosya yapısını oluştur Comment[uk]=Створення початкової файлової структури програми мовою PHP Comment[x-test]=xxGenerate filestructure to start a PHP applicationxx Comment[zh_CN]=生成文件结构以开发 PHP 应用程序 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-17.08.2/lib/kdev4-php/kdevphpsupport.desktop.cmake new/umbrello-17.08.3/lib/kdev4-php/kdevphpsupport.desktop.cmake --- old/umbrello-17.08.2/lib/kdev4-php/kdevphpsupport.desktop.cmake 2017-10-08 04:49:50.0 +0200 +++ new/umbrello-17.08.3/lib/kdev4-php/kdevphpsupport.desktop.cmake 2017-11-05 01:51:06.0 +0100 @@ -15,8 +15,10 @@ Comment[nl]=Ondersteuning van de PHP-taal Comment[pl]=Obsługa języka PHP Comment[pt]=Suporte da Linguagem PHP +Comment[pt_BR]=Suporte à linguagem PHP Comment[sk]=Jazyková podpora PHP Comment[sv]=PHP-språkstöd +Comment[tr]=PHP Dili Desteği Comment[uk]=Підтримка мови PHP Comment[x-test]=xxPHP Language Supportxx Comment[zh_CN]=Php 语言支持 @@ -33,8 +35,10 @@ Name[nl]=Ondersteuning van de PHP-taal Name[pl]=Obsługa języka PHP Name[pt]=Suporte da Linguagem PHP +Name[pt_BR]=Suporte à linguagem PHP Name[sk]=Jazyková podpora PHP Name[sv]=PHP-språkstöd +Name[tr]=PHP Dili Desteği Name[uk]=Підтримка мови PHP Name[x-test]=xxPHP Language Supportxx Name[zh_CN]=Php 语言支持 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-17.08.2/lib/kdev4-php/testprovider/kdevphpunitprovi
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2017-10-23 16:51:50 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Mon Oct 23 16:51:50 2017 rev:57 rq:534852 version:17.08.2 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2017-09-17 22:38:26.631683744 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2017-10-23 16:51:52.140680102 +0200 @@ -1,0 +2,10 @@ +Tue Oct 17 00:33:21 CEST 2017 - [email protected] + +- Update to 17.08.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.08.2.php +- Changes since 17.08.1: + * Potiental crash fix + +--- Old: umbrello-17.08.1.tar.xz New: umbrello-17.08.2.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.Dvecew/_old 2017-10-23 16:51:52.728652584 +0200 +++ /var/tmp/diff_new_pack.Dvecew/_new 2017-10-23 16:51:52.732652397 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: umbrello -Version:17.08.1 +Version:17.08.2 Release:0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) ++ umbrello-17.08.1.tar.xz -> umbrello-17.08.2.tar.xz ++ 7492 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2017-09-17 22:38:09 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Sun Sep 17 22:38:09 2017 rev:56 rq:526435 version:17.08.1 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2017-09-12 19:55:25.582811624 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2017-09-17 22:38:26.631683744 +0200 @@ -1,0 +2,6 @@ +Fri Sep 8 23:54:34 UTC 2017 - [email protected] + +- Remove unnecessary ldconfig call, there are no shared libraries + in here. + +--- Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.I5Sg9e/_old 2017-09-17 22:38:27.255596023 +0200 +++ /var/tmp/diff_new_pack.I5Sg9e/_new 2017-09-17 22:38:27.255596023 +0200 @@ -96,9 +96,6 @@ %suse_update_desktop_fileorg.kde.umbrello5 Development Design -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig - %files %defattr(-,root,root) %doc COPYING COPYING.DOC README
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2017-09-12 19:55:05 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Tue Sep 12 19:55:05 2017 rev:55 rq:523084 version:17.08.1 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2017-07-29 09:01:17.845761581 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2017-09-12 19:55:25.582811624 +0200 @@ -1,0 +2,38 @@ +Thu Sep 07 07:02:51 CEST 2017 - [email protected] + +- Update to 17.08.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.08.1.php +- Changes since 17.08.0: + * Potiental crash fix + * Fix partially hidden content in code importer options page + * Add macros to install translated artifacts for KF5 + * More memory leak fixes + * Fix possible memory leak + * Remove duplicate usage of deleting graphics scene items + * Fix 'Crash in component diagram after deleting component' (kde#383592) + * Fix memory leaks + * Fix 'Tree view is not visible after import' (kde#383618) + * Fix 'c++ methods are not imported if class is defined outside name space' (kde#383445) + * Move implementation of isCaseSensitive() and scopeSeparator() to Uml::ProgrammingLanguage namespace + * Add class member m_doc to CppTree2Uml and use it instead of the long pointer hierachy + +--- +Fri Aug 11 22:46:39 UTC 2017 - [email protected] + +- Update to KDE Applications 17.08.0 + * New feature release + * https://www.kde.org/announcements/announce-applications-17.08.0.php +- Changes since 17.04.3 : +- Too many changes to list here + +--- +Sat Aug 5 18:19:55 UTC 2017 - [email protected] + +- Update to KDE Applications 17.07.90 + * KDE Applications 17.07.90 + * https://www.kde.org/announcements/announce-applications-17.07.90.php + + +--- Old: umbrello-17.04.3.tar.xz New: umbrello-17.08.1.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.prNl22/_old 2017-09-12 19:55:26.426692968 +0200 +++ /var/tmp/diff_new_pack.prNl22/_new 2017-09-12 19:55:26.426692968 +0200 @@ -1,7 +1,7 @@ # # spec file for package umbrello # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,14 +15,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%bcond_without lang + Name: umbrello -Version:17.04.3 +Version:17.08.1 Release:0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) +# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary:UML Modeller -License:GPL-2.0 and GFDL-1.2 +License:GPL-2.0 and GFDL-1.2 and GPL-3.0+ Group: Development/Tools/Other Url:http://www.kde.org/ Source0:%{name}-%{version}.tar.xz @@ -33,6 +35,7 @@ BuildRequires: kcompletion-devel BuildRequires: kconfig-devel BuildRequires: kcoreaddons-devel +BuildRequires: kcrash-devel BuildRequires: kdelibs4support-devel BuildRequires: kdoctools-devel BuildRequires: kguiaddons-devel @@ -67,6 +70,10 @@ %description Umbrello is a UML modelling application. +%if %{with lang} +%lang_package +%endif + %prep %setup -q @@ -82,6 +89,11 @@ %install %kf5_makeinstall -C build + + %if %{with lang} +%find_lang %{name} --all-name + %endif + %suse_update_desktop_fileorg.kde.umbrello5 Development Design %post -p /sbin/ldconfig @@ -90,16 +102,20 @@ %files %defattr(-,root,root) %doc COPYING COPYING.DOC README -%{_kf5_bindir}/umbrello5 +%dir %{_kf5_appstreamdir} +%doc %lang(en) %{_kf5_htmldir}/en/umbrello %{_kf5_applicationsdir}/org.kde.umbrello5.desktop -%{_kf5_htmldir}/en/umbrello -%{_kf5_sharedir}/umbrello5/ +%{_kf5_appstreamdir}/org.kde.umbrello.appdata.xml %{_kf5_bindir}/po2xmi5 +%{_kf5_bindir}/umbrello5 %{_kf5_bindir}/xmi2pot5 %{_kf5_iconsdir}/hicolor/*/*/umbrello* %{_kf5_iconsdir}/hicolor/*/mimetypes/application-x-uml.png -# %_kf5_kxmlguidir/umbrello/ -%dir %{_kf5_appstreamdir} -%{_kf5_appstreamdir}/org.kde.umbrello.appdata.xml +%{_kf5_sharedir}/umbrello5/ + +%if %
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2017-07-29 09:01:16 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Sat Jul 29 09:01:16 2017 rev:54 rq:510840 version:17.04.3 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2017-06-26 15:55:13.190646588 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2017-07-29 09:01:17.845761581 +0200 @@ -1,0 +2,19 @@ +Sun Jul 16 08:49:48 CEST 2017 - [email protected] + +- Update to 17.04.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04.3.php +- Changes since 17.04.2: + * Fix crash on importing sequence lines from qt creator. + * Make bounding box debug display of class UMLWidget visible with default border colors. + * Fix 'class diagram: class-box not resizable'. (kde#381730) + * Fixup of 'org.kde.umbrello5.desktop has wrong Exec line'. (kde#381565) + * Fix 'org.kde.umbrello5.desktop has wrong Exec line'. (kde#381565) + * Fix 'Documentation widgets in property dialogs have a border margin'. (kde#381393) + * Fix 'Documentation window does not show the correct icon'. (kde#381363) + * Fix 'Documentation window does not show the correct icon'. (kde#381363) + * Fix 'Documentation window does not show doc for association widgets with non empty name'. (kde#381360) + * Fix 'Association documentation not shown in Documentation panel'. (kde#381016) + +--- Old: umbrello-17.04.2.tar.xz New: umbrello-17.04.3.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.6QCoxp/_old 2017-07-29 09:01:18.609653658 +0200 +++ /var/tmp/diff_new_pack.6QCoxp/_new 2017-07-29 09:01:18.613653093 +0200 @@ -16,7 +16,7 @@ # Name: umbrello -Version:17.04.2 +Version:17.04.3 Release:0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) @@ -82,8 +82,6 @@ %install %kf5_makeinstall -C build - # fix desktop file (boo#1045654) - sed -i "s/Exec=umbrello/Exec=umbrello5/" %{buildroot}%{_kf5_applicationsdir}/org.kde.umbrello5.desktop %suse_update_desktop_fileorg.kde.umbrello5 Development Design %post -p /sbin/ldconfig ++ umbrello-17.04.2.tar.xz -> umbrello-17.04.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-17.04.2/CMakeLists.txt new/umbrello-17.04.3/CMakeLists.txt --- old/umbrello-17.04.2/CMakeLists.txt 2017-06-05 21:12:48.0 +0200 +++ new/umbrello-17.04.3/CMakeLists.txt 2017-07-10 00:56:51.0 +0200 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set (KDE_APPLICATIONS_VERSION_MAJOR "17") set (KDE_APPLICATIONS_VERSION_MINOR "04") -set (KDE_APPLICATIONS_VERSION_MICRO "2") +set (KDE_APPLICATIONS_VERSION_MICRO "3") set(UMBRELLO_VERSION_MAJOR "2") MATH(EXPR UMBRELLO_VERSION_MINOR "18+${KDE_APPLICATIONS_VERSION_MINOR}") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-17.04.2/umbrello/CMakeLists.txt new/umbrello-17.04.3/umbrello/CMakeLists.txt --- old/umbrello-17.04.2/umbrello/CMakeLists.txt2017-06-05 21:12:48.0 +0200 +++ new/umbrello-17.04.3/umbrello/CMakeLists.txt2017-07-10 00:56:51.0 +0200 @@ -602,6 +602,7 @@ else() file(READ umbrello.desktop UMBRELLO_DESKTOP) string(REPLACE "-caption" "-qwindowtitle" UMBRELLO_DESKTOP_OUT "${UMBRELLO_DESKTOP}") +string(REPLACE "Exec=umbrello" "Exec=umbrello5" UMBRELLO_DESKTOP_OUT "${UMBRELLO_DESKTOP_OUT}") file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/umbrello.desktop "${UMBRELLO_DESKTOP_OUT}") install( PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/umbrello.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} RENAME org.kde.umbrello5.desktop) file(READ org.kde.umbrello.appdata.xml UMBRELLO_APPDATA) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-17.04.2/umbrello/diagram_utils.cpp new/umbrello-17.04.3/umbrello/diagram_utils.cpp --- old/umbrello-17.04.2/umbrello/diagram_utils.cpp 2017-06-05 21:12:48.0 +0200 +++ new/umbrello-17.04.3/umbrello/diagram_utils.cpp 2017-07-10 00:56:51.0 +0200 @@ -135,9 +135,12 @@ * Qtcreator/gdb * 6 Driver::ParseHelper::ParseHelperdriver.cpp 299 0x634c44 * 31 g_main_context_dispatch /usr/lib64/libglib-2.0.so.0 0x7fffefe16316 + * ignoring + * ...
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2017-06-26 15:55:01 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Mon Jun 26 15:55:01 2017 rev:53 rq:506053 version:17.04.2 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2017-06-15 11:24:13.720323623 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2017-06-26 15:55:13.190646588 +0200 @@ -1,0 +2,6 @@ +Fri Jun 23 08:56:43 UTC 2017 - [email protected] + +- Fix the desktop file's Exec line, the executable is named + umbrello5 (boo#1045654) + +--- Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.Ls9eJQ/_old 2017-06-26 15:55:14.782422126 +0200 +++ /var/tmp/diff_new_pack.Ls9eJQ/_new 2017-06-26 15:55:14.782422126 +0200 @@ -24,7 +24,7 @@ Summary:UML Modeller License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other -Url: http://www.kde.org +Url:http://www.kde.org/ Source0:%{name}-%{version}.tar.xz BuildRequires: boost-devel BuildRequires: extra-cmake-modules @@ -82,6 +82,8 @@ %install %kf5_makeinstall -C build + # fix desktop file (boo#1045654) + sed -i "s/Exec=umbrello/Exec=umbrello5/" %{buildroot}%{_kf5_applicationsdir}/org.kde.umbrello5.desktop %suse_update_desktop_fileorg.kde.umbrello5 Development Design %post -p /sbin/ldconfig
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2017-06-15 11:24:12 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Thu Jun 15 11:24:12 2017 rev:52 rq:502145 version:17.04.2 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2017-05-24 16:49:59.369746578 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2017-06-15 11:24:13.720323623 +0200 @@ -1,0 +2,12 @@ +Wed Jun 07 17:43:06 CEST 2017 - [email protected] + +- Update to 17.04.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04.2.php +- Changes since 17.04.1: + * Fix 'Building Umbrello 2.21.90.89e79b8 with optional LLVM fails'. (kde#379293) + * Fix 'umbrello/KF5 does not show the KF5 crash dialog'. (kde#374415) + * Add some error message to debug output in case of file saving fails. + +--- Old: umbrello-17.04.1.tar.xz New: umbrello-17.04.2.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.NaG00X/_old 2017-06-15 11:24:14.404227082 +0200 +++ /var/tmp/diff_new_pack.NaG00X/_new 2017-06-15 11:24:14.408226517 +0200 @@ -16,7 +16,7 @@ # Name: umbrello -Version:17.04.1 +Version:17.04.2 Release:0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) ++ umbrello-17.04.1.tar.xz -> umbrello-17.04.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-17.04.1/CMakeLists.txt new/umbrello-17.04.2/CMakeLists.txt --- old/umbrello-17.04.1/CMakeLists.txt 2017-05-08 13:12:11.0 +0200 +++ new/umbrello-17.04.2/CMakeLists.txt 2017-06-05 21:12:48.0 +0200 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set (KDE_APPLICATIONS_VERSION_MAJOR "17") set (KDE_APPLICATIONS_VERSION_MINOR "04") -set (KDE_APPLICATIONS_VERSION_MICRO "1") +set (KDE_APPLICATIONS_VERSION_MICRO "2") set(UMBRELLO_VERSION_MAJOR "2") MATH(EXPR UMBRELLO_VERSION_MINOR "18+${KDE_APPLICATIONS_VERSION_MINOR}") @@ -162,6 +162,7 @@ Completion Config CoreAddons +Crash DocTools I18n IconThemes diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-17.04.1/umbrello/CMakeLists.txt new/umbrello-17.04.2/umbrello/CMakeLists.txt --- old/umbrello-17.04.1/umbrello/CMakeLists.txt2017-05-08 13:12:11.0 +0200 +++ new/umbrello-17.04.2/umbrello/CMakeLists.txt2017-06-05 21:12:48.0 +0200 @@ -580,7 +580,11 @@ ${CMAKE_CURRENT_SOURCE_DIR}/pics/global/128-apps-umbrello.png ) add_executable(umbrello ${umbrello_SRCS}) -target_link_libraries(umbrello libumbrello KF5::WindowSystem) +target_link_libraries(umbrello +libumbrello +KF5::Crash +KF5::WindowSystem +) set_target_properties(umbrello PROPERTIES OUTPUT_NAME umbrello5) endif() if(LIB_BUILD_MODE EQUAL SHARED) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-17.04.1/umbrello/main.cpp new/umbrello-17.04.2/umbrello/main.cpp --- old/umbrello-17.04.1/umbrello/main.cpp 2017-05-08 13:12:11.0 +0200 +++ new/umbrello-17.04.2/umbrello/main.cpp 2017-06-05 21:12:48.0 +0200 @@ -28,6 +28,7 @@ #include #if QT_VERSION >= 0x05 +#include #include #include #endif @@ -102,6 +103,7 @@ { #if QT_VERSION >= 0x05 QApplication app(argc, argv); +KCrash::initialize(); KLocalizedString::setApplicationDomain("umbrello"); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-17.04.1/umbrello/umldoc.cpp new/umbrello-17.04.2/umbrello/umldoc.cpp --- old/umbrello-17.04.1/umbrello/umldoc.cpp2017-05-08 13:12:11.0 +0200 +++ new/umbrello-17.04.2/umbrello/umldoc.cpp2017-06-05 21:12:48.0 +0200 @@ -810,6 +810,7 @@ // now check if we can write to the file if (archive->open(QIODevice::WriteOnly) == false) { +uError() << "could not open" << archive->fileName(); #if QT_VERSION >= 0x05 KMessageBox::error(0, i18n("There was a problem saving: %1", url.url(QUrl::PreferLocalFile)), i18n("Save Error")); #else @@ -828,6 +829,7 @@ #endif tmp_xmi_file.setAutoRemove(false); if (!tmp_xmi_file.open()) { +uError() << "could not open" << tmp_xmi_file.fileName(); #if QT
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2017-05-24 16:49:58 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Wed May 24 16:49:58 2017 rev:51 rq:496083 version:17.04.1 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2017-05-16 14:37:37.302638395 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2017-05-24 16:49:59.369746578 +0200 @@ -1,0 +2,25 @@ +Wed May 17 20:38:01 CEST 2017 - [email protected] + +- Update to 17.04.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04.1.php +- Changes since 17.04.0: + * Fix coverity CID 88358: Unchecked dynamic_cast + * Fix coverity CID 88359: Unchecked dynamic_cast + * Fix coverity CID 88360: Unchecked dynamic_cast + * Fix coverity CID 88361: Unchecked dynamic_cast + * Fix coverity CID 88362: Unchecked dynamic_cast + * Fix coverity CID 88363: Unchecked dynamic_cast + * Fix coverity CID 88364: Unchecked dynamic_cast + * Fix coverity CID 88416: Dereference before null check + * Fix coverity CID 88428: Dereference before null check + * Fix coverity CID 88471: Dereference before null check + * Fix coverity CID 178697: Dereference after null check + * Fix coverity CID 178698: Unchecked dynamic_cast + * Fix coverity CID 178700: Missing break in switch + * Fix coverity CID 178701: Dereference null return value + * Let debug package build fail if no version has been found. + * Fix osc project path. + +--- Old: umbrello-17.04.0.tar.xz New: umbrello-17.04.1.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.TwzoI3/_old 2017-05-24 16:50:00.261620962 +0200 +++ /var/tmp/diff_new_pack.TwzoI3/_new 2017-05-24 16:50:00.265620399 +0200 @@ -16,7 +16,7 @@ # Name: umbrello -Version:17.04.0 +Version:17.04.1 Release:0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) ++ umbrello-17.04.0.tar.xz -> umbrello-17.04.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-17.04.0/CMakeLists.txt new/umbrello-17.04.1/CMakeLists.txt --- old/umbrello-17.04.0/CMakeLists.txt 2017-04-12 14:02:27.0 +0200 +++ new/umbrello-17.04.1/CMakeLists.txt 2017-05-08 13:12:11.0 +0200 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set (KDE_APPLICATIONS_VERSION_MAJOR "17") set (KDE_APPLICATIONS_VERSION_MINOR "04") -set (KDE_APPLICATIONS_VERSION_MICRO "0") +set (KDE_APPLICATIONS_VERSION_MICRO "1") set(UMBRELLO_VERSION_MAJOR "2") MATH(EXPR UMBRELLO_VERSION_MINOR "18+${KDE_APPLICATIONS_VERSION_MINOR}") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-17.04.0/maintainer/release-windows-packages new/umbrello-17.04.1/maintainer/release-windows-packages --- old/umbrello-17.04.0/maintainer/release-windows-packages2017-04-12 14:02:27.0 +0200 +++ new/umbrello-17.04.1/maintainer/release-windows-packages2017-05-08 13:12:11.0 +0200 @@ -12,8 +12,14 @@ # # run ./release-windows-packages to see all modes # -REPO=openSUSE_42.2 -VERSION=2.20.90 +ROOT=home\:rhabacker\:branches\: +ROOT32=${ROOT}windows\:mingw\:win32\:KDE4 +ROOT64=${ROOT}windows\:mingw\:win64\:KDE4 +SRCROOT32=windows\:mingw\:win32 +SRCROOT64=windows\:mingw\:win64 +REPO=openSUSE_Leap_42.2 +SRCREPO=openSUSE_42.2 +VERSION=2.21.90 PHABURL=https://phabricator.kde.org oscoptions="-A https://api.opensuse.org"; @@ -32,19 +38,24 @@ download) ## download rpm packages cd work rm -rf binaries -osc $oscoptions getbinaries windows\:mingw:\win32 mingw32-umbrello-installer $REPO x86_64 -osc $oscoptions getbinaries windows\:mingw:\win64 mingw64-umbrello-installer $REPO x86_64 +osc $oscoptions getbinaries $ROOT32 mingw32-umbrello-installer $REPO x86_64 +osc $oscoptions getbinaries $ROOT64 mingw64-umbrello-installer $REPO x86_64 +$0 downloadsrc +;; + +downloadsrc) ## download source +cd work # fetch source package -src32pkg=$(osc $oscoptions ls -b -r $REPO -a x86_64 windows:mingw:win32 mingw32-umbrello | grep src) -osc $oscoptions getbinaries --sources windows\:mingw:\win32 mingw32-umbrello $REPO x86_64 $src32pkg +src32pkg=$(osc $oscoptions ls -b -r $SRCREPO -a x86_64 $SRCROOT32 mingw32-umbrello | grep src) +osc $oscoptions getbinaries --sources $SRCROOT3
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2017-05-16 14:37:35 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Tue May 16 14:37:35 2017 rev:50 rq:490552 version:17.04.0 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2017-03-16 09:41:25.155737704 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2017-05-16 14:37:37.302638395 +0200 @@ -1,0 +2,39 @@ +Sun Apr 16 10:45:38 CEST 2017 - [email protected] + +- Update to 17.04.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04.0.php +- Changes since 17.03.90: + * Fix crash on importing empty lines. + +--- +Wed Apr 12 20:26:14 CEST 2017 - [email protected] + +- Update to 17.03.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04-rc.php +- Changes since 17.03.80: + * release-windows-packages: Do not create ticket with 'all' command + * release-windows-packages: pack debug package with 'all' command + * Fix 'org.kde.umbrello.appdata.xml specifies wrong binary name'. + * Fix 'KF5 version fails to install'. +- Remove patches, now upstream: + * fix-appstream-install-1.patch + * fix-appstream-install-2.patch + +--- +Sat Mar 25 23:10:58 CET 2017 - [email protected] + +- Update to 17.03.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.03.80.php +- Changes since 16.12.3: + * Too many changes to list here +- Add upstream patches to fix build: + * fix-appstream-install-1.patch + * fix-appstream-install-2.patch + +--- Old: umbrello-16.12.3.tar.xz New: umbrello-17.04.0.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.NGXjd6/_old 2017-05-16 14:37:38.054532756 +0200 +++ /var/tmp/diff_new_pack.NGXjd6/_new 2017-05-16 14:37:38.054532756 +0200 @@ -1,7 +1,7 @@ # # spec file for package umbrello # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,58 +15,91 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - Name: umbrello -BuildRequires: libkde4-devel -BuildRequires: libxml2-devel -BuildRequires: libxslt-devel +Version:17.04.0 +Release:0 +%define kf5_version 5.26.0 +# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) +%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary:UML Modeller License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other -Url:http://www.kde.org/ -Version:16.12.3 -Release:0 +Url: http://www.kde.org Source0:%{name}-%{version}.tar.xz +BuildRequires: boost-devel +BuildRequires: extra-cmake-modules +BuildRequires: karchive-devel +BuildRequires: kauth-devel +BuildRequires: kcompletion-devel +BuildRequires: kconfig-devel +BuildRequires: kcoreaddons-devel +BuildRequires: kdelibs4support-devel +BuildRequires: kdoctools-devel +BuildRequires: kguiaddons-devel +BuildRequires: ki18n-devel +BuildRequires: kiconthemes-devel +BuildRequires: kinit-devel +BuildRequires: kio-devel +BuildRequires: kparts-devel +BuildRequires: kservice-devel +BuildRequires: ktexteditor-devel +BuildRequires: kwidgetsaddons-devel +BuildRequires: kwindowsystem-devel +BuildRequires: kxmlgui-devel +BuildRequires: libxml2-devel +BuildRequires: libxslt-devel +BuildRequires: pkgconfig +BuildRequires: subversion-devel +BuildRequires: update-desktop-files +BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5DBus) +BuildRequires: pkgconfig(Qt5Gui) +BuildRequires: pkgconfig(Qt5PrintSupport) +BuildRequires: pkgconfig(Qt5Svg) +BuildRequires: pkgconfig(Qt5Test) +BuildRequires: pkgconfig(Qt5WebKitWidgets) +BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(Qt5Xml) +Obsoletes: umbrello5 < %{version} +Provides: umbrello5 = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build -%kde4_runtime_requires %description Umbrello is a UML modelling application. %prep -%setup -q -n %{name}-%{version} +%setup -q %build %ifarch ppc
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2017-03-16 09:41:21 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Thu Mar 16 09:41:21 2017 rev:49 rq:478310 version:16.12.3 Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2017-01-23 11:38:58.528385310 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2017-03-16 09:41:25.155737704 +0100 @@ -1,0 +2,19 @@ +Thu Mar 9 12:46:13 CET 2017 - [email protected] + +- Update to 16.12.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-16.12.3.php +- Changes since 16.12.2: + * Fix crash by disconnecting slots in UMLApp::~UMLApp(). + + +--- +Thu Feb 9 07:28:52 UTC 2017 - [email protected] + +- Update to KDE Applications 16.12.2 + * KDE Applications 16.12.2 + * https://www.kde.org/announcements/announce-applications-16.12.2.php + + +--- Old: umbrello-16.12.1.tar.xz New: umbrello-16.12.3.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.fNnY4m/_old 2017-03-16 09:41:25.763651626 +0100 +++ /var/tmp/diff_new_pack.fNnY4m/_new 2017-03-16 09:41:25.767651060 +0100 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:16.12.1 +Version:16.12.3 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-16.12.1.tar.xz -> umbrello-16.12.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.12.1/CMakeLists.txt new/umbrello-16.12.3/CMakeLists.txt --- old/umbrello-16.12.1/CMakeLists.txt 2017-01-09 20:11:13.0 +0100 +++ new/umbrello-16.12.3/CMakeLists.txt 2017-03-04 11:32:12.0 +0100 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set (KDE_APPLICATIONS_VERSION_MAJOR "16") set (KDE_APPLICATIONS_VERSION_MINOR "12") -set (KDE_APPLICATIONS_VERSION_MICRO "1") +set (KDE_APPLICATIONS_VERSION_MICRO "3") set(UMBRELLO_VERSION_MAJOR "2") MATH(EXPR UMBRELLO_VERSION_MINOR "9+${KDE_APPLICATIONS_VERSION_MINOR}") @@ -23,6 +23,10 @@ set(CMAKE_AUTORCC ON) +if(CMAKE_COMPILER_IS_GNUCXX) +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-delete-null-pointer-checks") +endif() + if(NOT BUILD_KF5) cmake_minimum_required(VERSION 2.8 FATAL_ERROR) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.12.1/lib/cppparser/driver.h new/umbrello-16.12.3/lib/cppparser/driver.h --- old/umbrello-16.12.1/lib/cppparser/driver.h 2017-01-09 20:11:13.0 +0100 +++ new/umbrello-16.12.3/lib/cppparser/driver.h 2017-03-04 11:32:12.0 +0100 @@ -21,7 +21,6 @@ #include "ast.h" -#include "debug_utils.h" #include "macro.h" #include #include @@ -110,7 +109,6 @@ TranslationUnitAST* operator -> () const { -uCheckPointerAndReturnIfZero(this); return (TranslationUnitAST*)m_translationUnit.data(); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.12.1/umbrello/assocrules.cpp new/umbrello-16.12.3/umbrello/assocrules.cpp --- old/umbrello-16.12.1/umbrello/assocrules.cpp2017-01-09 20:11:13.0 +0100 +++ new/umbrello-16.12.3/umbrello/assocrules.cpp2017-03-04 11:32:12.0 +0100 @@ -204,8 +204,11 @@ return true; // doesn't matter what's already connected to widget break; -case Uml::AssociationType::Composition: // can't have mutual composition -case Uml::AssociationType::Containment: // can't have mutual containment +case Uml::AssociationType::Composition: +case Uml::AssociationType::Containment: +return true; +break; + case Uml::AssociationType::Generalization://can have many sub/super types but can't sup/sub each foreach (AssociationWidget * assoc, list) { if((widgetA == assoc->widgetForRole(Uml::RoleType::A) || diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.12.1/umbrello/codeimport/adaimport.cpp new/umbrello-16.12.3/umbrello/codeimport/adaimport.cpp --- old/umbrello-16.12.1/umbrello/codeimport/adaimport.cpp 2017-01-09 20:11:13.0 +0100 +++ new/umbrello-16.12.3/umbrello/codeimport/adaimport.cpp 2017-03-04 11:32
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2017-01-23 11:38:57 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2016-12-17 11:02:12.889068553 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2017-01-23 11:38:58.528385310 +0100 @@ -1,0 +2,7 @@ +Sat Jan 14 09:11:16 UTC 2017 - [email protected] + +- - Update to KDE Applications 16.12.1 + * KDE Applications 16.12.1 + * https://www.kde.org/announcements/announce-applications-16.12.1.php + +--- Old: umbrello-16.12.0.tar.xz New: umbrello-16.12.1.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.KxOKFw/_old 2017-01-23 11:38:59.080307031 +0100 +++ /var/tmp/diff_new_pack.KxOKFw/_new 2017-01-23 11:38:59.084306464 +0100 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:16.12.0 +Version:16.12.1 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-16.12.0.tar.xz -> umbrello-16.12.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.12.0/CMakeLists.txt new/umbrello-16.12.1/CMakeLists.txt --- old/umbrello-16.12.0/CMakeLists.txt 2016-12-06 21:07:36.0 +0100 +++ new/umbrello-16.12.1/CMakeLists.txt 2017-01-09 20:11:13.0 +0100 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set (KDE_APPLICATIONS_VERSION_MAJOR "16") set (KDE_APPLICATIONS_VERSION_MINOR "12") -set (KDE_APPLICATIONS_VERSION_MICRO "0") +set (KDE_APPLICATIONS_VERSION_MICRO "1") set(UMBRELLO_VERSION_MAJOR "2") MATH(EXPR UMBRELLO_VERSION_MINOR "9+${KDE_APPLICATIONS_VERSION_MINOR}") @@ -163,6 +163,7 @@ KIO TextEditor WidgetsAddons +WindowSystem XmlGui ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.12.0/lib/cppparser/driver.h new/umbrello-16.12.1/lib/cppparser/driver.h --- old/umbrello-16.12.0/lib/cppparser/driver.h 2016-12-06 21:07:36.0 +0100 +++ new/umbrello-16.12.1/lib/cppparser/driver.h 2017-01-09 20:11:13.0 +0100 @@ -21,6 +21,7 @@ #include "ast.h" +#include "debug_utils.h" #include "macro.h" #include #include @@ -109,7 +110,7 @@ TranslationUnitAST* operator -> () const { -if (!this) return 0; +uCheckPointerAndReturnIfZero(this); return (TranslationUnitAST*)m_translationUnit.data(); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.12.0/maintainer/release-windows-packages new/umbrello-16.12.1/maintainer/release-windows-packages --- old/umbrello-16.12.0/maintainer/release-windows-packages2016-12-06 21:07:36.0 +0100 +++ new/umbrello-16.12.1/maintainer/release-windows-packages2017-01-09 20:11:13.0 +0100 @@ -6,20 +6,11 @@ # # requirements: # -# osc - opensuse command line client +# osc - opensuse build service command line client # # syntax: release-windows-packages # -# where mode is: -# -# clean - clean working area -# fetch - fetch file lists from opensuse download server -# download - download rpm packages -# unpack - unpack rpm files -# repack - repackage source tar ball to 7z -# upload - upload files to ftp:/upload.kde.org -# ticket - file a tar ball move request -# all- performs all above mentioned steps +# run ./release-windows-packages to see all modes # REPO=openSUSE_42.2 VERSION=2.20.90 @@ -34,11 +25,11 @@ fi case $1 in -clean) +clean) ## clean working area rm -rf work/* ;; -download) +download) ## download rpm packages cd work rm -rf binaries osc $oscoptions getbinaries windows\:mingw:\win32 mingw32-umbrello-installer $REPO x86_64 @@ -50,15 +41,15 @@ #src64pkg=$(osc $oscoptions ls -b -r $REPO -a x86_64 windows:mingw:win64 mingw64-umbrello | grep src) #osc $oscoptions getbinaries --sources windows\:mingw:\win32 mingw64-umbrello $REPO x86_64 $src64pkg # fetch debug packages -#debug32pkg=$(osc $oscoptions ls -b -r $REPO -a x86_64 windows:mingw:win32 mingw32-umbrello | grep debug) -#osc $oscoptions getbinaries windows\:mingw:\win32 mingw32-umbrello $REPO x86_64 $debug32pkg -#debug64pkg=$(osc $
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2016-11-13 23:01:04 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2016-10-18 10:42:34.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2016-11-13 23:01:05.0 +0100 @@ -1,0 +2,7 @@ +Wed Nov 9 06:29:53 UTC 2016 - [email protected] + +- Update to KDE Applications 16.08.3 + * KDE Applications 16.08.3 + * https://www.kde.org/announcements/announce-applications-16.08.3.php + +--- Old: umbrello-16.08.2.tar.xz New: umbrello-16.08.3.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.hjGRI6/_old 2016-11-13 23:01:06.0 +0100 +++ /var/tmp/diff_new_pack.hjGRI6/_new 2016-11-13 23:01:06.0 +0100 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:16.08.2 +Version:16.08.3 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-16.08.2.tar.xz -> umbrello-16.08.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.08.2/CMakeLists.txt new/umbrello-16.08.3/CMakeLists.txt --- old/umbrello-16.08.2/CMakeLists.txt 2016-10-07 01:13:32.0 +0200 +++ new/umbrello-16.08.3/CMakeLists.txt 2016-11-07 13:02:12.0 +0100 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set (KDE_APPLICATIONS_VERSION_MAJOR "16") set (KDE_APPLICATIONS_VERSION_MINOR "08") -set (KDE_APPLICATIONS_VERSION_MICRO "2") +set (KDE_APPLICATIONS_VERSION_MICRO "3") set(UMBRELLO_VERSION_MAJOR "2") MATH(EXPR UMBRELLO_VERSION_MINOR "12+${KDE_APPLICATIONS_VERSION_MINOR}") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.08.2/umbrello/codegenerators/cpp/cppwriter.cpp new/umbrello-16.08.3/umbrello/codegenerators/cpp/cppwriter.cpp --- old/umbrello-16.08.2/umbrello/codegenerators/cpp/cppwriter.cpp 2016-10-07 01:13:32.0 +0200 +++ new/umbrello-16.08.3/umbrello/codegenerators/cpp/cppwriter.cpp 2016-11-07 13:02:12.0 +0100 @@ -27,6 +27,7 @@ #include "umlclassifierlistitemlist.h" #include "classifierlistitem.h" #include "codegenerationpolicy.h" +#include "enumliteral.h" // qt includes #include @@ -395,8 +396,11 @@ uint i = 0; cpp << "enum " << className_ << " {" << m_endl; foreach (UMLClassifierListItem* lit, litList) { +UMLEnumLiteral *el = static_cast(lit); QString enumLiteral = cleanName(lit->name()); cpp << indent() << enumLiteral; +if (!el->value().isEmpty()) +cpp << " = " << el->value(); if (++i < (uint)litList.count()) cpp << ","; cpp << m_endl; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.08.2/umbrello/codeimport/kdevcppparser/cpptree2uml.cpp new/umbrello-16.08.3/umbrello/codeimport/kdevcppparser/cpptree2uml.cpp --- old/umbrello-16.08.2/umbrello/codeimport/kdevcppparser/cpptree2uml.cpp 2016-10-07 01:13:32.0 +0200 +++ new/umbrello-16.08.3/umbrello/codeimport/kdevcppparser/cpptree2uml.cpp 2016-11-07 13:02:12.0 +0100 @@ -163,7 +163,7 @@ typeId == m_currentNamespace[m_nsCnt]->name()) inner = m_currentNamespace[m_nsCnt]; else -inner = Import_Utils::createUMLObject(UMLObject::ot_Class, typeId, +inner = Import_Utils::createUMLObject(UMLObject::ot_Class, type, m_currentNamespace[m_nsCnt]); UMLObject *typedefObj = Import_Utils::createUMLObject(UMLObject::ot_Datatype, id, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.08.2/umbrello/umldoc.cpp new/umbrello-16.08.3/umbrello/umldoc.cpp --- old/umbrello-16.08.2/umbrello/umldoc.cpp2016-10-07 01:13:32.0 +0200 +++ new/umbrello-16.08.3/umbrello/umldoc.cpp2016-11-07 13:02:12.0 +0100 @@ -2406,6 +2406,8 @@ } resolveTypes(); +loadDiagrams(); + // set a default code generator if no tag seen if (UMLApp::app()->generator() == 0) { UMLApp::app()->setGenerator(UM
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2016-10-18 10:42:33 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2016-09-24 15:27:40.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2016-10-18 10:42:34.0 +0200 @@ -1,0 +2,6 @@ +Tue Oct 11 21:10:11 UTC 2016 - [email protected] + +- KDE Applications 16.08.2 +https://www.kde.org/announcements/announce-applications-16.08.2.php + +--- Old: umbrello-16.08.1.tar.xz New: umbrello-16.08.2.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.NhqgT9/_old 2016-10-18 10:42:35.0 +0200 +++ /var/tmp/diff_new_pack.NhqgT9/_new 2016-10-18 10:42:35.0 +0200 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:16.08.1 +Version:16.08.2 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-16.08.1.tar.xz -> umbrello-16.08.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.08.1/CMakeLists.txt new/umbrello-16.08.2/CMakeLists.txt --- old/umbrello-16.08.1/CMakeLists.txt 2016-09-05 10:35:13.0 +0200 +++ new/umbrello-16.08.2/CMakeLists.txt 2016-10-07 01:13:32.0 +0200 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set (KDE_APPLICATIONS_VERSION_MAJOR "16") set (KDE_APPLICATIONS_VERSION_MINOR "08") -set (KDE_APPLICATIONS_VERSION_MICRO "1") +set (KDE_APPLICATIONS_VERSION_MICRO "2") set(UMBRELLO_VERSION_MAJOR "2") MATH(EXPR UMBRELLO_VERSION_MINOR "12+${KDE_APPLICATIONS_VERSION_MINOR}") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.08.1/umbrello/codeimport/javaimport.cpp new/umbrello-16.08.2/umbrello/codeimport/javaimport.cpp --- old/umbrello-16.08.1/umbrello/codeimport/javaimport.cpp 2016-09-05 10:35:13.0 +0200 +++ new/umbrello-16.08.2/umbrello/codeimport/javaimport.cpp 2016-10-07 01:13:32.0 +0200 @@ -159,6 +159,12 @@ baseClassName.remove(QLatin1Char('[')); baseClassName.remove(QLatin1Char(']')); +// remove template class name so that the class itself can be resolved +int index = baseClassName.indexOf(QLatin1Char('<')); +if (index != -1) { +baseClassName = baseClassName.remove(index, baseClassName.size()-index); +} + // java has a few implicit imports. Most relevant for this is the // current package, which is in the same directory as the current file // being parsed diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.08.1/umbrello/umllistviewitem.cpp new/umbrello-16.08.2/umbrello/umllistviewitem.cpp --- old/umbrello-16.08.1/umbrello/umllistviewitem.cpp 2016-09-05 10:35:13.0 +0200 +++ new/umbrello-16.08.2/umbrello/umllistviewitem.cpp 2016-10-07 01:13:32.0 +0200 @@ -342,7 +342,7 @@ UMLObject::ObjectType ot = m_object->baseType(); QString modelObjText = m_object->name(); if (Model_Utils::isClassifierListitem(ot)) { -UMLClassifierListItem *pNarrowed = static_cast(m_object); +UMLClassifierListItem *pNarrowed = static_cast(m_object.data()); modelObjText = pNarrowed->toString(Uml::SignatureType::SigNoVis); } setText(modelObjText); @@ -509,7 +509,7 @@ cancelRenameWithMsg(); return; } -UMLOperation *op = static_cast(m_object); +UMLOperation *op = static_cast(m_object.data()); UMLClassifier *parent = static_cast(op->parent()); Model_Utils::OpDescriptor od; Model_Utils::Parse_Status st = Model_Utils::parseOperation(newText, od, parent); @@ -572,7 +572,7 @@ return; } UMLApp::app()->executeCommand(new Uml::CmdRenameUMLObject(m_object, nt.m_name)); -UMLAttribute *pAtt = static_cast(m_object); +UMLAttribute *pAtt = static_cast(m_object.data()); pAtt->setType(nt.m_type); pAtt->setVisibility(vis); pAtt->setParmKind(nt.m_direction); @@ -607,7 +607,7 @@ } UMLApp::app()->executeCommand(new Uml::CmdRenameUMLObject(m_object, name)); -UMLEntityConstraint* uec = static_cast(m_object); +UMLEntityCo
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2016-09-24 15:27:38 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2016-08-31 00:09:40.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2016-09-24 15:27:40.0 +0200 @@ -1,0 +2,8 @@ +Fri Sep 9 08:44:50 UTC 2016 - [email protected] + +- Update to KDE Applications 16.08.1 + * KDE Applications 16.08.1 + * https://www.kde.org/announcements/announce-applications-16.08.1.php + + +--- Old: umbrello-16.08.0.tar.xz New: umbrello-16.08.1.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.bWBPV7/_old 2016-09-24 15:27:41.0 +0200 +++ /var/tmp/diff_new_pack.bWBPV7/_new 2016-09-24 15:27:41.0 +0200 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:16.08.0 +Version:16.08.1 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-16.08.0.tar.xz -> umbrello-16.08.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.08.0/CMakeLists.txt new/umbrello-16.08.1/CMakeLists.txt --- old/umbrello-16.08.0/CMakeLists.txt 2016-08-10 01:21:45.0 +0200 +++ new/umbrello-16.08.1/CMakeLists.txt 2016-09-05 10:35:13.0 +0200 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set (KDE_APPLICATIONS_VERSION_MAJOR "16") set (KDE_APPLICATIONS_VERSION_MINOR "08") -set (KDE_APPLICATIONS_VERSION_MICRO "0") +set (KDE_APPLICATIONS_VERSION_MICRO "1") set(UMBRELLO_VERSION_MAJOR "2") MATH(EXPR UMBRELLO_VERSION_MINOR "12+${KDE_APPLICATIONS_VERSION_MINOR}") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.08.0/doc/xml/umbrello-diagrams.dtd new/umbrello-16.08.1/doc/xml/umbrello-diagrams.dtd --- old/umbrello-16.08.0/doc/xml/umbrello-diagrams.dtd 2016-08-10 01:21:45.0 +0200 +++ new/umbrello-16.08.1/doc/xml/umbrello-diagrams.dtd 2016-09-05 10:35:13.0 +0200 @@ -121,7 +121,9 @@ changeabilityB CDATA #IMPLIED roleBdoc CDATA #IMPLIED roleAdoc CDATA #IMPLIED - documentation CDATA #IMPLIED + documentation CDATA #IMPLIED + font CDATA #IMPLIED + seqnum CDATA #IMPLIED > https://docs.python.org/3/tutorial/classes.html#class-and-instance-variables + +class Types(): + class_variable_bool_true=True + class_variable_bool_false=False + class_variable_int=3 + class_variable_negative_int=-54341 + class_variable_float=3.12334 + class_variable_negative_float=-1.0876544 + class_variable_string="1234" + class_variable_list=[] + class_variable_dict={} + class_variable_object=bpy.types.render + + # We import instance variables only from __init__() + def __init__(): +self.instance_variable_bool_true=True +self.instance_variable_bool_false=False +self.instance_variable_int=3 +self.instance_variable_negative_int=-54341 +self.instance_variable_float=3.12334 +self.instance_variable_negative_float=-1.9876 +self.test() # should be ignored +self.instance_variable_string="1234" +self.instance_variable_list=[] +self.instance_variable_dict={} +self.instance_variable_object=bpy.types.render + + def test(): +pass \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.08.0/test/import/python/visibility.py new/umbrello-16.08.1/test/import/python/visibility.py --- old/umbrello-16.08.0/test/import/python/visibility.py 1970-01-01 01:00:00.0 +0100 +++ new/umbrello-16.08.1/test/import/python/visibility.py 2016-09-05 10:35:13.0 +0200 @@ -0,0 +1,19 @@ +# coding=UTF-8 + +class Visibility(): + __private=0 + _protected=0 + public=0 + + def public(self): +pass + + def _protected(self): +pass + + def __private(self): +pass + + + + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.08.0/umbrello/CMakeLists.txt new/umbrello-16.08.1/umbrello/CMakeLists.txt --- old/umbrello-16.08.0/umbrello/CMakeLists.txt2016-08-10 01:21:45.0 +0200 +++ new/umbrello-16.08.1/umbrello/CMakeLists.txt2016-09-05 10:35:13.0 +0200 @@ -471,7 +471,
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2016-08-31 00:09:38 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2016-07-24 19:49:57.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2016-08-31 00:09:40.0 +0200 @@ -1,0 +2,22 @@ +Fri Aug 12 12:46:37 UTC 2016 - [email protected] + +- Don't rename the icon files any more, this breaks the build as + they are not found + +--- +Fri Aug 12 10:33:05 UTC 2016 - [email protected] + +- Update to KDE Applications 16.08.0 + * KDE Applications 16.08.0 + * https://www.kde.org/announcements/announce-applications-16.08.0.php + + +--- +Mon Aug 8 15:56:29 UTC 2016 - [email protected] + +- Update to KDE Applications 16.07.90 + * KDE Applications 16.07.90 (16.08-RC) + * https://www.kde.org/announcements/announce-applications-16.07.90.php + + +--- Old: umbrello-16.04.3.tar.xz New: umbrello-16.08.0.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.rKlYwy/_old 2016-08-31 00:09:41.0 +0200 +++ /var/tmp/diff_new_pack.rKlYwy/_new 2016-08-31 00:09:41.0 +0200 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:16.04.3 +Version:16.08.0 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -35,18 +35,6 @@ %prep %setup -q -n %{name}-%{version} -#Fix icons -cd umbrello/pics/global -mv 128-apps-umbrello.png hi128-apps-umbrello.png -mv 16-apps-umbrello.png hi16-apps-umbrello.png -mv 16-mimetypes-application-x-uml.png hi16-mimetypes-application-x-uml.png -mv 22-apps-umbrello.png hi22-apps-umbrello.png -mv 32-apps-umbrello.png hi32-apps-umbrello.png -mv 32-mimetypes-application-x-uml.png hi32-mimetypes-application-x-uml.png -mv 48-apps-umbrello.png hi48-apps-umbrello.png -mv 64-apps-umbrello.png hi64-apps-umbrello.png -mv sc-apps-umbrello.svgz hisc-apps-umbrello.svgz - %build %ifarch ppc64 ++ umbrello-16.04.3.tar.xz -> umbrello-16.08.0.tar.xz ++ 13359 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2016-07-24 19:49:46 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2016-06-25 02:20:10.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2016-07-24 19:49:57.0 +0200 @@ -1,0 +2,8 @@ +Fri Jul 8 09:26:58 UTC 2016 - [email protected] + +- Update to KDE Applications 16.04.3 + * KDE Applications 16.04.3 + * https://www.kde.org/announcements/announce-applications-16.04.3.php + + +--- Old: umbrello-16.04.2.tar.xz New: umbrello-16.04.3.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.hQZHOe/_old 2016-07-24 19:49:59.0 +0200 +++ /var/tmp/diff_new_pack.hQZHOe/_new 2016-07-24 19:49:59.0 +0200 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:16.04.2 +Version:16.04.3 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-16.04.2.tar.xz -> umbrello-16.04.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.04.2/CMakeLists.txt new/umbrello-16.04.3/CMakeLists.txt --- old/umbrello-16.04.2/CMakeLists.txt 2016-06-07 14:21:24.0 +0200 +++ new/umbrello-16.04.3/CMakeLists.txt 2016-07-05 00:34:40.0 +0200 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set (KDE_APPLICATIONS_VERSION_MAJOR "16") set (KDE_APPLICATIONS_VERSION_MINOR "04") -set (KDE_APPLICATIONS_VERSION_MICRO "2") +set (KDE_APPLICATIONS_VERSION_MICRO "3") set(UMBRELLO_VERSION_MAJOR "2") MATH(EXPR UMBRELLO_VERSION_MINOR "15+${KDE_APPLICATIONS_VERSION_MINOR}") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.04.2/umbrello/umlwidgets/notewidget.cpp new/umbrello-16.04.3/umbrello/umlwidgets/notewidget.cpp --- old/umbrello-16.04.2/umbrello/umlwidgets/notewidget.cpp 2016-06-07 14:21:24.0 +0200 +++ new/umbrello-16.04.3/umbrello/umlwidgets/notewidget.cpp 2016-07-05 00:34:40.0 +0200 @@ -35,7 +35,7 @@ #include #endif -NoteWidget * NoteWidget::s_pCurrentNote; +QPointer NoteWidget::s_pCurrentNote; /** * Constructs a NoteWidget. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.04.2/umbrello/umlwidgets/notewidget.h new/umbrello-16.04.3/umbrello/umlwidgets/notewidget.h --- old/umbrello-16.04.2/umbrello/umlwidgets/notewidget.h 2016-06-07 14:21:24.0 +0200 +++ new/umbrello-16.04.3/umbrello/umlwidgets/notewidget.h 2016-07-05 00:34:40.0 +0200 @@ -63,7 +63,7 @@ virtual bool loadFromXMI(QDomElement & qElement); virtual void saveToXMI(QDomDocument & qDoc, QDomElement & qElement); -static NoteWidget *s_pCurrentNote; +static QPointer s_pCurrentNote; public Q_SLOTS: void slotMenuSelection(QAction* action);
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2016-06-25 02:20:09 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2016-05-29 03:08:05.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2016-06-25 02:20:10.0 +0200 @@ -1,0 +2,8 @@ +Fri Jun 10 18:13:48 UTC 2016 - [email protected] + +- Update to KDE Applications 16.04.2 + * KDE Applications 16.04.2 + * https://www.kde.org/announcements/announce-applications-16.04.2.php + + +--- Old: umbrello-16.04.1.tar.xz New: umbrello-16.04.2.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.3u75A0/_old 2016-06-25 02:20:11.0 +0200 +++ /var/tmp/diff_new_pack.3u75A0/_new 2016-06-25 02:20:11.0 +0200 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:16.04.1 +Version:16.04.2 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-16.04.1.tar.xz -> umbrello-16.04.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.04.1/CMakeLists.txt new/umbrello-16.04.2/CMakeLists.txt --- old/umbrello-16.04.1/CMakeLists.txt 2016-04-28 14:54:55.0 +0200 +++ new/umbrello-16.04.2/CMakeLists.txt 2016-06-07 14:21:24.0 +0200 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set (KDE_APPLICATIONS_VERSION_MAJOR "16") set (KDE_APPLICATIONS_VERSION_MINOR "04") -set (KDE_APPLICATIONS_VERSION_MICRO "1") +set (KDE_APPLICATIONS_VERSION_MICRO "2") set(UMBRELLO_VERSION_MAJOR "2") MATH(EXPR UMBRELLO_VERSION_MINOR "15+${KDE_APPLICATIONS_VERSION_MINOR}") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.04.1/umbrello/codegenerators/codegenerationpolicy.cpp new/umbrello-16.04.2/umbrello/codegenerators/codegenerationpolicy.cpp --- old/umbrello-16.04.1/umbrello/codegenerators/codegenerationpolicy.cpp 2016-04-28 14:54:55.0 +0200 +++ new/umbrello-16.04.2/umbrello/codegenerators/codegenerationpolicy.cpp 2016-06-07 14:21:24.0 +0200 @@ -462,8 +462,8 @@ // settors below will each send the modifiedCodeContent() signal // needlessly (we can just make one call at the end). -setCodeVerboseSectionComments(UmbrelloSettings::forceDoc()); -setCodeVerboseDocumentComments(UmbrelloSettings::forceSections()); +setCodeVerboseSectionComments(UmbrelloSettings::forceSections()); +setCodeVerboseDocumentComments(UmbrelloSettings::forceDoc()); setLineEndingType(UmbrelloSettings::lineEndingType()); setIndentationType(UmbrelloSettings::indentationType()); setIndentationAmount(UmbrelloSettings::indentationAmount()); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.04.1/umbrello/codeimport/import_utils.cpp new/umbrello-16.04.2/umbrello/codeimport/import_utils.cpp --- old/umbrello-16.04.1/umbrello/codeimport/import_utils.cpp 2016-04-28 14:54:55.0 +0200 +++ new/umbrello-16.04.2/umbrello/codeimport/import_utils.cpp 2016-06-07 14:21:24.0 +0200 @@ -791,10 +791,11 @@ MessageWidgetList messages; // for each line +int index = 1; foreach(const QString &line, lines) { -QString sequence, package, method; +QString stackframe, package, method; -if (!parseStraceTraceLine(line, sequence, package, method)) +if (!parseStraceTraceLine(line, stackframe, package, method)) continue; bool createObject = false; @@ -828,7 +829,7 @@ messageWidget = new MessageWidget(scene, leftWidget, rightWidget, y, createObject ? Uml::SequenceMessage::Creation : Uml::SequenceMessage::Synchronous); messageWidget->setCustomOpText(method); -messageWidget->setSequenceNumber(sequence); +messageWidget->setSequenceNumber(QString::number(index++)); messageWidget->calculateWidget(); messageWidget->activate(); messageWidget->setY(y); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.04.1/umbrello/listpopupmenu.cpp new/umbrello-16.04.2/umbrello/listpopupmenu.cpp --- old/umbrello-16.04.1/umbrello/listpopupmenu.cpp 2016-04-28
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2016-05-29 03:08:03 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2016-03-29 10:38:07.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2016-05-29 03:08:05.0 +0200 @@ -1,0 +2,24 @@ +Sat May 7 10:46:10 UTC 2016 - [email protected] + +- Update to KDE Applications 16.04.1 + * KDE Applications 16.04.1 + * https://www.kde.org/announcements/announce-applications-16.04.1.php + + +--- +Sun Apr 17 06:22:08 UTC 2016 - [email protected] + +- Update to KDE Applications 16.04.0 + * KDE Applications 16.04.0 + * https://www.kde.org/announcements/announce-applications-16.04.0.php + + +--- +Mon Apr 11 06:57:06 UTC 2016 - [email protected] + +- Update to KDE Applications 16.03.90 + * KDE Applications 16.04.0 RC + * https://www.kde.org/announcements/announce-applications-16.04-rc.php + + +--- Old: umbrello-15.12.3.tar.xz New: umbrello-16.04.1.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.82IIn3/_old 2016-05-29 03:08:06.0 +0200 +++ /var/tmp/diff_new_pack.82IIn3/_new 2016-05-29 03:08:06.0 +0200 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:15.12.3 +Version:16.04.1 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-15.12.3.tar.xz -> umbrello-16.04.1.tar.xz ++ 2050 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2016-03-29 10:00:01 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2016-02-23 16:57:23.0 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2016-03-29 10:38:07.0 +0200 @@ -1,0 +2,9 @@ +Sun Mar 13 15:58:44 UTC 2016 - [email protected] + +- Update to KDE Applications 15.12.3 + * KDE Applications 15.12.3 + * https://www.kde.org/announcements/announce-applications-15.12.3.php + * boo#970855 + + +--- Old: umbrello-15.12.2.tar.xz New: umbrello-15.12.3.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.0aSUnx/_old 2016-03-29 10:38:07.0 +0200 +++ /var/tmp/diff_new_pack.0aSUnx/_new 2016-03-29 10:38:07.0 +0200 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:15.12.2 +Version:15.12.3 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-15.12.2.tar.xz -> umbrello-15.12.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.12.2/CMakeLists.txt new/umbrello-15.12.3/CMakeLists.txt --- old/umbrello-15.12.2/CMakeLists.txt 2016-02-12 06:23:36.0 +0100 +++ new/umbrello-15.12.3/CMakeLists.txt 2016-03-10 00:21:53.0 +0100 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set (KDE_APPLICATIONS_VERSION_MAJOR "15") set (KDE_APPLICATIONS_VERSION_MINOR "12") -set (KDE_APPLICATIONS_VERSION_MICRO "2") +set (KDE_APPLICATIONS_VERSION_MICRO "3") set(UMBRELLO_VERSION_MAJOR "2") set(UMBRELLO_VERSION_MINOR "18") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.12.2/umbrello/uml.cpp new/umbrello-15.12.3/umbrello/uml.cpp --- old/umbrello-15.12.2/umbrello/uml.cpp 2016-02-12 06:23:36.0 +0100 +++ new/umbrello-15.12.3/umbrello/uml.cpp 2016-03-10 00:21:53.0 +0100 @@ -244,6 +244,7 @@ delete m_printer; delete m_policyext; delete m_pUndoStack; +m_pUndoStack = 0; delete m_refactoringAssist; delete m_xhtmlGenerator; delete m_listView; @@ -668,6 +669,10 @@ void UMLApp::slotZoomFit() { QRectF items = currentView()->umlScene()->itemsBoundingRect(); +if (items.isNull()) { +setZoom(100); +return; +} currentView()->umlScene()->setSceneRect(items); // TODO: QGraphicsView seems not to be informed about the scene rect update currentView()->setSceneRect(items); @@ -681,7 +686,13 @@ else { scale = scaleH; } -setZoom(scale-2); +if (scale < 0) +scale = 100; +else if (scale > 500) +scale = 500; +else +scale -= 2; +setZoom(scale); } /** @@ -1386,7 +1397,8 @@ else { m_doc->saveDocument(m_doc->url()); } -m_pUndoStack->setClean(); +if (m_pUndoStack) +m_pUndoStack->setClean(); resetStatusMsg(); } @@ -3495,7 +3507,8 @@ */ void UMLApp::clearUndoStack() { -m_pUndoStack->clear(); +if (m_pUndoStack) +m_pUndoStack->clear(); } /** @@ -3503,6 +3516,9 @@ */ void UMLApp::undo() { +if (!m_pUndoStack) +return; + if (!isUndoEnabled()) return; @@ -3524,6 +3540,9 @@ */ void UMLApp::redo() { +if (!m_pUndoStack) +return; + if (!isUndoEnabled()) return; @@ -3545,6 +3564,9 @@ */ void UMLApp::executeCommand(QUndoCommand* cmd) { +if (!m_pUndoStack) +return; + if (cmd == NULL) return; if (isUndoEnabled()) { @@ -3564,6 +3586,9 @@ */ void UMLApp::beginMacro(const QString & text) { +if (!m_pUndoStack) +return; + if (!isUndoEnabled()) { return; } @@ -3580,6 +3605,9 @@ */ void UMLApp::endMacro() { +if (!m_pUndoStack) +return; + if (!isUndoEnabled()) { return; }
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2016-02-23 16:57:12 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2016-01-28 17:22:28.0 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2016-02-23 16:57:23.0 +0100 @@ -1,0 +2,9 @@ +Sat Feb 13 08:27:25 UTC 2016 - [email protected] + +- Update to KDE Applications 15.12.2 + * KDE Applications 15.12.2 + * https://www.kde.org/announcements/announce-applications-15.12.2.php + * boo#966605 + + +--- Old: umbrello-15.12.1.tar.xz New: umbrello-15.12.2.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.SvdZa7/_old 2016-02-23 16:57:24.0 +0100 +++ /var/tmp/diff_new_pack.SvdZa7/_new 2016-02-23 16:57:24.0 +0100 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:15.12.1 +Version:15.12.2 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-15.12.1.tar.xz -> umbrello-15.12.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.12.1/CMakeLists.txt new/umbrello-15.12.2/CMakeLists.txt --- old/umbrello-15.12.1/CMakeLists.txt 2016-01-07 00:18:00.0 +0100 +++ new/umbrello-15.12.2/CMakeLists.txt 2016-02-12 06:23:36.0 +0100 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set (KDE_APPLICATIONS_VERSION_MAJOR "15") set (KDE_APPLICATIONS_VERSION_MINOR "12") -set (KDE_APPLICATIONS_VERSION_MICRO "1") +set (KDE_APPLICATIONS_VERSION_MICRO "2") set(UMBRELLO_VERSION_MAJOR "2") set(UMBRELLO_VERSION_MINOR "18") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.12.1/lib/cppparser/parser.cpp new/umbrello-15.12.2/lib/cppparser/parser.cpp --- old/umbrello-15.12.1/lib/cppparser/parser.cpp 2016-01-07 00:18:00.0 +0100 +++ new/umbrello-15.12.2/lib/cppparser/parser.cpp 2016-02-12 06:23:36.0 +0100 @@ -445,8 +445,15 @@ m_problems = 0; TranslationUnitAST::Node tun = CreateNode(); node = tun; +// only setup file comment if present at first line, and first column if (lex->lookAhead(0) == Token_comment) { -node->setComment(lex->lookAhead(0).text()); +processComment(); +if (lex->lookAhead(0).position() == 0) { +if (comment()) { +tun->setComment(comment()); +clearComment(); +} +} nextToken(); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.12.1/test/import/cxx/comments-class-enums.h new/umbrello-15.12.2/test/import/cxx/comments-class-enums.h --- old/umbrello-15.12.1/test/import/cxx/comments-class-enums.h 1970-01-01 01:00:00.0 +0100 +++ new/umbrello-15.12.2/test/import/cxx/comments-class-enums.h 2016-02-12 06:23:36.0 +0100 @@ -0,0 +1,16 @@ + +// class comments_class_enum_test +class comments_class_enum_test { +public: +// enim test c++ style single line comment +enum test1 { A, B, C}; + +/* + * enum test2 + * c-style multi line comment + */ +enum test2 { A, B, C}; + +/* enum test3 c-style single lime comment */ +enum test3 { A, B, C}; +}; \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.12.1/test/import/cxx/comments-class-members.h new/umbrello-15.12.2/test/import/cxx/comments-class-members.h --- old/umbrello-15.12.1/test/import/cxx/comments-class-members.h 1970-01-01 01:00:00.0 +0100 +++ new/umbrello-15.12.2/test/import/cxx/comments-class-members.h 2016-02-12 06:23:36.0 +0100 @@ -0,0 +1,16 @@ + +// class comments_class_members_test +class comments_class_members_test { +public: +// member variable1 c++ style single line comment +int variable1; + +/* + * member variable2 + * c-style multi line comment + */ +int variable2; + +/* member variable3 c-style single lime comment */ +int variable3; +}; \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.12.1/test/import/cxx/comments-class-methods.h new/umbrello-15.12.2/test/import/cxx/comm
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2016-01-28 17:22:26 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2016-01-10 13:07:26.0 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2016-01-28 17:22:28.0 +0100 @@ -1,0 +2,9 @@ +Sat Jan 9 18:37:24 UTC 2016 - [email protected] + +- Update to KDE Applications 15.12.1 + * KDE Applications 15.12.1 + * https://www.kde.org/announcements/announce-applications-15.12.1.php + * boo#961265 + + +--- Old: umbrello-15.12.0.tar.xz New: umbrello-15.12.1.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.BZH4wd/_old 2016-01-28 17:22:29.0 +0100 +++ /var/tmp/diff_new_pack.BZH4wd/_new 2016-01-28 17:22:29.0 +0100 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:15.12.0 +Version:15.12.1 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-15.12.0.tar.xz -> umbrello-15.12.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.12.0/.arcconfig new/umbrello-15.12.1/.arcconfig --- old/umbrello-15.12.0/.arcconfig 1970-01-01 01:00:00.0 +0100 +++ new/umbrello-15.12.1/.arcconfig 2016-01-07 00:18:00.0 +0100 @@ -0,0 +1,4 @@ +{ + "phabricator.uri" : "https://phabricator.kde.org/project/profile/60/";, + "history.immutable" : true +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.12.0/.reviewboardrc new/umbrello-15.12.1/.reviewboardrc --- old/umbrello-15.12.0/.reviewboardrc 1970-01-01 01:00:00.0 +0100 +++ new/umbrello-15.12.1/.reviewboardrc 2016-01-07 00:18:00.0 +0100 @@ -0,0 +1,3 @@ +REPOSITORY = "git://anongit.kde.org/umbrello" +REVIEWBOARD_URL = "https://git.reviewboard.kde.org"; +TARGET_GROUPS = "umbrello" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.12.0/CMakeLists.txt new/umbrello-15.12.1/CMakeLists.txt --- old/umbrello-15.12.0/CMakeLists.txt 2015-12-09 08:17:56.0 +0100 +++ new/umbrello-15.12.1/CMakeLists.txt 2016-01-07 00:18:00.0 +0100 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set (KDE_APPLICATIONS_VERSION_MAJOR "15") set (KDE_APPLICATIONS_VERSION_MINOR "12") -set (KDE_APPLICATIONS_VERSION_MICRO "0") +set (KDE_APPLICATIONS_VERSION_MICRO "1") set(UMBRELLO_VERSION_MAJOR "2") set(UMBRELLO_VERSION_MINOR "18") @@ -180,6 +180,7 @@ message(STATUS "Using automoc4 version ${AUTOMOC4_VERSION}") message(STATUS "Using cmake version ${CMAKE_VERSION}") +message(STATUS "Using Qt version ${QT_MIN_VERSION}") find_package(LibXslt) set_package_properties(LibXslt PROPERTIES diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.12.0/umbrello/basictypes.h new/umbrello-15.12.1/umbrello/basictypes.h --- old/umbrello-15.12.0/umbrello/basictypes.h 2015-12-09 08:17:56.0 +0100 +++ new/umbrello-15.12.1/umbrello/basictypes.h 2016-01-07 00:18:00.0 +0100 @@ -339,4 +339,14 @@ } // end namespace Uml +static inline QString toString(Uml::ProgrammingLanguage::Enum lang) +{ +return Uml::ProgrammingLanguage::toString(lang); +} + +static inline QString toString(Uml::Visibility::Enum visibility) +{ +return Uml::Visibility::toString(visibility); +} + #endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.12.0/umbrello/codegenerators/python/pythonwriter.cpp new/umbrello-15.12.1/umbrello/codegenerators/python/pythonwriter.cpp --- old/umbrello-15.12.0/umbrello/codegenerators/python/pythonwriter.cpp 2015-12-09 08:17:56.0 +0100 +++ new/umbrello-15.12.1/umbrello/codegenerators/python/pythonwriter.cpp 2016-01-07 00:18:00.0 +0100 @@ -24,6 +24,7 @@ #include #include +#include #include static const char *reserved_words[] = { @@ -219,6 +220,7 @@ h
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2016-01-10 13:07:02 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2015-11-15 12:44:48.0 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2016-01-10 13:07:26.0 +0100 @@ -1,0 +2,9 @@ +Sun Dec 13 13:34:53 UTC 2015 - [email protected] + +- Update to KDE Applications 15.12.0 + * KDE Applications 15.12.0 + * https://www.kde.org/announcements/announce-applications-15.12.0.php + * boo#958887 + + +--- Old: umbrello-15.08.3.tar.xz New: umbrello-15.12.0.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.GCYvrd/_old 2016-01-10 13:07:28.0 +0100 +++ /var/tmp/diff_new_pack.GCYvrd/_new 2016-01-10 13:07:28.0 +0100 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:15.08.3 +Version:15.12.0 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -35,6 +35,18 @@ %prep %setup -q -n %{name}-%{version} +#Fix icons +cd umbrello/pics/global +mv 128-apps-umbrello.png hi128-apps-umbrello.png +mv 16-apps-umbrello.png hi16-apps-umbrello.png +mv 16-mimetypes-application-x-uml.png hi16-mimetypes-application-x-uml.png +mv 22-apps-umbrello.png hi22-apps-umbrello.png +mv 32-apps-umbrello.png hi32-apps-umbrello.png +mv 32-mimetypes-application-x-uml.png hi32-mimetypes-application-x-uml.png +mv 48-apps-umbrello.png hi48-apps-umbrello.png +mv 64-apps-umbrello.png hi64-apps-umbrello.png +mv sc-apps-umbrello.svgz hisc-apps-umbrello.svgz + %build %ifarch ppc64 ++ umbrello-15.08.3.tar.xz -> umbrello-15.12.0.tar.xz ++ 78060 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2015-11-15 12:44:47 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2015-10-24 10:29:29.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2015-11-15 12:44:48.0 +0100 @@ -1,0 +2,9 @@ +Tue Nov 10 20:24:32 UTC 2015 - [email protected] + +- Update to KDE Applications 15.08.3 + * KDE Applications 15.08.3 + * https://www.kde.org/announcements/announce-applications-15.08.3.php + * boo#954531 + + +--- Old: umbrello-15.08.2.tar.xz New: umbrello-15.08.3.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.bbW2Ut/_old 2015-11-15 12:44:49.0 +0100 +++ /var/tmp/diff_new_pack.bbW2Ut/_new 2015-11-15 12:44:49.0 +0100 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:15.08.2 +Version:15.08.3 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-15.08.2.tar.xz -> umbrello-15.08.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.08.2/CMakeLists.txt new/umbrello-15.08.3/CMakeLists.txt --- old/umbrello-15.08.2/CMakeLists.txt 2015-10-09 02:00:55.0 +0200 +++ new/umbrello-15.08.3/CMakeLists.txt 2015-11-04 23:42:31.0 +0100 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set (KDE_APPLICATIONS_VERSION_MAJOR "15") set (KDE_APPLICATIONS_VERSION_MINOR "08") -set (KDE_APPLICATIONS_VERSION_MICRO "2") +set (KDE_APPLICATIONS_VERSION_MICRO "3") set(UMBRELLO_VERSION_MAJOR "2") set(UMBRELLO_VERSION_MINOR "17") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.08.2/umbrello/codegenwizard/codegenerationwizard.cpp new/umbrello-15.08.3/umbrello/codegenwizard/codegenerationwizard.cpp --- old/umbrello-15.08.2/umbrello/codegenwizard/codegenerationwizard.cpp 2015-10-09 02:00:55.0 +0200 +++ new/umbrello-15.08.3/umbrello/codegenwizard/codegenerationwizard.cpp 2015-11-04 23:42:31.0 +0100 @@ -41,9 +41,10 @@ setWindowTitle(i18n("Code Generation Wizard")); setOption(QWizard::NoBackButtonOnStartPage, true); -setPage(SelectionPage, createSelectionPage(classList)); setPage(OptionsPage, createOptionsPage()); +setPage(SelectionPage, createSelectionPage(classList)); setPage(StatusPage, createStatusPage()); +connect(m_OptionsPage, SIGNAL(languageChanged()), this, SLOT(slotLanguageChanged())); } /** @@ -97,3 +98,11 @@ { return m_SelectionPage->getSelectionListWidget(); } + +/** + * Slot to handle generator language change. + */ +void CodeGenerationWizard::slotLanguageChanged() +{ +m_SelectionPage->setClassifierList(0); +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.08.2/umbrello/codegenwizard/codegenerationwizard.h new/umbrello-15.08.3/umbrello/codegenwizard/codegenerationwizard.h --- old/umbrello-15.08.2/umbrello/codegenwizard/codegenerationwizard.h 2015-10-09 02:00:55.0 +0200 +++ new/umbrello-15.08.3/umbrello/codegenwizard/codegenerationwizard.h 2015-11-04 23:42:31.0 +0100 @@ -33,13 +33,16 @@ { Q_OBJECT public: -enum {SelectionPage, OptionsPage, StatusPage}; +enum {OptionsPage, SelectionPage, StatusPage}; explicit CodeGenerationWizard(UMLClassifierList *classList); ~CodeGenerationWizard(); QListWidget* getSelectionListWidget(); +protected slots: +void slotLanguageChanged(); + private: QWizardPage* createSelectionPage(UMLClassifierList *classList); QWizardPage* createOptionsPage(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.08.2/umbrello/codegenwizard/codegenselectpage.cpp new/umbrello-15.08.3/umbrello/codegenwizard/codegenselectpage.cpp --- old/umbrello-15.08.2/umbrello/codegenwizard/codegenselectpage.cpp 2015-10-09 02:00:55.0 +0200 +++ new/umbrello-15.08.3/umbrello/codegenwizard/codegenselectpage.cpp 2015-11-04 23:42:31.0 +0100 @@ -57,21 +57,19 @@ UMLDoc* doc = UMLApp::app()->document(); UMLClassifierList cList; +ui_listSelected->clear(); if (classList == NULL) { -UMLFolder* currRoot = doc->currentRoot
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2015-10-24 10:29:18 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2015-10-03 20:27:13.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2015-10-24 10:29:29.0 +0200 @@ -1,0 +2,8 @@ +Sun Oct 11 13:48:05 UTC 2015 - [email protected] + +- Update to KDE Applications 15.08.2 + * KDE Applications 15.08.2 + * https://www.kde.org/announcements/announce-applications-15.08.2.php + + +--- Old: umbrello-15.08.1.tar.xz New: umbrello-15.08.2.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.mRKAni/_old 2015-10-24 10:29:30.0 +0200 +++ /var/tmp/diff_new_pack.mRKAni/_new 2015-10-24 10:29:30.0 +0200 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:15.08.1 +Version:15.08.2 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-15.08.1.tar.xz -> umbrello-15.08.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.08.1/CMakeLists.txt new/umbrello-15.08.2/CMakeLists.txt --- old/umbrello-15.08.1/CMakeLists.txt 2015-09-10 00:54:59.0 +0200 +++ new/umbrello-15.08.2/CMakeLists.txt 2015-10-09 02:00:55.0 +0200 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set (KDE_APPLICATIONS_VERSION_MAJOR "15") set (KDE_APPLICATIONS_VERSION_MINOR "08") -set (KDE_APPLICATIONS_VERSION_MICRO "1") +set (KDE_APPLICATIONS_VERSION_MICRO "2") set(UMBRELLO_VERSION_MAJOR "2") set(UMBRELLO_VERSION_MINOR "17") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.08.1/umbrello/CMakeLists.txt new/umbrello-15.08.2/umbrello/CMakeLists.txt --- old/umbrello-15.08.1/umbrello/CMakeLists.txt2015-09-10 00:54:59.0 +0200 +++ new/umbrello-15.08.2/umbrello/CMakeLists.txt2015-10-09 02:00:55.0 +0200 @@ -435,6 +435,8 @@ port.cpp stereotype.cpp template.cpp +stereotypeswindow.cpp +stereotypesmodel.cpp toolbarstatearrow.cpp toolbarstateassociation.cpp toolbarstate.cpp diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.08.1/umbrello/classifier.cpp new/umbrello-15.08.2/umbrello/classifier.cpp --- old/umbrello-15.08.1/umbrello/classifier.cpp2015-09-10 00:54:59.0 +0200 +++ new/umbrello-15.08.2/umbrello/classifier.cpp2015-10-09 02:00:55.0 +0200 @@ -100,7 +100,7 @@ newIcon = Icon_Utils::it_Datatype; break; case ot_Package: -UMLObject::setStereotypeCmd(QLatin1String("package")); +UMLObject::setStereotypeCmd(QString()); UMLObject::m_bAbstract = false; newIcon = Icon_Utils::it_Package; break; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.08.1/umbrello/codeimport/sqlimport.cpp new/umbrello-15.08.2/umbrello/codeimport/sqlimport.cpp --- old/umbrello-15.08.1/umbrello/codeimport/sqlimport.cpp 2015-09-10 00:54:59.0 +0200 +++ new/umbrello-15.08.2/umbrello/codeimport/sqlimport.cpp 2015-10-09 02:00:55.0 +0200 @@ -290,6 +290,7 @@ * [ CONSTRAINT constraint_name ] * { NOT NULL | *NULL | + *CHARACTER SET | *CHECK ( expression ) | *DEFAULT default_expr | *UNIQUE index_parameters | @@ -311,6 +312,18 @@ int index = m_srcIndex; while(token != QLatin1String(",") && token != QLatin1String(")")) { +if (token.toLower() == QLatin1String("character")) { // mysql +token = advance(); // set +if (token.toLower() == QLatin1String("set")) { +constraints.characterSet = advance(); // +token = advance(); +} +else { +m_srcIndex--; // take back +token = m_source[m_srcIndex]; +} +} + if (token.toLower() == QLatin1String("collate")) { // mysql constraints.collate = advance(); token = advance(); @@ -440,6 +453,7 @@ if (index == m_srcIndex) { log(m_parsedFiles.first(), QLatin1String("could not parse column constr
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2015-10-03 20:27:12 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2015-07-14 17:40:40.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2015-10-03 20:27:13.0 +0200 @@ -1,0 +2,23 @@ +Sun Sep 13 19:48:39 UTC 2015 - [email protected] + +- Update to KDE Applications 15.08.1 + * KDE Applications 15.08.1 + * https://www.kde.org/announcements/announce-applications-15.08.1.php + + +--- +Wed Aug 19 19:44:33 UTC 2015 - [email protected] + +- Update to KDE Applications 15.08.0 + * KDE Applications 15.08.0 + * https://www.kde.org/announcements/announce-applications-15.08.0.php + +--- +Fri Aug 7 07:07:27 UTC 2015 - [email protected] + +- Update to KDE Applications 15.07.90 + * KDE Applications 15.08.0 RC1 + * https://www.kde.org/announcements/announce-applications-15.07.90.php + + +--- Old: umbrello-15.04.3.tar.xz New: umbrello-15.08.1.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.ApDpZg/_old 2015-10-03 20:27:14.0 +0200 +++ /var/tmp/diff_new_pack.ApDpZg/_new 2015-10-03 20:27:14.0 +0200 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:15.04.3 +Version:15.08.1 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-15.04.3.tar.xz -> umbrello-15.08.1.tar.xz ++ 24010 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2015-07-14 17:40:39 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2015-06-04 11:22:59.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2015-07-14 17:40:40.0 +0200 @@ -1,0 +2,8 @@ +Mon Jul 6 06:02:09 UTC 2015 - [email protected] + +- Update to KDE Applications 15.04.3 + * KDE Applications 15.04.3 + * https://www.kde.org/announcements/announce-applications-15.04.3.php + + +--- Old: umbrello-15.04.2.tar.xz New: umbrello-15.04.3.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.yBE92g/_old 2015-07-14 17:40:41.0 +0200 +++ /var/tmp/diff_new_pack.yBE92g/_new 2015-07-14 17:40:41.0 +0200 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:15.04.2 +Version:15.04.3 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-15.04.2.tar.xz -> umbrello-15.04.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.04.2/CMakeLists.txt new/umbrello-15.04.3/CMakeLists.txt --- old/umbrello-15.04.2/CMakeLists.txt 2015-05-18 10:51:20.0 +0200 +++ new/umbrello-15.04.3/CMakeLists.txt 2015-06-22 07:35:59.0 +0200 @@ -8,7 +8,7 @@ set(VERSION_MAJOR "2") set(VERSION_MINOR "16") -set(VERSION_PATCH "1") +set(VERSION_PATCH "3") # set default umbrello version # umbrello version could be overridden by cmake command line using -DUMBRELLO_VERSION_STRING=major.minor.patch diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.04.2/lib/cppparser/parser.cpp new/umbrello-15.04.3/lib/cppparser/parser.cpp --- old/umbrello-15.04.2/lib/cppparser/parser.cpp 2015-05-18 10:51:20.0 +0200 +++ new/umbrello-15.04.3/lib/cppparser/parser.cpp 2015-06-22 07:35:59.0 +0200 @@ -2741,7 +2741,9 @@ ADVANCE(')', ")"); StatementAST::Node body; -parseStatement(body); +if (!parseStatement(body)) { +reportError(i18n("statement expected")); +} ForStatementAST::Node ast = CreateNode(); ast->setInitStatement(init); @@ -2769,7 +2771,9 @@ ADVANCE(')', ")"); StatementAST::Node body; -parseStatement(body); +if (!parseStatement(body)) { +reportError(i18n("statement expected")); +} ForEachStatementAST::Node ast = CreateNode(); // add here the parser results diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.04.2/maintainer/update-version new/umbrello-15.04.3/maintainer/update-version --- old/umbrello-15.04.2/maintainer/update-version 1970-01-01 01:00:00.0 +0100 +++ new/umbrello-15.04.3/maintainer/update-version 2015-06-22 07:35:59.0 +0200 @@ -0,0 +1,27 @@ +#!/bin/sh +# +# Update patch level in CMakelists.txt for non master branch and commit the new version. +# +# requirements: +# - current branch is named 'Applications/...' +# +# Author: [email protected] +# +version_major=$(grep set\(VERSION_MAJOR CMakeLists.txt | sed 's,^.* ",,g;s,".*$,,g') +version_minor=$(grep set\(VERSION_MINOR CMakeLists.txt | sed 's,^.* ",,g;s,".*$,,g') +version_patch=$(grep set\(VERSION_PATCH CMakeLists.txt | sed 's,^.* ",,g;s,".*$,,g') +if test $version_patch -eq 99; then + echo could not update master branch + exit 1 +fi + +kde_branch=$(git branch | grep '* Applications' | sed 's,^.*/,,g') +if test -z "$kde_branch"; then + echo could not find Applications branch + exit 1 +fi +old_version_patch=$version_patch +version_patch=$(expr $version_patch '+' 1) +perl -pi -e "s,VERSION_PATCH \"$old_version_patch\",VERSION_PATCH \"$version_patch\",g" CMakeLists.txt +git commit -m "Update version to $version_major.$version_minor.$version_patch (KDE Applications version $kde_branch.$version_patch)." CMakeLists.txt + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.04.2/umbrello/classifier.cpp new/umbrello-15.04.3/umbrello/classifier.cpp --- old/umbrello-15.04.2/umbrello/classifier.cpp2015-05-18 10:51:20.0 +0200 +++ new/umbrello-15.04.3/umbrello/classifier.cpp2015-06-22 07:35:59.0 +0200 @@ -121
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2015-06-04 11:22:57 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2015-05-15 10:04:22.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2015-06-04 11:22:59.0 +0200 @@ -1,0 +2,8 @@ +Sat May 30 14:57:38 UTC 2015 - [email protected] + +- Update to KDE Applications 15.04.2 + * KDE Applications 15.04.2 + * https://www.kde.org/announcements/announce-applications-15.04.2.php + + +--- Old: umbrello-15.04.1.tar.xz New: umbrello-15.04.2.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.C9qc4w/_old 2015-06-04 11:22:59.0 +0200 +++ /var/tmp/diff_new_pack.C9qc4w/_new 2015-06-04 11:22:59.0 +0200 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:15.04.1 +Version:15.04.2 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-15.04.1.tar.xz -> umbrello-15.04.2.tar.xz ++ 2982 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2015-05-15 10:04:21 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2015-05-11 19:22:52.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2015-05-15 10:04:22.0 +0200 @@ -1,0 +2,8 @@ +Mon May 11 11:29:04 UTC 2015 - [email protected] + +- Update to KDE Applications 15.04.1 + * KDE Applications 15.04.1 + * https://www.kde.org/announcements/announce-applications-15.04.1.php + + +--- Old: umbrello-15.04.0.tar.xz New: umbrello-15.04.1.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.AnNFFE/_old 2015-05-15 10:04:23.0 +0200 +++ /var/tmp/diff_new_pack.AnNFFE/_new 2015-05-15 10:04:23.0 +0200 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:15.04.0 +Version:15.04.1 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-15.04.0.tar.xz -> umbrello-15.04.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.04.0/CMakeLists.txt new/umbrello-15.04.1/CMakeLists.txt --- old/umbrello-15.04.0/CMakeLists.txt 2015-04-07 22:32:52.0 +0200 +++ new/umbrello-15.04.1/CMakeLists.txt 2015-05-07 12:44:41.0 +0200 @@ -8,7 +8,7 @@ set(VERSION_MAJOR "2") set(VERSION_MINOR "16") -set(VERSION_PATCH "0") +set(VERSION_PATCH "1") # set default umbrello version # umbrello version could be overridden by cmake command line using -DUMBRELLO_VERSION_STRING=major.minor.patch diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.04.0/umbrello/codegenerators/codegenfactory.cpp new/umbrello-15.04.1/umbrello/codegenerators/codegenfactory.cpp --- old/umbrello-15.04.0/umbrello/codegenerators/codegenfactory.cpp 2015-04-07 22:32:52.0 +0200 +++ new/umbrello-15.04.1/umbrello/codegenerators/codegenfactory.cpp 2015-05-07 12:44:41.0 +0200 @@ -216,8 +216,10 @@ default: break; } -retval->initCodeClassFields(); -retval->synchronize(); +if (retval) { +retval->initCodeClassFields(); +retval->synchronize(); +} return retval; } @@ -283,7 +285,8 @@ default: break; } -retval->finishInitialization(); +if (retval) +retval->finishInitialization(); return retval; } @@ -306,7 +309,8 @@ default: break; } -retval->finishInitialization(); +if (retval) +retval->finishInitialization(); return retval; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.04.0/umbrello/codegenerators/codeparameter.cpp new/umbrello-15.04.1/umbrello/codegenerators/codeparameter.cpp --- old/umbrello-15.04.0/umbrello/codegenerators/codeparameter.cpp 2015-04-07 22:32:52.0 +0200 +++ new/umbrello-15.04.1/umbrello/codegenerators/codeparameter.cpp 2015-05-07 12:44:41.0 +0200 @@ -227,7 +227,8 @@ << Uml::ID::toString(id) << " w/role_id:" << role_id; // init using UMLRole obj -initFields (m_parentDocument, role); +if (role) +initFields (m_parentDocument, role); } else initFields (m_parentDocument, obj); // just the regular approach diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-15.04.0/umbrello/codegenerators/cpp/cppheadercodedocument.cpp new/umbrello-15.04.1/umbrello/codegenerators/cpp/cppheadercodedocument.cpp --- old/umbrello-15.04.0/umbrello/codegenerators/cpp/cppheadercodedocument.cpp 2015-04-07 22:32:52.0 +0200 +++ new/umbrello-15.04.1/umbrello/codegenerators/cpp/cppheadercodedocument.cpp 2015-05-07 12:44:41.0 +0200 @@ -347,6 +347,7 @@ { // Gather info on the various fields and parent objects of this class... UMLClassifier * c = getParentClassifier(); +Q_ASSERT(c != NULL); CodeGenPolicyExt *pe = UMLApp::app()->policyExt(); CPPCodeGenerationPolicy * policy = dynamic_cast(pe); @@ -381,11 +382,9 @@ CodeClassFieldList privCompositionClassFields = getSpecificClassFields (CodeClassField::Composition, Uml::Visibility::Private
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2015-05-11 19:22:51 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2015-03-11 09:55:44.0 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2015-05-11 19:22:52.0 +0200 @@ -1,0 +2,22 @@ +Sat Apr 11 13:54:40 UTC 2015 - [email protected] + +- Update to KDE Applications 15.04.0 + * KDE Applications 15.04.0 + * https://www.kde.org/announcements/announce-applications-15.04.0.php + + +--- +Sat Mar 21 18:56:44 UTC 2015 - [email protected] + +- Update to KDE Applications 15.03.95 + * KDE Applications 15.04 RC + + +--- +Sun Mar 8 12:58:39 UTC 2015 - [email protected] + +- Update to KDE Applications 15.03.80 + * KDE Applications 15.04 Beta + + +--- Old: umbrello-14.12.3.tar.xz New: umbrello-15.04.0.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.SL9uKP/_old 2015-05-11 19:22:53.0 +0200 +++ /var/tmp/diff_new_pack.SL9uKP/_new 2015-05-11 19:22:53.0 +0200 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:14.12.3 +Version:15.04.0 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-14.12.3.tar.xz -> umbrello-15.04.0.tar.xz ++ 10635 lines of diff (skipped)
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2015-03-11 09:55:43 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2015-02-11 16:42:56.0 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2015-03-11 09:55:44.0 +0100 @@ -1,0 +2,7 @@ +Tue Mar 3 10:49:50 UTC 2015 - [email protected] + +- Update to KDE Applications 14.12.3 + * KDE Applications 14.12.3 + * See https://www.kde.org/announcements/announce-applications-14.12.3.php + +--- Old: umbrello-14.12.2.tar.xz New: umbrello-14.12.3.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.xdFYyC/_old 2015-03-11 09:55:45.0 +0100 +++ /var/tmp/diff_new_pack.xdFYyC/_new 2015-03-11 09:55:45.0 +0100 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:14.12.2 +Version:14.12.3 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-14.12.2.tar.xz -> umbrello-14.12.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-14.12.2/CMakeLists.txt new/umbrello-14.12.3/CMakeLists.txt --- old/umbrello-14.12.2/CMakeLists.txt 2015-01-19 13:30:42.0 +0100 +++ new/umbrello-14.12.3/CMakeLists.txt 2015-02-26 23:52:34.0 +0100 @@ -8,7 +8,7 @@ set(VERSION_MAJOR "2") set(VERSION_MINOR "15") -set(VERSION_PATCH "2") +set(VERSION_PATCH "3") # set default umbrello version # umbrello version could be overridden by cmake command line using -DUMBRELLO_VERSION_STRING=major.minor.patch diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-14.12.2/umbrello/dialogs/pages/classgeneralpage.cpp new/umbrello-14.12.3/umbrello/dialogs/pages/classgeneralpage.cpp --- old/umbrello-14.12.2/umbrello/dialogs/pages/classgeneralpage.cpp 2015-01-19 13:30:42.0 +0100 +++ new/umbrello-14.12.3/umbrello/dialogs/pages/classgeneralpage.cpp 2015-02-26 23:52:34.0 +0100 @@ -285,7 +285,7 @@ m_pDeconCB->setChecked(m_pWidget->showDestruction()); m_pNameLayout->addWidget(m_pDeconCB, 2, 1); } -m_docWidget = new DocumentationWidget(m_pObject, this); +m_docWidget = new DocumentationWidget(m_pWidget, this); topLayout->addWidget(m_docWidget); if (m_pMultiCB) { @@ -353,11 +353,11 @@ */ void ClassGeneralPage::updateObject() { +m_docWidget->apply(); + if (m_pObject) { QString name = m_pClassNameLE->text(); -m_docWidget->apply(); - if (m_pStereoTypeCB) { m_pObject->setStereotype(m_pStereoTypeCB->currentText()); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-14.12.2/umbrello/docwindow.cpp new/umbrello-14.12.3/umbrello/docwindow.cpp --- old/umbrello-14.12.2/umbrello/docwindow.cpp 2015-01-19 13:30:42.0 +0100 +++ new/umbrello-14.12.3/umbrello/docwindow.cpp 2015-02-26 23:52:34.0 +0100 @@ -16,6 +16,7 @@ #include "debug_utils.h" #include "folder.h" #include "icon_utils.h" +#include "uml.h" #include "umldoc.h" #include "umlobject.h" #include "umlscene.h" @@ -31,6 +32,41 @@ #include /** + * Displays the 'modified' state of class DocWindow documentation. + * + * Also provides left mouse click handler to apply documentation back + * to the related object/widget. + */ +class ModifiedWidget : public QLabel +{ +public: +ModifiedWidget(DocWindow *_parent) + : QLabel(_parent), +parent(_parent) +{ +setAlignment(Qt::AlignCenter); +setToolTip(i18n("Flag whether documentation was modified. Press left mouse button to apply modified content.")); +} + +void setModified(bool state) +{ +if (state) +setPixmap(Icon_Utils::SmallIcon(Icon_Utils::it_Document_Edit)); +else +setPixmap(QPixmap()); +} + +virtual void mousePressEvent(QMouseEvent *ev) +{ +QLabel::mousePressEvent(ev); +parent->updateDocumentation(); +setPixmap(QPixmap()); +} + +DocWindow *parent; +}; + +/** * Constructor. */ DocWindow::DocWindow(UMLDoc * doc, QWidget *parent) @@ -51,9 +87,8 @@ m_nameLabel->setFrameStyle(QFrame::Panel | QFrame::Raised); m_nameLabel->setAlignment(Qt::AlignHCenter); sta
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2015-02-11 16:42:54 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2015-01-21 22:13:56.0 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2015-02-11 16:42:56.0 +0100 @@ -1,0 +2,7 @@ +Sun Feb 1 11:25:18 UTC 2015 - [email protected] + +- Update to KDE Applications 14.12.2 + * KDE Applications 14.12.2 + * See https://www.kde.org/announcements/announce-applications-14.12.2.php + +--- Old: umbrello-14.12.1.tar.xz New: umbrello-14.12.2.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.u8j9XQ/_old 2015-02-11 16:42:57.0 +0100 +++ /var/tmp/diff_new_pack.u8j9XQ/_new 2015-02-11 16:42:57.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package umbrello # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:14.12.1 +Version:14.12.2 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-14.12.1.tar.xz -> umbrello-14.12.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-14.12.1/CMakeLists.txt new/umbrello-14.12.2/CMakeLists.txt --- old/umbrello-14.12.1/CMakeLists.txt 2014-12-30 11:47:35.0 +0100 +++ new/umbrello-14.12.2/CMakeLists.txt 2015-01-19 13:30:42.0 +0100 @@ -8,7 +8,7 @@ set(VERSION_MAJOR "2") set(VERSION_MINOR "15") -set(VERSION_PATCH "1") +set(VERSION_PATCH "2") # set default umbrello version # umbrello version could be overridden by cmake command line using -DUMBRELLO_VERSION_STRING=major.minor.patch diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-14.12.1/umbrello/dialogs/pages/classgeneralpage.cpp new/umbrello-14.12.2/umbrello/dialogs/pages/classgeneralpage.cpp --- old/umbrello-14.12.1/umbrello/dialogs/pages/classgeneralpage.cpp 2014-12-30 11:47:35.0 +0100 +++ new/umbrello-14.12.2/umbrello/dialogs/pages/classgeneralpage.cpp 2015-01-19 13:30:42.0 +0100 @@ -13,6 +13,7 @@ // app includes #include "debug_utils.h" +#include "documentationwidget.h" #include "dialog_utils.h" #include "classifier.h" #include "umlobject.h" @@ -205,19 +206,11 @@ scopeLayout->addWidget(m_pImplementationRB); topLayout->addWidget(m_pButtonGB); -// setup documentation -m_docGB = new QGroupBox(this); -QHBoxLayout * docLayout = new QHBoxLayout(m_docGB); -docLayout->setMargin(margin); -m_docGB->setTitle(i18n("Documentation")); - -m_doc = new KTextEdit(m_docGB); -docLayout->addWidget(m_doc); -topLayout->addWidget(m_docGB); +m_docWidget = new DocumentationWidget(m_pObject, this); +topLayout->addWidget(m_docWidget); // setup fields m_pClassNameLE->setText(m_pObject->name()); -m_doc->setText(m_pObject->doc()); switch (m_pObject->visibility()) { case Uml::Visibility::Public: @@ -238,8 +231,6 @@ m_pStereoTypeCB->setDuplicatesEnabled(false); // only allow one of each type in box m_pStereoTypeCB->setCompletionMode(KGlobalSettings::CompletionPopup); Dialog_Utils::insertStereotypesSorted(m_pStereoTypeCB, m_pObject->stereotype()); - -m_doc->setLineWrapMode(QTextEdit::WidgetWidth); } ClassGeneralPage::ClassGeneralPage(UMLDoc* d, QWidget* parent, ObjectWidget* o) @@ -254,8 +245,6 @@ m_pDeconCB = 0; m_pMultiCB = 0; -int margin = fontMetrics().height(); - setMinimumSize(310, 330); QVBoxLayout * topLayout = new QVBoxLayout(this); topLayout->setSpacing(6); @@ -296,17 +285,9 @@ m_pDeconCB->setChecked(m_pWidget->showDestruction()); m_pNameLayout->addWidget(m_pDeconCB, 2, 1); } -// setup documentation -m_docGB = new QGroupBox(this); -QHBoxLayout * docLayout = new QHBoxLayout(m_docGB); -docLayout->setMargin(margin); -m_docGB->setTitle(i18n("Documentation")); - -m_doc = new KTextEdit(m_docGB); -m_doc->setLineWrapMode(QTextEdit::WidgetWidth); -m_doc->setText(m_pWidget->do
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2015-01-21 22:12:41 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2015-01-09 01:11:10.0 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2015-01-21 22:13:56.0 +0100 @@ -1,0 +2,7 @@ +Mon Jan 12 20:15:50 UTC 2015 - [email protected] + +- Update to KDE Applications 14.12.1 + * KDE Applications 14.12.1 + * See https://www.kde.org/announcements/announce-applications-14.12.1.php + +--- Old: umbrello-14.12.0.tar.xz New: umbrello-14.12.1.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.7YZruX/_old 2015-01-21 22:13:57.0 +0100 +++ /var/tmp/diff_new_pack.7YZruX/_new 2015-01-21 22:13:57.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package umbrello # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:14.12.0 +Version:14.12.1 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-14.12.0.tar.xz -> umbrello-14.12.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-14.12.0/CMakeLists.txt new/umbrello-14.12.1/CMakeLists.txt --- old/umbrello-14.12.0/CMakeLists.txt 2014-12-10 08:26:28.0 +0100 +++ new/umbrello-14.12.1/CMakeLists.txt 2014-12-30 11:47:35.0 +0100 @@ -8,7 +8,7 @@ set(VERSION_MAJOR "2") set(VERSION_MINOR "15") -set(VERSION_PATCH "0") +set(VERSION_PATCH "1") # set default umbrello version # umbrello version could be overridden by cmake command line using -DUMBRELLO_VERSION_STRING=major.minor.patch diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-14.12.0/umbrello/CMakeLists.txt new/umbrello-14.12.1/umbrello/CMakeLists.txt --- old/umbrello-14.12.0/umbrello/CMakeLists.txt2014-12-10 08:26:28.0 +0100 +++ new/umbrello-14.12.1/umbrello/CMakeLists.txt2014-12-30 11:47:35.0 +0100 @@ -51,6 +51,7 @@ ${CMAKE_CURRENT_SOURCE_DIR}/debug/ ${CMAKE_CURRENT_SOURCE_DIR}/dialogs/ ${CMAKE_CURRENT_SOURCE_DIR}/dialogs/pages/ + ${CMAKE_CURRENT_SOURCE_DIR}/dialogs/widgets/ ${CMAKE_CURRENT_SOURCE_DIR}/docgenerators/ ${CMAKE_CURRENT_SOURCE_DIR}/finder/ ${CMAKE_CURRENT_SOURCE_DIR}/refactoring/ @@ -222,6 +223,7 @@ dialogs/pages/diagramprintpage.cpp dialogs/pages/umlroleproperties.cpp dialogs/pages/umlwidgetstylepage.cpp +dialogs/widgets/documentationwidget.cpp ) kde4_add_ui_files( libdialogs_SRCS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-14.12.0/umbrello/association.cpp new/umbrello-14.12.1/umbrello/association.cpp --- old/umbrello-14.12.0/umbrello/association.cpp 2014-12-10 08:26:28.0 +0100 +++ new/umbrello-14.12.1/umbrello/association.cpp 2014-12-30 11:47:35.0 +0100 @@ -14,6 +14,7 @@ // app includes #include "debug_utils.h" #include "classifier.h" +#include "classpropertiesdialog.h" #include "folder.h" #include "uml.h" #include "umldoc.h" @@ -26,6 +27,7 @@ #include // qt includes +#include #include using namespace Uml; @@ -202,6 +204,18 @@ qElement.appendChild(associationElement); } +bool UMLAssociation::showPropertiesDialog(QWidget *parent) +{ +QPointer dlg = new ClassPropertiesDialog(parent, this, true); +bool modified = false; +if (dlg->exec()) { +modified = true; +} +dlg->close(); +delete dlg; +return modified; +} + /** * Creates the or XMI element * including its role objects. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-14.12.0/umbrello/association.h new/umbrello-14.12.1/umbrello/association.h --- old/umbrello-14.12.0/umbrello/association.h 2014-12-10 08:26:28.0 +0100 +++ new/umbrello-14.12.1/umbrello/association.h 2014-12-30 11:47:35.0 +0100 @@ -78,6 +78,8 @@ void saveToXMI(QDomDocument& qDoc, QDomElement& qElement); +virtual
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2015-01-08 23:19:05 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2014-11-19 20:24:57.0 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2015-01-09 01:11:10.0 +0100 @@ -1,0 +2,7 @@ +Wed Dec 17 20:43:43 UTC 2014 - [email protected] + +- Update to KDE Applications 14.12.0 + * KDE Applications 14.12.0 + * See https://www.kde.org/announcements/announce-applications-14.12.0.php + +--- Old: umbrello-4.14.3.tar.xz New: umbrello-14.12.0.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.iJxyXK/_old 2015-01-09 01:11:11.0 +0100 +++ /var/tmp/diff_new_pack.iJxyXK/_new 2015-01-09 01:11:11.0 +0100 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:4.14.3 +Version:14.12.0 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -61,6 +61,8 @@ %defattr(-,root,root) %doc COPYING COPYING.DOC README %{_kde4_bindir}/umbrello +%{_kde4_bindir}/po2xmi +%{_kde4_bindir}/xmi2pot %{_kde4_applicationsdir}/umbrello.desktop %{_kde4_htmldir}/en/umbrello %{_kde4_iconsdir}/hicolor/*/apps/umbrello.* ++ umbrello-4.14.3.tar.xz -> umbrello-14.12.0.tar.xz ++ 2680 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2014-11-19 20:23:39 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2014-10-16 18:16:10.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2014-11-19 20:24:57.0 +0100 @@ -1,0 +2,7 @@ +Sun Nov 9 21:13:20 UTC 2014 - [email protected] + +- Update to 4.14.3 + * KDE 4.14.3 SC Bugfix Release + * See http://www.kde.org/announcements/announce-4.14.3.php + +--- Old: umbrello-4.14.2.tar.xz New: umbrello-4.14.3.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.yAOBEf/_old 2014-11-19 20:24:59.0 +0100 +++ /var/tmp/diff_new_pack.yAOBEf/_new 2014-11-19 20:24:59.0 +0100 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:4.14.2 +Version:4.14.3 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-4.14.2.tar.xz -> umbrello-4.14.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.14.2/CMakeLists.txt new/umbrello-4.14.3/CMakeLists.txt --- old/umbrello-4.14.2/CMakeLists.txt 2014-10-09 12:29:41.0 +0200 +++ new/umbrello-4.14.3/CMakeLists.txt 2014-11-04 07:47:37.0 +0100 @@ -8,7 +8,7 @@ set(VERSION_MAJOR "2") set(VERSION_MINOR "14") -set(VERSION_PATCH "2") +set(VERSION_PATCH "3") # set default umbrello version # umbrello version could be overridden by cmake command line using -DUMBRELLO_VERSION_STRING=major.minor.patch diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.14.2/umbrello/umbrello.desktop new/umbrello-4.14.3/umbrello/umbrello.desktop --- old/umbrello-4.14.2/umbrello/umbrello.desktop 2014-10-09 12:29:41.0 +0200 +++ new/umbrello-4.14.3/umbrello/umbrello.desktop 2014-11-04 07:47:37.0 +0100 @@ -1,7 +1,7 @@ # KDE Config File [Desktop Entry] Type=Application -Exec=umbrello -caption %c +Exec=umbrello %u -caption %c Icon=umbrello X-DocPath=umbrello/index.html Terminal=false @@ -125,5 +125,5 @@ GenericName[x-test]=xxUML Modellerxx GenericName[zh_CN]=UML 建模工具 GenericName[zh_TW]=UML Modeller -MimeType=application/x-uml; +MimeType=application/x-uml;text/x-xmi; Categories=Qt;KDE;Development; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2014-10-16 18:14:19 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2014-09-18 08:01:54.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2014-10-16 18:16:10.0 +0200 @@ -1,0 +2,7 @@ +Sun Oct 12 12:41:14 UTC 2014 - [email protected] + +- Update to 4.14.2 + * KDE 4.14.2 SC Bugfix Release + * See http://www.kde.org/announcements/announce-4.14.2.php + +--- Old: umbrello-4.14.1.tar.xz New: umbrello-4.14.2.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.Bjj7Ap/_old 2014-10-16 18:16:11.0 +0200 +++ /var/tmp/diff_new_pack.Bjj7Ap/_new 2014-10-16 18:16:11.0 +0200 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:4.14.1 +Version:4.14.2 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-4.14.1.tar.xz -> umbrello-4.14.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.14.1/CMakeLists.txt new/umbrello-4.14.2/CMakeLists.txt --- old/umbrello-4.14.1/CMakeLists.txt 2014-09-10 23:54:21.0 +0200 +++ new/umbrello-4.14.2/CMakeLists.txt 2014-10-09 12:29:41.0 +0200 @@ -8,7 +8,7 @@ set(VERSION_MAJOR "2") set(VERSION_MINOR "14") -set(VERSION_PATCH "1") +set(VERSION_PATCH "2") # set default umbrello version # umbrello version could be overridden by cmake command line using -DUMBRELLO_VERSION_STRING=major.minor.patch diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.14.1/umbrello/docwindow.cpp new/umbrello-4.14.2/umbrello/docwindow.cpp --- old/umbrello-4.14.1/umbrello/docwindow.cpp 2014-09-10 23:54:21.0 +0200 +++ new/umbrello-4.14.2/umbrello/docwindow.cpp 2014-10-09 12:29:41.0 +0200 @@ -91,17 +91,21 @@ reset(); return; } -if (object == m_pUMLObject) { -if (overwrite) { -updateDocumentation(true); -} -else { + +if (m_Showing == st_UMLObject && object == m_pUMLObject) { +if (!overwrite) { return; } } +else if (m_Showing == st_UMLWidget && object == m_pUMLWidget->umlObject()) { +if (!overwrite) { +updateDocumentation(); +} +} else { updateDocumentation(true); } + m_Showing = st_UMLObject; m_pUMLObject = object; m_docTE->setText(m_pUMLObject->doc()); @@ -123,17 +127,21 @@ reset(); return; } -if (scene == m_pUMLScene) { -if (overwrite) { -updateDocumentation(true); -} -else { + +if (m_Showing == st_UMLScene && scene == m_pUMLScene) { +if (!overwrite) { return; } } +else if (m_Showing == st_UMLWidget && scene == m_pUMLWidget->umlScene()) { +if (!overwrite) { +updateDocumentation(); +} +} else { updateDocumentation(true); } + m_Showing = st_UMLScene; m_pUMLScene = scene; m_docTE->setText(m_pUMLScene->documentation()); @@ -151,17 +159,28 @@ reset(); return; } -if (widget == m_pUMLWidget) { -if (overwrite) { -updateDocumentation(true); -} -else { + +if (m_Showing == st_UMLWidget && widget == m_pUMLWidget) { +if (!overwrite) { return; } } +else if (m_Showing == st_UMLObject && widget->umlObject() == m_pUMLObject) +{ +if (!overwrite) { +updateDocumentation(); +} +} +else if (m_Showing == st_UMLScene && widget->umlScene() == m_pUMLScene) +{ +if (!overwrite) { +updateDocumentation(); +} +} else { updateDocumentation(true); } + m_Showing = st_UMLWidget; m_pUMLWidget = widget; m_docTE->setText(m_pUMLWidget->documentation()); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.14.1/umbrello/petaltree2uml.cpp new/umbrello-4.14.2/umbrello/petaltree2uml.cpp --- old/umbrello-4.14.1/umbrello/petaltree2uml.cpp 2014-09-10 23:54:21.0 +0200 +++ new/umbrello-4.14.2/umbrello/petaltree2uml.cpp 2014-10-09
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2014-09-18 08:00:26 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2014-08-25 11:02:41.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2014-09-18 08:01:54.0 +0200 @@ -1,0 +2,7 @@ +Sat Sep 13 17:03:16 UTC 2014 - [email protected] + +- Update to 4.14.1 + * KDE 4.14.1 SC Bugfix Release + * See http://www.kde.org/announcements/announce-4.14.1.php + +--- @@ -6 +13 @@ - * See http://www.kde.org/announcements/4.13/ + * See http://www.kde.org/announcements/4.14/ Old: umbrello-4.14.0.tar.xz New: umbrello-4.14.1.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.tNPHAp/_old 2014-09-18 08:01:55.0 +0200 +++ /var/tmp/diff_new_pack.tNPHAp/_new 2014-09-18 08:01:55.0 +0200 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:4.14.0 +Version:4.14.1 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-4.14.0.tar.xz -> umbrello-4.14.1.tar.xz ++ 2179 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2014-08-25 11:01:43 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2014-07-16 16:19:24.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2014-08-25 11:02:41.0 +0200 @@ -1,0 +2,14 @@ +Fri Aug 15 09:07:09 UTC 2014 - [email protected] + +- Update to 4.14.0 + * KDE 4.14.0 SC Final Release + * See http://www.kde.org/announcements/4.13/ + +--- +Thu Jul 17 16:48:19 UTC 2014 - [email protected] + +- Update to 4.13.90 + * KDE 4.14 Beta 2 release + * See http://www.kde.org/announcements/announce-4.14-beta2.php + +--- Old: umbrello-4.13.80.tar.xz New: umbrello-4.14.0.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.xuXIms/_old 2014-08-25 11:02:41.0 +0200 +++ /var/tmp/diff_new_pack.xuXIms/_new 2014-08-25 11:02:41.0 +0200 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:4.13.80 +Version:4.14.0 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-4.13.80.tar.xz -> umbrello-4.14.0.tar.xz ++ 6244 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2014-07-16 16:18:47 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2014-06-19 13:18:54.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2014-07-16 16:19:24.0 +0200 @@ -1,0 +2,7 @@ +Thu Jul 10 22:21:11 UTC 2014 - [email protected] + +- Update to 4.13.80 + * KDE 4.14 Beta 1 release + * See http://www.kde.org/announcements/announce-4.14-beta1.php + +--- Old: umbrello-4.13.2.tar.xz New: umbrello-4.13.80.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.2B3GGw/_old 2014-07-16 16:19:25.0 +0200 +++ /var/tmp/diff_new_pack.2B3GGw/_new 2014-07-16 16:19:25.0 +0200 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:4.13.2 +Version:4.13.80 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-4.13.2.tar.xz -> umbrello-4.13.80.tar.xz ++ 71747 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2014-06-19 13:18:00 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2014-05-22 06:54:22.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2014-06-19 13:18:54.0 +0200 @@ -1,0 +2,7 @@ +Sun Jun 8 19:03:33 UTC 2014 - [email protected] + +- Update to 4.13.2 + * KDE 4.13 release + * See http://www.kde.org/announcements/announce-4.13.2.php + +--- Old: umbrello-4.13.1.tar.xz New: umbrello-4.13.2.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.9d72fM/_old 2014-06-19 13:18:55.0 +0200 +++ /var/tmp/diff_new_pack.9d72fM/_new 2014-06-19 13:18:55.0 +0200 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:4.13.1 +Version:4.13.2 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-4.13.1.tar.xz -> umbrello-4.13.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.13.1/CMakeLists.txt new/umbrello-4.13.2/CMakeLists.txt --- old/umbrello-4.13.1/CMakeLists.txt 2014-05-08 08:07:02.0 +0200 +++ new/umbrello-4.13.2/CMakeLists.txt 2014-06-04 21:08:27.0 +0200 @@ -8,7 +8,7 @@ set(VERSION_MAJOR "2") set(VERSION_MINOR "13") -set(VERSION_PATCH "1") +set(VERSION_PATCH "2") # set default umbrello version # umbrello version could be overridden by cmake command line using -DUMBRELLO_VERSION_STRING=major.minor.patch diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.13.1/lib/cppparser/errors.cpp new/umbrello-4.13.2/lib/cppparser/errors.cpp --- old/umbrello-4.13.1/lib/cppparser/errors.cpp2014-05-08 08:07:02.0 +0200 +++ new/umbrello-4.13.2/lib/cppparser/errors.cpp2014-06-04 21:08:27.0 +0200 @@ -20,6 +20,26 @@ #include "errors.h" #include -QT_STATIC_CONST_IMPL Error& Errors::InternalError = Error(1, -1, i18n("Internal Error")); -QT_STATIC_CONST_IMPL Error& Errors::SyntaxError = Error(2, -1, i18n("Syntax Error before '%1'")); -QT_STATIC_CONST_IMPL Error& Errors::ParseError = Error(3, -1, i18n("Parse Error before '%1'")); +Error& Errors::_InternalError() +{ +static Error *error = 0; +if (error == 0) +error = new Error(1, -1, i18n("Internal Error")); +return *error; +} + +Error &Errors::_SyntaxError() +{ +static Error *error = 0; +if (error == 0) +error = new Error(2, -1, i18n("Syntax Error before '%1'")); +return *error; +} + +Error &Errors::_ParseError() +{ +static Error *error = 0; +if (error == 0) +error = new Error(3, -1, i18n("Parse Error before '%1'")); +return *error; +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.13.1/lib/cppparser/errors.h new/umbrello-4.13.2/lib/cppparser/errors.h --- old/umbrello-4.13.1/lib/cppparser/errors.h 2014-05-08 08:07:02.0 +0200 +++ new/umbrello-4.13.2/lib/cppparser/errors.h 2014-06-04 21:08:27.0 +0200 @@ -36,11 +36,14 @@ class Errors { public: -QT_STATIC_CONST Error& InternalError; -QT_STATIC_CONST Error& SyntaxError; -QT_STATIC_CONST Error& ParseError; +static Error& _InternalError(); +static Error& _SyntaxError(); +static Error& _ParseError(); }; +#define InternalError _InternalError() +#define SyntaxError _SyntaxError() +#define ParseError _ParseError() #endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.13.1/umbrello/codegenerators/codegenerator.cpp new/umbrello-4.13.2/umbrello/codegenerators/codegenerator.cpp --- old/umbrello-4.13.1/umbrello/codegenerators/codegenerator.cpp 2014-05-08 08:07:02.0 +0200 +++ new/umbrello-4.13.2/umbrello/codegenerators/codegenerator.cpp 2014-06-04 21:08:27.0 +0200 @@ -592,6 +592,9 @@ } else { QDir outputDirectory = UMLApp::app()->commonPolicy()->getOutputDirectory(); +if (!outputDirectory.exists()) +outputDirectory.mkpath(outputDirectory.absolutePath()); + file.setFileName(outputDirectory.absoluteFilePath(fileName)); if(!file.open(QIODevice::WriteOnly)) { KMessageBox::sorry(0, i18n("Cannot
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2014-05-22 06:52:35 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2014-05-06 17:42:56.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2014-05-22 06:54:22.0 +0200 @@ -1,0 +2,7 @@ +Fri May 9 17:12:20 UTC 2014 - [email protected] + +- Update to 4.13.1 + * KDE 4.13.1 bug fix release + * See http://www.kde.org/announcements/announce-4.13.1.php + +--- Old: umbrello-4.13.0.tar.xz New: umbrello-4.13.1.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.iA8DoW/_old 2014-05-22 06:54:23.0 +0200 +++ /var/tmp/diff_new_pack.iA8DoW/_new 2014-05-22 06:54:23.0 +0200 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:4.13.0 +Version:4.13.1 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-4.13.0.tar.xz -> umbrello-4.13.1.tar.xz ++ 2774 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2014-05-06 17:42:54 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2014-04-18 12:26:28.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2014-05-06 17:42:56.0 +0200 @@ -1,0 +2,7 @@ +Sat May 3 23:07:23 UTC 2014 - [email protected] + +- Added libxml2-devel and libxslt-devel BuildRequires (they where + pulled in via libkde4-devel previously) +- Remove boost-devel and subversion-devel, not needed + +--- Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.ymvvjN/_old 2014-05-06 17:42:57.0 +0200 +++ /var/tmp/diff_new_pack.ymvvjN/_new 2014-05-06 17:42:57.0 +0200 @@ -17,9 +17,9 @@ Name: umbrello -BuildRequires: boost-devel BuildRequires: libkde4-devel -BuildRequires: subversion-devel +BuildRequires: libxml2-devel +BuildRequires: libxslt-devel Summary:UML Modeller License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other @@ -28,8 +28,6 @@ Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build -Provides: kde4-umbrello = 4.3.0 -Obsoletes: kde4-umbrello < 4.3.0 %kde4_runtime_requires %description @@ -44,13 +42,11 @@ %endif export CXXFLAGS="$RPM_OPT_FLAGS -fPIC" export CFLAGS="$RPM_OPT_FLAGS -fPIC" - %cmake_kde4 -d build -- -DCMAKE_CXXFLAGS="$RPM_OPT_FLAGS" -DCMAKE_CFLAGS="$RPM_OPT_FLAGS" -#make_jobs - make + %cmake_kde4 -d build + %make_jobs %install - cd build - %makeinstall + %kde4_makeinstall -C build %suse_update_desktop_fileumbrello Development Design %kde_post_install -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2014-04-18 11:30:32 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2014-03-30 12:07:16.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2014-04-18 12:26:28.0 +0200 @@ -1,0 +2,7 @@ +Fri Apr 11 17:20:29 UTC 2014 - [email protected] + +- Update to 4.13.0 + * KDE 4.13 release + * See http://www.kde.org/announcements/4.13/ + +--- Old: umbrello-4.12.97.tar.xz New: umbrello-4.13.0.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.nUGcrg/_old 2014-04-18 12:26:32.0 +0200 +++ /var/tmp/diff_new_pack.nUGcrg/_new 2014-04-18 12:26:32.0 +0200 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:4.12.97 +Version:4.13.0 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-4.12.97.tar.xz -> umbrello-4.13.0.tar.xz ++ 1855 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2014-03-30 07:53:57 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2014-03-18 17:17:17.0 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2014-03-30 12:07:16.0 +0200 @@ -1,0 +2,14 @@ +Thu Mar 27 18:14:45 UTC 2014 - [email protected] + +- Update to 4.12.97 + * KDE 4.13 RC release + * See http://www.kde.org/announcements/announce-4.13-rc.php + +--- +Thu Mar 20 18:31:57 UTC 2014 - [email protected] + +- Update to 4.12.95 + * KDE 4.13 Beta 3 release + * See http://www.kde.org/announcements/announce-4.13-beta3.php + +--- Old: umbrello-4.12.90.tar.xz New: umbrello-4.12.97.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.UPKgCJ/_old 2014-03-30 12:07:22.0 +0200 +++ /var/tmp/diff_new_pack.UPKgCJ/_new 2014-03-30 12:07:22.0 +0200 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:4.12.90 +Version:4.12.97 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-4.12.90.tar.xz -> umbrello-4.12.97.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.12.90/CMakeLists.txt new/umbrello-4.12.97/CMakeLists.txt --- old/umbrello-4.12.90/CMakeLists.txt 2014-03-05 16:04:09.0 +0100 +++ new/umbrello-4.12.97/CMakeLists.txt 2014-03-25 09:28:52.0 +0100 @@ -8,7 +8,7 @@ set(VERSION_MAJOR "2") set(VERSION_MINOR "12") -set(VERSION_PATCH "99") +set(VERSION_PATCH "97") # set default umbrello version # umbrello version could be overridden by cmake command line using -DUMBRELLO_VERSION_STRING=major.minor.patch diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.12.90/lib/cppparser/cachemanager.h new/umbrello-4.12.97/lib/cppparser/cachemanager.h --- old/umbrello-4.12.90/lib/cppparser/cachemanager.h 2014-03-05 16:04:09.0 +0100 +++ new/umbrello-4.12.97/lib/cppparser/cachemanager.h 2014-03-25 09:28:52.0 +0100 @@ -21,6 +21,13 @@ class CacheManager; +#ifndef inline +#define inline __inline +#endif + +#ifdef _MSC_VER +typedef unsigned int uint; +#endif class CacheNode { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.12.90/lib/cppparser/driver.h new/umbrello-4.12.97/lib/cppparser/driver.h --- old/umbrello-4.12.90/lib/cppparser/driver.h 2014-03-05 16:04:09.0 +0100 +++ new/umbrello-4.12.97/lib/cppparser/driver.h 2014-03-25 09:28:52.0 +0100 @@ -32,7 +32,6 @@ #include #include #include -#include #include "lexercache.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.12.90/lib/cppparser/keywords.h new/umbrello-4.12.97/lib/cppparser/keywords.h --- old/umbrello-4.12.90/lib/cppparser/keywords.h 2014-03-05 16:04:09.0 +0100 +++ new/umbrello-4.12.97/lib/cppparser/keywords.h 2014-03-25 09:28:52.0 +0100 @@ -2,7 +2,7 @@ // Keywords file is included in lookup.cpp // [erbsland] replacement for old hash table // -#define INSERT(x, y) keywords.insert(std::pair(x, y)) +#define INSERT(x, y) keywords.insert(x, y) // KDE Keywords INSERT("K_DCOP", Token_K_DCOP); INSERT("k_dcop", Token_k_dcop); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.12.90/lib/cppparser/lexer.cpp new/umbrello-4.12.97/lib/cppparser/lexer.cpp --- old/umbrello-4.12.90/lib/cppparser/lexer.cpp2014-03-05 16:04:09.0 +0100 +++ new/umbrello-4.12.97/lib/cppparser/lexer.cpp2014-03-25 09:28:52.0 +0100 @@ -422,18 +422,18 @@ tk.setStartPosition(startLine, startColumn); tk.setEndPosition(m_currentLine, m_currentColumn); } else if (m_skipWordsEnabled) { -__gnu_cxx::hash_map< HashedString, QPair >::iterator pos = m_words.find(ide); +QHash< HashedString, QPair >::iterator pos = m_words.find(ide); if (pos != m_words.end()) { -if ((*pos).second.first == SkipWordAndArguments) { +if ((*pos).first == SkipWordAndArguments) {
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2014-03-18 17:17:16 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2014-02-20 07:58:40.0 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2014-03-18 17:17:17.0 +0100 @@ -1,0 +2,14 @@ +Thu Mar 13 20:51:16 UTC 2014 - [email protected] + +- Update to 4.12.90 + * KDE 4.13 Beta 2 release + * See http://www.kde.org/announcements/announce-4.13-beta2.php + +--- +Fri Mar 7 11:35:46 UTC 2014 - [email protected] + +- Update to 4.12.80 + * KDE 4.13 Beta 1 release + * See http://www.kde.org/announcements/announce-4.13-beta1.php + +--- Old: umbrello-4.12.2.tar.xz New: umbrello-4.12.90.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.epWydg/_old 2014-03-18 17:17:18.0 +0100 +++ /var/tmp/diff_new_pack.epWydg/_new 2014-03-18 17:17:18.0 +0100 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:4.12.2 +Version:4.12.90 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-4.12.2.tar.xz -> umbrello-4.12.90.tar.xz ++ 42589 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2014-02-20 07:57:32 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2014-01-27 11:19:05.0 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2014-02-20 07:58:40.0 +0100 @@ -1,0 +2,7 @@ +Sat Feb 1 10:40:40 UTC 2014 - [email protected] + +- Update to 4.12.2 + * KDE 4.12.2 release + * See http://www.kde.org/announcements/announce-4.12.2.php + +--- Old: umbrello-4.12.1.tar.xz New: umbrello-4.12.2.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.6BgUEW/_old 2014-02-20 07:58:40.0 +0100 +++ /var/tmp/diff_new_pack.6BgUEW/_new 2014-02-20 07:58:40.0 +0100 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:4.12.1 +Version:4.12.2 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-4.12.1.tar.xz -> umbrello-4.12.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.12.1/CMakeLists.txt new/umbrello-4.12.2/CMakeLists.txt --- old/umbrello-4.12.1/CMakeLists.txt 2014-01-09 13:48:53.0 +0100 +++ new/umbrello-4.12.2/CMakeLists.txt 2014-01-31 00:10:55.0 +0100 @@ -8,7 +8,7 @@ set(VERSION_MAJOR "2") set(VERSION_MINOR "12") -set(VERSION_PATCH "1") +set(VERSION_PATCH "3") # set default umbrello version # umbrello version could be overriden by cmake command line using -DUMBRELLO_VERSION_STRING=major.minor.patch diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.12.1/umbrello/CMakeLists.txt new/umbrello-4.12.2/umbrello/CMakeLists.txt --- old/umbrello-4.12.1/umbrello/CMakeLists.txt 2014-01-09 13:48:53.0 +0100 +++ new/umbrello-4.12.2/umbrello/CMakeLists.txt 2014-01-31 00:10:55.0 +0100 @@ -267,37 +267,21 @@ codeimport/csharp/csharpimport.cpp ) -if (WIN32 AND NOT MSVC) -# SunPRO CC have a problem with position.h; we try to put a -# QChar into a spirit iterator, which, after a bunch of futzing, ends up in -# the STL string_ref templates, which use -# -# union { -#size_type _C_size;// Number of actual data values stored -#_CharT_C_dummy; // force the alignment of the first char -# } _C_size; // named to work around an HP aCC 3.30 bug -# -# and you can't have a class which requires an initializer in a union. -# -add_definitions(-DDISABLE_CPP_IMPORT) -set(libkdevcppparser_SRCS) -else (WIN32 AND NOT MSVC) -list(APPEND libcodeimport_SRCS -codeimport/cppimport.cpp -) -set(libkdevcppparser_SRCS -codeimport/kdevcppparser/ast.cpp -codeimport/kdevcppparser/driver.cpp -codeimport/kdevcppparser/errors.cpp -codeimport/kdevcppparser/lexer.cpp -codeimport/kdevcppparser/lookup.cpp -codeimport/kdevcppparser/parser.cpp -codeimport/kdevcppparser/preprocesslexer.cpp -codeimport/kdevcppparser/tree_parser.cpp -codeimport/kdevcppparser/ast_utils.cpp -codeimport/kdevcppparser/cpptree2uml.cpp -) -endif(WIN32 AND NOT MSVC) +list(APPEND libcodeimport_SRCS +codeimport/cppimport.cpp +) +set(libkdevcppparser_SRCS +codeimport/kdevcppparser/ast.cpp +codeimport/kdevcppparser/driver.cpp +codeimport/kdevcppparser/errors.cpp +codeimport/kdevcppparser/lexer.cpp +codeimport/kdevcppparser/lookup.cpp +codeimport/kdevcppparser/parser.cpp +codeimport/kdevcppparser/preprocesslexer.cpp +codeimport/kdevcppparser/tree_parser.cpp +codeimport/kdevcppparser/ast_utils.cpp +codeimport/kdevcppparser/cpptree2uml.cpp +) set(libclipboard_SRCS clipboard/umldragdata.cpp diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.12.1/umbrello/artifact.cpp new/umbrello-4.12.2/umbrello/artifact.cpp --- old/umbrello-4.12.1/umbrello/artifact.cpp 2014-01-09 13:48:53.0 +0100 +++ new/umbrello-4.12.2/umbrello/artifact.cpp 2014-01-31 00:10:55.0 +0100 @@ -20,7 +20,7 @@ * @param id The unique id of the Concept. */ UMLArtifact::UMLArtifact(const QString & name, Uml::ID::Type id) - : UMLCanvasObject(name, id), + : UMLPackage(name, id), m_d
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2014-01-27 11:19:04 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2013-12-19 13:19:58.0 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2014-01-27 11:19:05.0 +0100 @@ -1,0 +2,7 @@ +Sat Jan 11 16:06:40 UTC 2014 - [email protected] + +- Update to 4.12.1 + * KDE 4.12.1 release + * See http://www.kde.org/announcements/announce-4.12.1.php + +--- Old: umbrello-4.12.0.tar.xz New: umbrello-4.12.1.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.csneQF/_old 2014-01-27 11:19:05.0 +0100 +++ /var/tmp/diff_new_pack.csneQF/_new 2014-01-27 11:19:05.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package umbrello # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:4.12.0 +Version:4.12.1 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-4.12.0.tar.xz -> umbrello-4.12.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.12.0/CMakeLists.txt new/umbrello-4.12.1/CMakeLists.txt --- old/umbrello-4.12.0/CMakeLists.txt 2013-12-11 17:54:40.0 +0100 +++ new/umbrello-4.12.1/CMakeLists.txt 2014-01-09 13:48:53.0 +0100 @@ -8,7 +8,7 @@ set(VERSION_MAJOR "2") set(VERSION_MINOR "12") -set(VERSION_PATCH "0") +set(VERSION_PATCH "1") # set default umbrello version # umbrello version could be overriden by cmake command line using -DUMBRELLO_VERSION_STRING=major.minor.patch diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.12.0/umbrello/dialogs/activitypage.cpp new/umbrello-4.12.1/umbrello/dialogs/activitypage.cpp --- old/umbrello-4.12.0/umbrello/dialogs/activitypage.cpp 2013-12-11 17:54:40.0 +0100 +++ new/umbrello-4.12.1/umbrello/dialogs/activitypage.cpp 2014-01-09 13:48:53.0 +0100 @@ -34,7 +34,6 @@ ActivityPage::ActivityPage(QWidget * pParent, StateWidget * pWidget) : QWidget(pParent) { m_pStateWidget = pWidget; -m_pMenu = 0; setupPage(); } @@ -150,7 +149,7 @@ */ void ActivityPage::slotMenuSelection(QAction* action) { -ListPopupMenu::MenuType sel = m_pMenu->getMenuType(action); +ListPopupMenu::MenuType sel = ListPopupMenu::typeFromAction(action); switch(sel) { case ListPopupMenu::mt_New_Activity: slotNewActivity(); @@ -214,15 +213,9 @@ type = ListPopupMenu::mt_New_Activity; } -if (m_pMenu) { -m_pMenu->hide(); -disconnect(m_pMenu, SIGNAL(triggered(QAction*)), this, SLOT(slotMenuSelection(QAction*))); -delete m_pMenu; -m_pMenu = 0; -} -m_pMenu = new ListPopupMenu(this, type); -connect(m_pMenu, SIGNAL(triggered(QAction*)), this, SLOT(slotMenuSelection(QAction*))); -m_pMenu->exec(m_pActivityLW->mapToGlobal(p)); +ListPopupMenu popup(this, type); +QAction *triggered = popup.exec(m_pActivityLW->mapToGlobal(p)); +slotMenuSelection(triggered); } void ActivityPage::slotTopClicked() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.12.0/umbrello/dialogs/activitypage.h new/umbrello-4.12.1/umbrello/dialogs/activitypage.h --- old/umbrello-4.12.0/umbrello/dialogs/activitypage.h 2013-12-11 17:54:40.0 +0100 +++ new/umbrello-4.12.1/umbrello/dialogs/activitypage.h 2014-01-09 13:48:53.0 +0100 @@ -48,11 +48,6 @@ StateWidget * m_pStateWidget; /** - * Popup menu used. - */ -ListPopupMenu * m_pMenu; - -/** * GUI widgets */ QListWidget* m_pActivityLW; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.12.0/umbrello/dialogs/assocpage.cpp new/umbrello-4.12.1/umbrello/dialogs/assocpage.cpp --- old/umbrello-4.12.0/umbrello/dialogs/assocpage.cpp 2013-12-11 17:54:40.0 +0100 +++ new/umbrello-4.12.1/umbrello/dialogs/assocpage.cpp 2
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2013-12-19 13:19:57 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2013-12-11 14:37:09.0 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2013-12-19 13:19:58.0 +0100 @@ -1,0 +2,7 @@ +Sat Dec 14 18:35:24 UTC 2013 - [email protected] + +- Update to 4.12.0 + * KDE 4.12.0 release + * See http://www.kde.org/announcements/4.12.php + +--- Old: umbrello-4.11.97.tar.xz New: umbrello-4.12.0.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.4Qr6mE/_old 2013-12-19 13:19:59.0 +0100 +++ /var/tmp/diff_new_pack.4Qr6mE/_new 2013-12-19 13:19:59.0 +0100 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:4.11.97 +Version:4.12.0 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-4.11.97.tar.xz -> umbrello-4.12.0.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.11.97/CMakeLists.txt new/umbrello-4.12.0/CMakeLists.txt --- old/umbrello-4.11.97/CMakeLists.txt 2013-11-26 11:15:06.0 +0100 +++ new/umbrello-4.12.0/CMakeLists.txt 2013-12-11 17:54:40.0 +0100 @@ -7,8 +7,8 @@ set(KDE4_BUILD_TESTS ON) # for unit tests set(VERSION_MAJOR "2") -set(VERSION_MINOR "11") -set(VERSION_PATCH "97") +set(VERSION_MINOR "12") +set(VERSION_PATCH "0") # set default umbrello version # umbrello version could be overriden by cmake command line using -DUMBRELLO_VERSION_STRING=major.minor.patch diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.11.97/umbrello/toolbarstatearrow.cpp new/umbrello-4.12.0/umbrello/toolbarstatearrow.cpp --- old/umbrello-4.11.97/umbrello/toolbarstatearrow.cpp 2013-11-26 11:15:06.0 +0100 +++ new/umbrello-4.12.0/umbrello/toolbarstatearrow.cpp 2013-12-11 17:54:40.0 +0100 @@ -125,8 +125,6 @@ while (!m_selectionRect.isEmpty()) delete m_selectionRect.takeFirst(); m_selectionRect.clear(); -} else if (m_pMouseEvent->button() == Qt::RightButton) { -m_pUMLScene->setMenu(m_pMouseEvent->scenePos().toPoint()); } } -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2013-12-11 14:36:56 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2013-12-02 12:36:16.0 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2013-12-11 14:37:09.0 +0100 @@ -1,0 +2,14 @@ +Fri Nov 29 08:47:51 UTC 2013 - [email protected] + +- Update to 4.11.97 + * KDE 4.12 RC 1 release + * See http://www.kde.org/announcements/announce-4.12-rc.php + +--- +Sat Nov 23 23:01:56 UTC 2013 - [email protected] + +- Update to 4.11.95 + * KDE 4.12 Beta 3 release + * See http://www.kde.org/announcements/announce-4.12-beta3.php + +--- Old: umbrello-4.11.90.tar.xz New: umbrello-4.11.97.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.sp9hg8/_old 2013-12-11 14:37:09.0 +0100 +++ /var/tmp/diff_new_pack.sp9hg8/_new 2013-12-11 14:37:09.0 +0100 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:4.11.90 +Version:4.11.97 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-4.11.90.tar.xz -> umbrello-4.11.97.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.11.90/CMakeLists.txt new/umbrello-4.11.97/CMakeLists.txt --- old/umbrello-4.11.90/CMakeLists.txt 2013-11-13 13:06:45.0 +0100 +++ new/umbrello-4.11.97/CMakeLists.txt 2013-11-26 11:15:06.0 +0100 @@ -8,7 +8,7 @@ set(VERSION_MAJOR "2") set(VERSION_MINOR "11") -set(VERSION_PATCH "90") +set(VERSION_PATCH "97") # set default umbrello version # umbrello version could be overriden by cmake command line using -DUMBRELLO_VERSION_STRING=major.minor.patch @@ -17,6 +17,7 @@ if(EXISTS ${CMAKE_SOURCE_DIR}/.git) execute_process( COMMAND git rev-parse --short HEAD +WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} OUTPUT_VARIABLE _hash ) string(REPLACE "\n" "" hash ${_hash}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.11.90/umbrello/clipboard/umlclipboard.cpp new/umbrello-4.11.97/umbrello/clipboard/umlclipboard.cpp --- old/umbrello-4.11.90/umbrello/clipboard/umlclipboard.cpp2013-11-13 13:06:45.0 +0100 +++ new/umbrello-4.11.97/umbrello/clipboard/umlclipboard.cpp2013-11-26 11:15:06.0 +0100 @@ -93,7 +93,15 @@ // example when using cut-paste or pasting to another Umbrello // instance. foreach (WidgetBase* widget, m_WidgetList) { -m_ObjectList.append(widget->umlObject()); +if (widget->umlObject() != 0) { +m_ObjectList.append(widget->umlObject()); +} +} + +foreach (WidgetBase* widget, m_AssociationList) { +if (widget->umlObject() != 0) { +m_ObjectList.append(widget->umlObject()); +} } } else { //if the copy action is being performed from the ListView UMLListViewItemList itemsSelected = listView->selectedItems(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.11.90/umbrello/clipboard/umldragdata.cpp new/umbrello-4.11.97/umbrello/clipboard/umldragdata.cpp --- old/umbrello-4.11.90/umbrello/clipboard/umldragdata.cpp 2013-11-13 13:06:45.0 +0100 +++ new/umbrello-4.11.97/umbrello/clipboard/umldragdata.cpp 2013-11-26 11:15:06.0 +0100 @@ -640,9 +640,6 @@ while (!element.isNull()) { UMLObject* pObject = 0; QString type = element.tagName(); -//FIXME associations don't load -if (type == "UML:Association") -continue; UMLDoc* doc = UMLApp::app()->document(); Uml::ID::Type elmId = Uml::ID::fromString(element.attribute("xmi.id")); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.11.90/umbrello/codeimport/adaimport.cpp new/umbrello-4.11.97/umbrello/codeimport/adaimport.cpp --- old/umbrello-4.11.90/umbrello/codeimport/adaimport.cpp 2013-11-13 13:06:45.0 +0100 +++ new/umbrello-4.11.97/umbrello/codeimport/adaimport.cpp 2013-11-26 11:15:06.0 +0100 @@ -257,7 +257,8
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2013-12-02 12:36:14 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2013-10-03 16:10:25.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2013-12-02 12:36:16.0 +0100 @@ -1,0 +2,21 @@ +Sat Nov 16 18:34:13 UTC 2013 - [email protected] + +- Update to 4.11.90 + * KDE 4.12 Beta 2 release + * See http://www.kde.org/announcements/announce-4.12-beta2.php + +--- +Sun Nov 10 08:05:48 UTC 2013 - [email protected] + +- Update to 4.11.80 + * KDE 4.12 Beta 1 release + * See http://www.kde.org/announcements/announce-4.12-beta1.php + +--- +Sat Nov 2 15:52:37 UTC 2013 - [email protected] + +- Update to 4.11.3 + * KDE 4.11.3 bugfix release + * See http://www.kde.org/announcements/announce-4.11.3.php + +--- Old: umbrello-4.11.2.tar.xz New: umbrello-4.11.90.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.goS1yv/_old 2013-12-02 12:36:17.0 +0100 +++ /var/tmp/diff_new_pack.goS1yv/_new 2013-12-02 12:36:17.0 +0100 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:4.11.2 +Version:4.11.90 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-4.11.2.tar.xz -> umbrello-4.11.90.tar.xz ++ 74189 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2013-10-03 16:10:24 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2013-09-09 11:11:13.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2013-10-03 16:10:25.0 +0200 @@ -1,0 +2,7 @@ +Sat Sep 28 15:46:25 UTC 2013 - [email protected] + +- Update to 4.11.2 + * KDE 4.11.2 bugfix release + * See http://www.kde.org/announcements/announce-4.11.2.php + +--- Old: umbrello-4.11.1.tar.xz New: umbrello-4.11.2.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.DCejnL/_old 2013-10-03 16:10:26.0 +0200 +++ /var/tmp/diff_new_pack.DCejnL/_new 2013-10-03 16:10:26.0 +0200 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:4.11.1 +Version:4.11.2 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-4.11.1.tar.xz -> umbrello-4.11.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.11.1/umbrello/umllistview.cpp new/umbrello-4.11.2/umbrello/umllistview.cpp --- old/umbrello-4.11.1/umbrello/umllistview.cpp2013-08-28 19:14:58.0 +0200 +++ new/umbrello-4.11.2/umbrello/umllistview.cpp2013-09-26 21:30:16.0 +0200 @@ -152,16 +152,7 @@ if (lvitem == NULL || m_editItem == NULL) return; QString text = item->text(column); -if (lvitem->creating()) { -lvitem->setCreating(false); -m_editItem = NULL; -if (text.isEmpty()) { -text = lvitem->getSavedText(); -lvitem->setText(text); -} -DEBUG(DBG_SRC) << "creating text: " << text; -createItem(lvitem); -} else if (m_bRenameInProgress) { +if (m_bRenameInProgress) { DEBUG(DBG_SRC) << "text: " << text; endRename(lvitem); } @@ -682,11 +673,6 @@ uWarning() << "calling properties on unknown type"; } } -// Bug 268469: Changing the package of a class deletes the old widget. -// By reloading the current item we are sure to not use a destroyed object -currItem = (UMLListViewItem*)currentItem(); -if (currItem) -currItem->cancelRename(0); break; case ListPopupMenu::mt_Logical_Folder: @@ -2257,6 +2243,7 @@ */ void UMLListView::addNewItem(UMLListViewItem *parentItem, UMLListViewItem::ListViewType type) { +UMLListViewItem *newItem; if (type == UMLListViewItem::lvt_Datatype) { parentItem = m_datatypeFolder; } @@ -2270,7 +2257,7 @@ if (Model_Utils::typeIsDiagram(type)) { Uml::DiagramType::Enum dt = Model_Utils::convert_LVT_DT(type); name = uniqueDiagramName(dt); -m_editItem = new UMLListViewItem(parentItem, name, type, Uml::ID::None); +newItem = new UMLListViewItem(parentItem, name, type, Uml::ID::None); } else { UMLObject::ObjectType ot = Model_Utils::convert_LVT_OT(type); if (ot == UMLObject::ot_UMLObject) { @@ -2290,14 +2277,12 @@ } else { name = Model_Utils::uniqObjectName(ot, parentPkg); } -m_editItem = new UMLListViewItem(parentItem, name, type, (UMLObject *)0); +newItem = new UMLListViewItem(parentItem, name, type, (UMLObject *)0); } -m_editItem->setIcon(icon); -m_editItem->setOpen(true); +newItem->setIcon(icon); +newItem->setOpen(true); blockSignals(false); -m_editItem->setCreating(true); -m_bRenameInProgress = true; -editItem(m_editItem, 0); +createItem(newItem); } /** @@ -2310,7 +2295,6 @@ UMLListViewItem * renamedItem = static_cast< UMLListViewItem *>(item) ; UMLListViewItem::ListViewType type = renamedItem->type(); QString newText = renamedItem->text(col); -renamedItem->setCreating(false); // If the type is empty then delete it. if (newText.isEmpty() || newText.contains(QRegExp("^\\s+$"))) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.11.1/umbrello/umllistviewitem.cpp new/umbrello-4.11.2/umbrello/umllistviewitem.cpp --- old/umbrello-4.11.1/umbrello/umllistviewitem.cpp2013-08-28 19:14:58.0 +0200 +++ new/umbrello-4.11.2/umbrello/umllistviewi
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2013-09-09 11:11:11 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2013-08-16 13:47:00.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2013-09-09 11:11:13.0 +0200 @@ -1,0 +2,7 @@ +Sun Sep 1 10:38:51 UTC 2013 - [email protected] + +- Update to 4.11.1 + * KDE 4.11.1 bugfix release + * See http://www.kde.org/announcements/announce-4.11.1.php + +--- Old: umbrello-4.11.0.tar.xz New: umbrello-4.11.1.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.NvawgD/_old 2013-09-09 11:11:14.0 +0200 +++ /var/tmp/diff_new_pack.NvawgD/_new 2013-09-09 11:11:14.0 +0200 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:4.11.0 +Version:4.11.1 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-4.11.0.tar.xz -> umbrello-4.11.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.11.0/.krazy new/umbrello-4.11.1/.krazy --- old/umbrello-4.11.0/.krazy 2013-07-10 01:43:24.0 +0200 +++ new/umbrello-4.11.1/.krazy 2013-08-28 19:14:58.0 +0200 @@ -1 +1 @@ -SKIP /umbrello/headings/\|/umbrello/_unused/ +SKIP /umbrello/headings/|/umbrello/_unused/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.11.0/doc/authors.docbook new/umbrello-4.11.1/doc/authors.docbook --- old/umbrello-4.11.0/doc/authors.docbook 2013-07-10 01:43:24.0 +0200 +++ new/umbrello-4.11.1/doc/authors.docbook 2013-08-28 19:14:58.0 +0200 @@ -36,6 +36,6 @@ everyone is welcome to participate. -The &umbrello; developers can be reached at [email protected]. +The &umbrello; developers can be reached at [email protected]. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.11.0/doc/introduction.docbook new/umbrello-4.11.1/doc/introduction.docbook --- old/umbrello-4.11.0/doc/introduction.docbook2013-07-10 01:43:24.0 +0200 +++ new/umbrello-4.11.1/doc/introduction.docbook2013-08-28 19:14:58.0 +0200 @@ -38,7 +38,7 @@ We hope you enjoy &umbrello; and that it helps you create high quality software. &umbrello; is Free Software and available at no cost, the only thing we ask from you is to report any bugs, problems, or suggestions -to the &umbrello; developers at [email protected] or +to the &umbrello; developers at [email protected] or http://bugs.kde.org";>http://bugs.kde.org. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.11.0/umbrello/listpopupmenu.cpp new/umbrello-4.11.1/umbrello/listpopupmenu.cpp --- old/umbrello-4.11.0/umbrello/listpopupmenu.cpp 2013-07-10 01:43:24.0 +0200 +++ new/umbrello-4.11.1/umbrello/listpopupmenu.cpp 2013-08-28 19:14:58.0 +0200 @@ -1831,6 +1831,8 @@ setActionChecked(mt_SnapToGrid, view->umlScene()->snapToGrid() ); insert(mt_ShowSnapGrid, i18n("Show Grid"), CHECKABLE); setActionChecked(mt_ShowSnapGrid, view->umlScene()->isSnapGridVisible() ); +insert(mt_ShowDocumentationIndicator, i18n("Show Documentation Indicator"), CHECKABLE); +setActionChecked(mt_ShowDocumentationIndicator, view->umlScene()->isShowDocumentationIndicator()); insert(mt_Properties); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.11.0/umbrello/listpopupmenu.h new/umbrello-4.11.1/umbrello/listpopupmenu.h --- old/umbrello-4.11.0/umbrello/listpopupmenu.h2013-07-10 01:43:24.0 +0200 +++ new/umbrello-4.11.1/umbrello/listpopupmenu.h2013-08-28 19:14:58.0 +0200 @@ -193,6 +193,7 @@ mt_Change_Font, mt_Change_Font_Selection, mt_SnapToGrid, +mt_ShowDocumentationIndicator, mt_ShowSnapGrid, mt_Resize, mt_Activity_Selected, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.11.0/umbrello/umlobject.cpp new/umbrello-4.11.1/umbrello/umlobject.cpp --- old/umbrello-4.11.0/umbrello/umlobject.cpp 2013-07-10 01:43:24.0
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2013-08-16 13:46:58 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2013-07-30 16:09:39.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2013-08-16 13:47:00.0 +0200 @@ -1,0 +2,7 @@ +Thu Aug 8 16:10:59 UTC 2013 - [email protected] + +- Update to 4.11.0 + * KDE 4.11 Final release + * See http://www.kde.org/announcements/4.11/ + +--- Old: umbrello-4.10.97.tar.xz New: umbrello-4.11.0.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.eW682a/_old 2013-08-16 13:47:01.0 +0200 +++ /var/tmp/diff_new_pack.eW682a/_new 2013-08-16 13:47:01.0 +0200 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:4.10.97 +Version:4.11.0 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-4.10.97.tar.xz -> umbrello-4.11.0.tar.xz ++ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2013-07-30 16:09:37 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2013-07-22 17:21:33.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2013-07-30 16:09:39.0 +0200 @@ -1,0 +2,7 @@ +Thu Jul 25 23:43:18 UTC 2013 - [email protected] + +- Update to 4.10.97 + * KDE 4.11 RC 2 release + * See http://www.kde.org/announcements/announce-4.11-rc2.php + +--- Old: umbrello-4.10.95.tar.xz New: umbrello-4.10.97.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.EOZbJD/_old 2013-07-30 16:09:42.0 +0200 +++ /var/tmp/diff_new_pack.EOZbJD/_new 2013-07-30 16:09:42.0 +0200 @@ -24,7 +24,7 @@ License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url:http://www.kde.org/ -Version:4.10.95 +Version:4.10.97 Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ umbrello-4.10.95.tar.xz -> umbrello-4.10.97.tar.xz ++ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
commit umbrello for openSUSE:Factory
Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2013-07-22 17:21:31 Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) Package is "umbrello" Changes: --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2013-07-08 16:47:50.0 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2013-07-22 17:21:33.0 +0200 @@ -1,0 +2,7 @@ +Mon Jul 15 08:14:37 UTC 2013 - [email protected] + +- Update to 4.10.95 + * KDE 4.11 RC 1 release + * See http://www.kde.org/announcements/announce-4.11-rc1.php + +--- Old: umbrello-4.10.90.tar.xz New: umbrello-4.10.95.tar.xz Other differences: -- ++ umbrello.spec ++ --- /var/tmp/diff_new_pack.FkePcd/_old 2013-07-22 17:21:34.0 +0200 +++ /var/tmp/diff_new_pack.FkePcd/_new 2013-07-22 17:21:34.0 +0200 @@ -1,7 +1,7 @@ # -# spec file for package umbrello (Version 4.7.80_2022) +# spec file for package umbrello # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,16 +15,17 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: umbrello -BuildRequires: libkde4-devel BuildRequires: boost-devel +BuildRequires: libkde4-devel BuildRequires: subversion-devel +Summary:UML Modeller License:GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other -Summary:UML Modeller Url:http://www.kde.org/ -Version:4.10.90 -Release:1 +Version:4.10.95 +Release:0 Source0:%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: kde4-umbrello = 4.3.0 @@ -70,5 +71,4 @@ %{_kde4_iconsdir}/hicolor/*/mimetypes/application-x-uml.* %{_kde4_appsdir}/umbrello/ - %changelog ++ umbrello-4.10.90.tar.xz -> umbrello-4.10.95.tar.xz ++ Files old/umbrello-4.10.90/doc/index.cache.bz2 and new/umbrello-4.10.95/doc/index.cache.bz2 differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-4.10.90/umbrello/layouts/usecase-default.desktop new/umbrello-4.10.95/umbrello/layouts/usecase-default.desktop --- old/umbrello-4.10.90/umbrello/layouts/usecase-default.desktop 2013-06-25 20:39:46.0 +0200 +++ new/umbrello-4.10.95/umbrello/layouts/usecase-default.desktop 2013-07-10 01:43:24.0 +0200 @@ -10,7 +10,7 @@ Name[es]=Diseño por omisión de casos de uso Name[et]=Kasutusklassi vaikepaigutus Name[fi]=Käyttötapauksen oletusasettelu -Name[fr]=Disposition par défaut des cas d'utilisation +Name[fr]=Disposition par défaut des cas d'utilisations Name[gl]=Disposición predeterminada de caso de uso Name[hu]=Használati eset alapértelmezett elrendezés Name[it]=Disposizione predefinita per i casi d'uso @@ -42,7 +42,7 @@ Comment[es]=Diseño por omisión de casos de uso Comment[et]=Kasutusklassi vaikepaigutus Comment[fi]=Käyttötapauksen oletusasettelu -Comment[fr]=Disposition par défaut des cas d'utilisation +Comment[fr]=Disposition par défaut des cas d'utilisations Comment[gl]=Disposición predeterminada de caso de uso. Comment[hu]=Használati eset alapértelmezett elrendezés Comment[it]=Disposizione predefinita per i casi d'uso -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
