Re: problems compiling 4.8 on system with both qt4 and qt5

2016-10-30 Thread Christian Dávid
Hi Ralf, are you sure? Alkimia 5 is Qt4 & KDE4 based! The first alkimia version with Qt 5 is/will be alkimia 6. There should be no reason to use 4.x anymore. Greetings Christian > Ralf Habacker hat am 17. Oktober 2016 um 08:44 > geschrieben: > > > Am 17.10.2016 um 00:52 schrieb Jack: > > So

Re: Review Request 129265: Port from KF5Gpgme to GpgME

2016-10-30 Thread René J . V . Bertin
> On Oct. 29, 2016, 9:18 a.m., Thomas Baumgart wrote: > > Does this mean, KMyMoney will not compile encryption support on systems > > with KF5 versions prior 16.12? If so, please make your change backward > > compatible (if the new stuff is not found, use the old) > > Andreas Sturmlechner wrot

Re: More libalkimia problems/questions was: problems compiling 4.8 on system with both qt4 and qt5

2016-10-30 Thread Christian Dávid
Hello All, I am sorry that I answer this late. Hopefully I can still help. The cause of all trouble in alkimia is that the version checking is not done correctly. Pre alkimia 5 had a find module (which is wrong in the first place) which did not check any version. Also it would find any alkimia

Re: libalkimia 4.3.2 support in kmm 4.8

2016-10-30 Thread Christian Dávid
Hi timothy, the information that alkimia <= 6.0.0 fetches Qt 5 is wrong! Alkimia <= 5 is Qt 4 based, it is fetched indirectly over the line find_package(KDE4 4.6.0 REQUIRED) As written in another thread, the issue is that alkimia 4.x shippes a find module which just finds any version of alkimi

[kmymoney4] [Bug 371055] crash while attempting to update account / download bank transactions

2016-10-30 Thread Christian David
https://bugs.kde.org/show_bug.cgi?id=371055 Christian David changed: What|Removed |Added CC||[email protected] --- Comment #1 from Ch

[kmymoney4] [Bug 370227] Crash on exit

2016-10-30 Thread Christian David
https://bugs.kde.org/show_bug.cgi?id=370227 Christian David changed: What|Removed |Added CC||[email protected] Resolution|---

[kmymoney4] [Bug 371806] KMyMoney crashes when updating transactions of newly created credit card account

2016-10-30 Thread Christian David
https://bugs.kde.org/show_bug.cgi?id=371806 Christian David changed: What|Removed |Added CC||[email protected] Resolution|---

[kmymoney4] [Bug 371055] crash while attempting to update account / download bank transactions

2016-10-30 Thread Christian David
https://bugs.kde.org/show_bug.cgi?id=371055 Christian David changed: What|Removed |Added CC||[email protected] --- Comment #2 from

Re: Review Request 129116: Fix 'Exported templates does not have any title and description'.

2016-10-30 Thread Christian David
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129116/#review100402 --- kmymoney/kmymoney.cpp (line 2185)

[kmymoney4] [Bug 370227] Crash on exit

2016-10-30 Thread Marko Käning
https://bugs.kde.org/show_bug.cgi?id=370227 --- Comment #2 from Marko Käning --- No, this is a purely non-KF5'ish installation (still)! :-) Don't know why libkdeui has version number 5 though. I guess this needs to be figured out. -- You are receiving this mail because: You are the assignee f

[kmymoney4] [Bug 370227] Crash on exit

2016-10-30 Thread Marko Käning
https://bugs.kde.org/show_bug.cgi?id=370227 Marko Käning changed: What|Removed |Added CC||[email protected] --- Comment #3 from Marko Kä

[kmymoney4] [Bug 370227] Crash on exit

2016-10-30 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=370227 --- Comment #4 from RJVB --- The kdelibs libraries have always had a 5 version, confusingly. If that gaelicish library is built against Qt5 then I'd indeed expect crashes, but not just on exit. There should be an abort much earlier in that case. -- Y

[kmymoney4] [Bug 370227] Crash on exit

2016-10-30 Thread Marko Käning
https://bugs.kde.org/show_bug.cgi?id=370227 --- Comment #5 from Marko Käning --- No, it's definitely built without KF5, as this is from a standard MacPorts install of port kmymoney4-devel which doesn't know anything about the KF5 world up to now. :) -- You are receiving this mail because: You a

[kmymoney4] [Bug 371055] crash while attempting to update account / download bank transactions

2016-10-30 Thread bob
https://bugs.kde.org/show_bug.cgi?id=371055 --- Comment #3 from [email protected] --- I am using QIF. I attempted to unmap and map the troubled account and a download worked once but then crashed thereafter. I also attemtped to create a new credit card account to the same bank account to see if

[kmymoney4] [Bug 371055] crash while attempting to update account / download bank transactions

