[Qgis-developer] Plugin [42] TimeManager approval notification.

2016-09-24 Thread noreply
Plugin TimeManager approval by anitagraser. The plugin version "[42] TimeManager 2.3" is now unapproved Link: http://plugins.qgis.org/plugins/timemanager/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/ma

[Qgis-developer] QGIS 2.14/2.16 Mac - Sorry for the long wait!

2016-09-24 Thread William Kyngesburye
I finally have 2.14.6 LTR and 2.16.2 packaged for OS X. It's not code signed with the new developer certificate yet, so you'll still have to use the right-click trick mentioned on my download page to install it for the first time if you have the from "identified developers" option on in your se

Re: [Qgis-developer] Building on Ubuntu 14.04

2016-09-24 Thread Even Rouault
Le samedi 24 septembre 2016 16:34:36, Sandro Santilli a écrit : > On Sat, Sep 24, 2016 at 04:31:23PM +0200, Sandro Santilli wrote: > > I'm trying to build the master branch on Ubuntu 14.04.5 > > > > but the build configuration fails with: > > CMake Error at cmake/FindQCA.cmake:60 (message): > >

Re: [Qgis-developer] Building on Ubuntu 14.04

2016-09-24 Thread Sandro Santilli
On Sat, Sep 24, 2016 at 04:59:23PM +0200, Sebastiaan Couwenberg wrote: > On 09/24/2016 04:34 PM, Sandro Santilli wrote: > > It looks like qca-qt5 is not packaged for ubuntu 14.04, > > can I disable it ? > > Instead of disabling it, consider upgrading to xenial which has much > better support for Q

Re: [Qgis-developer] Building on Ubuntu 14.04

2016-09-24 Thread Sebastiaan Couwenberg
On 09/24/2016 04:34 PM, Sandro Santilli wrote: > It looks like qca-qt5 is not packaged for ubuntu 14.04, > can I disable it ? Instead of disabling it, consider upgrading to xenial which has much better support for Qt5, unlike trusty which is quite old now. It's great that Ubuntu LTS are supported

Re: [Qgis-developer] Building on Ubuntu 14.04

2016-09-24 Thread Sandro Santilli
On Sat, Sep 24, 2016 at 04:31:23PM +0200, Sandro Santilli wrote: > I'm trying to build the master branch on Ubuntu 14.04.5 > but the build configuration fails with: > > CMake Error at cmake/FindQCA.cmake:60 (message): > Could not find QCA > Call Stack (most recent call first): > CMake

Re: [Qgis-developer] Building on Ubuntu 14.04

2016-09-24 Thread Nathan Woodrow
Qt5 is now a requirement maybe that needs a new version of QCA On Sun, 25 Sep 2016 12:31 am Sandro Santilli wrote: > I'm trying to build the master branch on Ubuntu 14.04.5 > but the build configuration fails with: > > CMake Error at cmake/FindQCA.cmake:60 (message): > Could not find QCA >

[Qgis-developer] Building on Ubuntu 14.04

2016-09-24 Thread Sandro Santilli
I'm trying to build the master branch on Ubuntu 14.04.5 but the build configuration fails with: CMake Error at cmake/FindQCA.cmake:60 (message): Could not find QCA Call Stack (most recent call first): CMakeLists.txt:296 (FIND_PACKAGE) I have libqca2-dev installed, and 2.14 branch bui

Re: [Qgis-developer] ASSERT: "smMainNAM" in file qgsnetworkaccessmanager.cpp, line 293

2016-09-24 Thread Richard Duivenvoorde
On 24-09-16 09:29, Richard Duivenvoorde wrote: > https://hub.qgis.org/issues/13494#note-19 > > Where Martin Dobias says: > > "In general, the QgsApplication API is extremely confusing - and I hope > we can fix it for QGIS 3.0. It derives from QApplication (IMHO bad > idea), it also handles init/

Re: [Qgis-developer] [QGIS Server] Maintain it and create a team

2016-09-24 Thread Tom Palan
Hi, my company uses QGIS server for providing infrastructure GIS to communities. We are currently starting with the first customers, and losing QGIS server would require fundamental changes to our system. So we are very interested in 1. keeping QGIS server 2. providing dev time & money to make

[Qgis-developer] ASSERT: "smMainNAM" in file qgsnetworkaccessmanager.cpp, line 293

2016-09-24 Thread Richard Duivenvoorde
Trying to create a plugin which retrieves data in a separate thread (worker class using QgsNetworkAccessManager to be sure I use QGIS network settings), AND make that worker class testable. I happen to hit the assertion: ASSERT: "smMainNAM" in file qgsnetworkaccessmanager.cpp, line 293 everytim