Re: [Kmymoney-devel] csv importer

2014-03-23 Thread Chris
Hi Alan Not sure if you are seeing the same thing as I am, but in kubuntu I had to increase the maximum size to 300 not reduce it to 280. After that I was able to successfully import a file (sans scroll bar). But not without some confusion. Firstly if you click cancel it asks you if you wan

Re: [Kmymoney-devel] Missing application icons of many KDE apps on MacPorts/OSX

2014-03-23 Thread mk-lists
On 23 Mar 2014, at 09:42 , mk-li...@email.de wrote: > KDevelop is the only one missing the 128x128 icon, which seems to be the > reason for displaying the generic icon in dock if the app is not started. Simply giving KDevelop the missing icon is not yet enough to make it work in the dock and find

Re: [Kmymoney-devel] Missing application icons of many KDE apps on MacPorts/OSX

2014-03-23 Thread mk-lists
On 23 Mar 2014, at 08:56 , mk-li...@email.de wrote: > I haven’t crosschecked with other apps from my long list, but I guess that > explains it. I have found that the ports with an app icon on OSX actually do have an ICNS file installed: — $ find /Applications/MacPorts/KDE4 -name "*.icns" /Applic

Re: [Kmymoney-devel] Missing application icons of many KDE apps on MacPorts/OSX

2014-03-23 Thread mk-lists
This patch file does NOT yet achieve the expected up to now: — --- pics/CMakeLists.txt 2014-03-23 09:03:11.0 +0100 +++ pics/CMakeLists.txt.new 2014-03-23 09:12:01.0 +0100 @@ -7,3 +7,6 @@ ### install files ### kde4_install_icons(${ICON_INSTALL_DIR}) + +#QT

Re: [Kmymoney-devel] Missing application icons of many KDE apps on MacPorts/OSX

2014-03-23 Thread mk-lists
And now I see that there is also this line in KMM’s cmake file: QT4_ADD_DBUS_ADAPTOR(kmymoney_SRCS org.kde.kmymoney.xml kmymoney.h KMyMoneyApp) which is most certainly also important for something… ;-) How would that have to be adapted to e.g. KDevelop? _

Re: [Kmymoney-devel] Missing application icons of many KDE apps on MacPorts/OSX

2014-03-23 Thread mk-lists
Hi Thomas, I indeed can’t find the needed statement in any CMakeLists.txt file in KDevelop’s sources: — $ find . -name CMakeLists.txt -exec grep -l KDE4_ADD_APP_ICON {} \; $ — I haven’t crosschecked with other apps from my long list, but I guess that explains it. Thanks again, Marko __