D17649: Let docbookl10nhelper executable name follow conventions of checkXML on Windows

2018-12-20 Thread Ralf Habacker
habacker added a comment. On opensuse there are the cross compile helper packages mingw32-cross-kde4-tools mingw32-cross-kf5-tools both containing docbookl10nhelper and nothing prevents them from been installed in parallel REPOSITORY R238 KDocTools REVISION DETAIL

D17650: Install kioslave as kioslave5 on Windows

2018-12-21 Thread Ralf Habacker
habacker added a comment. > Why not joining the effort of the people that are working to get those applications on Windows, You did not get the point. If there is anything left over besides the time I have to maintain the KDE applications and libraries, I go through this list

D17650: Install kioslave as kioslave5 on Windows

2018-12-21 Thread Ralf Habacker
habacker added a comment. In D17650#380277 , @habacker wrote: > and try to fix the related issue or check if some else has fixed it. See this https://bugs.kde.org/show_bug.cgi?id=380139 as example. The different Qt installation layout

D17650: Install kioslave as kioslave5 on Windows

2018-12-21 Thread Ralf Habacker
habacker added a comment. Yes there are more 'nightly' releases, which is a good thing :-), but there are only about 6 'release' versions https://binary-factory.kde.org/view/Windows%2064-bit/ : 5 https://binary-factory.kde.org/view/Windows%2032-bit/ : 6 and KMyMoney

D17650: Install kioslave.exe as kioslave5.exe under Windows

2018-12-21 Thread Ralf Habacker
habacker updated this revision to Diff 47944. habacker retitled this revision from "Install kioslave as kioslave5 on Windows" to "Install kioslave.exe as kioslave5.exe under Windows". habacker edited the summary of this revision. habacker removed subscribers: bcooksley, heikobecker, ngraham,

D17650: Install kioslave as kioslave5 on Windows

2018-12-21 Thread Ralf Habacker
habacker added a comment. > I'd argue that the problem is with your distribution. It is designed in ECM to install mentioned helpers on windows (which are cross compiled packages on obs) in main executable install dir. $ rpm -q -f

D17650: Install kioslave as kioslave5 on Windows

2018-12-21 Thread Ralf Habacker
habacker added a comment. In D17650#380272 , @vonreth wrote: > In kde4 we had 104 unmaintained untested applications. > The 6 now are much better supported, in general we only add applications to binary factory if a project asks for it and

D17719: Fix executable name for kioslave on Windows

2018-12-21 Thread Ralf Habacker
habacker created this revision. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. habacker requested review of this revision. REVISION SUMMARY FIXED-IN:5.54.0 BUG:377687 also see https://phabricator.kde.org/D17650 REPOSITORY R303 KInit BRANCH master

D17650: Install kioslave.exe as kioslave5.exe under Windows

2018-12-21 Thread Ralf Habacker
habacker added a comment. In D17650#380309 , @habacker wrote: > See this https://bugs.kde.org/show_bug.cgi?id=380139 as example. The different Qt installation layout depending on the platform is a nightmare for cross-platform support and ties

D16963: Fix running kdoctools-install autotest without kdoctools installed

2018-11-17 Thread Ralf Habacker
habacker added a reviewer: aacid. REPOSITORY R238 KDocTools REVISION DETAIL https://phabricator.kde.org/D16963 To: habacker, aacid Cc: kde-frameworks-devel, kde-doc-english, michaelh, ngraham, bruns, skadinna

D16963: Fix running kdoctools-install autotest without kdoctools installed

2018-11-17 Thread Ralf Habacker
habacker created this revision. Herald added projects: Frameworks, Documentation. Herald added subscribers: kde-doc-english, kde-frameworks-devel. habacker requested review of this revision. REPOSITORY R238 KDocTools BRANCH master REVISION DETAIL https://phabricator.kde.org/D16963

D16963: Fix running kdoctools-install autotest without kdoctools installed

2018-11-17 Thread Ralf Habacker
habacker marked an inline comment as done. REPOSITORY R238 KDocTools REVISION DETAIL https://phabricator.kde.org/D16963 To: habacker, aacid Cc: kde-frameworks-devel, kde-doc-english, michaelh, ngraham, bruns, skadinna

D16963: Fix running kdoctools-install autotest without kdoctools installed

2018-11-17 Thread Ralf Habacker
habacker updated this revision to Diff 45690. habacker added a comment. - fix parallel builds REPOSITORY R238 KDocTools CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D16963?vs=45685=45690 BRANCH master REVISION DETAIL https://phabricator.kde.org/D16963 AFFECTED FILES

D15481: Fix 'Impossible to use knsrc file for uploads from non standard location'

