[Kmymoney-devel] [kmymoney4] [Bug 332795] New: Can't delete security if price entries still exist

2014-03-29 Thread Michael T . Garrison Stuber
https://bugs.kde.org/show_bug.cgi?id=332795 Bug ID: 332795 Summary: Can't delete security if price entries still exist Classification: Unclassified Product: kmymoney4 Version: git master Platform: Compiled Sources OS: Linux

[Kmymoney-devel] [kmymoney4] [Bug 332794] New: Preferences Setting for Default Entry Style seems to be missing

2014-03-29 Thread Michael T . Garrison Stuber
https://bugs.kde.org/show_bug.cgi?id=332794 Bug ID: 332794 Summary: Preferences Setting for Default Entry Style seems to be missing Classification: Unclassified Product: kmymoney4 Version: git master Platform: Compiled

[Kmymoney-devel] [kmymoney4] [Bug 332793] New: Editing multiple transactions simultaneously wipes out amounts

2014-03-29 Thread Michael T . Garrison Stuber
https://bugs.kde.org/show_bug.cgi?id=332793 Bug ID: 332793 Summary: Editing multiple transactions simultaneously wipes out amounts Classification: Unclassified Product: kmymoney4 Version: git master Platform: Compiled S

Re: [Kmymoney-devel] [kmymoney] kmymoney: Changed splits icon

2014-03-29 Thread Allan
On 29/03/14 23:49, Alvaro Soliverez wrote: Git commit 6d9e913792216ee371f24bcde69afe822da94f5c by Alvaro Soliverez. Committed on 06/03/2014 at 11:06. Pushed by asoliverez into branch 'master'. Changed splits icon M +1-1kmymoney/kmymoney.cpp http://commits.kde.org/kmymoney/6d9e91379221

Re: [Kmymoney-devel] Debugging plugins

2014-03-29 Thread Allan
On 29/03/14 23:35, Chris wrote: Hmm Perhaps dejavu sans needs to be included in the install package as its not an installed font in mswin7, by including it in the install some of these inconstancies may be ironed out. It now appears that my choice of DejaVu Sans doesn't get into the build any

Re: [Kmymoney-devel] Debugging plugins

2014-03-29 Thread Allan
On 29/03/14 23:04, Chris wrote: Hi Allan If you look at the source of the ui file there is no font specified. So you are picking up the font *QT* chooses as the default. Yes, neither the UI file, nor the built ui.h file give a font name. As it shows in QtDesigner, it appears that it gets

Re: [Kmymoney-devel] Thought about the "Reports" icon w.r.t. the revamped icon set

2014-03-29 Thread Alvaro Soliverez
Hi, I pushed new icons. Let me know if they fit better now. Regards, Alvaro Ps. And a change I had forgot to push, for the splits icon. On Thu, Mar 27, 2014 at 6:19 PM, Alvaro Soliverez wrote: > Hi, > There is a couple of paler icons we could use instead, if people agree > they would fit better

Re: [Kmymoney-devel] Debugging plugins

2014-03-29 Thread Chris
Hmm Perhaps dejavu sans needs to be included in the install package as its not an installed font in mswin7, by including it in the install some of these inconstancies may be ironed out. if installing a font is a bit over the top QT includes... int QFontDatabase::addApplicationFont ( const QSt

Re: [Kmymoney-devel] Debugging plugins

2014-03-29 Thread Chris
Hi Allan If you look at the source of the ui file there is no font specified. So you are picking up the font *QT* chooses as the default. Original csvimport ui file.. modified using qtdesigner file... Arial Like you I have found fonts are not the only problems. Now

Re: [Kmymoney-devel] Debugging plugins

2014-03-29 Thread Chris
Hi Yes I worked out that kmymoney wasn't using QT's plugin mechanism but instead KDE's I was just trying to workout the desktop files and where they are kept when I got this email. So thanks for that. Can I say this appears crazy. KDE appears to be trying to make itself as complex as wind

Re: [Kmymoney-devel] Debugging plugins

2014-03-29 Thread Allan
On 29/03/14 22:19, Chris wrote: Hi Allen With the font issues I found that the font was not specified in the ui file so defaults where applied. Those defaults caused problems. So it may be the defaults on your machine are more suited to your desktop environment than the default on other desktops

Re: [Kmymoney-devel] Debugging plugins

2014-03-29 Thread Chris
Hi Allen With the font issues I found that the font was not specified in the ui file so defaults where applied. Those defaults caused problems. So it may be the defaults on your machine are more suited to your desktop environment than the default on other desktops. On windows, QT uses an inter

[Kmymoney-devel] two new OFX investment import oddities

2014-03-29 Thread Jack
I'm continuing to try to update my Merrill Lynch investment accounts with ofx direct connect, and I just noticed two more strange things. First, an imported buy shares transaction does not include a brokerage account. This is not a surprise, since it is probably not explicitly included in

[Kmymoney-devel] Bitcoin exchange rate

2014-03-29 Thread David Houlden
Hi, I added Bitcoin (BTC) to my list of currencies in KMyMoney and set up a cash account with currency of BTC to represent my Bitcoin wallet. I then transferred some money from another account in GBP to the BTC account and was prompted for the exchange rate. All good so far. However, the BTC t

Re: [Kmymoney-devel] Debugging plugins

2014-03-29 Thread Allan
On 29/03/14 01:21, Chris wrote: Hi Guys I am trying to debug the csv import plugin layout problem. It appears the default font may be a large part of the problem but not all of it. Hi Cristian Coming in here from a different angle. Here, I've sorted out the layout problem with Ubuntu-type

Re: [Kmymoney-devel] Debugging plugins

2014-03-29 Thread Thomas Baumgart
Hi Chris, @Cristian: please read very last sentence of this mail. TIA. On Saturday 29 March 2014 11:51:31 Chris wrote: > Hi Guys > > I am trying to debug the csv import plugin layout problem. It appears the > default font may be a large part of the problem but not all of it. > > What I can't

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