Re: [Qgis-developer] Good news from Qt - more modules available to opensource

2016-01-14 Thread MORREALE Jean Roc
Great news ! This example would make nviz useless for me : https://doc.qt.io/QtDataVisualization/qtdatavisualization-volumetric-example.html Le 13/01/2016 22:54, Nyall Dawson a écrit : Here's some good news coming from the Qt camp - http://blog.qt.io/blog/2016/01/13/new-agreement-with-the-kde-f

Re: [Qgis-developer] Stress about release plans

2014-07-21 Thread MORREALE Jean Roc
Le 21/07/2014 17:35, Lene Fischer a écrit : ·A long term stable version for ex. 12 months with bugfix only Those sponsoring a feature may feel that a year of wait until they find it in a public is quite long. ·A developer version for 4 months with new features and bugfixes => Stable version

Re: [Qgis-developer] [Qgis-user] [Plugin presentation] LayerBender

2014-05-27 Thread MORREALE Jean Roc
Le 27/05/2014 17:44, Alex Mandel a écrit : I was also thinking about filing a ticket to ask for vector to be added to the core Georeferencer, since gdal 1.10 ogr2ogr can take a gcp list and apply polynomial 1,2 or 3 to a vector and reproject it.r thanks for this information alex ! I did not kne

Re: [Qgis-developer] What's up with the 2.0.2 designation?

2013-09-26 Thread MORREALE Jean Roc
Le 26/09/2013 22:17, Jürgen E. Fischer a écrit : Hi Anita, On Thu, 26. Sep 2013 at 21:42:34 +0200, Anita Graser wrote: I realize developers and packagers are stretched thin but I think we should get the release right. Not fixing errors in the packaging is not what I would think of when it was d

Re: [Qgis-developer] September 1 branch for release

2013-09-02 Thread MORREALE Jean Roc
AM, MORREALE Jean Roc mailto:jr.morre...@enoreth.net>> wrote: Hi, I got back yesterday from my only week of vacation of this year, I have no problem with people contributing directly to this while I'm not here but it seems that a few hundred translations I did in my p

Re: [Qgis-developer] September 1 branch for release

2013-09-01 Thread MORREALE Jean Roc
Hi, I got back yesterday from my only week of vacation of this year, I have no problem with people contributing directly to this while I'm not here but it seems that a few hundred translations I did in my previous commit (http://goo.gl/VsCYhL, all the processing/sextante were done) are now em

Re: [Qgis-developer] Renaming SEXTANTE

2013-08-09 Thread MORREALE Jean Roc
+1 here for dropping the SEXTANTE name for the same reason we now have a Vector menu instead of fTools. I would vote for a "processing" menu as sextante goes beyond analysis ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.o

Re: [Qgis-developer] Can we remove old labeling from the UI

2013-06-09 Thread MORREALE Jean Roc
What is the status ? Are we going to keep a deprecated label tab for the next 3 years ? Le 26/05/2013 14:37, Nathan Woodrow a écrit : Can we finally remove the old label UI from the layer properties dialog? Could we remove it by default and just enable it for old project that have old labels

Re: [Qgis-developer] Download stats : 558909 ?

2013-06-07 Thread MORREALE Jean Roc
Yeah I know the difference, if everybody was doing like me you ahve to multiply by x50 ^^ Is there a possibility to have a map of these downloads ? Le 07/06/2013 20:06, Paolo Cavallini a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 07/06/2013 19:47, Alex Mandel ha scritto: It's a

Re: [Qgis-developer] Download stats : 558909 ?

2013-06-07 Thread MORREALE Jean Roc
I know about these details but I've seen the qgis' moon releases rise and fall into oblivion and I'm still amazed by the amount of progress of this software. So 558909 ? Just Awesome. :) ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

[Qgis-developer] Download stats : 558909 ?

2013-06-07 Thread MORREALE Jean Roc
558909 Hi, I'm using these two pages to get an actual download count of qgis 1.8 and by cumuling all the page views on the *.exe, the number is 558909. Am I doing a mistake (counting twice) or is it the real number ? regards, jean-roc http://www.qgis.org/cgi-bin/awstats.pl?urlfilter=/downlo

Re: [Qgis-developer] Lidar in sextante

2013-05-23 Thread MORREALE Jean Roc
Paolo, You're mistaking liblas with laslib laslib/lastools : - https://cs.unc.edu/~isenburg/lastools/ - only dev is Martin Isenburg - the part for conversion, export, etc. are under LGPD, the rest is proprietary liblas : - www.liblas.org - main dev is Howard Butler - everything is BSD Please

Re: [Qgis-developer] New SEXTANTE modeler interface

2013-05-12 Thread MORREALE Jean Roc
Hi Victor, If you can, have a look to Blender's node editor for guidelines. It has some nice features which ease the use of complex models (such as visual grouping, nested group, zoom in/out, color scheme, etc.). http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.67/Node_Editor regard

Re: [Qgis-developer] Git help needed

