From bugzilla_noreply at kde.org Thu Dec 14 19:22:20 2017
From: bugzilla_noreply at kde.org (Robert Hairgrove)
Date: Thu, 14 Dec 2017 19:22:20 +0000
Subject: [umbrello] [Bug 387912] New: Broken link to omg.org/spec in
"About->Umbrello" dialog
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=387912
Bug ID: 387912
Summary: Broken link to omg.org/spec in "About->Umbrello"
dialog
Product: umbrello
Version: 2.23.3 (KDE Applications 17.08.3)
Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: umbrello-devel at kde.org
Reporter: code at roberthairgrove.com
Target Milestone: ---
On Ubuntu 16.04 from the most recent compiled sources:
Clicking on the link to http://www.omg.org/spec/ will not open my default
browser. If I copy/paste the link manually, I see single quotes are surrounding
the URL.
Look at line 110 in main.cpp ... you will see why:
```
KAboutData aboutData(QStringLiteral("umbrello"),
i18n("Umbrello UML Modeller"),
QLatin1String(umbrelloVersion()),
i18n("Umbrello – Visual development environment for
software, "
"based on the industry standard Unified Modelling
Language (UML).
"
"See also http://www.omg.org/spec/."),
// ^ ^
KAboutLicense::GPL,
i18n("Copyright © 2001 Paul Hensgen,\nCopyright ©
2002-2016 Umbrello UML Modeller Authors"),
QString(),
QStringLiteral("http://umbrello.kde.org"));
```
Seems to me that one should write backslash-escaped double quotes here.
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Thu Dec 14 19:24:36 2017
From: bugzilla_noreply at kde.org (Robert Hairgrove)
Date: Thu, 14 Dec 2017 19:24:36 +0000
Subject: [umbrello] [Bug 387912] Broken link to omg.org/spec in
"About->Umbrello" dialog
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=387912
--- Comment #1 from Robert Hairgrove ---
I see now that the single quotes are actually "fancy" quotes. Maybe that is the
reason?
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Thu Dec 14 21:05:50 2017
From: bugzilla_noreply at kde.org (Ralf Habacker)
Date: Thu, 14 Dec 2017 21:05:50 +0000
Subject: [umbrello] [Bug 387912] Broken link to omg.org/spec in
"About->Umbrello" dialog
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=387912
Ralf Habacker changed:
What |Removed |Added
----------------------------------------------------------------------------
Version Fixed In| |2.24.1 (KDE Applications
| |17.12.1)
Latest Commit| |https://commits.kde.org/umb
| |rello/c74304cb27f71bedf7d55
| |05f0abb64e8a5a5e6d0
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Ralf Habacker ---
Git commit c74304cb27f71bedf7d5505f0abb64e8a5a5e6d0 by Ralf Habacker.
Committed on 14/12/2017 at 20:56.
Pushed by habacker into branch 'Applications/17.12'.
Fix 'Broken link to omg.org/spec in "About->Umbrello" dialog'
FIXED-IN:2.24.1 (KDE Applications 17.12.1)
M +1 -1 umbrello/main.cpp
https://commits.kde.org/umbrello/c74304cb27f71bedf7d5505f0abb64e8a5a5e6d0
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Fri Dec 15 15:36:31 2017
From: bugzilla_noreply at kde.org (Ion)
Date: Fri, 15 Dec 2017 15:36:31 +0000
Subject: [umbrello] [Bug 387939] New: Umbrello 2.2.3 crashes when deleting
three text labels
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=387939
Bug ID: 387939
Summary: Umbrello 2.2.3 crashes when deleting three text labels
Product: umbrello
Version: 2.22.3 (KDE Applications 17.04.3)
Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: umbrello-devel at kde.org
Reporter: anathemizatu at mail.ru
Target Milestone: ---
Created attachment 109390
--> https://bugs.kde.org/attachment.cgi?id=109390&action=edit
File in which the crash is observed
While using Umbrello 2.2.3 on Ubuntu x64 17.10, I have found this bug, where if
I delete three labels that belong to the interfaces in the component diagram,
after deleting the third the application crashes with a segfault.
Below is the memory dump of the application. There is no umbrello debugging
package in Ubuntu 17.10, so I am not sure if there is any useful information.
Please see the attached file, with which I got the error. I couldn't find any
similar bug to this one, and googling didn't provide me with any useful
information.
Thank you very much for your help.
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Fri Dec 15 15:39:30 2017
From: bugzilla_noreply at kde.org (Ion)
Date: Fri, 15 Dec 2017 15:39:30 +0000
Subject: [umbrello] [Bug 387939] Umbrello 2.2.3 crashes when deleting three
text labels
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=387939
--- Comment #1 from Ion ---
Created attachment 109391
--> https://bugs.kde.org/attachment.cgi?id=109391&action=edit
Memory dump from Umbrello. Doesn't have debuging symbols
This is the memory dump of the process. It would be awesome if someone could
help me install debugging symbols for the package, if this will be required
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Sun Dec 17 16:29:08 2017
From: bugzilla_noreply at kde.org (Ralf Habacker)
Date: Sun, 17 Dec 2017 16:29:08 +0000
Subject: [umbrello] [Bug 387939] Umbrello 2.2.3 crashes when deleting three
text labels
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=387939
Ralf Habacker changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
Latest Commit| |https://commits.kde.org/umb
| |rello/008b19ece3847435f5b2f
| |229d2e528f8a6a71771
Version Fixed In| |2.24.1 (KDE Applications
| |17.12.1)
--- Comment #2 from Ralf Habacker ---
Git commit 008b19ece3847435f5b2f229d2e528f8a6a71771 by Ralf Habacker.
Committed on 17/12/2017 at 16:28.
Pushed by habacker into branch 'Applications/17.12'.
Fix 'Umbrello 2.2.3 crashes when deleting three text labels'
FIXED-IN:2.24.1 (KDE Applications 17.12.1)
M +1 -1 umbrello/umlwidgets/classifierwidget.h
https://commits.kde.org/umbrello/008b19ece3847435f5b2f229d2e528f8a6a71771
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Wed Dec 20 09:19:28 2017
From: bugzilla_noreply at kde.org (Ralf Habacker)
Date: Wed, 20 Dec 2017 09:19:28 +0000
Subject: [umbrello] [Bug 380136] Fix KF5 issues on Windows
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=380136
Bug 380136 depends on bug 382695, which changed state.
Bug 382695 Summary: Mingw32 compile error on src/solid/networking_win.cpp
https://bugs.kde.org/show_bug.cgi?id=382695
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Wed Dec 20 09:30:54 2017
From: bugzilla_noreply at kde.org (Ralf Habacker)
Date: Wed, 20 Dec 2017 09:30:54 +0000
Subject: [umbrello] [Bug 380136] Fix KF5 issues on Windows
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=380136
Bug 380136 depends on bug 382696, which changed state.
Bug 382696 Summary: Mingw32 compile error on src/kssl
https://bugs.kde.org/show_bug.cgi?id=382696
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |DUPLICATE
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Wed Dec 20 09:35:26 2017
From: bugzilla_noreply at kde.org (Ralf Habacker)
Date: Wed, 20 Dec 2017 09:35:26 +0000
Subject: [umbrello] [Bug 380136] Fix KF5 issues on Windows
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=380136
Bug 380136 depends on bug 382920, which changed state.
Bug 382920 Summary: klauncher uses absolute compile time install path for finding kioslave.exe
https://bugs.kde.org/show_bug.cgi?id=382920
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Wed Dec 20 09:38:34 2017
From: bugzilla_noreply at kde.org (Ralf Habacker)
Date: Wed, 20 Dec 2017 09:38:34 +0000
Subject: [umbrello] [Bug 380136] Fix KF5 issues on Windows
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=380136
Bug 380136 depends on bug 382458, which changed state.
Bug 382458 Summary: Exec lines in service files must not have any path prefix
https://bugs.kde.org/show_bug.cgi?id=382458
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Wed Dec 20 10:10:28 2017
From: bugzilla_noreply at kde.org (Ralf Habacker)
Date: Wed, 20 Dec 2017 10:10:28 +0000
Subject: [umbrello] [Bug 380136] Fix KF5 issues on Windows
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=380136
Ralf Habacker changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |388059
Referenced Bugs:
https://bugs.kde.org/show_bug.cgi?id=388059
[Bug 388059] Exec line in kcookiejar service file must not have any path prefix
on Windows
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Wed Dec 20 10:12:57 2017
From: bugzilla_noreply at kde.org (Ralf Habacker)
Date: Wed, 20 Dec 2017 10:12:57 +0000
Subject: [umbrello] [Bug 380136] Fix KF5 issues on Windows
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=380136
Ralf Habacker changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |388060
Referenced Bugs:
https://bugs.kde.org/show_bug.cgi?id=388060
[Bug 388060] Exec line in kpasswdserver service file must not have any path
prefix on Windows
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Wed Dec 20 10:29:37 2017
From: bugzilla_noreply at kde.org (Ralf Habacker)
Date: Wed, 20 Dec 2017 10:29:37 +0000
Subject: [umbrello] [Bug 380136] Fix KF5 issues on Windows
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=380136
Ralf Habacker changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |388062
Referenced Bugs:
https://bugs.kde.org/show_bug.cgi?id=388062
[Bug 388062] Exec line in kioexecd service file must not have any path prefix
on Windows
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Wed Dec 20 10:38:09 2017
From: bugzilla_noreply at kde.org (Ralf Habacker)
Date: Wed, 20 Dec 2017 10:38:09 +0000
Subject: [umbrello] [Bug 380136] Fix KF5 issues on Windows
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=380136
Ralf Habacker changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |388063
Referenced Bugs:
https://bugs.kde.org/show_bug.cgi?id=388063
[Bug 388063] Exec line in kssld service file must not have any path prefix on
Windows
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Wed Dec 20 11:20:02 2017
From: bugzilla_noreply at kde.org (Ralf Habacker)
Date: Wed, 20 Dec 2017 11:20:02 +0000
Subject: [umbrello] [Bug 382424] Create up to date binary packages for KF5
libraries
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=382424
--- Comment #1 from Ralf Habacker ---
packages for version 5.41 are located at
https://build.opensuse.org/project/show/home:rhabacker:branches:windows:mingw:win32:KF541
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Sat Dec 23 09:06:49 2017
From: bugzilla_noreply at kde.org (Ralf Habacker)
Date: Sat, 23 Dec 2017 09:06:49 +0000
Subject: [umbrello] [Bug 380136] Fix KF5 issues on Windows
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=380136
Ralf Habacker changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |388168
Referenced Bugs:
https://bugs.kde.org/show_bug.cgi?id=388168
[Bug 388168] networkingclient test application does not recognize state change
of networkingclient
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Sat Dec 23 12:40:45 2017
From: bugzilla_noreply at kde.org (Ralf Habacker)
Date: Sat, 23 Dec 2017 12:40:45 +0000
Subject: [umbrello] [Bug 388171] New: umbrello5 does not display any files
using default file pattern
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=388171
Bug ID: 388171
Summary: umbrello5 does not display any files using default
file pattern
Product: umbrello
Version: 2.24.1 (KDE Applications 17.12.1)
Platform: Other
OS: MS Windows
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: umbrello-devel at kde.org
Reporter: ralf.habacker at freenet.de
Target Milestone: ---
The open file dialog does not show any file if the default file pattern is
selected. To see xmi files the dedicated xmi file type needs to be selected.
How to reproduce:
1. Download umbrello5 from
https://download.opensuse.org/repositories/home:/rhabacker:/branches:/windows:/mingw:/win32:/KF5Apps/
(look into available noarch sub dirs for a package named
'mingw32-umbrello5-portable') und pack with 7zip
2. enter bin dir inside unpackaged folder and start umbrello5
3. Add some classes to a diagram
4. save file
5. Press File->Open and select directory of file created in step 4
What happens ?
The file is not displayed in the dialog
What is expected ?
The file should be displayed also with the default file pattern selected
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Sat Dec 23 12:40:52 2017
From: bugzilla_noreply at kde.org (Ralf Habacker)
Date: Sat, 23 Dec 2017 12:40:52 +0000
Subject: [umbrello] [Bug 380136] Fix KF5 issues on Windows
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=380136
Ralf Habacker changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |388171
Referenced Bugs:
https://bugs.kde.org/show_bug.cgi?id=388171
[Bug 388171] umbrello5 does not display any files using default file pattern
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Sat Dec 23 12:40:52 2017
From: bugzilla_noreply at kde.org (Ralf Habacker)
Date: Sat, 23 Dec 2017 12:40:52 +0000
Subject: [umbrello] [Bug 388171] umbrello5 does not display any files using
default file pattern
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=388171
Ralf Habacker changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |380136
Referenced Bugs:
https://bugs.kde.org/show_bug.cgi?id=380136
[Bug 380136] Fix KF5 issues on Windows
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Sun Dec 24 10:18:59 2017
From: bugzilla_noreply at kde.org (Ralf Habacker)
Date: Sun, 24 Dec 2017 10:18:59 +0000
Subject: [umbrello] [Bug 388171] umbrello5 does not display any files using
default file pattern
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=388171
Ralf Habacker changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Latest Commit| |https://commits.kde.org/umb
| |rello/465272f9c08fbf12b6c1c
| |01865e66c75c0ec3c40
Resolution|--- |FIXED
Version Fixed In| |2.24.2 (KDE Applications
| |17.12.2)
--- Comment #1 from Ralf Habacker ---
Git commit 465272f9c08fbf12b6c1c01865e66c75c0ec3c40 by Ralf Habacker.
Committed on 24/12/2017 at 10:17.
Pushed by habacker into branch 'Applications/17.12'.
Fix 'umbrello5 does not display any files using default file pattern'
QFileDialog::getOpenFileUrl from Qt5 does not support ',' as extension
separator in file pattern list anymore.
FIXED-IN:2.24.2 (KDE Applications 17.12.2)
M +1 -0 umbrello/uml.cpp
https://commits.kde.org/umbrello/465272f9c08fbf12b6c1c01865e66c75c0ec3c40
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Sun Dec 24 10:19:00 2017
From: bugzilla_noreply at kde.org (Ralf Habacker)
Date: Sun, 24 Dec 2017 10:19:00 +0000
Subject: [umbrello] [Bug 380136] Fix KF5 issues on Windows
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=380136
Bug 380136 depends on bug 388171, which changed state.
Bug 388171 Summary: umbrello5 does not display any files using default file pattern
https://bugs.kde.org/show_bug.cgi?id=388171
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Tue Dec 26 02:06:42 2017
From: bugzilla_noreply at kde.org (Christoph Feck)
Date: Tue, 26 Dec 2017 02:06:42 +0000
Subject: [umbrello] [Bug 388171] umbrello5 does not display any files using
default file pattern
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=388171
Christoph Feck changed:
What |Removed |Added
----------------------------------------------------------------------------
Version Fixed In|2.24.2 (KDE Applications |2.24.1 (KDE Applications
|17.12.2) |17.12.1)
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Tue Dec 26 12:31:33 2017
From: bugzilla_noreply at kde.org (Ralf Habacker)
Date: Tue, 26 Dec 2017 12:31:33 +0000
Subject: [umbrello] [Bug 388171] umbrello5 does not display any files using
default file pattern
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=388171
Ralf Habacker changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|2.24.1 (KDE Applications |2.24.0 (KDE Applications
|17.12.1) |17.12.0)
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Thu Dec 28 13:04:45 2017
From: bugzilla_noreply at kde.org (Ganton)
Date: Thu, 28 Dec 2017 13:04:45 +0000
Subject: [umbrello] [Bug 388293] New: The Umbrello handbook links are broken
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=388293
Bug ID: 388293
Summary: The Umbrello handbook links are broken
Product: umbrello
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: documentation
Assignee: umbrello-devel at kde.org
Reporter: kubry at gmx.com
Target Milestone: ---
Dear Sirs:
The Umbrello handbook links are broken, as it can be seen in
https://umbrello.kde.org/documentation.php
Also, in https://umbrello.kde.org/features.php it's talked about "Posidon" but
it's "Poseidon".
Thanks for KDE software!
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Fri Dec 29 20:17:39 2017
From: bugzilla_noreply at kde.org (Ralf Habacker)
Date: Fri, 29 Dec 2017 20:17:39 +0000
Subject: [umbrello] [Bug 388293] The Umbrello handbook links are broken
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=388293
--- Comment #1 from Ralf Habacker ---
Git commit f2891ddc363b8214fdcf92a38b7f5054a38f5bc4 by Ralf Habacker.
Committed on 29/12/2017 at 20:16.
Pushed by habacker into branch 'master'.
Fix spelling of term 'Poseidon' in feature page
M +1 -1 features.php
https://commits.kde.org/websites/umbrello-kde-org/f2891ddc363b8214fdcf92a38b7f5054a38f5bc4
--
You are receiving this mail because:
You are the assignee for the bug.
From harriev9 at gmail.com Sat Dec 30 08:30:39 2017
From: harriev9 at gmail.com (harriev9)
Date: Sat, 30 Dec 2017 09:30:39 +0100
Subject: CMAKE error when building umbrello on Fedora 27
Message-ID: <1514622639.3.2.camel@gmail.com>
Hi,
I get an error when running cmake on a fedora 27 system:
-- Could NOT find KF5TextEditor (missing: KF5TextEditor_DIR)
-- Could NOT find KF5TextEditor: found neither
KF5TextEditorConfig.cmake nor kf5texteditor-config.cmake
CMake Error at
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137
(message):
Could NOT find KF5 (missing: TextEditor) (found version "5.40.0")
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:378
(_FPHSA_FAILURE_MESSAGE)
/usr/share/ECM/find-modules/FindKF5.cmake:110
(find_package_handle_standard_args)
CMakeLists.txt:184 (find_package)
Greetings,
Harrie
From bugzilla_noreply at kde.org Sat Dec 30 12:00:14 2017
From: bugzilla_noreply at kde.org (Ralf Habacker)
Date: Sat, 30 Dec 2017 12:00:14 +0000
Subject: [umbrello] [Bug 388293] The Umbrello handbook links are broken
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=388293
Ralf Habacker changed:
What |Removed |Added
----------------------------------------------------------------------------
Latest Commit| |https://commits.kde.org/web
| |sites/umbrello-kde-org/b6a9
| |4baa784c2433bac1f93bdea8249
| |a783e0664
Resolution|--- |FIXED
Component|documentation |website
Status|UNCONFIRMED |RESOLVED
CC| |ralf.habacker at freenet.de
--- Comment #2 from Ralf Habacker ---
Git commit b6a94baa784c2433bac1f93bdea8249a783e0664 by Ralf Habacker.
Committed on 30/12/2017 at 11:55.
Pushed by habacker into branch 'master'.
Update doc url
M +11 -10 documentation.php
https://commits.kde.org/websites/umbrello-kde-org/b6a94baa784c2433bac1f93bdea8249a783e0664
--
You are receiving this mail because:
You are the assignee for the bug.
From harriev9 at gmail.com Sat Dec 30 15:06:39 2017
From: harriev9 at gmail.com (harriev9)
Date: Sat, 30 Dec 2017 16:06:39 +0100
Subject: CMAKE error when building umbrello on Fedora 27
In-Reply-To: <1514622639.3.2.camel@gmail.com>
References: <1514622639.3.2.camel@gmail.com>
Message-ID: <1514646399.3.4.camel@gmail.com>
Hi,
Had to install kf5-ktexteditor-devel-5.40.0-1.fc27.x86_64
Harrie
On Sat, 2017-12-30 at 09:30 +0100, harriev9 wrote:
> Hi,
>
> I get an error when running cmake on a fedora 27 system:
>
> -- Could NOT find KF5TextEditor (missing: KF5TextEditor_DIR)
> -- Could NOT find KF5TextEditor: found neither
> KF5TextEditorConfig.cmake nor kf5texteditor-config.cmake
> CMake Error at
> /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137
> (message):
> Could NOT find KF5 (missing: TextEditor) (found version "5.40.0")
> Call Stack (most recent call first):
> /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:378
> (_FPHSA_FAILURE_MESSAGE)
> /usr/share/ECM/find-modules/FindKF5.cmake:110
> (find_package_handle_standard_args)
> CMakeLists.txt:184 (find_package)
>
> Greetings,
> Harrie
From bugzilla_noreply at kde.org Sat Dec 30 21:33:10 2017
From: bugzilla_noreply at kde.org (Ralf Habacker)
Date: Sat, 30 Dec 2017 21:33:10 +0000
Subject: [umbrello] [Bug 388370] New: kdev-php package does not provide
development package
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=388370
Bug ID: 388370
Summary: kdev-php package does not provide development package
Product: umbrello
Version: frameworks5
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: importer
Assignee: umbrello-devel at kde.org
Reporter: ralf.habacker at freenet.de
Target Milestone: ---
php import depends on the kdevelop php parser, named kdevelop5-plugin-php5
package on opensuse. Unfortunally the cmake build system of this package does
not have support for installing a development package, which are required to
build the php import sources.
Another option is to include a copy of the kdev-php kf5 variant sources into
umbrello git repo as done for KDE4.
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Sat Dec 30 21:33:28 2017
From: bugzilla_noreply at kde.org (Ralf Habacker)
Date: Sat, 30 Dec 2017 21:33:28 +0000
Subject: [umbrello] [Bug 388370] kdev-php package does not provide
development package
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=388370
Ralf Habacker changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |373932
Referenced Bugs:
https://bugs.kde.org/show_bug.cgi?id=373932
[Bug 373932] Fix KF5 issues
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Sat Dec 30 21:33:28 2017
From: bugzilla_noreply at kde.org (Ralf Habacker)
Date: Sat, 30 Dec 2017 21:33:28 +0000
Subject: [umbrello] [Bug 373932] Fix KF5 issues
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=373932
Ralf Habacker changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |388370
Referenced Bugs:
https://bugs.kde.org/show_bug.cgi?id=388370
[Bug 388370] kdev-php package does not provide development package
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Sat Dec 30 21:48:32 2017
From: bugzilla_noreply at kde.org (Ralf Habacker)
Date: Sat, 30 Dec 2017 21:48:32 +0000
Subject: [kdevelop] [Bug 388370] kdev-php package does not provide
development package
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=388370
Ralf Habacker changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|importer |Language Support: PHP
Product|umbrello |kdevelop
Version|frameworks5 |git master
Assignee|umbrello-devel at kde.org |kdevelop-bugs-null at kde.org
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Sun Dec 31 00:45:40 2017
From: bugzilla_noreply at kde.org (Sven Brauch)
Date: Sun, 31 Dec 2017 00:45:40 +0000
Subject: [umbrello] [Bug 388370] Make parser code usable from Umbrello (or
other projects)
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=388370
Sven Brauch changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mail at svenbrauch.de
Assignee|kdevelop-bugs-null at kde.org |umbrello-devel at kde.org
Component|Language Support: PHP |general
Product|kdevelop |umbrello
Version|git master |2.24.1 (KDE Applications
| |17.12.1)
--- Comment #3 from Sven Brauch ---
I agree with Francis, and I think we should re-assign this to the Umbrello
people (doing so now). It's cool that they are able to re-use code from
KDevelop, but the packaging is an issue which is in the first place a problem
on their side, or at least starts its discussion lifecycle there.
--
You are receiving this mail because:
You are the assignee for the bug.
From bugzilla_noreply at kde.org Sun Dec 31 09:08:33 2017
From: bugzilla_noreply at kde.org (Ralf Habacker)
Date: Sun, 31 Dec 2017 09:08:33 +0000
Subject: [umbrello] [Bug 388370] Make parser code usable from Umbrello (or
other projects)
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=388370
Ralf Habacker changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |niko.sams at gmail.com
--- Comment #4 from Ralf Habacker ---
Thanks for your response; Francis described exactly the use case.
I initially added this bug to umbrello as a reminder, but recognized quickly
that there is something missing outside umbrello (some kind of development
package including headers and cmake find package support). Vendoring kdev4-php
solved all required headers for KDE4, which let me think that this bug needs to
be assigned to kdev-php, therefore I added the maintainer of kdev-php to this
bug for a decision.
--
You are receiving this mail because:
You are the assignee for the bug.