Skrooge - Expense Tracker App

2021-09-15 Thread Stephane MANKOWSKI
Hi, I'm the main developer of Skrooge (a personal finance application). Skrooge is part of KDE. I discovered today that a new "*Skrooge - Expense Tracker App*" is available on Android and iPhone. * https://personal-budgeter-a0e2f.web.app/index.html * https://play.google.com/store/apps/detai

Re: Safely storing an application's API keys

2021-01-18 Thread Stephane MANKOWSKI
Hi, In Skrooge, we have a plugin to download prices from coinmarketcap. For that, an API key is needed. We decided that: If the end user wants to use this plugin, he will have to request a personal API key and store it in Skrooge that will use it to call the service. By doing like that, we don't n

Re: Next Gen CI Will Be Moving to Production Shortly: Upcoming Changes

2017-05-09 Thread Stephane MANKOWSKI
Hi Ben, As main developer of Skrooge, I use the KDE CI at least once a week. So, I am really interested by the "New Gen CI", including by the window build. Thank you for your job. Stéphane Le 06/05/2017 à 17:24, A. Bikadorov a écrit : > On 06.05.2017 11:37, Ben Cooksley wrote: >> Hi everyone,

Re: Building own Runner

2015-08-21 Thread Stephane MANKOWSKI
Hi, Try this: cmake .. -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` -DQT_PLUGIN_INSTALL_DIR=`kf5-config --qt-plugins` Regards. Le 20/08/2015 22:37, David Baum a écrit : > Hello everyone, > > I've written an own module for Krunner which works pretty well. However there > is a problem within the

Switch Application Language - Partial list of languages

2015-08-05 Thread Stephane MANKOWSKI
Hi, I am the main developer of Skrooge and I have a problem since I migrated to Qt5/Kf5. Indeed, even if Skrooge is translated in many languages, only 3 are available in "Switch Application Language". Be aware that, if I click on "Réglages par défaut" the application is translated in french eve

Re: cmake policy CMP0022 - OLD or NEW?

2014-05-18 Thread Stephane MANKOWSKI
Hi, In skrooge, to remove this kind of warning, we did that: -TARGET_LINK_LIBRARIES(skgbankgui ${KDE4_KDEUI_LIBS} ${QT_QTXML_LIBRARY} skgbankmodeler skgbasemodeler skgbasegui) +TARGET_LINK_LIBRARIES(skgbankgui *LINK_PUBLIC* ${KDE4_KDEUI_LIBS} ${QT_QTXML_LIBRARY} skgbankmodeler skgbasemodeler skgba

Re: Downtime Notification: Git and Subversion

2013-03-27 Thread Stephane MANKOWSKI
, tellico, ...) and all failed with the same error for the same reasons. So, I think that _many other projects will have to do the same change in the corresponding .rc file_. Regards, Stephane Le 27/03/2013 02:50, Ben Cooksley a écrit : On Wed, Mar 27, 2013 at 10:33 AM, Stephane MANKOWSKI wrote

Re: Downtime Notification: Git and Subversion

2013-03-26 Thread Stephane MANKOWSKI
Hi, I don't know if this is linked, but now, when I use "releaseme" to build a tar file, I have an error during the git clone. Example: If I launche: /*git clone --branch master --depth 1 g...@git.kde.org:skrooge*/ I have the following traces: *Cloning into 'skrooge'...* *Enter pas

Re: KPluginLoader ==> cannot load any more object with static TLS

2012-11-03 Thread Stephane MANKOWSKI
ine, then the plugin is loaded without error. Of course, I need to call this static method, so what should I do? Should I move this call in an other library which is not a plugin? Regards, Stephane Le 01/11/2012 21:12, Stephane MANKOWSKI a écrit : Hi, I don't know if this is a coincidence or n

Re: KPluginLoader ==> cannot load any more object with static TLS

2012-11-01 Thread Stephane MANKOWSKI
Thank you. Le 31/10/2012 19:09, Stephane MANKOWSKI a écrit : Hi, Thank you for your answer. Now, I know the reason of the error (not due to KDE or Skrooge, due to libc) ... ... do you know how to repair it? Do I have to put special linking "tags" in the CMakeLists.txt of my plugins?

Re: KPluginLoader ==> cannot load any more object with static TLS

2012-10-31 Thread Stephane MANKOWSKI
se has the same kind of issue with plugins? Thank you. Le 31/10/2012 15:30, Sune Vuorela a écrit : On 2012-10-30, Stephane MANKOWSKI wrote: On kubuntu 12.04 (with KDE 4.9.1), all plugins were successfully loaded. On kubuntu 12.10 (with KDE 4.9.2), some plugins are not loaded due to a=20 NU

KPluginLoader ==> cannot load any more object with static TLS

2012-10-30 Thread Stephane MANKOWSKI
Hi, I am working on Skrooge which uses plugin mechanism like this: /*KPluginLoader loader(service->library());*//* *//*KPluginFactory* factory = loader.factory();*//* *//*if (factory) {*//* *//*...*//* *//*}*/ On kubuntu 12.04 (with KDE 4.9.1), all plugins were successfully loaded. On kubuntu 12

krazy2 vs astyle

2011-11-16 Thread Stephane MANKOWSKI
Hi, 1-For some days, I have many new errors in krazy2 reports due to the check named "*Check for normalized SIGNAL and SLOT signatures [normalize]*". This check gives a link to *http://marcmutz.wordpress.com/effective-qt/prefer-to-use-normalised-signalslot-signatures*. If I well understood, I

KNS3::UploadDialog doesn't upload the file

2011-10-16 Thread Stephane MANKOWSKI
Hi, I tried to use the upload dialog panel of KNS3 like this: /*QPointer dialog = new KNS3::UploadDialog("skrooge_monthly.knsrc", this); dialog->setUploadFile(zipFileName); dialog->setUploadName(templat); dialog->setPreviewImageFile(0, KUrl(previ