2013-05-02 Thread MORREALE Jean Roc
Thu, May 2, 2013 at 7:03 PM, MORREALE Jean Roc mailto:jr.morre...@enoreth.net>> wrote: Hi Werner, Thank for the answer, I already tried git reset but got stuck on that : $ git reset --hard upstream/master fatal: ambiguous argument 'upstream/master': unknown revis

Re: [Qgis-developer] Git help needed

2013-05-02 Thread MORREALE Jean Roc
that with a GRASS entry in the next few weeks too - and afterwards I'll move to branching and merging explanations .. :) git is not THAT difficult once you are used to it .. regards Werner On Thu, May 2, 2013 at 11:03 AM, MORREALE Jean Roc mailto:jr.morre...@enoreth.net>> wrote: Hi

Re: [Qgis-developer] Git help needed

2013-05-02 Thread MORREALE Jean Roc
Hi Werner, Thank for the answer, I already tried git reset but got stuck on that : $ git reset --hard upstream/master fatal: ambiguous argument 'upstream/master': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git [...] -- [...]' But

[Qgis-developer] Git help needed

2013-05-02 Thread MORREALE Jean Roc
Hi, Could a git expert tell me how to clean my repo ? The situation : my fork origin/master is synced with upstream/master but if I do a pull request, some old commits are taken into account even if they aren't relevant. The desired solution : wipe all my local history and get a "pure" copy

Re: [Qgis-developer] Logo Update

2013-05-01 Thread MORREALE Jean Roc
Not #338 because the curved tail, the grided globe + the hands are not usable for small icons (taskbar, favicon, etc.). I'm rooting for #50/#308. Maybe should we ask for a 16x16 version ? Le 01/05/2013 06:29, Mathieu Pellerin a écrit : New logos withdrawn. My 2 cents: I feel like design #50

Re: [Qgis-developer] [Qgis-user] [Qgis-psc] Logo

2013-04-17 Thread MORREALE Jean Roc
Andyzendy (#50) for me : simple, easily downscalable to 16x16 (great for taskbar/favicon), can be converted to greyscale (good for print) ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-develo

Re: [Qgis-developer] What will be in QGIS 2.0

2012-07-11 Thread MORREALE Jean Roc
Le 11/07/2012 17:37, Paolo Cavallini a écrit : Il 11/07/2012 16:59, Germán Carrillo ha scritto: Since there could be too many new functionalities, what about publishing a survey in qgis.org for prioritizing and, perhaps, postponing them for minor 2.x releases? once the lis

Re: [Qgis-developer] Releasing 1.8

2012-06-01 Thread MORREALE Jean Roc
Hi Etienne, A review of the french file is always appreciated, please use my fork https://github.com/Jean-Roc/Quantum-GIS Le 01/06/2012 20:39, Etienne Tourigny a écrit : Speaking of which... does anybody need help in the french and portuguese (Brazilian, 3rd language...) translations? Etienn

Re: [Qgis-developer] --configpath unactive on QGIS master

2012-05-15 Thread MORREALE Jean Roc
x27;t find it as it is looking everywhere for ./python except the configpath. Can't load plugin 'sextante' from ['C:/OSGeo4W/apps/qgis-dev/./python', 'C:\Users\morreale jean roc/.qgis/python', 'C:\Users\morreale jean roc/.qgis/python/plugins', 'C:/O

Re: [Qgis-developer] Add a simpler default setting for a fresh installation

2012-04-16 Thread MORREALE Jean Roc
to me. I would also add the following default settings: Tab Map Tools: - mode: Top down, stop at first hit - checkbox enabled for "open object form if only a single result ..." Andreas On Mon, 16 Apr 2012 11:05:01 +0200, MORREALE Jean Roc wrote: Hi, Would it be possible to change the d

Re: [Qgis-developer] Add a simpler default setting for a fresh installation

2012-04-16 Thread MORREALE Jean Roc
Le 16/04/2012 11:09, Paolo Cavallini a écrit : Il 16/04/2012 11:05, MORREALE Jean Roc ha scritto: These changes would make the software less frightening, less cluttered for newcomers. Sounds reasonable, even though I'm sure there will be users opposing this, perhaps strongly in some case

[Qgis-developer] Add a simpler default setting for a fresh installation

2012-04-16 Thread MORREALE Jean Roc
switch to "zoom to mouse cursor" to have the same behavior than most of the web-mapping tools These changes would make the software less frightening, less cluttered for newcomers. Regards, MORREALE Jean-Roc ___ Qgis-developer mailing

Re: [Qgis-developer] Feature freeze for 1.8 - 31 March 23h59 GMT 2012

2012-03-30 Thread MORREALE Jean Roc
Hi, Could the raster resampling branch be merged for 1.8 ? The public repo has not seen any change in the last two months so there is no added value of keeping it apart, maybe it's time to throw it to the crow to get more backup. regards, jean-roc

Re: [Qgis-developer] [hackfest] documentation tasks

2012-03-30 Thread MORREALE Jean Roc
Le 30/03/2012 14:46, Yves Jacolin a écrit : Hello, For the hackfest, any plans to work on the documentation? We don't need to translate so I am wondering if there are other tasks that we (francophone community) could work on. Jean-Roc, Otto, Vincent, others: any idea? I would like to think a l

Re: [Qgis-developer] Internationalisation of Cookbook and User Manual

2012-03-22 Thread MORREALE Jean Roc
Le 23/03/2012 05:11, Tim Sutton a écrit : Hi all @Otto - I have been rethinking the strategy we discussed in Zurich of having translations in branches / subtrees. Newer versions of sphinx support gettext for internationalisation[1]. Unfortunately the cookbook is translated by 'full copy' transl

Re: [Qgis-developer] RE: ECW!!!

2012-03-22 Thread MORREALE Jean Roc
GDAL can use ecw's sdk 3.3 or 4, the standalone qgis version is built against 3.3 which is an outdated piece of junk but is under a licence that allows some kind of redistribution. On the other side you've the free 4.x sdk which works better but is a really pain to get and joined by an even mo

Re: [Qgis-developer] Feature freeze for 1.8 - 31 March 23h59 GMT 2012

2012-03-21 Thread MORREALE Jean Roc
Le 21/03/2012 20:53, Tim Sutton a écrit : Hi On Wed, Mar 21, 2012 at 9:35 PM, Giovanni Manghi wrote: Does anyone have thoughts on a nice name and logo for the 1.8 release? Candidates might be Lisbon, Zurich, Lyon or something different? if we follow the HF history it should be "Lisbon" ;)