2018-09-13 Thread Ralf Habacker
habacker created this revision. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. habacker requested review of this revision. REVISION SUMMARY FIXED-IN:5.51 BUG:397958 TEST PLAN build and did run test case on linux REPOSITORY R304 KNewStuff BRANCH

D15481: Fix 'Impossible to use knsrc file for uploads from non standard location'

2018-09-13 Thread Ralf Habacker
This revision was automatically updated to reflect the committed changes. Closed by commit R304:b6a52eef1ab6: Fix Impossible to use knsrc file for uploads from non standard location (authored by habacker). REPOSITORY R304 KNewStuff CHANGES SINCE LAST UPDATE

D17650: Install kioslave as kioslave5 on Windows

2018-12-19 Thread Ralf Habacker
habacker added a comment. I think this is unrelated - this request is to fix an issue with an available package on a distribution, so can anyone accept this ? REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D17650 To: habacker, #frameworks, lbeltrame, vonreth Cc:

Re: CI system maintainability

2019-03-30 Thread Ralf Habacker
Am 29.03.19 um 21:01 schrieb Ben Cooksley: > With the shift to Gitlab we should be able to provide this hopefully. > > We're still figuring out how to be able to provide CI in an easy to > maintain manner (in terms of controlling platforms builds are done > for, which branches, etc). In case, an

D19504: Extend KHtmlView::print() to use a predefined QPrinter instance

2019-03-04 Thread Ralf Habacker
habacker created this revision. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. habacker requested review of this revision. REVISION SUMMARY This is required to share printer settings inside an application. BUG:405011 TEST PLAN compile on linux

D19504: Extend KHtmlView::print() to use a predefined QPrinter instance

2019-03-06 Thread Ralf Habacker
habacker marked an inline comment as done. habacker added inline comments. INLINE COMMENTS > tbaumgart wrote in khtmlview.cpp:3134 > Why don't you pass a reference to the QPrinter object here? Because api dealing with QPrinter always use a pointer. void QWebView::print(QPrinter *) void

D19504: Extend KHtmlView::print() to use a predefined QPrinter instance

2019-03-06 Thread Ralf Habacker
habacker updated this revision to Diff 53327. habacker marked an inline comment as done. habacker added a comment. - added @since tag The patch was added to build the stable version of KMyMoney for Windows to fix an issue not been able to have common printer settings. Since KHTML is

D21660: remove dbus for windows build and change audio dep logic

2019-11-16 Thread Ralf Habacker
habacker added a comment. In D21660#563425 , @bcooksley wrote: > If tests launch D-Bus Daemon, then they will cause the CI system to jam as CTest will wait indefinitely for dbus-daemon to exit. There is a fix for this issue, see

D21660: remove dbus for windows build and change audio dep logic

2019-11-16 Thread Ralf Habacker
habacker added a comment. In D21660#481421 , @bcooksley wrote: > With regards to Windows, please note that any unit test which depends on calls that involve D-Bus on the CI system will likely lead to that test hanging because dbus-daemon is

D19504: Extend KHtmlView::print() to use a predefined QPrinter instance

2019-10-21 Thread Ralf Habacker
This revision was automatically updated to reflect the committed changes. Closed by commit R313:2d8cba050729: Extend KHtmlView::print() to use a predefined QPrinter instance (authored by habacker). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D19504?vs=67894=68479#toc REPOSITORY R313

D12283: Allow to load dictionaries form a rcc

2019-10-29 Thread Ralf Habacker
habacker added a comment. Herald edited subscribers, added: kde-frameworks-devel; removed: Frameworks. In D12283#249520 , @vonreth wrote: > While the disk use of the installation goes down the ram usage explodes as QResource doesn't use mmap

D21660: remove dbus for windows build and change audio dep logic

2019-11-20 Thread Ralf Habacker
habacker added a comment. In D21660#565113 , @cullmann wrote: > No, not really, I fixed that long ago, we auto-detect this and use the KDE_FORK_SLAVES code paths for that > > static bool forkSlaves() but this function is only called

D21660: remove dbus for windows build and change audio dep logic

2019-11-20 Thread Ralf Habacker
habacker added a comment. In D21660#565110 , @cullmann wrote: > kio doesn't require dbus for the normal slave stuff. > It can be that it requires it for the kcookie or auth stuff. klauncher is used to launch kio slaves. In the main()

D21660: remove dbus for windows build and change audio dep logic

2019-11-20 Thread Ralf Habacker
habacker added a comment. In D21660#563560 , @bcooksley wrote: > Considering that D-Bus doesn't really belong on Windows, KDE uses dbus for many internal services. On a recent linux system I see the following KDE services in dbus

D21660: remove dbus for windows build and change audio dep logic

