Re: Supporting MSVC2010 in ktexteditor framework

2014-11-05 Thread Nicolás Alvarez
2014-11-05 15:18 GMT-03:00 Nicolás Alvarez : > 2014-11-05 10:35 GMT-03:00 Kevin Ottens : >> VS2012 hits the sweet spot of being relatively widespread while starting to >> have a useful subset of C++11 (case in point ktexteditor which prompted this >> thread builds with it). > > Actually I just foun

[RFC] [kservice] KPluginMetadata indexing

2014-11-05 Thread Sebastian Kügler
Hi all, especially Alex and David, tl;dr: I've done a proof-of-concept implementation of a metadata index for KPluginTrader::query(), the main entry point when it comes to finding binary plugins. This index considerably speeds up all current use cases, but comes at the cost of having to mainta

How to port KTabBar::mouseMiddleClick?

2014-11-05 Thread Milian Wolff
Hey all, what do I do to get middle-click-closes-tab in Qt 5 without KTabBar? Previously, we used KTabBar and its mouseMiddleClick signal. Bye -- Milian Wolff m...@milianw.de http://milianw.de ___ Kde-frameworks-devel mailing list Kde-frameworks-devel

Review Request 121007: Fix warning when using newer upower backend.

2014-11-05 Thread Milian Wolff
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/121007/ --- Review request for KDE Frameworks. Repository: solid Description --

Jenkins build is back to stable : kio_master_qt5 #431

2014-11-05 Thread KDE CI System
See ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: KF 5.4 changelog

2014-11-05 Thread Marco Martin
On Wednesday 05 November 2014, David Faure wrote: > On Monday 03 November 2014 08:44:33 David Faure wrote: > > Hand-written from git log, but I wasn't able to understand the changes in > > solid and plasma-framework. Please tell me what to add for these, and > > remember to use CHANGELOG in the fut

Jenkins build is back to stable : kdelibs_stable #1212

2014-11-05 Thread KDE CI System
See ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Supporting MSVC2010 in ktexteditor framework

2014-11-05 Thread Sven Brauch
> Actually I just found it doesn't build with VS2012 either, ugh. And I > expected the fixes to be easier, but it seems I still have to fix the > unit test full of brace initializers for 2012 to work. I will fix that, after all it's my fault it looks like this. Just tell me what features I can't us

Jenkins build became unstable: frameworkintegration_master_qt5 #131

2014-11-05 Thread KDE CI System
See ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: KF 5.4 changelog

2014-11-05 Thread David Faure
On Monday 03 November 2014 08:44:33 David Faure wrote: > Hand-written from git log, but I wasn't able to understand the changes in > solid and plasma-framework. Please tell me what to add for these, and > remember to use CHANGELOG in the future. No reply. I'll write "[not communicated]" for these

Re: Supporting MSVC2010 in ktexteditor framework

2014-11-05 Thread Nicolás Alvarez
2014-11-05 10:35 GMT-03:00 Kevin Ottens : > VS2012 hits the sweet spot of being relatively widespread while starting to > have a useful subset of C++11 (case in point ktexteditor which prompted this > thread builds with it). Actually I just found it doesn't build with VS2012 either, ugh. And I exp

Re: Review Request 120902: [KRatingPainter] Support monochrome icon themes (such as breeze)

2014-11-05 Thread David Edmundson
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120902/#review69898 --- Ship it! - David Edmundson On Oct. 29, 2014, 11:30 p.m., Ch

Re: Supporting MSVC2010 in ktexteditor framework

2014-11-05 Thread Milian Wolff
On Wednesday 05 November 2014 14:35:07 Kevin Ottens wrote: > Hello, > > On Wednesday 05 November 2014 09:25:27 Mirko Boehm wrote: > > > On 05 Nov 2014, at 09:02, Kevin Ottens wrote: > > >> I propose to bump the required compiler versions across the board to > > >> compilers that fully 100% implem

Re: Supporting MSVC2010 in ktexteditor framework