[Qgis-developer] Lyon Hackfest : Register !

2012-03-07 Thread MORREALE Jean Roc
Hi, I would to remind everyone that it is possible to register for the QGIS Hackfest in Lyon (April 12th-16th 2012) -> http://hub.qgis.org/wiki/quantum-gis/7_QGIS_Developer_Meeting_in_Lyon_2012 Doing so will help the organizers. Regards, Jean-Roc _

RE: [Qgis-developer] Qgis: Aster data & QtCreator

2012-02-27 Thread MORREALE Jean Roc
[fowarding to the list] On Mon, 27 Feb 2012 13:53:32 +, Olivier Camus wrote: 1/ I succeed to load geotiff raster file under QGIS, but only gray scare are displayed. I'm still searching for gis 3d display... You need to set the color ramp, have a look to the manual (p.86 in the fr version)

Re: [Qgis-developer] Add QScintilla2 PyQt module to QGIS Distributions?

2012-02-10 Thread MORREALE Jean Roc
Le 10/02/2012 20:34, Tim Sutton a écrit : - ship with a ready to roll sphinx project Not a *.ts ? ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Slow raster loading

2012-02-09 Thread MORREALE Jean Roc
Le 09/02/2012 10:38, Nathan Woodrow a écrit : I had a person email me today (a council trying to me to QGIS) about trying to load a 2gb ecw and it just locks up the UI with no idea of how much is left to be done or what is going on. I have experienced the same thing but managed to get around it b

Re: [Qgis-developer] Criticism of lack of symbols in QGIS

2012-02-05 Thread MORREALE Jean Roc
Hi, at the moment I don't think it woulb be wise to include that much symbols without changing the way they are presented to user. They have to be sorted in categories and never loaded all at once. Le 05/02/2012 00:07, Mayeul Kauffmann a écrit : Hi, This discussion came up already, but just i

Re: [Qgis-developer] HackFest in Lyon

2012-01-20 Thread MORREALE Jean Roc
Le 20/01/2012 18:28, Paolo Cavallini a écrit : Il 20/01/2012 15:20, Yves Jacolin ha scritto: We create a wiki page (in French) for organization: see http://wiki.osgeo.org/wiki/Hackfest_qgis_2012 For consistency, please use this page: http://hub.qgis.org/wiki/quantum-gis/7_QGIS_Developer_Meeti

Re: [Qgis-developer] HackFest in Lyon

2012-01-20 Thread MORREALE Jean Roc
Hi everyone, We are (osgeo-fr) working on getting a place for a maximum of fifty persons. What we know so far -> Month : April Days : 3 to 5, will include Friday, Saturday and Sunday Poll : http://www.doodle.com/cw5ggzfv645fbept Regards, Jean-Roc Le 20/01/2012 14:49, Werner Macho a écrit :

