Re: Review Request 124397: Add today button to calendar

2015-07-28 Thread Martin Klapetek
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124397/#review83118 --- src/declarativeimports/calendar/qml/DaysCalendar.qml (lines 7

Re: Review Request 124397: Add today button to calendar

2015-07-28 Thread Bernhard Friedreich
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124397/ --- (Updated Juli 28, 2015, 8:32 nachm.) Review request for KDE Frameworks an

Re: Review Request 124397: Add today button to calendar

2015-07-28 Thread Bernhard Friedreich
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124397/ --- (Updated Juli 28, 2015, 8:21 nachm.) Review request for KDE Frameworks an

Review Request 124515: KCharselect: Fix unicode category and use boundingRect for width calculation

2015-07-28 Thread Rajeesh K Nambiar
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124515/ --- Review request for KDE Frameworks and David Faure. Repository: kwidgetsad

Jenkins-kde-ci: kwallet master kf5-minimum » Linux,gcc - Build # 1 - Failure!

2015-07-28 Thread no-reply
GENERAL INFO BUILD FAILURE Build URL: https://build.kde.org/job/kwallet%20master%20kf5-minimum/PLATFORM=Linux,compiler=gcc/1/ Project: PLATFORM=Linux,compiler=gcc Date of build: Tue, 28 Jul 2015 17:29:09 + Build duration: 8.2 sec CHANGE SET No changes ___

Jenkins-kde-ci: kwallet master kf5-minimum » Linux,gcc - Build # 1 - Failure!

2015-07-28 Thread no-reply
GENERAL INFO BUILD FAILURE Build URL: https://build.kde.org/job/kwallet%20master%20kf5-minimum/PLATFORM=Linux,compiler=gcc/1/ Project: PLATFORM=Linux,compiler=gcc Date of build: Tue, 28 Jul 2015 17:29:09 + Build duration: 8.2 sec CHANGE SET No changes ___

Re: Review Request 124487: Couple misc small fixes in kwallet

2015-07-28 Thread Valentin Rusu
* Martin Klapetek [2015-07-28 10:10:46 -]: > Oops I've pushed this by mistake with other commit, if you think > there's anything that should be changed, please reopen this and > I'll revert it. > No, it's OK, thanks for this. ___ Kde-frameworks-d

Re: Review Request 124487: Couple misc small fixes in kwallet

2015-07-28 Thread Martin Klapetek
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124487/#review83082 --- Oops I've pushed this by mistake with other commit, if you thi

Re: Review Request 124487: Couple misc small fixes in kwallet

2015-07-28 Thread Martin Klapetek
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124487/ --- (Updated July 28, 2015, 10:09 a.m.) Status -- This change has been m

Re: Review Request 124487: Couple misc small fixes in kwallet

2015-07-28 Thread Martin Klapetek
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124487/ --- (Updated July 28, 2015, 11:58 a.m.) Review request for KDE Frameworks and

Re: [ktexteditor] src/utils: only output warnings and above per default

2015-07-28 Thread Christoph Cullmann
Hi, ok, will fix the #if and will remove that if the cmake solution is there ;=) Greetings Christoph - Ursprüngliche Mail - > On Tuesday 28 July 2015 07:54:54 Christoph Cullmann wrote: > > > > -Q_LOGGING_CATEGORY(LOG_PART, "katepart") > > +Q_LOGGING_CATEGORY(LOG_PART, "katepart", QtWarn

Re: [ktexteditor] src/utils: only output warnings and above per default

2015-07-28 Thread David Faure
On Tuesday 28 July 2015 07:54:54 Christoph Cullmann wrote: > > -Q_LOGGING_CATEGORY(LOG_PART, "katepart") > +Q_LOGGING_CATEGORY(LOG_PART, "katepart", QtWarningMsg) This should be in a #if QT_VERSION > QT_VERSION_CHECK(5,4,0) block, because it was missing in 5.3 (which we still support). My plan i