2014-11-05 Thread Kevin Ottens
Hello, On Wednesday 05 November 2014 09:25:27 Mirko Boehm wrote: > > On 05 Nov 2014, at 09:02, Kevin Ottens wrote: > >> I propose to bump the required compiler versions across the board to > >> compilers that fully 100% implement C++11. It is 2014 and C++14 is > >> finalised. And we are a Free So

Re: Supporting MSVC2010 in ktexteditor framework

2014-11-05 Thread Allen Winter
On Wednesday, November 05, 2014 12:33:58 AM Nicolás Alvarez wrote: > Hi all, > > According to https://community.kde.org/Frameworks/C++11, KDE > Frameworks support MSVC2010 and later versions. Since ktexteditor is > part of KF5, it is supposed to work on MSVC2010. It currently doesn't; > several un

Re: Supporting MSVC2010 in ktexteditor framework

2014-11-05 Thread Christoph Cullmann
> 2014-11-05 9:58 GMT+02:00 Martin Graesslin : > > On Wednesday 05 November 2014 08:53:42 Mirko Boehm wrote: > >> Hi, > >> > >> > On 05 Nov 2014, at 04:33, Nicolás Alvarez > >> > wrote: > >> > > >> > So, I hereby propose making an exception and bumping the minimum > >> > compiler version *for ktex

Re: Supporting MSVC2010 in ktexteditor framework

2014-11-05 Thread Cristian Oneț
2014-11-05 9:58 GMT+02:00 Martin Graesslin : > On Wednesday 05 November 2014 08:53:42 Mirko Boehm wrote: >> Hi, >> >> > On 05 Nov 2014, at 04:33, Nicolás Alvarez >> > wrote: >> > >> > So, I hereby propose making an exception and bumping the minimum >> > compiler version *for ktexteditor only* to M

Re: Supporting MSVC2010 in ktexteditor framework

2014-11-05 Thread Ben Cooksley
On Wed, Nov 5, 2014 at 9:07 PM, Kevin Ottens wrote: > Hello, Hi all, > > On Wednesday 05 November 2014 08:58:04 Martin Graesslin wrote: >> So in stead of adding one exception after the other, just go the full way >> and raise the requirement. > > I'm rather against per framework exception too. T

Re: Supporting MSVC2010 in ktexteditor framework

2014-11-05 Thread Mirko Boehm
Hi! > On 05 Nov 2014, at 09:02, Kevin Ottens wrote: > >> I propose to bump the required compiler versions across the board to >> compilers that fully 100% implement C++11. It is 2014 and C++14 is >> finalised. And we are a Free Software project and none of our compilers >> have any problems with

Re: Supporting MSVC2010 in ktexteditor framework

2014-11-05 Thread Kevin Ottens
On Wednesday 05 November 2014 09:05:19 Milian Wolff wrote: > On Wednesday 05 November 2014 00:33:58 Nicolás Alvarez wrote: > > So, I hereby propose making an exception and bumping the minimum > > compiler version *for ktexteditor only* to MSVC2012. Opinions? > > OK from my side, but I'd say Christ

Re: Supporting MSVC2010 in ktexteditor framework

2014-11-05 Thread Kevin Ottens
Hello, On Wednesday 05 November 2014 08:58:04 Martin Graesslin wrote: > So in stead of adding one exception after the other, just go the full way > and raise the requirement. I'm rather against per framework exception too. That said, raising the requirement should be done responsibly regarding t

Re: Supporting MSVC2010 in ktexteditor framework

2014-11-05 Thread Milian Wolff
On Wednesday 05 November 2014 00:33:58 Nicolás Alvarez wrote: > Hi all, > > According to https://community.kde.org/Frameworks/C++11, KDE > Frameworks support MSVC2010 and later versions. Since ktexteditor is > part of KF5, it is supposed to work on MSVC2010. It currently doesn't; > several unsuppo

Re: Supporting MSVC2010 in ktexteditor framework

2014-11-05 Thread Kevin Ottens
On Wednesday 05 November 2014 08:53:42 Mirko Boehm wrote: > Hi, > > > On 05 Nov 2014, at 04:33, Nicolás Alvarez > > wrote: > > > > So, I hereby propose making an exception and bumping the minimum > > compiler version *for ktexteditor only* to MSVC2012. Opinions? > > I propose to bump the requir