Re: [Qgis-developer] dbManager: Store queries in QGIS profile?

2015-02-03 Thread Paolo Cavallini
Il 03/02/2015 22:45, Blumentrath, Stefan ha scritto: I shall open a ticket for that asap (at the moment redmine says it is under heavy load and I should try again later…). Hi Stefan, thanks; we are aware of this, we really have to fix it. All the best. -- Paolo Cavallini - www.faunalia.eu

Re: [Qgis-developer] Software development usig QGis API and Qt

2015-02-03 Thread Alper Colak
Solved it. It seems we have to initialize QgsProviderRegistry with valid plugin directory path. QString myPluginsDir= /usr/lib/qgis/plugins; QgsProviderRegistry::instance(myPluginsDir); Still can't see the raster but at least I passed the isValid problem. 2015-02-03 18:34

[Qgis-developer] dbManager: Store queries in QGIS profile?

2015-02-03 Thread Blumentrath, Stefan
Dear devs, QGIS is an excellent frontend to PostGIS with lots of functionality. One thing I was wondering is, why does dbManager store queries in the project file and not in e.g. the QGIS user profile (.qgis2) or the registry? Is that on purpose? I was planning to deploy some default queries

Re: [Qgis-developer] feature freeze exception

2015-02-03 Thread Denis Rouzaud
Hi all, Would it be possible to take a decision for this before it's too late? Shall I get the approval of a PSC member? Of the release manager? Best wishes, Denis On 30.01.2015 08:33, Denis Rouzaud wrote: Dear all, I would like to ask for a feature freeze exception for PR #1870 Allow

Re: [Qgis-developer] Visual changelog for 2.8

2015-02-03 Thread Richard Duivenvoorde
On 03-02-15 22:39, Anita Graser wrote: Hi, Do we use http://changelog.linfiniti.com/qgis/version/list/ again to create a visual changelog or are there other plans? Let's just do that. I added a 2.8.0 version, please add items to it. The normal 'plan' is to do it there, and after release I

Re: [Qgis-developer] Visual changelog for 2.8

2015-02-03 Thread Nathan Woodrow
Thanks for bringing that up Anita I had forgotten. Will start adding stuff as soon as I can. - Nathan On Wed Feb 04 2015 at 8:11:12 AM Richard Duivenvoorde rdmaili...@duif.net wrote: On 03-02-15 22:39, Anita Graser wrote: Hi, Do we use http://changelog.linfiniti.com/qgis/version/list/

Re: [Qgis-developer] dbManager: Store queries in QGIS profile?

2015-02-03 Thread Olivier Dalang
Hi ! Technically it's easy to store the queries globally (I did the implementation of the store queries feature some time ago, and guess it is around 1 hour work) But I think we have to leave the possibility to store them in the project file as well, as some queries are really project-specific

Re: [Qgis-developer] Software development usig QGis API and Qt

2015-02-03 Thread Matthias Ludwig
Iam have no experiences with writin C++ apps but on the python side you have to set the prefix paths and init qgis at app start. Otherwise youll get strange errors, like yours. QgsApplication.prefixPath() -- get your path from a working QGIS python console QgsApplication.setPrefixPath(path,

Re: [Qgis-developer] dbManager: Store queries in QGIS profile?

2015-02-03 Thread Paolo Cavallini
Hi Stefan, Could you please open feature requests for these? Thanks. Il 03 febbraio 2015 16:17:11 WET, Olivier Dalang olivier.dal...@gmail.com ha scritto: Hi ! Technically it's easy to store the queries globally (I did the implementation of the store queries feature some time ago, and guess it

Re: [Qgis-developer] dbManager: Store queries in QGIS profile?

2015-02-03 Thread Blumentrath, Stefan
Hi Oliver and Paolo, Thanks for your feedback. I see your point of project specific queries. That is probably the most common situation. The use cases I had in mind were, that a) some queries go (with minor modifications) through several projects (like e.g. point-sampling layers with

Re: [Qgis-developer] feature freeze exception

2015-02-03 Thread Martin Dobias
Hi On Fri, Jan 30, 2015 at 2:33 PM, Denis Rouzaud denis.rouz...@gmail.com wrote: I would like to ask for a feature freeze exception for PR #1870 Allow order features by value for relation reference widget [0]. [0] https://github.com/qgis/QGIS/pull/1870 To me this looks quite safe to

Re: [Qgis-developer] feature freeze exception

2015-02-03 Thread Anita Graser
On Tue, Feb 3, 2015 at 9:41 AM, Denis Rouzaud denis.rouz...@gmail.com wrote: Hi all, Would it be possible to take a decision for this before it's too late? Shall I get the approval of a PSC member? Of the release manager? Imho, it would be best if Jürgen could make a statement on whether

Re: [Qgis-developer] feature freeze exception

2015-02-03 Thread Werner Macho
Hi Denis, I think the last word in this case is with Jürgen as Release manager. If he considers the changes as reliable and stable enough.. regards Werner On Tue, Feb 3, 2015 at 9:41 AM, Denis Rouzaud denis.rouz...@gmail.com wrote: Hi all, Would it be possible to take a decision for this

[Qgis-developer] Visual changelog for 2.8

2015-02-03 Thread Anita Graser
Hi, Do we use http://changelog.linfiniti.com/qgis/version/list/ again to create a visual changelog or are there other plans? Best wishes, Anita ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org