2019-11-20 Thread Ralf Habacker
habacker added a comment. In D21660#565205 , @cullmann wrote: > That is bad, then this must be fixed. > That should happen on Windows, too. BTW: Does starting slaves on Linux kills started slave after slave timeout occurs, which is

D19504: Extend KHtmlView::print() to use a predefined QPrinter instance

2019-10-14 Thread Ralf Habacker
habacker added a comment. ping ? REPOSITORY R313 KHtml REVISION DETAIL https://phabricator.kde.org/D19504 To: habacker Cc: aacid, tbaumgart, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D19504: Extend KHtmlView::print() to use a predefined QPrinter instance

2019-10-14 Thread Ralf Habacker
habacker updated this revision to Diff 67894. habacker added a comment. - Another attempt after 9 minor releases have elapsed. REPOSITORY R313 KHtml CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D19504?vs=53327=67894 BRANCH master REVISION DETAIL

D5173: Fix 'Installation of ksendbugmail.exe conflicts with related KDE4 package'.

2020-04-16 Thread Ralf Habacker
habacker added a comment. Looking into the bug report gaves the answer: file /usr/i686-w64-mingw32/sys-root/mingw/bin/ksendbugmail.exe from install of mingw32-libKF5XmlGui5-5.26.0-3.1.noarch conflicts with file from package mingw32-kdelibs4-4.14.60-11.4.noarch For the recored:

D14598: Keep checking return value from calling browse_stat_path() in SMBSlave::stat() in sync with SMBSlave::listDir()

2020-04-05 Thread Ralf Habacker
habacker closed this revision. habacker added a comment. This review request was superseeded by D16272 . REPOSITORY R320 KIO Extras REVISION DETAIL https://phabricator.kde.org/D14598 To: habacker, dfaure Cc: kde-frameworks-devel, kfm-devel, azyx,

Re: Fwd: KDE CI: Administration » Dependency Build Applications stable-kf5-qt5 WindowsMSVCQt5.15 - Build # 52 - Still Failing!

2021-07-12 Thread Ralf Habacker
Am 12.07.21 um 09:35 schrieb Ralf Habacker: > >> The fact that you have to apply additional overrides here indicates to >> me that your changes to 'kdewin' are also incorrect. > > It may also be caused by the kdelibs4support package, as I initial > stated - I double ch

Re: Fwd: KDE CI: Administration » Dependency Build Applications stable-kf5-qt5 WindowsMSVCQt5.15 - Build # 52 - Still Failing!

2021-07-12 Thread Ralf Habacker
Am 10.07.21 um 21:00 schrieb Ben Cooksley: > On Sat, Jul 10, 2021 at 9:14 PM Ralf Habacker <mailto:ralf.habac...@freenet.de>> wrote: > > Am 09.07.21 um 21:26 schrieb Ben Cooksley: >> Hi Ralf, >> >> I'm afraid your previous fixes are insuff

Re: KDE CI: Administration » Dependency Build Extragear stable-kf5-qt5 WindowsMSVCQt5.15 - Build # 53 - Still Failing!

2021-07-09 Thread Ralf Habacker
Am 08.07.21 um 20:17 schrieb Ben Cooksley: Hi Ben, On Fri, Jul 9, 2021 at 1:28 AM Harald Sitter > wrote: comparing the failing build to the last successful one it appears kdewin no longer installs arpa/inet.h which lead me to this commit

Re: Fwd: KDE CI: Administration » Dependency Build Applications stable-kf5-qt5 WindowsMSVCQt5.15 - Build # 52 - Still Failing!

2021-07-10 Thread Ralf Habacker
Am 09.07.21 um 21:26 schrieb Ben Cooksley: Hi Ralf, I'm afraid your previous fixes are insufficient - we are still failing with a linking error. The following is notice that I intend to back all changes out in kdewin and restore the repository to 8503ac6e0e07099c4938cbfe60e3f5e25e2ec368 to

KDE CI SignTool Error: No certificates were found that met all the given criteria.

2021-07-15 Thread Ralf Habacker
Hi building kmymoney releases on KDE CI are currently broken by an installation issue https://binary-factory.kde.org/view/Windows%2064-bit/job/KMyMoney_Release_win64/1081/console. Please fix. Regards Ralf

No version tags in KF5 repos ?

2015-07-04 Thread Ralf Habacker
Hi, the kde4 repos I know have git tags for all released versions, so I just tried to find out the changes in git repo kiconthemens between 5.10.0 and 5.11.0 but did not found the related git tag. git tag shows: v4.100.0-rc1 v4.100.0-rc2 v4.95.0 v4.96.0 v4.97.0 v4.99.0-rc1 v4.99.0-rc3 v5.0.0

<    1   2   3   4