Re: [QGIS-Developer] Settings migration from QGIS 2 to 3

2017-12-07 Thread Matthias Kuhn
Add to that with the new profiles it's super-easy to get a clean slate any time. Matthias On 12/8/17 2:31 AM, Nathan Woodrow wrote: > Hey, > > Yes, a dialog is on the todo list just need some time to finish it. > Hopefully next monday. > > On Fri, Dec 8, 2017 at 11:22 AM, Olivier Dalang > mail

Re: [QGIS-Developer] QGIS 3D and Globe plugin

2017-12-07 Thread Nyall Dawson
On 7 December 2017 at 03:16, Borys Jurgiel wrote: > Coming back to your question, Saber... It's no pleasure to drop stuff someone > spent a lot of time on, but yes, personally +1 for going on. Mmmm... I'd honestly hope that we don't have that reaction when dropping code. Every contribution shapes

[QGIS-Developer] Qt 5.10 for QGIS devs - the short story

2017-12-07 Thread Nyall Dawson
Hi all! Can't be bothered reading the full changelog of Qt 5.10 which was released today??! No problem!! Here's the 2 second rundown on changes which are relevant to us: - The new QStringView class: cool stuff, but it's no use to us until we require >= 5.10 and it works correctly with the sip bin

Re: [QGIS-Developer] Settings migration from QGIS 2 to 3

2017-12-07 Thread Nathan Woodrow
Hey, Yes, a dialog is on the todo list just need some time to finish it. Hopefully next monday. On Fri, Dec 8, 2017 at 11:22 AM, Olivier Dalang wrote: > Hi ! > > I think the migration should be optional (eg. by displaying a message on > first start if there's a QGIS2 conf). I'd say this is what

Re: [QGIS-Developer] Settings migration from QGIS 2 to 3

2017-12-07 Thread Olivier Dalang
Hi ! I think the migration should be optional (eg. by displaying a message on first start if there's a QGIS2 conf). I'd say this is what most programs do for major updates. This would allow users who are a bit messy (like me) to take advantage of QGIS3 to make a clean start. Also, you'd be able t

Re: [QGIS-Developer] [Qgis-developer] Publishing Custom Python Expression Functions for QGIS

2017-12-07 Thread Stefan Keller
Hi Nathan Though QGIS 2.x is end of life soon, can you publish the plugin now with Simran's fancy new functions (as documented here https://github.com/NathanW2/qgsexpressionsplus )? :Stefan 2017-04-10 13:41 GMT+02:00 Khare Simran : > Hi Nathan, > > > Thanks for your reply. I have now made a pull

Re: [QGIS-Developer] Mac build broken d0e927a

2017-12-07 Thread Gary Sherman
Larry, Thanks for th einfo. I’m actually behind the times as usual, using CMake 3.9.1, but my build is working now. > On Dec 5, 2017, at 12:59 PM, Larry Shaffer wrote: > > Hi Gary, > > Upon a clean build with CMake 3.10.0 (latest in Homebrew since end of > November), I get the same error as

Re: [QGIS-Developer] More errors from OS X 10.13 compiling

2017-12-07 Thread Vincent Habchi
Salut ! > The patch has been added this week according to git blame (maybe a copy/paste) > In the QT issue tracker, they said the issue has been fixed in Qt 5.4.1 only > https://bugreports.qt.io/browse/QTBUG-40449 so we might keep this code. > > I made a PR already in QGIS: https://github.com/qg

Re: [QGIS-Developer] More errors from OS X 10.13 compiling

2017-12-07 Thread Etienne Trimaille
The patch has been added this week according to git blame (maybe a copy/paste) In the QT issue tracker, they said the issue has been fixed in Qt 5.4.1 only https://bugreports.qt.io/browse/QTBUG-40449 so we might keep this code. I made a PR already in QGIS: https://github.com/qgis/QGIS/pull/5822 2

[QGIS-Developer] More errors from OS X 10.13 compiling

2017-12-07 Thread Vincent Habchi
Hey guys, I’m not sure this has been brought up yet, so here it is: The fix #11399 doesn’t seem to work on OS X 10.13 anymore or needs further patching: qgslayoutdesignerdialog.cpp:948:11: error: use of undeclared identifier 'kCFAllocatorDefault' kCFAllocatorDefault, ^ qgslay

[QGIS-Developer] Plugin [1372] PowerPan approval notification.

2017-12-07 Thread noreply
Plugin PowerPan approval by pcav. The plugin version "[1372] PowerPan 1.0" is now approved Link: http://plugins.qgis.org/plugins/powerpan/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/

[QGIS-Developer] WMS GetFeatureInfo: Test Server with JSON support?

2017-12-07 Thread Matthias Kuhn
Hi all, QGIS suppors querying features from a WMS. Among the supported response formats is JSON. The current code is based on QScript, which is deprecated. I've written some code that removes this dependency, so we can stick to maintained Qt code and can remove a dependency from QGIS. Now the s