Re: [Kmymoney-devel] Guidance needed please

2015-03-20 Thread aga
On 20/03/15 20:23, Alvaro Soliverez wrote: Hi, Did you uninstall the previous version before installing 4.7? I did, yes, with the usual list of 'uninstalling xxx', etc. However, looking in more detail, there is a small number of - File "/usr/lib64/libkmm_widgets.so.4" File "/usr/lib64/libk

[Kmymoney-devel] [kmymoney4] [Bug 343106] Numbering system in the ledger.

2015-03-20 Thread allan
https://bugs.kde.org/show_bug.cgi?id=343106 allan changed: What|Removed |Added Latest Commit|http://commits.kde.org/kmym |http://commits.kde.org/kmym |oney/71b

Re: [Kmymoney-devel] Guidance needed please

2015-03-20 Thread Alvaro Soliverez
Hi, Did you uninstall the previous version before installing 4.7? On Fri, Mar 20, 2015 at 4:29 PM aga wrote: > > > On 20/03/15 16:34, Alvaro Soliverez wrote: > > Hi, > > The problem doesn't seem to be in your git workflow, but rather a > > conflict when applying the patch. > > > > asoliver@zeon:

Re: [Kmymoney-devel] Guidance needed please

2015-03-20 Thread aga
On 20/03/15 16:34, Alvaro Soliverez wrote: Hi, The problem doesn't seem to be in your git workflow, but rather a conflict when applying the patch. asoliver@zeon:~/desarrollo/kmymoney> git cherry-pick 71bbf7b53125edfd37047f0bdba1feedd88a6d26 error: could not apply 71bbf7b... BUG:343106 hint: af

Re: [Kmymoney-devel] Guidance needed please

2015-03-20 Thread Alvaro Soliverez
Hi, The problem doesn't seem to be in your git workflow, but rather a conflict when applying the patch. asoliver@zeon:~/desarrollo/kmymoney> git cherry-pick 71bbf7b53125edfd37047f0bdba1feedd88a6d26 error: could not apply 71bbf7b... BUG:343106 hint: after resolving the conflicts, mark the corrected

Re: [Kmymoney-devel] Guidance needed please

2015-03-20 Thread aga
On 20/03/15 15:29, Alvaro Soliverez wrote: What's the commit id of what you are trying to cherry pick Thanks Alvaro it's - (cherry picked from commit > 71bbf7b53125edfd37047f0bdba1fe__edd88a6d26) Allan ? I'll try it here On Fri, Mar 20, 2015 at 12:19 PM aga mailto:agande...@gmail.co

Re: [Kmymoney-devel] Guidance needed please

2015-03-20 Thread Alvaro Soliverez
What's the commit id of what you are trying to cherry pick? I'll try it here On Fri, Mar 20, 2015 at 12:19 PM aga wrote: > I'm afraid there still seems to be a problem, but it's with the > cherry-pick. It appears to go correctly, but git log shows - > > commit a0dac2d1a6ede4bca0ba48da03783fad6a

Re: [Kmymoney-devel] Guidance needed please

2015-03-20 Thread aga
I'm afraid there still seems to be a problem, but it's with the cherry-pick. It appears to go correctly, but git log shows - commit a0dac2d1a6ede4bca0ba48da03783fad6aca3dbb Author: Allan Anderson Date: Sun Feb 8 22:09:30 2015 + BUG:343106 Fix unhelpful messages when processing s

Re: [Kmymoney-devel] Feature request kmymoney

2015-03-20 Thread Cristian Oneț
Did you follow the steps described on this page? http://gpg4win.de/handbuecher/novices_6.html I can't explain this clearer that that guide... Regards, Cristian 2015-03-20 16:29 GMT+02:00 Biagio Latino : > how do I generate a key pair? The guide is not explained. Is Complicated use > kmymoney. (

Re: [Kmymoney-devel] Feature request kmymoney

2015-03-20 Thread Cristian Oneț
Did you create a key pair [1]? What version of KMyMoney are you using? Regards, Cristian [1] http://gpg4win.de/handbuecher/novices_6.html 2015-03-20 14:04 GMT+02:00 Biagio Latino : > > Many thanks for your reply. I installed gpg but I can not turn it into > KMyMoney because the key is off. For b

Re: [Kmymoney-devel] Feature request kmymoney

2015-03-20 Thread Biagio Latino
Many thanks for your reply. I installed gpg but I can not turn it into KMyMoney because the key is off. For buttons I refer to page back page forward. Regards biagio Il 20/03/2015 11:49, aga ha scritto: On 20/03/15 10:15, Biagio Latino wrote: KMYMONEY I am a new user of KMyMoney. I use

Re: [Kmymoney-devel] Guidance needed please

2015-03-20 Thread Alvaro Soliverez
Hi, >From the looks of that, you were working on the 4.7 branch directly. In that case, it's better to use rebase. ie. if you checkout -b a new branch, use rebase and merge If you want to quickly fetch a commit from another branch, use cherry-pick For example, work on master using checkout-b,

Re: [Kmymoney-devel] Feature request kmymoney

2015-03-20 Thread aga
It's best if you reply to the list rather than to me, as others may be able to help, and in this case Cristian with your gpg query. So far as the buttons are concerned, I still don't know to which buttons you refer. Where do you see them, or where are you expecting to see them if you can't

Re: [Kmymoney-devel] Guidance needed please

2015-03-20 Thread aga
On 20/03/15 11:01, Alvaro Soliverez wrote: Hi Allan, Usually, when you want to cherry pick a commit, you shouldn't rebase. the work would go like this. git checkout master ...do some coding... git commit git push origin master ...now to push it to stable branch... git checkout 4.7 git cherr

Re: [Kmymoney-devel] Guidance needed please

2015-03-20 Thread Alvaro Soliverez
Hi Allan, Usually, when you want to cherry pick a commit, you shouldn't rebase. the work would go like this. git checkout master ...do some coding... git commit git push origin master ...now to push it to stable branch... git checkout 4.7 git cherry-pick git push origin 4.7 done! You may use

Re: [Kmymoney-devel] Feature request kmymoney

2015-03-20 Thread aga
On 20/03/15 10:15, Biagio Latino wrote: KMYMONEY I am a new user of KMyMoney. I used microsoft money. Unfortunately I can not find a way to enter a password to protect the file. Also lack the forward and back buttons. Tanks ___ Cristian has resp

[Kmymoney-devel] Guidance needed please

2015-03-20 Thread aga
Having pushed a bug fix, I then needed to to cherry-pick to 4.7. With my previous struggles doing this, I took some care. However, on doing the git rebase 4.7, I think it was, I got a couple of screens full of whitespace errors (hundreds) and many many conflicts. Assuming it was down to me,

Re: [Kmymoney-devel] Feature request kmymoney

2015-03-20 Thread Cristian Oneț
Hi, KMyMoney uses GPG encryption to implement password protection [2]. In order to use this feature on Windows (I presume) you need to install gpg4win [1] in order to generate yourself a GPG key (if you don't have one already). It might be worth to add also the KMyMoney recovery key and use it als

[Kmymoney-devel] Feature request kmymoney

2015-03-20 Thread Biagio Latino
KMYMONEY I am a new user of KMyMoney. I used microsoft money. Unfortunately I can not find a way to enter a password to protect the file. Also lack the forward and back buttons. Tanks ___ KMyMoney-devel mailing list KMyMoney-devel@kde.org https://