[Kmymoney-devel] [Bug 249438] In investment ledger, transfer transaction popup shows all accounts grayed out, but transfer works

2011-08-15 Thread Cristian Onet
https://bugs.kde.org/show_bug.cgi?id=249438


Cristian Onet onet.crist...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Comment #14 from Cristian Onet onet cristian gmail com  2011-08-15 
11:07:25 ---
SVN commit 1247346 by conet:

BUG: 249438
Instead of disabling a parent item which does not matches the filter but has
children that do match the filter mark it as not selectable.
If we would disable the item then all it's children will be drawn as disabled
even if they would be selectable. Disabling and selectability are two aspects
and it seems that disabling applies to a whole subtree.

 M  +4 -4  kmymoneyaccountselector.cpp  


WebSVN link: http://websvn.kde.org/?view=revrevision=1247346

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel


[Kmymoney-devel] [Bug 249438] In investment ledger, transfer transaction popup shows all accounts grayed out, but transfer works

2011-08-15 Thread Cristian Onet
https://bugs.kde.org/show_bug.cgi?id=249438





--- Comment #15 from Cristian Onet onet cristian gmail com  2011-08-15 
11:08:29 ---
SVN commit 1247347 by conet:

BUG: 249438
Instead of disabling a parent item which does not matches the filter but has
children that do match the filter mark it as not selectable.
If we would disable the item then all it's children will be drawn as disabled
even if they would be selectable. Disabling and selectability are two aspects
and it seems that disabling applies to a whole subtree.
Backported to the stable branch.

 M  +4 -4  kmymoneyaccountselector.cpp  


WebSVN link: http://websvn.kde.org/?view=revrevision=1247347

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel


[Kmymoney-devel] [Bug 280117] New: Crash on importing investment via CSV plugin

2011-08-15 Thread allan
https://bugs.kde.org/show_bug.cgi?id=280117

   Summary: Crash on importing investment via CSV plugin
   Product: kmymoney4
   Version: SVN trunk
  Platform: Ubuntu Packages
OS/Version: Linux
Status: NEW
  Severity: crash
  Priority: NOR
 Component: general
AssignedTo: kmymoney-devel@kde.org
ReportedBy: agande...@gmail.com


Version:   SVN trunk (using KDE 4.6.2) 
OS:Linux

While testing an unreleased version of the CSV plugin, a crash occurred during
import of an investment file. The crash occurred when selecting a column for
the memo field.
The cause was an uninitialised variable.
The same problem exists in the current version of the plugin.

Reproducible: Always

Steps to Reproduce:
1) Select File/Import/CSV...
2) Select Investment tab.
3) Open an investment csv file.
4) Select appropriate delimiter.
5) Select a column for one of the fields.
6) Select the same column number for the memo field.
7) Click 'OK' to the warning that a conflicting selection has been made.
8) Crash occurs.


Actual Results:  
Crash occurs.

Expected Results:  
No crash occurs.
Both fields should be cleared allowing correct selections to be made.


Discovered in my development sandbox, but also present in svn 1245521, and in
the new stable release.

Not sure how I would apply the one-line fix to the stable version?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel


[Kmymoney-devel] [Bug 249438] In investment ledger, transfer transaction popup shows all accounts grayed out, but transfer works

2011-08-15 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=249438





--- Comment #16 from Jack ostroffjh users sourceforge net  2011-08-15 
13:27:20 ---
Thanks, Cristian.  I confirm this fixes the problem for me.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel


[Kmymoney-devel] [Bug 280117] Crash on importing investment via CSV plugin

2011-08-15 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=280117





--- Comment #1 from Thomas Baumgart ipwizard users sourceforge net  
2011-08-15 14:46:11 ---
Check the changes in into trunk as usual.

Checkout a separate sandbox based on the branches directory in KDE instead of
trunk and duplicate the fix and check it in there or ask Cristian to backport
it for you.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel


[Kmymoney-devel] [Bug 280127] New: Account opening date is false when importing files w/o opening balance transaction

2011-08-15 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=280127

   Summary: Account opening date is false when importing files w/o
opening balance transaction
   Product: kmymoney4
   Version: SVN trunk
  Platform: openSUSE RPMs
OS/Version: Linux
Status: NEW
  Severity: wishlist
  Priority: NOR
 Component: general
AssignedTo: kmymoney-devel@kde.org
ReportedBy: ipwiz...@users.sourceforge.net


