Re: [Kmymoney-devel] QML Interfaces

2013-10-21 Thread Christian Dávid
ges? > > Regards, > Alvaro > > On Mon, May 27, 2013 at 7:25 AM, Christian Dávid wrote: > > would you accept QML Interfaces (enriched with JavaScript)? ___ KMyMoney-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/kmymoney-devel

[Kmymoney-devel] Adding a new MyMoneyObject / pointers and MyMoneyMap

2013-11-07 Thread Christian Dávid
Hello, as mentioned before I am trying to enable KMyMoney to use AQBankings possibilities to send transfers (actually I am quite far, and I used it for real world transfers already). Btw it is wish-list 238105 [1]. As discussed with Thomas I use an abstract class onlineJob derived from MyMoney

[Kmymoney-devel] Onlinebanking in KMyMoney (new branch add-onlinebanking)

2013-12-07 Thread Christian Dávid
Hello, I just made a huge push to a new branch (add-onlinebanking) in the git repo. The (first) goal is to enable full online banking capability for KMyMoney. At the moment this is only interesting for users with German bank accounts. Still, there is a lot to do. But my code is getting long so

Re: [Kmymoney-devel] Onlinebanking in KMyMoney (new branch add-onlinebanking)

2013-12-08 Thread Christian Dávid
Hi Marko, thank you for your comment! The "New Credit Transfer" button is hidden in the toolbar under "Online Banking" (will change that). The crash after pressing edit without an selection was new to me. I could find the reason already and will upload a fix shortly. Btw: you can still crash th

Re: [Kmymoney-devel] Onlinebanking in KMyMoney (new branch add-onlinebanking)

2013-12-18 Thread Christian Dávid
Am Samstag, 7. Dezember 2013, 22:57:05 schrieb Christian Dávid: > BTW: there is a resisting bug in the remove function of the outbox (see > comment in konlinejoboutbox.cpp) leading to crashes. I really do not get > what's happening there. If someone has an idea… The bug is fixed [

Re: [Kmymoney-devel] kdepim-runtime missing

2014-01-14 Thread Christian Dávid
Am Dienstag, 14. Januar 2014, 12:55:06 schrieb Claudio Pellizzaro: > Hi all, > I was try to install KmyMoney2 in my system (Ubuntu 13.10) either > via ppa:claydoh/kmymoney2-kde4 or Ubuntu Software Center, in both cases > *I *receved a message that the library kdepim-runtime is missed. Hi Cl

Re: [Kmymoney-devel] Comments about KMyMoney

2014-01-24 Thread Christian Dávid
Am Freitag, 24. Januar 2014, 14:32:07 schrieb Graham Clayton: > I have just downloaded KMyMoney and naturally want help to get started. When > I try, all I get is: "The file or folder help:/kmymoney/index.html does not > exist". Not very impressive. Hi Graham, probably the help was not installed.

[Kmymoney-devel] MyMoneyStorageSql concept

2014-01-26 Thread Christian Dávid
Hi, is there a description of MyMoneyStorageSql? For me it is hard to understand (want to add a new MyMoneyObject to be stored). Am I correct if i say, MyMoneyStorageSql uses only very basic and simple sql? E.g. the kmmFileInfo table stores the row count of other tables – isn't that a fundamen

Re: [Kmymoney-devel] Problem building KMM using clang on Mac OS X

2014-01-27 Thread Christian Dávid
Did you update kdelibs recently? If so, did you run cmake after that? Am Montag, 27. Januar 2014, 17:13:53 schrieb [email protected]: > I was trying to build the latest git version of KMM on OSX and experienced a > problem. KDE is the current version: > --- > $ port installed kdelibs4 > The foll

[Kmymoney-devel] SQLCipher Driver for KMyMoney/Qt

