> On Jan. 23, 2013, 12:32 p.m., Alessandro Russo wrote:
> > When I added the tags I followed as example the code for memo and payee
> > fields, so if that line of code was wrong for the memo and payee fields it
> > will be wrong also for the tag field.
>
> Allan Anderson wrote:
> The patch
https://bugs.kde.org/show_bug.cgi?id=312692
--- Comment #9 from Marko Käning ---
So, now I have information with line number, eventually.
My Xcode wouldn't want to help me with debugging in an IDE, so that I had to do
all this manually in gdb:
.
.
.
PASS : MyMoneyDatabaseMgrTest::testRepar
https://bugs.kde.org/show_bug.cgi?id=313848
--- Comment #9 from allan ---
Incidentally, I've just tried on ~/kmymoney-4.6.2.
The first time, it seemed to work correctly. The next four or five times,
after the edit and clicking Enter, the whole ledger's worth of transaction
disappeared.
Clickin
https://bugs.kde.org/show_bug.cgi?id=313848
--- Comment #8 from allan ---
Oh, OK.
1) Let's start by un-selecting the transaction form.
2) Select a checking transaction.
3) Only edit the amount - do nothing else.
4) Mouse click just below the amount.
5) Now click Enter.
6) For me, the transaction
https://bugs.kde.org/show_bug.cgi?id=313848
--- Comment #7 from Cristian Oneț ---
Sorry, but I couldn't follow this... couldn't reproduce it either... is it
happening only without the transaction form?
--
You are receiving this mail because:
You are the assignee for the bug.
___
https://bugs.kde.org/show_bug.cgi?id=313848
--- Comment #6 from allan ---
I would appreciate comments as to whether this patch is the right approach.
The initial fix was diagnostic, as it was getting late.
I needed to go further back in the code. What I found was that after an edit,
a click in
În ziua de Sîm 26 Ian 2013, la 15:30:44, Thomas Baumgart a scris:
> Anyone any ideas?
You could try QTextOption which has a setAlignment. Set the default text
option with setDefaultTextOption.
--
Regards,
Cristian Oneț
signature.asc
Description: This is a digitally signed message part.
https://bugs.kde.org/show_bug.cgi?id=312127
allan changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://bugs.kde.org/show_bug.cgi?id=313468
--- Comment #3 from Marko Käning ---
And please check out also https://bugs.kde.org/show_bug.cgi?id=267589
--
You are receiving this mail because:
You are the assignee for the bug.
___
KMyMoney-devel mailing
https://bugs.kde.org/show_bug.cgi?id=275458
Marko Käning changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://bugs.kde.org/show_bug.cgi?id=313468
--- Comment #2 from Marko Käning ---
See also https://bugs.kde.org/show_bug.cgi?id=312382 which describes that in
case of a locked transaction editor you can just try to edit the date which
will re-enable the keyboard in all other edit fields right away
https://bugs.kde.org/show_bug.cgi?id=256902
Marko Käning changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://bugs.kde.org/show_bug.cgi?id=281526
Marko Käning changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://bugs.kde.org/show_bug.cgi?id=313468
Marko Käning changed:
What|Removed |Added
Summary|Cant fill category's|Can't fill category edit
|tran
https://bugs.kde.org/show_bug.cgi?id=313468
Marko Käning changed:
What|Removed |Added
Status|UNCONFIRMED |CONFIRMED
Ever confirmed|0
https://bugs.kde.org/show_bug.cgi?id=313468
Marko Käning changed:
What|Removed |Added
CC||mk-li...@email.de
--- Comment #1 from Marko Käni
On Jan 26, 2013, at 4:20 PM, Łukasz Maszczyński wrote:
> Are you using g++ 4.2 by any chance?
Thanks Łukasz for this hint!
Yes, indeed, I am using Apple's g++ 4.2.1.
Greets,
Marko
___
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.or
Hi,
guessing from the logs, the warning comes actually from the boost
package, which is used by gpgme. I don't think the warning does any
harm, I believe it's there because you use an old version of g++,
which does not implement C++0x features yet. It seems that C++0x has
been introduced in g++ 4.
Hi devs,
here are a few deprecation warning which might interest you which did not pop
up with gcc, but do so with clang on Mac OS X > 10.6:
---
/opt/local/var/macports/build/_opt_mports_dports_kde_kmymoney4-devel/kmymoney4-devel/work/kmymoney/libkdchart/src/KDChartCartesianAxis.cpp:314:57:
wa
Hi,
just upgraded my copy of git master to the latest and greatest just to find
out that right alignment of all values in the ledger is broken. I tried to fix
it by using
355,95
as txt sent to
document.setHtml(txt);
inside of void Transaction::paintRegisterCell(QPainter *painter,
On Jan 26, 2013, at 2:38 PM, Thomas Baumgart wrote:
> What do you mean? Sure you can edit the schedule. Where is the problem? Just
> tried to verify this against current master but don't see this happen. How
> can
> I duplicate that?
you are right, Thomas! :-)
The problem was that I actually h
On 26/01/13 13:17, mk-li...@email.de wrote:
On Jan 26, 2013, at 2:12 PM, Allan wrote:
If I have two very similar transactions in the ledger and select them both,
when I try to edit them both, only one transaction now is active and the other
is unchanged.
Up to this day I didn't know that it
Hi,
On Saturday 26 January 2013 14:18:36 mk-li...@email.de wrote:
> BTW, is it a bug or a feature that the editor doesn't allow to edit overdue
> payments of schedules?
What do you mean? Sure you can edit the schedule. Where is the problem? Just
tried to verify this against current master but d
On Jan 26, 2013, at 2:12 PM, Allan wrote:
> If I have two very similar transactions in the ledger and select them both,
> when I try to edit them both, only one transaction now is active and the
> other is unchanged.
Up to this day I didn't know that it is possible to edit more than one
transac
I don't know if it's me having a crisis of confidence, or whether there
is a problem here. I've just updated from Git in case I had mislaid an
edit.
If I have two very similar transactions in the ledger and select them
both, when I try to edit them both, only one transaction now is active
an
https://bugs.kde.org/show_bug.cgi?id=313237
--- Comment #4 from Maarten ---
Hi,
I attached one ledger which is not matched. The regular expression I
look for is "AUFLADUNG -" where the #'s denote a phone number.
I hope from that is already seen what is going wrong, if not, I will
se
> On Jan. 23, 2013, 12:32 p.m., Alessandro Russo wrote:
> > When I added the tags I followed as example the code for memo and payee
> > fields, so if that line of code was wrong for the memo and payee fields it
> > will be wrong also for the tag field.
>
> Allan Anderson wrote:
> The patch
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/108150/#review26198
---
This review has been submitted with commit
5881d42224df2377943
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/108489/#review26195
---
Due to lack of experience with transaction matching and related
https://bugs.kde.org/show_bug.cgi?id=297402
Cristian Oneț changed:
What|Removed |Added
Status|CONFIRMED |NEEDSINFO
CC|
https://bugs.kde.org/show_bug.cgi?id=297343
Cristian Oneț changed:
What|Removed |Added
Status|NEEDSINFO |RESOLVED
CC|
https://bugs.kde.org/show_bug.cgi?id=282804
Cristian Oneț changed:
What|Removed |Added
Status|UNCONFIRMED |NEEDSINFO
CC|
https://bugs.kde.org/show_bug.cgi?id=312676
Cristian Oneț changed:
What|Removed |Added
CC||onet.crist...@gmail.com
--- Comment #6 from Cri
https://bugs.kde.org/show_bug.cgi?id=312676
Cristian Oneț changed:
What|Removed |Added
CC||nicolasb.i...@gmail.com
--- Comment #5 from Cri
https://bugs.kde.org/show_bug.cgi?id=313331
Cristian Oneț changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://bugs.kde.org/show_bug.cgi?id=313874
Cristian Oneț changed:
What|Removed |Added
Latest Commit|http://commits.kde.org/kmym |http://commits.kde.org/kmym
|
https://bugs.kde.org/show_bug.cgi?id=313874
Cristian Oneț changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
Hi devs,
I am getting this warning on Mac OSX:
---
In file included from /opt/macports-test/include/boost/preprocessor/cat.hpp:17,
from
/opt/macports-test/include/boost/mpl/aux_/integral_wrapper.hpp:22,
from /opt/macports-test/include/boost/mpl/int.hpp:20,
38 matches
Mail list logo