Re: [Qgis-developer] Impossible to remove a group in current master

2014-01-08 Thread Andreas Neumann
Hi, Thanks a lot for the quick fix! Andreas Am 08.01.2014 08:01, schrieb A Huarte: > Hi Andeas, this bug has been fixed, see... > http://hub.qgis.org/projects/quantum-gis/repository/revisions/2155dd8c3df3e7d505ca18b9ffac9cca006ba114 > > > Best Regards > > Alvaro > > >> _

[Qgis-developer] Date/time widget

2014-01-08 Thread Paolo Cavallini
Hi all. In the field properties, it is possible to add a Calendar widget, selecting a date/time format. However, the widget only shows a calendar, therefore it is impossible to insert a time. This seems a bug:opinions? All the best. -- Paolo Cavallini - www.faunalia.eu QGIS & PostGIS courses: http

Re: [Qgis-developer] Date/time widget

2014-01-08 Thread Matthias Kuhn
Hi Paolo, I'm currently working on a refactoring of the editor widgets, mainly to make them work asynchronously. This will make them much more pleasant to use and to maintain and open up new possibilities such as having non-modal attribute dialogs. This means, that at the moment, I would not

[Qgis-developer] windows package creation

2014-01-08 Thread Matteo Ghetta
Hi guys, I'm trying to build a windows customized package of QGIS but, given that I'm not a code guru, I'm facing some issues. I found this tutorial link(thanks Tim!) and I strictly followed it. But when I type: bash quickp

Re: [Qgis-developer] windows package creation

2014-01-08 Thread Paolo Cavallini
Il 08/01/2014 12:39, Matteo Ghetta ha scritto: > !insertmacro: macro "MUI_PAGE_LICENSE" requires 1 parameter(s), passed 0! I guess this is due to recent changes in osgeo4w, including non-free packages that require accepting a licence. Isn't it documented in the manpage/readme? All the best. --

Re: [Qgis-developer] Date/time widget

2014-01-08 Thread Paolo Cavallini
Il 08/01/2014 12:00, Matthias Kuhn ha scritto: > I'm currently working on a refactoring of the editor widgets, mainly to > make them work asynchronously. This will make them much more pleasant to > use and to maintain and open up new possibilities such as having > non-modal attribute dialogs. Goo

Re: [Qgis-developer] windows package creation

2014-01-08 Thread Matteo Ghetta
> > I guess this is due to recent changes in osgeo4w, including non-free > packages that require accepting a licence. > Isn't it documented in the manpage/readme? > in the readme within the ms-windows folder, I didn't found anything about license option to add/edit. Cheers Matteo ___

Re: [Qgis-developer] Date/time widget

2014-01-08 Thread Tim Sutton
Hi On Wed, Jan 8, 2014 at 1:00 PM, Matthias Kuhn wrote: > Hi Paolo, > > I'm currently working on a refactoring of the editor widgets, mainly to > make them work asynchronously. This will make them much more pleasant to > use and to maintain and open up new possibilities such as having non-modal

Re: [Qgis-developer] Date/time widget

2014-01-08 Thread Paolo Cavallini
Il 08/01/2014 14:36, Tim Sutton ha scritto: > By the way - unless something has changed, the 'drag and drop' form > designer is badly named - it doesn't allow either dragging or dropping. > Perhaps it should be renamed to 'Interactive form designer' or something? in 2.0 it allows some degree of D

Re: [Qgis-developer] Date/time widget

2014-01-08 Thread Matthias Kuhn
Hi Paolo: I haven't checked for #8818, #8820 yet, but didn't pay attention to solve them either... Let's see once it's finished. If there is still a problem, fixing should be easy and straightforward. I will send you information in a PM soon. On 01/08/2014 02:36 PM, Tim Sutton wrote: Hi By

Re: [Qgis-developer] Date/time widget

2014-01-08 Thread Tim Sutton
Ok it works for me now - apologies for the noise! T Sent from my mobile On 08 Jan 2014 3:45 PM, "Matthias Kuhn" wrote: > Hi > > Paolo: > I haven't checked for #8818, #8820 yet, but didn't pay attention to solve > them either... Let's see once it's finished. If there is still a problem, > fixing

[Qgis-developer] QWC first implementation of configurable search results output

2014-01-08 Thread Alessandro Pasotti
Hi, as discussed a few days ago, I'm trying to implement a configurable output for search results, it's now possible to show search results in left panel (default), right panel, bottom panel and in a separate window. I've published it in a branch (still work in progress), please give me some feed

Re: [Qgis-developer] Regarding Development For QGis

2014-01-08 Thread Kshitij Kansal
Hello Sir Thank you very much for the reply and suggestions. As suggested by you, I have found a bug to solve ( http://hub.qgis.org/issues/9290). I was going through the source code and the documentation provided, but things are clear to me only in "Bits and Pieces". I am not able to relate them.

Re: [Qgis-developer] Plugins approval

2014-01-08 Thread Borys Jurgiel
Matthias Kuhn wrote : > > I remember, I discussed another key "website" with Borys, which > > would be shown in a frame in the plugin description page. This > > could be used to show even pictures in a description. Or we could > > just embed the URL listed in homepage. > > Jonatha

Re: [Qgis-developer] Qgis2threejs suggestions...

2014-01-08 Thread Gino Pirelli
I've no time now to to test plugin, but my recent experience creating a complex plugin [1] where are interacting qgis<->python plugin<->QtWebView(based on QWebKit or other rendering engine), let me say that should be a great improvement if 3d is displayed in a QWebView allowing interaction (signal

Re: [Qgis-developer] Qgis2threejs suggestions...

2014-01-08 Thread G. Allegri
Hi Gino. The world with D3 by Luca is a nice proof of concept. I will give a look to yours soon. As I already sais, AFAIK WebGL has very poor support in QWebView. Luca told someone was able to make it work, with some tricks, on a Linux machine. I've never tried. Anyway, it fkr sure doesn't work on

[Qgis-developer] run QGIS C++ application "Failed to load"

2014-01-08 Thread xmayyang
I download code_examples from svn,and build the "1_hello_world_qgis_style".When I run it, it failed. fail message: Failed to load Layer is NOT valid QObject::connect: Cannot connect (null)::repaintRequested() to QgsMapCanvas::refresh() QObject::connect: Cannot connect (null)::screenUpdateRequested

Re: [Qgis-developer] run QGIS C++ application "Failed to load"

2014-01-08 Thread xmayyang
I think I know the reason. The plugin dir must be set QString myPluginsDir= "/usr/local/lib/qgis/plugins"; QString myLayerPath = "dev/cpp/shape/bou1_4l.shp"; QString myLayerBaseName = "bou1"; QString myProviderName = "ogr"; Thinks for your attention. -- View thi

Re: [Qgis-developer] Date/time widget

2014-01-08 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 08/01/2014 14:04, Paolo Cavallini ha scritto: >> Amongst other things, also Issue #4417 [1] is solved, with code provided >> by Danial Vaz in the long-standing PR752 [2] > > even better. what about other bugs, e.g. #8818, #8820, etc.? BTW: the cu