2014-02-08 Thread Christian Dávid
Hello, I found SQLCipher [1] which is an encrypted SQLite database. I could make a QSqlDriver and played around with it. It seems to work well. What is missing is a way in KMyMoney to ask the user for the password and send that passwort to the database (it is a simple a non-standard SQL stateme

[Kmymoney-devel] Allow plugins to access the database

2014-02-12 Thread Christian Dávid
Hello, hello Fernando, this is for the online banking function I am currently working on. But it is useful for other plugins as well and would be a major change to KMyMoney: I want to enable plugins to store information (probably a lot of information). For XML files I solved this by adding a My

Re: [Kmymoney-devel] Allow plugins to access the database

2014-03-06 Thread Christian Dávid
Hi Fernando, Am 15.02.2014 um 23:44 schrieb Fernando Vilas: (mail cited incompletely) > The simple answer is to add the table, as you saw. That addresses the initial > concern for getting the data integrated. > > You want the plugins to be able to execute SQL queries directly. That is a > litt

Re: [Kmymoney-devel] New logo suggestion

2014-03-10 Thread Christian Dávid
Am Sonntag, 9. März 2014, 19:52:11 schrieb Alvaro Soliverez: > The whole artwork looks dated. > We've gone from the glossy real-look KDE3 artwork, to the more plain > and minimalist KDE4, to a more conceptual KDE5. Yet, our icon and > artwork is stuck in KDE3-era. > > The whole app needs a refresh

Re: [Kmymoney-devel] Debugging plugins

2014-03-29 Thread Christian Dávid
Am Samstag, 29. März 2014, 11:51:31 schrieb Chris: > I have added the path to the bin folder to QT_PLUGIN_PATH I have also tried > adding the application path by calling > QCoreApplication::addLibraryPath(QCoreApplication::applicationDirPath()); > inside the KApplication Constructor […] > Without c

Re: [Kmymoney-devel] Two instances at once, was: Debugging plugins

2014-03-31 Thread Christian Dávid
Hello! Am Sonntag, 30. März 2014, 19:08:08 schrieb Jack: > > It would appear in KDE you need to pollute your application name > > space to debug a plugin which means you cannot simultaneously have a > > devel version and a release version running at the same time. > > Ah, you have run into on

Re: [Kmymoney-devel] Allow plugins to access the database

2014-04-08 Thread Christian Dávid
Am Sonntag, 6. April 2014, 12:46:05 schrieb Fernando Vilas: > I just committed a few updates to the add-onlinebanking branch. Hopefully > they provide some guidance on how to get the database storage engine going > with the new online jobs type. Thank you, Fernando! My major problem are the onli

Re: [Kmymoney-devel] [kmymoney/add-onlinebanking] kmymoney/mymoney/storage: Fixed bugs in the recent commits by Fernando Vilas

2014-04-16 Thread Christian Dávid
Am Dienstag, 15. April 2014, 21:56:14 schrieb Fernando Vilas: > On Tuesday, April 15, 2014 14:47:25 Christian Dávid wrote: […] > > Project did not compile anymore. > > Sorry about that... breaking the build is bad form. I'll be more careful. > > In this case, I should

[Kmymoney-devel] Akademy 2014

2014-05-20 Thread Christian Dávid
Hi, is someone of KMyMoney going to akademy 2014? Greetings Christian ___ KMyMoney-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/kmymoney-devel

[Kmymoney-devel] KMyMoney Widgets

2014-05-30 Thread Christian Dávid
Hi, I wanted to add an widget to KMyMoney. But unfortunately I got into big trouble with the linker and cannot figure out why (but I am at a point where I think some kind of dark magic is involved!). What is the difference between the targets widgets and kmymoney_base? It looks quite useless t

Re: [Kmymoney-devel] KMyMoney Widgets

2014-06-02 Thread Christian Dávid
Hi, It is me again. Every time I try to compile my plugin and I use e.g new kMyMoneyScheduledCalendar(this); I get this error: ../../../../lib/libwidgets.a(kmymoneybriefschedule.cpp.o): In function `KMyMoneyBriefSchedule::loadSchedule()': […]/kmymoney/widgets/kmymoneybriefschedule.cpp:101: unde

Re: [Kmymoney-devel] New logo suggestion

2014-07-01 Thread Christian Dávid
Hi all, as the thread got crowded I created a new one for the three logo candidates we have up to now: https://forum.kde.org/viewtopic.php?f=285&t=121820 I hope this will get the discussion rolling again. You may want to have a look there! Greetings Chris Am Dienstag, 4. März 2014, 11:38:20

Re: [Kmymoney-devel] Frameworks

2014-07-02 Thread Christian Dávid
Am Montag, 30. Juni 2014, 12:49:28 schrieb Cristian Oneț: > > Does this mean you are already preparing KMyMoney for Qt5/KF5? > > Sorry that I didn't get to announce it yet but here it goes... the > porting to frameworks has begun. Hi Cristian, please do not proceed faster. I am afraid the merge

[Kmymoney-devel] KMyMoney Dependencies and Build Requirements

2014-07-02 Thread Christian Dávid
Hi, just came into my mind after my last mail: Can we raise KMyMoney's build requirements and dependencies for the frameworks branch? CMake Require CMake version 2.8.12 — this is needed to build frameworks anyway. even better raise to cmake 3.0 — I think this version will be required in near f

Re: [Kmymoney-devel] Frameworks

2014-07-03 Thread Christian Dávid
Am Montag, 30. Juni 2014, 12:49:28 schrieb Cristian Oneț: > Sorry that I didn't get to announce it yet but here it goes... the > porting to frameworks has begun. I've created this page [1] so we can > coordinate the port between us. Until now I was the only one working > on this but now that the a

Re: [Kmymoney-devel] KMyMoney Dependencies and Build Requirements

2014-07-03 Thread Christian Dávid
Am Mittwoch, 2. Juli 2014, 21:43:29 schrieb Fernando Vilas: > I think I remember reading that for either Qt5 or KF5, that C++11 was a > requirement. Even as far back as RHEL5, you could get the gcc44 toolchain > installed and use "-std=c++0x" for most of what they use. Based on the > state of af

Re: [Kmymoney-devel] Work on new envelope-budgeting feature

2014-07-13 Thread Christian Dávid
Am Mittwoch, 2. Juli 2014, 12:00:59 schrieb Josua Grawitter: > So instead of adding this to the ever-growing pile of feature requests, > I'll try to do it myself as a summer project. Attached to this email is a > basic sketch for the UI. I've also set up a branch on github to allow for > cooperati

Re: [Kmymoney-devel] Frameworks

2014-07-16 Thread Christian Dávid
2.html >[2] http://build.kde.org/job/kmymoney_frameworks_qt5/ >[3] http://build.kde.org/job/kdepimlibs_frameworks_qt5/ > >> >> Regards, >> Alvaro >> >> >> On Mon, Jul 14, 2014 at 8:52 AM, Cristian Oneț > wrote: >>> 2014-07-03 16:10 GMT+03:00 Chr

Re: [Kmymoney-devel] Build system cleanup

2014-07-21 Thread Christian Dávid
Hi Cristian, I like that! In fact I just used that coding style already in the online banking branch. Greetings Chris On 21. Juli 2014 09:50:14 MESZ, "Cristian Oneț" wrote: >I'm thinking that we should apply this coding style [1] which is used >in other parts of KDE. While looking at the CMak

Re: [Kmymoney-devel] cmake problems

2014-08-06 Thread Christian Dávid
Am Dienstag, 5. August 2014, 07:59:03 schrieb Thomas Baumgart: > that might be the problem. I have seen those cmake changes on master and > frameworks branch, but not on add-onlinebanking. Maybe, it's time to merge > master into add-onlinebanking, but I want to leave that to Christian David > wh

Re: [Kmymoney-devel] cmake problems

2014-08-07 Thread Christian Dávid
Am Mittwoch, 6. August 2014, 12:30:04 schrieb Christian Dávid: > The cmake changes are actually a huge problem for me. Most targets are so > close connected to each other that they only work because they are linked > all together in kmymoney (the executable). […] > > At the mome

Re: [Kmymoney-devel] Jenkins build became unstable: kmymoney_master #278

2014-08-08 Thread Christian Dávid
Am Freitag, 8. August 2014, 20:47:13 schrieb Cristian Oneț: > I don't think that there is a problem since that's only the failure > caused by a timeout. It happens once in a while I don't know why, > maybe we should increase the timeout of QTest. Hi Alvaro, hi Crisitan, I think Cristian is right.

Re: [Kmymoney-devel] cmake problems

2014-08-08 Thread Christian Dávid
Am Dienstag, 5. August 2014, 07:59:03 schrieb Thomas Baumgart: > that might be the problem. I have seen those cmake changes on master and > frameworks branch, but not on add-onlinebanking. Maybe, it's time to merge > master into add-onlinebanking, but I want to leave that to Christian David > wh

[Kmymoney-devel] How to upgrades the database

2014-08-10 Thread Christian Dávid
Hi all, Hi Fernando, as you can see from [1] I started to familiarize myself with the database manager. Now I added a new column to kmmFieldInfo in MyMoneyDbDef::FileInfo(void) using: appendField(MyMoneyDbIntColumn("hiOnlineJobId", MyMoneyDbIntColumn::BIG, UNSIGNED, false, false, 8)); First

Re: [Kmymoney-devel] KMyMoney Widgets

2014-08-10 Thread Christian Dávid
https://git.reviewboard.kde.org/r/119639/ solved that problem. ___ KMyMoney-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/kmymoney-devel

Re: [Kmymoney-devel] Feature request HBCI SEPA

2014-08-10 Thread Christian Dávid
Am Sonntag, 10. August 2014, 07:57:43 schrieb Gunnar Petersen: > I'm using KMyMoney for several years and it is the best finance tool > I've ever tried. > I would like to ask if there is any development on a HBCI feature to > create transactions with SEPA like aqfinance can do. Hi Gunnar, if you w

Re: [Kmymoney-devel] QML Interfaces

2014-08-10 Thread Christian Dávid
Am Sonntag, 10. August 2014, 10:59:24 schrieb Alvaro Soliverez: > The main issue preventing us from a migration to QML is the sheer > number of pages we have in the application. It's simply a lot to > migrate, and QML in KDE is still a moving target. I haven't seen an > application as big as KMyMon

Re: [Kmymoney-devel] How to upgrade the database

2014-08-11 Thread Christian Dávid
Hi Fernando, sorry, I received your mail mutilated. This will make this mail hard to read and I manipulated some quotes to make it not that worse. Am Sonntag, 10. August 2014, 18:01:37 schrieb Fernando Vilas: > […] > > Now I added a new column to kmmFieldInfo in MyMoneyDbDef::FileInfo(void) > >

[Kmymoney-devel] todos for KMyMoney

2014-08-16 Thread Christian Dávid
Hi all, the kind sysadmins opened a group for KMyMoney on todo.kde.org : https://todo.kde.org/?controller=board&action=show&project_id=16 I'll fill it with the design task from the forum [1]. Greetings Chris [1] https://forum.kde.org/viewtopic.php?f=285&t=119635 ___

Re: [Kmymoney-devel] todos for KMyMoney

2014-08-17 Thread Christian Dávid
Am Sonntag, 17. August 2014, 11:09:06 schrieb Thomas Baumgart: > cool. Just one question: how could it be that > https://todo.kde.org/?controller=task&action=show&task_id=314 is work in > progress but has no assignee? Yes, Alvaro wrote he is taking this task on the forum somewhere. But I did not

[Kmymoney-devel] Status of online banking / call for testers

2014-08-18 Thread Christian Dávid
Hello all, for a long time I am working on the online banking branch already. It is close to be finished even if lot still has to be done. But have a look on what is achieved already: • It is possible to create, edit and send sepa credit transfers. I used KMyMoney for *many* sepa credit transf

Re: [Kmymoney-devel] Status of online banking / call for testers

2014-08-18 Thread Christian Dávid
Am Montag, 18. August 2014, 14:46:40 schrieb Martin Steigerwald: > > Please not that using online banking with a database is not possible at > > the > > moment! But there is some stuff on my computer regarding this already > > But its safe to use with a (GPG encrypted) kmymoney file? Is it possibl

Re: [Kmymoney-devel] [onlinebanking] proposals for improved usability

2014-09-08 Thread Christian Dávid
Hi Martin, thank you for your ideas. This feedback is exactly what I need. Am Mittwoch, 20. August 2014, 21:25:14 schrieb MK: > 1. Double-clicking on the newly created IBAN or National Account to enter > the actual numbers isn't intuitive enough, I think. Too much clicking for > entering two numb

Re: [Kmymoney-devel] How to upgrade the database

2014-09-08 Thread Christian Dávid
*ping* ___ KMyMoney-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/kmymoney-devel

Re: [Kmymoney-devel] todos for KMyMoney

2014-09-10 Thread Christian Dávid
Am Samstag, 16. August 2014, 20:33:39 schrieb Christian Dávid: > the kind sysadmins opened a group for KMyMoney on todo.kde.org : > https://todo.kde.org/?controller=board&action=show&project_id=16 Just for your info: I asked Ben to add some categories. He was so

Re: [Kmymoney-devel] Two instances at once, was: Debugging plugins

2014-09-11 Thread Christian Dávid
Am Samstag, 6. September 2014, 10:01:54 schrieb Jack: > I've just tried this again, and it's still not working quite as I > want/expect. Hopefully I'm just missing some step or environment > variable. > I don't think I ever clarified that I'm only working on Linux > (Gentoo). […] Good, everything

[Kmymoney-devel] KMyMoneyMVCCombo and KMyMoneyCombo

2014-09-16 Thread Christian Dávid
Hi all, I just found KMyMoneyMVCCombo. The docu says I should use them as it is the successor of KMyMoneyCombo. I guess the MVC in the name means Model-View- Controler. But I cannot see any usage of a real model or controller pattern. What did I get wrong? What is better with KMyMoneyMVCCombo?

Re: [Kmymoney-devel] [onlinebanking] proposals for improved usability

2014-09-23 Thread Christian Dávid
Am Freitag, 19. September 2014, 20:23:47 schrieb MK: > > Do you mean the account numbers tab in in the payees view? > > Yes. Exactly. > > > I am really > > unhappy with a lot of thinks here (like the one you mentioned). > > What about providing a kind of converter to the user: Two columns with

Re: [Kmymoney-devel] Compiling KMM with plugins (not located into /usr)

2014-09-23 Thread Christian Dávid
Am Dienstag, 23. September 2014, 19:07:18 schrieb Vincent Frison: > Everything is fine except that my local KMM always tries to load plugins > from /usr instead of my local build. > > So apparently the -DCMAKE_INSTALL_PREFIX option at compilation time is not > enough for the plugins. It's ok for t

Re: [Kmymoney-devel] String pixel widths differ

2014-09-23 Thread Christian Dávid
Am Montag, 22. September 2014, 13:46:42 schrieb Cristian Oneț: > This [1] is just an example there are other places like this. > "font-family:'Sans Serif' font-size:9pt"? Please note: defining the font size this way will create microtext on high dpi screens any they will be common in near future.

[Kmymoney-devel] BIC Autocompletion (help neeed)

2014-10-03 Thread Christian Dávid
Hi, does anyone know if I can upload the files published under [1] to the kde repositories? This implies two questions: Does the Bundesbank allow to publish these files (in another format)? Can I put the offered files under an open source license? Greetings Christian P.S.: What about the files

Re: [Kmymoney-devel] Master branch is open for development

2014-10-03 Thread Christian Dávid
Am Freitag, 3. Oktober 2014, 00:50:52 schrieb Cristian Oneț: > Version 4.7.0 is out, it's tagged in git and a 4.7 bugfix branch was > created. This means that master is open for the development of new > features. > > Christian: you could start merging the add-onlinebanking branch into > master whe

Re: [Kmymoney-devel] missing subject

2014-10-03 Thread Christian Dávid
Hi Fernando, finally I want to finish the online banking stuff for the database backend. So I have more questions… Am Sonntag, 21. September 2014, 15:33:46 schrieb Fernando Vilas: > > I even think, this behavior will prevent the upgrades to v1, and v7 as > > they > > call readFileInfo() and new

Re: [Kmymoney-devel] Master branch is open for development

2014-10-03 Thread Christian Dávid
Am Freitag, 3. Oktober 2014, 13:31:57 schrieb Cristian Oneț: > > The only problem left are the account numbers for payees. They are a > > usability nightmare. But I am not interested to solve them in the QWidget > > world anymore, just too many bad hacks and bugs > > Is there some description of t

[Kmymoney-devel] Bug in MyMoneyStorageSql::getNext...Id()

2014-10-04 Thread Christian Dávid
Hi guys, I noticed that all long unsigned MyMoneyStorageSql::getNext*Id() const methods do not return the next id but the highest id which is already used. Just wanted to mention that. This should cause a lot of trouble but I do not know why that is not the case. Greetings Christian __

Re: [Kmymoney-devel] Bug in MyMoneyStorageSql::getNext...Id()

2014-10-04 Thread Christian Dávid
Forget that, everything is okay. Sorry for the spam. Am Samstag, 4. Oktober 2014, 22:12:16 schrieb Christian Dávid: > I noticed that all > long unsigned MyMoneyStorageSql::getNext*Id() const > methods do not return the next id but the highest id which is already used. > Just wante

Re: [Kmymoney-devel] Master branch is open for development

2014-10-08 Thread Christian Dávid
Am Dienstag, 7. Oktober 2014, 08:10:03 schrieb Cristian Oneț: > Christian could you post the steps you use to build > aqbanking/gwenhywfar from git? My automake is a bit rusty. Well, that is something I try to avoid as well. For the account number address book you do not need aqbanking or gwenhyw

Re: [Kmymoney-devel] Master branch is open for development

2014-10-19 Thread Christian Dávid
Am Montag, 13. Oktober 2014, 08:09:37 schrieb Cristian Oneț: > :). In the meantime I took a glimpse at the "Account numbers" editor. > > I have to admit that it the design looks good but the user interaction > lacks some polish. In the first couple of minutes I saw the following > issues: Thanks!

Re: [Kmymoney-devel] KMyMoney Dependencies and Build Requirements

2014-10-24 Thread Christian Dávid
Am Donnerstag, 23. Oktober 2014, 12:38:31 schrieb Cristian Oneț: > I've started to do some profiling again and found another argument for > the case that enabling C++11 would be a great benefit to the project. > > 1. We could really benefit from move semantics, our API is a perfect > fit for that

Re: [Kmymoney-devel] Bug in database upgrade

2014-10-28 Thread Christian Dávid
Am Dienstag, 7. Oktober 2014, 22:02:24 schrieb Fernando Vilas: > > > > _ Solution _ > > > > > > > > I would recommend not to use readFileInfo() and writeFileInfo() in any > > > > upgrade methods anymore and just call writeFileInfo() at the end of > > > > the > > > > upgrade process. Also the m_hi…I

Re: [Kmymoney-devel] Master branch is open for development

2014-11-02 Thread Christian Dávid
Am Montag, 13. Oktober 2014, 08:09:37 schrieb Cristian Oneț: > I've managed to build aqbanking from git master and KMyMoney from the > add-onlinebanking branch, so I'm waiting for that HBCI test account > > :). Hi Cristian, I did not get any answer for the test-account, yet. Maybe the developer

[Kmymoney-devel] Access Alkimia numerator and denominator

2014-11-05 Thread Christian Dávid
Hi, this discussion started in review request 120815 [1]. But that is the wrong place (shame on me). Christian David 1 day ago (Nov. 4, 2014, 7:42 nachm.) > […] > > Another question: I need access to the numerator and denominator to convert > a MyMoneyValue to the value type of the online ban

Re: [Kmymoney-devel] Access Alkimia numerator and denominator

2014-11-06 Thread Christian Dávid
Am Mittwoch, 5. November 2014, 20:46:20 schrieb Christian Dávid: > I want to use it to make AB_VALUE* AB_Value_fromMyMoneyMoney(const > MyMoneyMoney& input) [2] better - using double here is not good. It will > convert the credit transfer value from KMyMoney to aqbanking. I forg

Re: [Kmymoney-devel] Jenkins build became unstable: kmymoney_master #376

2014-11-28 Thread Christian Dávid
Am Freitag, 28. November 2014, 18:46:35 schrieb KDE CI System: > See It was me, and the test is actually failing (not a time out!). I think it is caused indirectly by bug 341304 [1]. The direct problem is that upgradeToV1() does not work wit

[Kmymoney-devel] Google Code In

2015-01-02 Thread Christian Dávid
Hi, at the moment Google Code In is running where students of age 10 to 17 can earn points by solving tasks. I have some spare time and I am interested to post and mentor such a task. The task could be something like write a python script to convert iban & bic data of a central bank into a sqli

[Kmymoney-devel] FYI: KMyMoney stable is now on build.kde.org

2015-01-04 Thread Christian Dávid
Hello FYI: thanks to Ben KMyMoney’s stable branch "4.7" is checked by jenkins now: http://build.kde.org/job/kmymoney_stable/ Greetings Chris -- Weitergeleitete Nachricht -- Betreff: [kde-build-metadata] /: KMyMoney stable = 4.7 Datum: Sonntag, 4. Januar 2015, 10:24:15 Von: Be

Re: [Kmymoney-devel] Review Request 121803: Changed label for serach bar in ledger from "Search" to "Filter"

2015-01-04 Thread Christian Dávid
Happy New Year! in the scheduled transactions view only the screen-shot got outdated. The ledger documentation is a bit misleading now but no immediate action is required: is says that the search filters the shown elements — so new users will understand the "Filter" label (also the screen-shot

Re: [Kmymoney-devel] Master branch is open for development

2015-01-04 Thread Christian Dávid
Am Freitag, 3. Oktober 2014, 00:50:52 schrieb Cristian Oneț: > Christian: you could start merging the add-onlinebanking branch into > master whenever you find it appropriate Hi Crisitan, I am surprised to write this; but I think we can merge add-onlinebanking. There is only one important tasks l

Re: [Kmymoney-devel] Master branch is open for development

2015-01-05 Thread Christian Dávid
Am Montag, 5. Januar 2015, 15:29:21 schrieb Thomas Baumgart: > If you feel that the code is ready for a wider audience feel free to merge > it. Be prepared for a lot of problems in the future The merge is done. Let's see which issues will come. ___ KMyMo

Re: [Kmymoney-devel] Bug in database upgrade

2015-01-11 Thread Christian Dávid
Am Dienstag, 28. Oktober 2014, 19:39:57 schrieb Christian Dávid: > I guess that is only possible if someone extracts the database generation > code from an old git version by hand. When was the database version 0 > introduced (KMyMoney's version?)? The oldest commit I could fin

Re: [Kmymoney-devel] Cherry-pick to 4.7

2015-01-17 Thread Christian Dávid
Am Samstag, 17. Januar 2015, 13:11:45 schrieb aga: > I have done a cherry-pick previously, but am not confident of the > procedure, and I don't want to goof. > > Please could some kind sole spell out the steps for me please. I know only the technical side: git checkout 4.7 git cherry-pick -x com

Re: [Kmymoney-devel] Review Request 122138: [GCI2014] Find the maximum in a set of numeric strings.

2015-02-01 Thread Christian Dávid
Hi Daniel, of course you can contact me/us any time. Help is always appreciated :) The different SQL queries are not an issue, I just thought they are more similar. I am quite sure the way you solved the issue is the right one. Doing a "SELECT id FROM table;" and then doing the comparison in C

[Kmymoney-devel] Handling of Errors in Online Banking

2015-02-01 Thread Christian Dávid
Hello, the last open step before we can release 4.8 from my point of view is the error handling in online banking. But I could need some ideas how this could be done. The execution of the jobs is potentially asynchronously and the error response of the bank is likely an error message (=unstruct

[Kmymoney-devel] Distinction between Transfer and Splits

2015-02-11 Thread Christian Dávid
Hi, I was just wondering why KMyMoney has an internal distinction between transfers and splits? An alternative could be to use splits only. Like in the SQL database now they could have a transferId and a splitId. Only the transferId and the combination (transferId, splitId) are unique. To dis

Re: [Kmymoney-devel] Help, I don't get it

2015-02-27 Thread Christian Dávid
Jack is right. The file is created by cmake (Cristian added that some days ago). I guess there is an issue in the order of these commands leading to a race condition in your build (seems like add _ subdirectory is involved). Am 27. Februar 2015 20:40:51 MEZ, schrieb Jack : > >so it looks like

[Kmymoney-devel] Behavior of send button in onlineJob outbox

2015-03-06 Thread Christian Dávid
Hello, I pushed a change to the send button in onlineJobOutbox [1]. The new behavior is now to send only the selected jobs if something is selected. If nothing is selected everything is sent. Maybe this is not the best solution as send button's behavior might be unclear or confusing to the user

[Kmymoney-devel] Moving data from kmy file to database and vice versa

2015-05-18 Thread Christian Dávid
Hi, how does the copy of a .kmy file to the database and vice versa work? I want to implement a warning if the process cannot be done completely (e.g. due to a missing plug-in). Greetings Christian ___ KMyMoney-devel mailing list [email protected]

[Kmymoney-devel] Online-banking in KMyMoney

2015-05-31 Thread Christian Dávid
Hello Testers, I just wanted to ask if anybody has found issues or has suggestions for the online-banking. How is the outbox working for you? How should the Outbox look like? Thank you for testing! Greetings Christian ___ KMyMoney-devel mailing list

Re: [Kmymoney-devel] Online-banking in KMyMoney

2015-06-03 Thread Christian Dávid
Am Sonntag, 31. Mai 2015, 11:05:29 schrieb Jeff Barlow: > How should the Outbox look like? > > I've seen the icon. I have no idea what it's for. I see no documentation > of it in the handbook. I do online updates of my credit card accounts > but I don't see any interaction of that with the outbo

Re: [Kmymoney-devel] Online-banking in KMyMoney

2015-06-03 Thread Christian Dávid
Am Sonntag, 31. Mai 2015, 22:20:27 schrieb Thomas Baumgart: > After the latest changes in AqBanking (which actually only affect > transaction download) I have used the SEPA transfers a few times on an > iTan managed account. I have yet to test it against a smartTan managed one > (e.g. Postbank).

Re: [Kmymoney-devel] Online-banking in KMyMoney

2015-06-07 Thread Christian Dávid
Am Donnerstag, 4. Juni 2015, 17:06:43 schrieb Martin Preuss: > > Now AqBanking is complaining about a missing BIC. I thought, we don't need > > that anymore. > > [...] > > We shouldn't, but some banks still require you to fill in the BIC field, > even though the specs say otherwise... > > I cou

[Kmymoney-devel] Online Banking ready for (beta) release

2015-07-02 Thread Christian Dávid
Hello, with the last commits I finished all important todos for publishing KMyMoney with online banking. I am quite sure there are still some (hopefully minor) bugs left. From my point of view we should feature freeze the master branch and see if anybody can find a bug withing the next months.

Re: [Kmymoney-devel] Online Banking ready for (beta) release

2015-07-10 Thread Christian Dávid
Am Freitag, 10. Juli 2015, 15:37:15 schrieb Cristian Oneț: > So, does this [the silence] mean that nobody has time for it? Or nobody wants to compile KMyMoney for himself for testing (openSuse users may want to have a look at [1])?! I use it whenever possible. Fortunately (?) I do not receive to

Re: [Kmymoney-devel] Online Banking ready for (beta) release

2015-07-11 Thread Christian Dávid
Am Freitag, 10. Juli 2015, 15:02:52 schrieb Jack: > I don't think my testing would really help much on the other side of > the pond. You are right – or can I sell you an account in Germany? Maybe you want/should to invest in euro ;) ___ KMyMoney-devel

Re: [Kmymoney-devel] Online Banking ready for (beta) release

2015-07-11 Thread Christian Dávid
Am Samstag, 11. Juli 2015, 11:28:41 schrieb Cristian Oneț: > I'd say let's schedule the release of 4.8.0, do it, and after that > switch master to frameworks and start moving into that direction while > keeping the 4.8 branch for KDE4 support. We would need a 1 month > string freeze so I'd go with

[Kmymoney-devel] Transaction has a post date before one of the referenced account's opening date.

2015-07-11 Thread Christian Dávid
Hello, I think we have to improve/change these messages: * Transaction 'T000112' has a post date '13.09.2014' before one of the referenced account's opening date. Referenced accounts: Girokonto The post date was not updated to '16.09.2014'. Finished: 0 problems corrected.

Re: [Kmymoney-devel] Online Banking ready for (beta) release

2015-07-13 Thread Christian Dávid
Am Sonntag, 12. Juli 2015, 15:04:53 schrieb Thomas Baumgart: > I am using it here with three banks. One without a problem, the other ones > I have not really tested. > > The one that's working is using iTAN, the other two are on smartTAN. I > remember having problems with leaving the BIC field e

Re: [Kmymoney-devel] [Kmymoney] Format specs for kmymoney file

2015-09-11 Thread Christian Dávid
Am Freitag, 11. September 2015, 10:49:22 schrieb Jack: > If it's XML, there really ought to be a DTD. While it may not matter > if KMM is the only program to use .kmy files, it would afford an > additional layer of certainty when there are others, such as an android > app. Unfortunately, I

[Kmymoney-devel] Consistency Check for opening dates

2015-10-21 Thread Christian Dávid
Hello, for a while now I receive such consistency check errors: * Transaction 'T000112' has a post date '⟨date⟩' before one of the referenced account's opening date. Referenced accounts: ⟨account name⟩ The post date was not updated to '⟨date from above +3 days⟩'. […] Finish

Re: [Kmymoney-devel] Required packages for MySQL connection

2015-10-21 Thread Christian Dávid
Am Dienstag, 20. Oktober 2015, 19:55:57 schrieb Louis-Philippe Allard: > I managed to find that package a bit before you replied but Im glad you > did. I wonder why installing kmymoney on a centos-fedora-rhel machine > doesnt automatically install qt-mysql as a dependency? > > Perhaps its a packa

Re: [Kmymoney-devel] Draft release notes for 4.8

2015-11-30 Thread Christian Dávid
Hi Alvaro, sound good to me. Only two remarks: I would not mention "Removed latest traces of kd3support" as this as no notable benefit for the user and may confuse some of them. Also you can mention an improvement in start-up time if connected to a database. Before we release we should handle

Re: [Kmymoney-devel] Consistency Check for opening dates

2015-11-30 Thread Christian Dávid
Am Donnerstag, 22. Oktober 2015, 11:28:41 schrieb Thomas Baumgart: > > I think this error is not useful for the user. Mainly because the long id > > is shown – to normal users this is the only place to meet this id, so it > > is absolutely useless. We should change that (I can do that). > > Not re

Re: [Kmymoney-devel] Saving Database back to a file

2016-01-10 Thread Christian Dávid
Am Sonntag, 10. Januar 2016, 08:50:35 schrieb Joe W. Byers: > The dialog is unavailable. I have data from 2000 in my database and this is > over 17000 records in kmmtransactions and 35000 in kmmSplits. The database > is on one of my home network servers and is an innoDB engine. I keep > seeing t

Re: [Kmymoney-devel] state of new release

2016-01-10 Thread Christian Dávid
Am Donnerstag, 7. Januar 2016, 15:03:33 schrieb Stefan Vater: > In November there were > some messages of creating a 4.8.0 release in order to get rid of the > akonadi dependency. The next release 4.8.0 will depend on akonadi. Only the KF5 based KMyMoney can be compiled without it. Unfortunatel

Re: [Kmymoney-devel] Help test onlinebanking

2016-01-10 Thread Christian Dávid
Am Donnerstag, 7. Januar 2016, 20:59:51 schrieb Michael Spahr: > I would like place transactions by HBCI with KMyMoney/AqBanking to my bank. > What must I do, that I have this function. > I would be happy about a Step by Step Guide For openSuse you can use [1]. It has a one click install. When tha

Re: [Kmymoney-devel] Kmymoney database performance

2016-01-10 Thread Christian Dávid
Am Dienstag, 5. Januar 2016, 06:54:26 schrieb Joe W. Byers: > If you move all the accounting to the db server, then Kmymoney could > basically be forked between a client based and DB server version. > > Thank you for all of this work and again, I have a test db version > configured that we can use

Re: aqbanking questions

2016-02-01 Thread Christian Dávid
Am Donnerstag, 28. Januar 2016, 16:51:35 schrieb Jack: > First, is there any way to make aqbanking remember the password? It > prompts every time, and I don't see any boxes or settings. No, there is no option to save the password permanently. This is currently indented as most banks forbid the

File dialog filters

2016-02-13 Thread Christian Dávid
Hi, the latest review request 127057 made me think about using something like QMimeDatabase db; db.mimeTypeForName("application/x-gnucash").filterString() to create the filters. Then we do not need to manage the file extensions anymore and the translators have less work to do (the filterString

Re: Help test onlinebanking

2016-02-16 Thread Christian Dávid
Am Montag, 15. Februar 2016, 21:59:18 CET schrieb Thomas Baumgart: > In the meantime, I think Chrisitan David has provided cmake support in > AqBanking. I have never tried it myself (use the autotools version here on > Linux) but it might be worth to give it a try. I only added cmake config file

Re: Can't build gitHEAD version on windows

2016-05-06 Thread Christian Dávid
Hi Jeff, did you use a "make clean" or even better removed the build folder and rerun cmake? My gcc on Linux has no problems building it at all. payeeIdentifierLoader is automatically added to kmymoney.exe because it is marked "LINK_PUBLIC" in target_link_libraries of kmm_mymoney. This is not g

RE: Can't build gitHEAD version on windows

2016-05-15 Thread Christian Dávid
Hi Jeff, I do not know what "emerge --cleanbuild" does. If it means "remove the hole build folder and rebuild" then you found a bug. Maybe gcc on Linux is more forgiving in this case, so I never saw this. However, I will try to fix this. Due to a lot of work this will probably take some time.

  1   2   >