[kdenlive] effect stack missing ?

2015-11-14 Thread Roger Morton
So in git right now it appears that the effect stack is missing. Could be just me and my setup. But I have no option to show the effect stack under View Menu. Can view Effect List but not Effect Stack $ git show commit 5851c75312a2e45613dc142b74f5cc3efa1980da Author: l10n daemon script

[kdenlive] This does not seem to be a "Debug" build. - Qt creator

2015-11-14 Thread Roger Morton
Steve Guilford s.guilford at asterionmultimedia.com Sat Nov 14 23:47:07 UTC 2015 >Make sure your 'cmake' line looks something like this: > cmake -DCMAKE_INSTALL_PREFIX=/home/gilly/kdenlive_svn/20140916 > -DCMAKE_BUILD_TYPE=Debug Well that was easy. Thanks Steve. That did the job.

Re: [kdenlive] Build failing at CI

2015-11-14 Thread Albert Astals Cid
El Thursday 12 November 2015, a les 12:56:57, Narcis Garcia va escriure: > "...version of CMake" > > Which is this the version of CMake? I don't know. Cheers, Albert > > El 11/11/15 a les 20:15, Albert Astals Cid ha escrit: > > See > >

[kdenlive] This does not seem to be a "Debug" build. - Qt creator

2015-11-14 Thread Roger Morton
So I want to restart my Kdenlive developer career ;-) and I have set up Qt creator to build Kdenlive from git git://anongit.kde.org/kdenlive.git $ git status On branch master Your branch is up-to-date with 'origin/master'. nothing to commit, working directory clean I can build and run kdenlive

Re: [kdenlive] This does not seem to be a "Debug" build. - Qt creator

2015-11-14 Thread Steve Guilford
Make sure your 'cmake' line looks something like this: cmake -DCMAKE_INSTALL_PREFIX=/home/gilly/kdenlive_svn/20140916 -DCMAKE_BUILD_TYPE=Debug On 11/14/2015 02:40 PM, Roger Morton wrote: So I want to restart my Kdenlive developer career ;-) and I have set up Qt creator to build Kdenlive from