Latte Dock in review phase

2017-10-06 Thread Michail Vourlakos
Hello everyone, we decided to make Latte an active kde project and so now it is in review phase. I believe the best place to be is extragear because we would like to keep some independence for the first year concerning releases... What is Latte Dock? Latte is a project that is trying to provide

Re: Latte Dock in review phase

2017-10-17 Thread Michail Vourlakos
> Hi, what is the latte dock kde repo git url? latte can be found at, kde:latte-dock it is located in kdereview 2017-10-13 1:12 GMT+03:00 Albert Astals Cid <aa...@kde.org>: > El dijous, 5 d’octubre de 2017, a les 0:00:01 CEST, Michail Vourlakos va > escriure: > > Hello

Re: Latte : make_unique for gcc <=4.8

2017-11-16 Thread Michail Vourlakos
2017-11-09 10:58 GMT+02:00 Tomaz Canabrava : > > >> regards, >> [michail] >> >> >> BTW: for every e-mail I send I need moderator approval is that a standard >> procedure or I can register somewhere to avoid this? >> > > yes, you can:

Re: Latte : make_unique for gcc <=4.8

2017-11-16 Thread Michail Vourlakos
gcc 4.8.5 is used by openSUSE Leap. If you check the code now i enable it through cmake if it is needed by using the flag -DINCLUDE_MAKE_UNIQUE=ON Στις 9 Νοε 2017 11:56, ο χρήστης "Sven Brauch" <m...@svenbrauch.de> έγραψε: On 05/11/17 16:12, Michail Vourlakos wrote: > Do

Latte : make_unique for gcc <=4.8

2017-11-09 Thread Michail Vourlakos
Hello everyone, during the review phase in Latte we removed the following code in case it would conflict in some cases: #if __GLIBCXX__ <= 20150623 namespace std { template unique_ptr make_unique(Args &&... args) { return std::unique_ptr(new T(std::forward(args)...)); } } #endif this was

Latte Dock into extragear...

2017-11-09 Thread Michail Vourlakos
Just to update... Latte from now on can be found at extragear after succeeding at its review phase... as mentioned also at: https://phabricator.kde.org/T7115 regards, [michail]