2016-10-30 Thread bob
https://bugs.kde.org/show_bug.cgi?id=371055 --- Comment #4 from [email protected] --- Correction. I could be wrong but I don't believe my bank is sending QIF behind the scenes. I believe the format is actually OFX. -- You are receiving this mail because: You are the assignee for the bug.

[kmymoney4] [Bug 370227] Crash on exit

2016-10-30 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=370227 --- Comment #6 from Thomas Baumgart --- AqBanking/Gwenhywfar still had a dialog open somewhere. That is causing the crash. I wonder, if you can reproduce it by leaving an AqBanking dialog open and then exit from KMyMoney. -- You are receiving this mai

[kmymoney4] [Bug 371055] crash while attempting to update account / download bank transactions

2016-10-30 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=371055 --- Comment #5 from Thomas Baumgart --- @Christian: KMyMoney/AqBanking using HBCI/FinTS also works with CC accounts, at least for me for some years. -- You are receiving this mail because: You are the assignee for the bug.

[kmymoney4] [Bug 370227] Crash on exit

2016-10-30 Thread Christian David
https://bugs.kde.org/show_bug.cgi?id=370227 Christian David changed: What|Removed |Added Resolution|INVALID |--- Status|NEEDSINFO

[kmymoney4] [Bug 370227] Crash on exit

2016-10-30 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=370227 --- Comment #8 from RJVB --- Do those supposed still-open dialogs have a QObject-based proxy/wrapper class? One source of UI-related crashes on OS X is deleting object instances representing UI elements that still have events pending, which can include

Re: More libalkimia problems/questions was: problems compiling 4.8 on system with both qt4 and qt5

2016-10-30 Thread Ralf Habacker
Am 30.10.2016 um 10:59 schrieb Christian Dávid: > My current suggestion to solve this issue is: > > 1) Let alkimia 4 die. Alkimia 5 is a perfect replacement. The only reason for > the version jump was a really tiny change which caused ABI incompatibility. > Any code that compiles with alkimia 4 s

Re: More libalkimia problems/questions was: problems compiling 4.8 on system with both qt4 and qt5

2016-10-30 Thread Christian David
Am Sonntag, 30. Oktober 2016, 18:49:51 schrieb Ralf Habacker: […] > Your approach also includes the case of a coinstallation, say a stable > 4.8.x version for real work and kf5 based version for development ? […] Hi Ralf, If you mean KMyMoney 4.8.x and KF5 then yes. We only need to add the requir

Re: libalkimia 4.3.2 support in kmm 4.8

2016-10-30 Thread Marko Käning
Hi David, On 30 Oct 2016, at 11:08 , Christian Dávid wrote: > the information that alkimia <= 6.0.0 fetches Qt 5 is wrong! > > Alkimia <= 5 is Qt 4 based, it is fetched indirectly over the line > > find_package(KDE4 4.6.0 REQUIRED) > > As written in another thread, the issue is that alkimia 4.

[kmymoney4] [Bug 370227] Crash on exit

2016-10-30 Thread Marko Käning
https://bugs.kde.org/show_bug.cgi?id=370227 --- Comment #9 from Marko Käning --- (In reply to RJVB from comment #8) > Qt provides the QObject::deleteLater() method for that. I remember this from some patches you submitted a long time ago. Wasn't it in KDevelop? Yeah, I guess this needs some inve

Re: Review Request 129265: Port from KF5Gpgme to GpgME

2016-10-30 Thread Andreas Sturmlechner
> On Oct. 29, 2016, 7:18 a.m., Thomas Baumgart wrote: > > Does this mean, KMyMoney will not compile encryption support on systems > > with KF5 versions prior 16.12? If so, please make your change backward > > compatible (if the new stuff is not found, use the old) > > Andreas Sturmlechner wrot

Re: Review Request 128478: Only import OFX requested date range

2016-10-30 Thread Brendan Coupe
​I think this ​was based on a bug report I filed. While mine might have been the only report, clearly the person that had already modified the code and provided the patch had the same problem. This patch is critical to me and affects anyone with a Citibank credit card. In my case they took over cr

Re: Review Request 129265: Port from KF5Gpgme to GpgME

2016-10-30 Thread René J . V . Bertin
> On Oct. 29, 2016, 9:18 a.m., Thomas Baumgart wrote: > > Does this mean, KMyMoney will not compile encryption support on systems > > with KF5 versions prior 16.12? If so, please make your change backward > > compatible (if the new stuff is not found, use the old) > > Andreas Sturmlechner wrot

[kmymoney4] [Bug 370227] Crash on exit

2016-10-30 Thread Marko Käning
https://bugs.kde.org/show_bug.cgi?id=370227 --- Comment #10 from Marko Käning --- (In reply to Thomas Baumgart from comment #6) > AqBanking/Gwenhywfar still had a dialog open somewhere. That is causing the > crash. I wonder, if you can reproduce it by leaving an AqBanking dialog open > and then e