Version:   SVN trunk (using KDE 4.6.0) 
OS:Linux

When importing transactions from another application using QIF, the account
opening date is set to today's date when the import data does not contain an
opening balance transaction.

Reproducible: Always

Steps to Reproduce:
Import a QIF file into a new account w/o opening balance transaction and a
single transaction in the past.

Actual Results:  
The opening date for the account is set to today and you cannot edit the
transaction with a post date in the past.

Expected Results:  
In such a case, set the account opening date to the date of the first
transaction. It's not accurate but the best we could do without causing trouble
to modify the transactions.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel


[Kmymoney-devel] [Bug 280068] GNUCash import does not work

2011-08-15 Thread Cristian Onet
https://bugs.kde.org/show_bug.cgi?id=280068





--- Comment #2 from Cristian Onet onet cristian gmail com  2011-08-15 
20:53:12 ---
SVN commit 1247412 by conet:

BUG: 280068
Make sure the storage is attached while using the MyMoneyFileTransaction. I
don't know when did this break but it seems that GNUCash import was not working
for a long time.
Backported to the stable branch.

 M  +2 -0  mymoneygncreader.cpp  


WebSVN link: http://websvn.kde.org/?view=revrevision=1247412

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel


[Kmymoney-devel] [Bug 257501] Cancelling Gnucash import does not work

2011-08-15 Thread Cristian Onet
https://bugs.kde.org/show_bug.cgi?id=257501


Cristian Onet onet.crist...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Comment #1 from Cristian Onet onet cristian gmail com  2011-08-15 
21:08:23 ---
SVN commit 1247418 by conet:

BUG: 257501
Remove the cancel button since at the point the dialog is displayed the import
process can't be canceled anymore. If the options dialog is closed with the 'x'
some defaults are used (the same as previously pressing Cancel but at least it
does not suggest that the process can be canceled).

 M  +1 -1  kgncimportoptionsdlg.cpp  


WebSVN link: http://websvn.kde.org/?view=revrevision=1247418

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel


[Kmymoney-devel] [Bug 257501] Cancelling Gnucash import does not work

2011-08-15 Thread Cristian Onet
https://bugs.kde.org/show_bug.cgi?id=257501





--- Comment #2 from Cristian Onet onet cristian gmail com  2011-08-15 
21:09:22 ---
SVN commit 1247420 by conet:

BUG: 257501
Remove the cancel button since at the point the dialog is displayed the import
process can't be canceled anymore. If the options dialog is closed with the 'x'
some defaults are used (the same as previously pressing Cancel but at least it
does not suggest that the process can be canceled).
Backported to the stable branch.

 M  +1 -1  kgncimportoptionsdlg.cpp  


WebSVN link: http://websvn.kde.org/?view=revrevision=1247420

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel


[Kmymoney-devel] [Bug 280067] KMyMoney displays the [modifed] hint and the 'File'-'Save' action is active when no file is open

2011-08-15 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=280067


Thomas Baumgart ipwiz...@users.sourceforge.net changed:

   What|Removed |Added

 Status|NEW |ASSIGNED




--- Comment #2 from Thomas Baumgart ipwizard users sourceforge net  
2011-08-15 21:12:21 ---
I'll take care of it

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel


[Kmymoney-devel] [Bug 280071] KMyMoney crashed when opening report

2011-08-15 Thread Cristian Onet
https://bugs.kde.org/show_bug.cgi?id=280071





--- Comment #1 from Cristian Onet onet cristian gmail com  2011-08-15 
21:23:08 ---
Could you please save the file in the anonymous data format
http://kmymoney2.sourceforge.net/kde4/online-manual/details.formats.anonymous.html
check that the crash can be reproduced with the anonymous file and attach it to
this report or you could directly email it to me. This would make fixing this
bug a lot easier. Thanks :).

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel


[Kmymoney-devel] [Bug 241544] Schedule Split Window Redraw

2011-08-15 Thread Cristian Onet
https://bugs.kde.org/show_bug.cgi?id=241544


Cristian Onet onet.crist...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Comment #3 from Cristian Onet onet cristian gmail com  2011-08-15 
21:42:19 ---
SVN commit 1247426 by conet:

BUG: 241544
It's pretty obvious, the base class implementation was not called. Now resizing
is very smooth with the table, I don't know what took us so long.

 M  +2 -1  kmymoneysplittable.cpp  


WebSVN link: http://websvn.kde.org/?view=revrevision=1247426

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel