[Qgis-developer] error during compilation

2014-01-14 Thread Luca Delucchi
Hi everybody, this morning I'm not able to compile QGIS, I obtain this error [ 36%] Building CXX object src/gui/CMakeFiles/qgis_gui.dir/moc_qgssearchquerybuilder.cxx.o [ 36%] Building CXX object src/gui/CMakeFiles/qgis_gui.dir/moc_qgssublayersdialog.cxx.o Linking CXX shared library

Re: [Qgis-developer] attribute table issues

2014-01-14 Thread Andreas Neumann
Hi, I can confirm that it works now fine on Windows. Thinks for fixing this. It helps a lot! Andreas Am 13.01.2014 14:25, schrieb Matthias Kuhn: Hi, I have implemented a fix for the windows issue. But I am not able to test it right now. Can a Windows user test this PR?

Re: [Qgis-developer] attribute table issues

2014-01-14 Thread Régis Haubourg
Hi all, confirmed on windows here too. blue line is OK, and selecting a line is a lot more fluid and fast. many th! -- View this message in context: http://osgeo-org.1560.x6.nabble.com/attribute-table-issues-tp5097703p5097918.html Sent from the Quantum GIS - Developer mailing list archive

Re: [Qgis-developer] error during compilation

2014-01-14 Thread Tim Sutton
Hi On Tue, Jan 14, 2014 at 10:19 AM, Luca Delucchi lucadel...@gmail.comwrote: Hi everybody, this morning I'm not able to compile QGIS, I obtain this error [ 36%] Building CXX object src/gui/CMakeFiles/qgis_gui.dir/moc_qgssearchquerybuilder.cxx.o [ 36%] Building CXX object

[Qgis-developer] Standalone QGIS development

2014-01-14 Thread Mael Taye
 Hello everyone ,   I did a project on Qgis -plugin development using the python API and Qt-Designer and it was an Awesome experience.now i am trying to develop standalone QGIS using the python API and Qt-designer as i used in the plugin development. the reason for my development is  1. i

Re: [Qgis-developer] Standalone QGIS development

2014-01-14 Thread Tim Sutton
Hi Have a look at Nathan Woodrows awesome ROAM work: https://github.com/DMS-Aus/Roam Regards Tim On Tue, Jan 14, 2014 at 4:11 PM, Mael Taye tma...@yahoo.com wrote: Hello everyone , I did a project on Qgis -plugin development using the python API and Qt-Designer and it was an Awesome

[Qgis-developer] Release and blockers

2014-01-14 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all. QGIS 2.2 release getting closer, I wonder what is our policy for blockers (about 30 now): http://hub.qgis.org/projects/quantum-gis/issues?priority_id=10set_filter=1status_id=osubproject_id=!* Are we going to release even if blockers are still

Re: [Qgis-developer] Plugin approval: new version of VoGIS Profiltool

2014-01-14 Thread Wilhelm Berg
Hi, I've tested with 1.8, 2.0.1 and 2.1.0 on W7, OsGeo 6.5, OsGeo 7.0 and vanilla Ubuntu 13.10 (with only QGIS installed) and have never come across an issue with shapely. Any advice on how to get QGIS without shapely for testing? Regards, Wilhelm On Mon, Jan 13, 2014 at 10:53 PM, Tim Sutton

Re: [Qgis-developer] Plugin approval: new version of VoGIS Profiltool

2014-01-14 Thread Tim Sutton
Hi On Tue, Jan 14, 2014 at 4:56 PM, Wilhelm Berg w...@bergwerk-gis.at wrote: Hi, I've tested with 1.8, 2.0.1 and 2.1.0 on W7, OsGeo 6.5, OsGeo 7.0 and vanilla Ubuntu 13.10 (with only QGIS installed) and have never come across an issue with shapely. Any advice on how to get QGIS without

[Qgis-developer] Open custom form from another form

2014-01-14 Thread Luca Lanteri
Hi to all, I need a help from a python guru. I'm trying to move my first steps with pyqgis. I've got two qgis layer with a 1 to many relation. I create a custom form for the parent layer with a QTableWidget that contain the primary key of the child layer. Now I want to open another custom form

Re: [Qgis-developer] Open custom form from another form

2014-01-14 Thread Denis Rouzaud
Hi Luca, The best way to do this, is to set your personnally designed UI file in the layer properties-field properties-attribute editor layout-provide ui file Then, you want to call qgis method to show a feature form:

Re: [Qgis-developer] Open custom form from another form

2014-01-14 Thread Luca Lanteri
Hi denis, thanks a lot for the tip,I'll try it immediately. I know the brand new 1 to many feature present in qgis 2.1 and it's gorgeous, but as I know it works only with autogenerate forms, but I need to use a custom forn because I have some code into it. many thanks Luca 2014/1/14 Denis

Re: [Qgis-developer] Open custom form from another form