Re: [Qgis-developer] Re: [Quantum-GIS] Heatmap C++ Plugin (#82)

2012-01-08 Thread MORREALE Jean Roc
Le 08/01/2012 08:25, Paolo Cavallini a écrit : Il 08/01/2012 05:58, Arunmozhi ha scritto: I have written the Heatmap plugin in C++. The plugin presently takes in a point layer as input, and the buffer pixel distance and decay ratio, and produces a heatmap raster in the ASCII grid file format.

Re: [Qgis-developer] What is the C++ Plugin writing Workflow?

2011-12-28 Thread MORREALE Jean Roc
Le 28/12/2011 12:07, arunthe...@gmail.com a écrit : Hello Devs, In connection with the previous announcement that, I am planning to build the Heatmap plugin and people suggesting that I use C++ for it so that it gets native support, I have a few doubts regarding this. Firstly what exactly is th

Re: [Qgis-developer] Where to put plugins and documents ?

2011-12-15 Thread MORREALE Jean Roc
Le 15/12/2011 17:20, Paolo Cavallini a écrit : Il 15/12/2011 16:28, Alexander Bruy ha scritto: Is there a recommendation to share the sources (such as http://hub.qgis.org/projects/plugin-builder)? To share plugin sources you can use any SCM service such as GitHub, BitBucket, Google Code etc, or

[Qgis-developer] Re: [Qgis-community-team] RE: New QGIS logo

2011-11-27 Thread MORREALE Jean Roc
Le 27/11/2011 08:12, Tyler Mitchell a écrit : On 2011-11-26, at 10:32 PM, Micha Silver wrote: On 27/11/2011 04:55, Alister Hood wrote: I always thought it was one of the best icons and logos I'd ever seen. Glad I'm not the only one who likes it ;) +1 (three so far?) I assumed it was all d

Re: [Qgis-developer] Re: [Qgis-community-team] New QGIS logo

2011-11-26 Thread MORREALE Jean Roc
The actual logo is very difficult to read at small size (32x32 and 16x16) because of the font used and all the details (gradient, shadow, arrow). The SVG source file is a mess (non-blending parts, incoherent shadow) and not scalable. And I would add that integrating the logo into a modern-looki

Re: [Qgis-developer] QIGS GPL -> LGPL - Tigers, Lions and Bears Oh My!

2011-11-17 Thread MORREALE Jean Roc
Le 17/11/2011 23:19, Alister Hood a écrit : Sorry, Just to clarify, when I said dual licensing I obviously meant with a commercial license, not with LGPL. The use of "commercial" is not appropriate as the GPL also qualifies for it. Let's call it what it really is : closed. -Original Mes

Re: [Qgis-developer] Help translating Qgis documentation into french

2011-11-16 Thread MORREALE Jean Roc
Roc, May i help you for translating Qgis documentation into french? Regards Fred -Message d'origine- De : qgis-developer-boun...@lists.osgeo.org [mailto:qgis-developer-boun...@lists.osgeo.org] De la part de MORREALE Jean Roc Envoyé : dimanche 13 novembre 2011 16:12 À : qgis-developer@

Re: [Qgis-developer] Help translating Qgis documentation into french

2011-11-13 Thread MORREALE Jean Roc
Regarding RST, has any decision been made at the hackfest ? Le 13/11/2011 15:24, yjaco...@free.fr a écrit : Hello Kimaidou, I am curently finishing one of the last file. See http://wiki.osgeo.org/wiki/Doc_qgis_fr for a list of files. I need to check the foreword chapter as Christophe tell me on

Re: [Qgis-developer] map canvas does not update according to layers switched on

2011-09-19 Thread MORREALE Jean Roc
Le 19/09/2011 19:24, Giovanni Manghi a écrit : With current trunk, I am finding that the canvas is not updated at the first switching on/off of a layer on the legend: anyone confirms? Not here, I'm on Ubuntu/trunk. Confirmed on Windows with qgis-dev from osgeo4w __

Re: [Qgis-developer] 1.7.1 Branch created

2011-09-18 Thread MORREALE Jean Roc
Hi Tim, Could you backport the following fix to ? https://github.com/qgis/Quantum-GIS/commit/d5594b09e050412d92ae6916e2141975a993a262 Le 19/09/2011 00:28, Tim Sutton a écrit : Hi Just to update those waiting for 1.7.1, I was hoping to put it out this weekend but got delayed with bug hunting o

Re: [Qgis-developer] 1.7.1 Branch created

2011-09-12 Thread MORREALE Jean Roc
Le 11/09/2011 21:19, Tim Sutton a écrit : Hi On Sun, Sep 11, 2011 at 8:48 PM, MORREALE Jean Roc wrote: Le 08/09/2011 00:14, Tim Sutton a écrit : Hi Folks I have created a branch for 1.7.1. git branch --track release-1_7_1 origin/release-1_7_1 Origin being the main git repo. It would be

Re: [Qgis-developer] 1.7.1 Branch created

2011-09-11 Thread MORREALE Jean Roc
Le 08/09/2011 00:14, Tim Sutton a écrit : Hi Folks I have created a branch for 1.7.1. git branch --track release-1_7_1 origin/release-1_7_1 Origin being the main git repo. It would be great if folks would test it compiles on their platform and generally behaves ok. I have a few more things to

[Qgis-developer] Re: [Qgis-community-team] New QGIS logo

2011-09-01 Thread MORREALE Jean Roc
As it seems to be the choice of the majority, let's do it the right way : so Simon, please set up this contest by the beginning of the next week so this matter is settled before the next hackfest (nobody wants a shirt with a deprecated logo). Le 01/09/2011 14:27, Simon O'Keefe a écrit : As Na

[Qgis-developer] New QGIS logo

2011-08-31 Thread MORREALE Jean Roc
Hi, Here is a potential new logo for Quantum GIS 2 (done by Sylvain Beorchia) -> http://imageshare.web.id/images/qvqacswmv59l9rjxl1g6.png The actual is too complex with its gradients and shadows, here is a more simple logo which keeps most of the original design but a clearer way. The image l

Re: [Qgis-developer] Re: [Qgis-psc] QGIS forum

2011-07-17 Thread MORREALE Jean Roc
So if the decision is the status-quo : - let's make easy to join it > I've suscribed to the forum today and it was painfull as the registration code is extremely difficult to read (I took me 10 attempt and the anti bot question hard to reply when you don't have an english mindset (I replied "3

Re: [Qgis-developer] Cleaning the commercail support's list

2011-07-15 Thread MORREALE Jean Roc
Le 15/07/2011 16:18, Marco Hugentobler a écrit : Hi Jean Roc http://www.hugis.net/ -> does it still have a use Marco ? It is already removed from the english and german pages. Please remove it from the french one too. correction done ___ Qgis-dev

[Qgis-developer] Cleaning the commercail support's list

2011-07-15 Thread MORREALE Jean Roc
Hi, The compagny "Figure8 Information Studio" is listed on the commercial support's page of the website, however when you follow the link you get to "Social-IT-e Media" with no informations related to QGIS (or GIS in general). If there is no complains, I'll delete it in the next days. Other

Re: [Qgis-developer] QGIS mobile GSoC 2011 weekly report #6

2011-07-11 Thread MORREALE Jean Roc
Le 11/07/2011 00:07, Tim Sutton a écrit : Just another comment - I wasnt objecting the vertical scrollbars per se (we added them to most dialogs in Wroclaw) and I think it is good to make the layer props consistent with the rest. Hi, I'll just react to this point : the previous vertical scrolli

Re: [Qgis-developer] forum.qgis.org

2011-06-27 Thread MORREALE Jean Roc
In the french-speaking community there is two big forums where users come to get support for qgis, they are better referenced than our forum on google so it is often their first stop. I'm sure that there must be an equivalent place for english speakers, if so it would better to redirect non-ML

Re: [Qgis-developer] forum.qgis.org

2011-06-27 Thread MORREALE Jean Roc
Le 27/06/2011 19:16, Paolo Cavallini a écrit : Il 27/06/2011 19:03, Nick Hopton ha scritto: There might be unwanted consequences if this were to happen. The forum has evolved into a friendly first port of call for newcomers with problems and I think that some new users might find the mailing-li

[Qgis-developer] MeteoIO

2011-06-23 Thread MORREALE Jean Roc
Hi, Following a news on qgis 1.7.0, Mathias Bavay asked if we would be interested by a C++/LGPL lib they're are working on : https://slfsmm.indefero.net/p/meteoio/ "The MeteoIO library aims at making data access easy and safe for numerical simulations in environmental sciences requiring gene

Re: [Qgis-developer] Announcing the release of QGIS 1.7 'Wrocław'

2011-06-19 Thread MORREALE Jean Roc
Is there you have any updated download numbers available for qgis 1.6 ? I'm writing a french article about qgis 1.7 and it is always good to boast a little about our gigormous userbase :) ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] Announcing the release of QGIS 1.7 'Wrocław'

2011-06-19 Thread MORREALE Jean Roc
Le 19/06/2011 11:20, Tim Sutton a écrit : We are very pleased to announce the release of QGIS 1.7.0, the next in our development release series. Hurray ! Congratulations to all ! Tim > I'll update the banner and the screenshots page ___ Qgis-develope

Re: [Qgis-developer] Preparing for the release announcement

2011-06-12 Thread MORREALE Jean Roc
Le 12/06/2011 23:23, Tim Sutton a écrit : Hi All Along with the release announcement which I will send out this week (I am just holding off while we try to figure out why windows rasters are rendering funny - http://hub.qgis.org/issues/3867) and while we sort out some other admin related things.

Re: [Qgis-developer] release of 1.7

2011-05-31 Thread MORREALE Jean Roc
Le 31/05/2011 21:28, Markus Neteler a écrit : From I share your concern but no one has actually the time or manpower to solve these bugs, and to be honest I don't think that postponing the release any longer will improve the situation. IMHO you underestimate the important point for FOSS(GIS) th

Re: [Qgis-developer] QGIS Mobile [GSoC 2011]

2011-05-25 Thread MORREALE Jean Roc
Le 25/05/2011 17:22, Marco Bernasocchi a écrit : Hi All, I'm Marco Bernasocchi from Switzerland, I'll be porting QuantumGIS to Android over the next 12 weeks, in these first days (beside preparing the final presentation of my Master thesis) I started looking into which libraries need to be ported

Re: [Qgis-developer] Qt5

2011-05-12 Thread MORREALE Jean Roc
Le 12/05/2011 19:12, Paolo Cavallini a écrit : Il giorno gio, 12/05/2011 alle 19.08 +0200, MORREALE Jean Roc ha scritto: Forget about an improved svg output with the actual QtSvg -> So better drop it altogether? All the best. He points to QtWebkit which have a full SVG implementat

Re: [Qgis-developer] Qt5

2011-05-12 Thread MORREALE Jean Roc
Forget about an improved svg output with the actual QtSvg -> QtSvg Overall module state: Deprecated New maintainer required Reasoning: SVG Full (as opposed to SVG Tiny) functionality available in QtWebKit, which should be used instead; we welcome research for a replacement for the SVG-generatin

Re: [Qgis-developer] Git repo available for testing

2011-05-07 Thread MORREALE Jean Roc
Le 07/05/2011 18:31, William Kyngesburye a écrit : Is this git thing on? Questions and confusion. Is there a git guide for dummies? I found http://www.qgis.org/wiki/Using_Git but it seems overly complex. I just want to do like I've done with svn - check out/update, make changes, and commit th

[Qgis-developer] GPL in the Tips (warning: license's bigotry inside)

2011-03-26 Thread MORREALE Jean Roc
Hi, I'm translating the Tips, this sentence caught my eye : "The GPL places a restriction that any modifications you make must be made available to the Quantum GIS project" This is misleading, you only have to share your modification if you distribute the binaries to somebody else. And even

Re: [Qgis-developer] SpatiaLite very slow with QGIS 1.7

2011-03-17 Thread MORREALE Jean Roc
Le 17/03/2011 19:47, a.furi...@lqt.it a écrit : On Thu, 17 Mar 2011 18:48:51 +0100, MORREALE Jean Roc wrote Ticket #3002 may be linked, it is reproducible on windows/linux. Hi Jean Roc, ticket #3002 isn't related at all to SpatiaLite and/or to the QGIS own SpatiaLite data provider.

Re: [Qgis-developer] SpatiaLite very slow with QGIS 1.7

2011-03-17 Thread MORREALE Jean Roc
Le 17/03/2011 17:04, Alessandro Furieri a écrit : Hi Noli, hi Royce, I've just spent several hours attempting to build the current QGIS-Trunk SVN snapshot on my cheap and old second hand MacMini (incredibly slow hardware, really an extenuating time consuming process ...). Anyway, these are my p

Re: [Qgis-developer] Re: New Symbology : merge borders on nodes for lines

2011-02-23 Thread MORREALE Jean Roc
Le 17/02/2011 13:11, Robert Szczepanek a écrit : Hi Kimaidou, In style new symbology hit 'Symbol levels'. Enable it. That is it. regards, Robert Thanks for the information ! I've using symbol levels to change the display level of the categories of a layer but never thought that it was also

Re: [Qgis-developer] New Symbology : merge borders on nodes for lines / OSM/ sharing large files?

2011-02-19 Thread MORREALE Jean Roc
Le 18/02/2011 23:40, Martin Dobias a écrit : On Fri, Feb 18, 2011 at 8:39 AM, Mayeul Kauffmann wrote: jr.morre...@enoreth.net wrote: If you can could you try to make a package available with all the style and svg icons for ease of use ? I already have this; the problem is I do not know h

Re: [Qgis-developer] QGIS and Google Summer of Code - ideas page on the wiki

2011-02-19 Thread MORREALE Jean Roc
Martin, I saw you cleaned the gsoc's page and changed the 3D proposal. While a globe visualization tool is great, the proposal I submitted was quite a different beast as it isn't limited to WGS84 surfaces but allows geological volumes, volumetric dynamic flow, 3d object boundaries, etc. Would

Re: [Qgis-developer] Google Summer of Code

2011-02-15 Thread MORREALE Jean Roc
Le 15/02/2011 17:27, Marco Bernasocchi a écrit : I've already discussed some ideas in IRC like adding a 3D viz library to Qgis but I'm still open for more options and foremost I'd like to propose something that the community really needs/wants. you are asking for it so...a qt version of nviz !

Re: [Qgis-developer] Grouping toolbar buttons

2011-01-27 Thread MORREALE Jean Roc
Le 27/01/2011 18:27, Alexander Bruy a écrit : Hi all I want to discuss one question about QGIS GUI. There are several toolbars with buttons in QGIS, some buttons have similar appointment. For example there are five buttons for adding layers and all this buttons needs space on toolbar. What do y

Re: [Qgis-developer] Set default TIFF options for QGIS

2011-01-24 Thread MORREALE Jean Roc
Le 17/01/2011 07:48, Paolo Cavallini a écrit : Would you like to open a ticket (or more) on this? Ticket opened : http://trac.osgeo.org/qgis/ticket/3436 I think this really is one of these small features that would have a great impact on user experience of the software.

[Qgis-developer] Set default TIFF options for QGIS

2011-01-16 Thread MORREALE Jean Roc
creation of a screensize pyramid if the base image is big. When the user adds this image to his project, it loads in a second. It gives a better impression than having to wait for the loading. Regards, MORREALE Jean Roc ___ Qgis-developer ma

Re: [Qgis-developer] kCube to donate 6 months of developer time - have your say!

2010-12-12 Thread MORREALE Jean Roc
Hi Tim, These items could be added to the wish-list : - improved svg export (layer, groups, resolution, fonts, etc.) - more efficient label engine (faster, more rules, etc.) - port nviz to Qt or embed paraview to get 3D support in QGIS regards, jean roc Le 12/12/2010 20:56, Andreas Neumann a éc

Re: [Qgis-developer] fTools plugin - Voronoi code syntax error

2010-11-24 Thread MORREALE Jean Roc
Le 24/11/2010 14:07, Ivan Mincik a écrit : On 11/23/2010 03:38 PM, Carson Farmer wrote: hmm, funny, I don't get a syntax error there... What about if you change that line to: sl = voronoi.SiteList([voronoi.Site(i[0],i[1], sitenum=j) for j, i in enumerate(uniqueSet)]) Hi, sorry for late answer

Re: [Qgis-developer] Full consistent SVG Icon Set

2010-10-19 Thread MORREALE Jean Roc
Hi Robert, sorry for the late answer Icons have many common elements. So having 'layer' sign in 20-30 icons, one have to change it 20-30 times. Now with one source file just once. It can be done with 'stable' icon set, let say version 0.2 of GIS icons :) I understand the point but it makes it

Re: [Qgis-developer] Full consistent SVG Icon Set

2010-10-13 Thread MORREALE Jean Roc
Le 13/10/2010 19:55, Robert Szczepanek a écrit : W dniu 13.10.2010 17:54, Alex Mandel pisze: On 10/13/2010 08:42 AM, Vincent Picavet wrote: Hi, (...) On a more general viewpoint, what users stated was that it would be really great to have some kind of a centralized icon and style repository,

Re: [Qgis-developer] refresh and layer lists

2010-10-13 Thread MORREALE Jean Roc
Le 13/10/2010 19:30, Paolo Cavallini a écrit : Il 13/10/2010 19:21, Giuseppe Sucameli ha scritto: I forget to say I was talking about the colours of the layers issue. ok, so both issues are confirmed, at least in .deb systems. anyone confirms in other OSs? Should I open tickets? All the best.

Re: [Qgis-developer] refresh and layer lists

2010-10-13 Thread MORREALE Jean Roc
Le 13/10/2010 18:45, Paolo Cavallini a écrit : Hi all. I have a couple of annoying regressions in current trunk: - deactivating a layer often does not result in the layer being switched off from the canvas I'm confirming this one, it happens with the render cache on and off but I do not have

Re: [Qgis-developer] Compiling error / qwt problem

2010-10-06 Thread MORREALE Jean Roc
Are you sure to have the requiered developpment headers installed (‎#locate qwt.h)? Le 06/10/2010 20:38, Ziegler Stefan a écrit : Hi I'm having some problems with compiling r14344. Never compiled QGIS with QWT support but I guess it's not optional anymore. Compiling gives me the following erro

Re: [Qgis-developer] documentation improvements

2010-10-04 Thread MORREALE Jean Roc
Hi, Please have a look to these pages -> http://www.qgis.org/wiki/Working_with_Subversion_and_Latex http://www.qgis.org/wiki/Manual_Writing Le 04/10/2010 20:40, Henri De Feraudy a écrit : Hi, I'm going to have a bit of spare time to improve the English documentation QGis 1.5. I've noticed gr

Re: [Qgis-developer] QGIS - French Ministry of Environment

2010-09-28 Thread MORREALE Jean Roc
Le 28/09/2010 07:24, Jeremy Palmer a écrit : Several tests were also done to determine the effort needed to customize QGIS, and two tools were developed : - SelectPlusFr, a plugin based on Barry ROWLINGSON's SelectPlus extending the selection tools Hi Jean, Just for your information the develo

Re: [Qgis-developer] QGIS - French Ministry of Environment

2010-09-27 Thread MORREALE Jean Roc
to avoid double or triple efforts (same feature developed several times by different parties) and to maximize the benefits from the financial contributions. Please keep us informed about the upcoming decision/plans of MEEDDM. Andreas On 9/26/10 2:27 PM, MORREALE Jean Roc wrote: Hi, here is a ve

[Qgis-developer] QGIS - French Ministry of Environment

2010-09-26 Thread MORREALE Jean Roc
forementioned plugins at least) and would like to provide financial support to QGIS in some way. Regards, MORREALE Jean Roc [1] http://www.developpement-durable.gouv.fr/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.o

Re: [Qgis-developer] Disable qgis mapserver at compilation

2010-09-12 Thread MORREALE Jean Roc
Le 12/09/2010 17:15, Anne Ghisla a écrit : On Sun, 2010-09-12 at 17:11 +0200, MORREALE Jean Roc wrote: Hi, Is there a way to compile the actual svn trunk without 'qgis mapserver' ? I don't want to make a build depending on fcgi but I've not found if there is a cmake's

[Qgis-developer] Disable qgis mapserver at compilation

2010-09-12 Thread MORREALE Jean Roc
Hi, Is there a way to compile the actual svn trunk without 'qgis mapserver' ? I don't want to make a build depending on fcgi but I've not found if there is a cmake's flag for it. I don't feel confident enought to editing CMakeList.txt :

Re: [Qgis-developer] new GRASS 6.4 modules

2010-09-11 Thread MORREALE Jean Roc
Le 11/09/2010 07:46, Paolo Cavallini a écrit : Il 10/09/2010 20:02, MORREALE Jean Roc ha scritto: Paolo, if it is not of a too high level, could it be possible to write a wiki page explaining how to wrote and update the grass modules in qgis ? I would like to help on this point but I don&#

Re: [Qgis-developer] new GRASS 6.4 modules

2010-09-10 Thread MORREALE Jean Roc
can be fixed. Thanks. Hi, Paolo, if it is not of a too high level, could it be possible to write a wiki page explaining how to wrote and update the grass modules in qgis ? I would like to help on this point but I don't know how. Regards, MORREALE Jea

Re: [Qgis-developer] HTML manual [patch]

2010-09-01 Thread MORREALE Jean Roc
Le 01/09/2010 21:32, Martin Weis a écrit : Hi! Am 30.08.2010 09:42, schrieb Otto Dassau: i think we should put the html user manual on the task list for the hackfest in November in Wrozlaw. I could help with that there and then. I added a note to the Wrozlaw page. http://www.qgis.org/wiki/4._QG

Re: [Qgis-developer] porting QGIS to Android?

2010-09-01 Thread MORREALE Jean Roc
Le 01/09/2010 19:32, Paolo Cavallini a écrit : Hi all. Android, although not really free, is a very interesting platform for mobile. A range on cheap and reasonably powerful tablets has been announced by various HW vendors, eg http://www.archos.com Is anybody interested in porting QGIS to Andro

[Qgis-developer] HTML manual

2010-08-29 Thread MORREALE Jean Roc
Please don't hijack thread as it make harder to follow the discussion. Le 29/08/2010 16:56, Noli Sicad a écrit : I hope QGIS has html user manual aside from pdf manual. It offers quick and easy access to what you need rather than downloading the whole pdf which is quite big (e.g. 2 Mb) because

Re: [Qgis-developer] Integration of QGIS mapserver to svn?

2010-08-23 Thread MORREALE Jean Roc
Le 23/08/2010 21:08, Andreas Neumann a écrit : +0 for QGIS Server and +1 for QGIS Mobile. While I like "QGIS Server" as a name, there may be different "QGIS Servers" in the future? Maybe a QGIS WFS server? Or a QGIS WPS or geoprocessing server? Or a QGIS printserver? I would see "QGIS Server" a

Re: [Qgis-developer] Integration of QGIS mapserver to svn?

2010-08-23 Thread MORREALE Jean Roc
Le 23/08/2010 15:50, Marco Hugentobler a écrit : Hi all Thank you for the feedback, the mapserver sources are now in svn. By the way should you not give it an more 'snappier' name, so there is no confusion with (minnesota) mapserver or the 'QGIS mapserver plugin'? Paolo (as our 'marketing'-hot

Re: [Qgis-developer] The new QGIS plugin repo

2010-08-16 Thread MORREALE Jean Roc
Le 16/08/2010 11:04, Borys Jurgiel a écrit : Dnia poniedziałek 16 sierpnia 2010 o 09:08:07 Paolo Cavallini napisał(a): Il 15/08/2010 12:47, Borys Jurgiel ha scritto: With Martin we were talking about the GHNS some time ago and it looks promising. The problem is AFAIK there's no admin interface,

Re: [Qgis-developer] The new QGIS plugin repo

2010-08-15 Thread MORREALE Jean Roc
Le 15/08/2010 10:01, Paolo Cavallini a écrit : Il 05/07/2010 08:49, Paolo Cavallini ha scritto: At the same time, a system for: - counting the number of downloads - giving a rank - sharing comments - sorting by popularity, number of downloads, date - tagging and searching is something useful, and

Re: [Qgis-developer] PostGIS plugins menu

2010-08-15 Thread MORREALE Jean Roc
Le 15/08/2010 09:08, Paolo Cavallini a écrit : Hi all. Can we move all the PostGIS plugins to a submenu, as we have done with fTools and GDAL Tools? This is easy, and will make life easier for our users. I found: - PostGIS Manager - PGQuery for PostGIS - PostGIS SQL Query Editor - RT Sql Layer -

Re: [Qgis-developer] QGIS 1.5 Branch is done - Call for Packaging

2010-07-18 Thread MORREALE Jean Roc
Hello, The fate of the download's page is not settled yet but it would be great if packagers could update this page -> http://www.qgis.org/wiki/Download%2Bwip by changing the links to their binairies and adding the proper installation commands (for linux mainly). About the visual changelog,

  1   2   >