Re: System tray: project

2012-07-21 Thread Martin Klapetek
On Fri, Jul 20, 2012 at 12:56 PM, Dmitry wrote: > One more question: can I use C++11 features inside system tray subproject > or it isn't possible for now? Qt supports some C++11 features and, I think, > KDE will use C++11 in the future. > That depends on the compiler version. There was recently

Re: System tray: project

2012-07-20 Thread Dmitry
20.07.2012 14:15, Marco Martin пишет: in this case it should be a branch of the kde-workspace repo, they are usually named project/youraccountname/featurename, so would be something like plasma/dmitry/qmlsystemtray So, can I create new branch in kde-workspace (I'm asking for a permission to push

Re: System tray: project

2012-07-20 Thread Marco Martin
On Friday 20 July 2012, Dmitry wrote: > Hello, Marco! > > What do you think about: > > * should I use code of current system tray (i.e. git clone & git > branch ) to include system tray in QML in KDE or create new clean > project (i.e. git init) and push it [new project] to playground?

System tray: project

2012-07-20 Thread Dmitry
Hello, Marco! What do you think about: * should I use code of current system tray (i.e. git clone & git branch ) to include system tray in QML in KDE or create new clean project (i.e. git init) and push it [new project] to playground? Should system tray in QML be an continuation of tra