2014-01-14 Thread Denis Rouzaud
Hi Luca, Since two months, it does support custom ui form [0] You have to place a widget in your form and a dynamic property to the widget. You call it qgisRelation and set it to the id of the relation. Cheers, Denis [0]

Re: [Qgis-developer] Open custom form from another form

2014-01-14 Thread Luca Lanteri
yeah ! IMHO the 1 to many feature is one of the best improvement of the 2.1 qgis version. It solve to me a lot of work's problem. Qgis Rulez! I tried your tips and now all works fine. Usually the problem for me is moving into API class reference. I need to study it deeply. Thanks a lot Luca

Re: [Qgis-developer] Release and blockers

2014-01-14 Thread Jürgen E . Fischer
Hi Paolo, On Tue, 14. Jan 2014 at 15:56:41 +0100, Paolo Cavallini wrote: QGIS 2.2 release getting closer, I wonder what is our policy for blockers (about 30 now): http://hub.qgis.org/projects/quantum-gis/issues?priority_id=10set_filter=1status_id=osubproject_id=!* Are we going to release

[Qgis-developer] Plugin approval: VoGIS Profiltool 1.8.4

2014-01-14 Thread Wilhelm Berg
Hi, please approve VoGIS Profiltool 1.8.4 http://plugins.qgis.org/plugins/VoGisProfilTool/ * Error message instead of exception, if shapely is missing * Main form features more compact layout Regards, Wilhelm ___ Qgis-developer mailing list

[Qgis-developer] Composer's legend layers title is using layers metadata and not title

2014-01-14 Thread Régis Haubourg
Hi again, In master, we updating legend content in a map composer, my layers get metadata's title and not layer's title. IE: layer Departement with metadata's layers départements IGN NE PAS DIFFUSER gets the second item in composer's legend. Is it a confusion ? If intended, i'm afraid this will

[Qgis-developer] Plugin [376] VoGIS-ProfilTool approval notification.

2014-01-14 Thread noreply
Plugin VoGIS-ProfilTool approval by anitagraser. The plugin version [376] VoGIS-ProfilTool 1.8.4 is now approved Link: http://plugins.qgis.org/plugins/VoGisProfilTool/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

[Qgis-developer] Plugin [376] VoGIS-ProfilTool approval notification.

2014-01-14 Thread noreply
Plugin VoGIS-ProfilTool approval by anitagraser. The plugin version [376] VoGIS-ProfilTool 1.8.4 is now unapproved Link: http://plugins.qgis.org/plugins/VoGisProfilTool/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] Plugin approval: VoGIS Profiltool 1.8.4

2014-01-14 Thread Anita Graser
Hi Wilhelm, Am 14.01.2014, 18:10 Uhr, schrieb Wilhelm Berg w...@bergwerk-gis.at: Hi, please approve VoGIS Profiltool 1.8.4 http://plugins.qgis.org/plugins/VoGisProfilTool/ I tried to install the new version on Windows but get an Error loading plugin: The plugin is broken. Python said:

[Qgis-developer] [Processing] Modeler-only tools : Calculator

2014-01-14 Thread rldhont
Hi dev, I discovered the Modeler-only tools : Calculator and I would like to know how to use it. Does anyone have documentation on this specific algorithm ? In the algorithm ui, there is only : 'You can refer to model values in you formula, using single-letter variables, as follows:'

Re: [Qgis-developer] Plugin approval: VoGIS Profiltool 1.8.4

2014-01-14 Thread Wilhelm Berg
Hi Anita, could you be a bit more specific about your setup? I tested the lasted version on Windows with 1.8 and 2.0.1 (Standalone installer) without problems. Cheers, Wilhelm On Jan 14, 2014 8:32 PM, Anita Graser anitagra...@gmx.at wrote: Hi Wilhelm, Am 14.01.2014, 18:10 Uhr, schrieb

Re: [Qgis-developer] Plugin approval: VoGIS Profiltool 1.8.4

2014-01-14 Thread Anita Graser
Am 14.01.2014, 21:56 Uhr, schrieb Wilhelm Berg w...@bergwerk-gis.at: Hi Anita, could you be a bit more specific about your setup? I tested the lasted version on Windows with 1.8 and 2.0.1 (Standalone installer) without problems. Sure, Win 7 + QGIS 2.0.1 from OSGeo4W installer. It's the first

Re: [Qgis-developer] Plugin approval: VoGIS Profiltool 1.8.4

2014-01-14 Thread Tim Sutton
Hi Anita: Did you get a full traceback? It will help to see it if you did. Regards Tim On Tue, Jan 14, 2014 at 11:47 PM, Anita Graser anitagra...@gmx.at wrote: Am 14.01.2014, 21:56 Uhr, schrieb Wilhelm Berg w...@bergwerk-gis.at: Hi Anita, could you be a bit more specific about your