Re: Porting KLocale::formatMoney()/readMoney() to Qt5/KF5, best practise?

2016-01-06 Thread Friedrich W. H. Kossebau
Hi John, Am Mittwoch, 6. Januar 2016, 10:07:55 schrieb John Layt: > On 6 January 2016 at 07:12, Friedrich W. H. Kossebau > > wrote: > > QUESTIONS > > > > How have developers of e.g. Skrooge & KMyMoney approached the issue of > > conversion of currency values to/from strings? > > > > Do you kno

Re: [Kde-finance-apps] Porting KLocale::formatMoney()/readMoney() to Qt5/KF5, best practise?

2016-01-06 Thread Stephane MANKOWSKI
Hi Friedrich, Good initiative ! Concerning Skrooge: 1- Skrooge has been ported to Qt5/Kf5 but still need KDELibs4Support. 2- We don't use KLocale::readMoney() because amounts are entered like this: 2- We use KLocale::formatMoney because we can control the number of digits. 3- From KDELibs4Suppor

Re: Porting KLocale::formatMoney()/readMoney() to Qt5/KF5, best practise?

2016-01-06 Thread Tomas Mecir
2016-01-06 19:46 GMT+01:00 Friedrich W. H. Kossebau : > For BIC though this might need some overloads of the method, changing the > signature of existing methods, even if only appending an argument to the > list > of arguments, does not work, or? > Given there are already 8 overloads for the diffe

Re: Porting KLocale::formatMoney()/readMoney() to Qt5/KF5, best practise?

2016-01-06 Thread Friedrich W. H. Kossebau
Hi Tomas, Am Mittwoch, 6. Januar 2016, 12:09:05 schrieb Tomas Mecir: > Hey Friedrich and others! > > I've hit the very same issue in Sheets earlier that you did, and ended up > postponing that part of the porting (though I do have a local branch with > partial results). Yes, I saw your commentin

Re: [Kde-finance-apps] Porting KLocale::formatMoney()/readMoney() to Qt5/KF5, best practise?

2016-01-06 Thread Friedrich W. H. Kossebau
Hi Klaas, Am Mittwoch, 6. Januar 2016, 10:06:48 schrieb Klaas Freitag: > On 06.01.2016 08:12, Friedrich W. H. Kossebau wrote: > > QUESTIONS > > > > How have developers of e.g. Skrooge & KMyMoney approached the issue of > > conversion of currency values to/from strings? > > The outcome of the KDE

Jenkins-kde-ci: calligra master kf5-qt5 » Linux,gcc - Build # 361 - Still Unstable!

2016-01-06 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/calligra%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/361/ Project: PLATFORM=Linux,compiler=gcc Date of build: Wed, 06 Jan 2016 10:16:56 + Build duration: 1 hr 29 min CHANGE SET Revision a8747b063e88ed079c3d897f2bdc5723d6ca4

Re: Porting KLocale::formatMoney()/readMoney() to Qt5/KF5, best practise?

2016-01-06 Thread Tomas Mecir
Hey Friedrich and others! I've hit the very same issue in Sheets earlier that you did, and ended up postponing that part of the porting (though I do have a local branch with partial results). Not really sure what the best solution would be - the problem with KLocale is that it seems to be out of s

Re: Porting KLocale::formatMoney()/readMoney() to Qt5/KF5, best practise?

2016-01-06 Thread John Layt
On 6 January 2016 at 07:12, Friedrich W. H. Kossebau wrote: > > QUESTIONS > > How have developers of e.g. Skrooge & KMyMoney approached the issue of > conversion of currency values to/from strings? > > Do you know about any activities to improve QLocale here? > Hi Friedrich, Apologies that the

Jenkins-kde-ci: calligra master kf5-qt5 » Linux,gcc - Build # 360 - Still Unstable!

2016-01-06 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/calligra%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/360/ Project: PLATFORM=Linux,compiler=gcc Date of build: Wed, 06 Jan 2016 06:14:39 + Build duration: 1 hr 30 min CHANGE SET Revision 09f905f1823b372a2d67eeb72b5646afa

Re: [Kde-finance-apps] Porting KLocale::formatMoney()/readMoney() to Qt5/KF5, best practise?

2016-01-06 Thread Klaas Freitag
On 06.01.2016 08:12, Friedrich W. H. Kossebau wrote: Hi Friedrich, (please keep cross-posting to both ml for now) I (not only with my Calligra developer hat on) would like to collect experiences and ideas for conversion of curreny values to and from strings when using Qt5/KF5, especially when p