Re: [plasma-framework] /: Revert Enabling C++11 flags for clang and gcc

2013-06-28 Thread Ivan Čukić
such a premise VS2012 has a very partial C++11 support, Android NDK uses gcc 4.6 by default (apparently you can upgrade that to 4.7 but we can't expect third parties to do it by default, means partial support in both cases), BB10 cross- compiler doesn't properly support C++11. We're not The

Re: [plasma-framework] /: Revert Enabling C++11 flags for clang and gcc

2013-06-28 Thread Kevin Ottens
On Friday 28 June 2013 23:13:34 Ivan Čukić wrote: such a premise VS2012 has a very partial C++11 support, Android NDK uses gcc 4.6 by default (apparently you can upgrade that to 4.7 but we can't expect third parties to do it by default, means partial support in both cases), BB10 cross-

Re: [plasma-framework] /: Revert Enabling C++11 flags for clang and gcc

2013-06-28 Thread Ivan Čukić
OK, then we got a misunderstanding somewhere... Using those Q_* macros is perfectly fine (and even encouraged, we already use Q_DECL_OVERRIDE and I'd like to see more Q_NULLPTR for instance). They enable exactly what I was describing earlier: works without C++11 support, you get extras

Re: [plasma-framework] /: Revert Enabling C++11 flags for clang and gcc

2013-06-28 Thread Kevin Ottens
On Friday 28 June 2013 23:58:21 Ivan Čukić wrote: OK, then we got a misunderstanding somewhere... Using those Q_* macros is perfectly fine (and even encouraged, we already use Q_DECL_OVERRIDE and I'd like to see more Q_NULLPTR for instance). They enable exactly what I was describing

[plasma-framework] src/plasma/data/servicetypes: Add servicetypes for Wallpaper, Shell and LookAndFeel

2013-04-21 Thread Sebastian Kügler
-lookandfeel.desktop A +6-0src/plasma/data/servicetypes/plasma-shell.desktop A +5-0src/plasma/data/servicetypes/plasma-wallpaper.desktop http://commits.kde.org/plasma-framework/53a70b703ddbd940ca5c8d2b27cd15d53f440ad7 diff --git a/src/plasma/data/servicetypes/plasma-lookandfeel.desktop b/src

[plasma-framework] src/shell: rename testplasma2 binary to plasma-shell

2013-04-08 Thread Sebastian Kügler
+4-4src/shell/CMakeLists.txt http://commits.kde.org/plasma-framework/ea41410004e9e634e40124b5d4ac690cecb7b99b diff --git a/src/shell/CMakeLists.txt b/src/shell/CMakeLists.txt index 559f927..afa3687 100644 --- a/src/shell/CMakeLists.txt +++ b/src/shell/CMakeLists.txt @@ -1,4 +1,4

[plasma-framework] src/plasma/private: Adjust to new ThreadWeaver API

2013-04-02 Thread Sebastian Kügler
, you'll need to update your kdelibs[frameworks] to at least 4502362ad. CCMAIL:plasma-devel@kde.org M +2-1src/plasma/private/runnerjobs_p.h http://commits.kde.org/plasma-framework/2c226f6023483f110ac85fbd07528e36675eaf0b diff --git a/src/plasma/private/runnerjobs_p.h b/src/plasma

<    2   3   4   5   6   7