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

2012-02-14 Thread Alessandro Pasotti
Sorry, I always forget to reply-all on this list :( -- Forwarded message -- From: Alessandro Pasotti Date: 2012/2/15 Subject: Re: [Qgis-developer] Add QScintilla2 PyQt module to QGIS Distributions? To: Larry Shaffer 2012/2/14 Larry Shaffer : > Hi Alessan

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

2012-02-14 Thread Larry Shaffer
Hi Alessandro, On Tue, Feb 14, 2012 at 12:48 AM, Alessandro Pasotti wrote: > I'm not sure I understand what you are asking, but probably you can > find all you need here: > > validation, you can easily remove Django dependencies > https://github.com/qgis/qgis-django/blob/master/qgis-app/plugins/

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

2012-02-13 Thread Alessandro Pasotti
2012/2/13 Larry Shaffer : > Hi, > > @Alessandro: Would you consider writing, or scaffolding, a Python > class that assumes a correctly written and prepared plugin (i.e. > properly packaged plugin) and the necessary extra textual information > that is needed for the repository listing, and interface

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

2012-02-13 Thread Larry Shaffer
Hi, @Alessandro: Would you consider writing, or scaffolding, a Python class that assumes a correctly written and prepared plugin (i.e. properly packaged plugin) and the necessary extra textual information that is needed for the repository listing, and interfaces an upload to the repository app usi

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

2012-02-13 Thread Vincent Picavet
Hi, > > Do you mean the plugin template in plugin builder ? > > I've got some improvement to it as well : > > * i18n-ready with Makefile rules > > * help directory (should include a sphinx project indeed) > > * a few other Makefile rules (package, upload to repo) > > > > I'll push that to my plug

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

2012-02-12 Thread Tim Sutton
Hi On Sun, Feb 12, 2012 at 6:54 PM, Vincent Picavet wrote: > Hi, >> >> By the way we have been mulling over updating the plugin template to >> do the following: >> >> - pep8 compliance >> - pylint friendly >> - ship with a unit test framework >> - ship with a ready to roll sphinx project > > Do y

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

2012-02-12 Thread Vincent Picavet
Hi Schaffer, One thing that bothers me a bit is that you directly edit your local plugin in plugin's directory and not in code repository. The packaged and deployed plugin content is often different from the plugin code repository. For example, .git files, translation files, ui files do not ha

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

2012-02-12 Thread Vincent Picavet
Hi, > > By the way we have been mulling over updating the plugin template to > do the following: > > - pep8 compliance > - pylint friendly > - ship with a unit test framework > - ship with a ready to roll sphinx project Do you mean the plugin template in plugin builder ? I've got some improvemen

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

2012-02-11 Thread Tim Sutton
Hi On Fri, Feb 10, 2012 at 9:37 PM, MORREALE Jean Roc wrote: > Le 10/02/2012 20:34, Tim Sutton a écrit : > >> - ship with a ready to roll sphinx project > > > Not a *.ts ? That too - the sphinx project would be for api documentation etc. and optionally plugin documentation. Regards Tim > > >

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

2012-02-11 Thread Alessandro Pasotti
2012/2/10 Nathan Woodrow : > +1 from me.  Sounds like a great idea.  Plugin writing is something that new > users tend to stuggle with and it would be good to have a nice setup to get > them started. > > - Nathan +1 from me too, please don't forget to add recommended metadata (homepage, tracker,

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

2012-02-10 Thread Nathan Woodrow
+1 from me. Sounds like a great idea. Plugin writing is something that new users tend to stuggle with and it would be good to have a nice setup to get them started. - Nathan On Sat, Feb 11, 2012 at 8:43 AM, Larry Shaffer wrote: > Hi Tim, > > On Fri, Feb 10, 2012 at 12:34 PM, Tim Sutton wrote:

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

2012-02-10 Thread Larry Shaffer
Hi Tim, On Fri, Feb 10, 2012 at 12:34 PM, Tim Sutton wrote: ... >> My opinion is that releasing QGIS with the pre-built addition of this >> PyQt editor widget (~1 MB compressed) for use by developers, to add >> embedded text editors, would be very beneficial. >> > > I don't know what others think

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] Add QScintilla2 PyQt module to QGIS Distributions?

2012-02-10 Thread Tim Sutton
Hi Larry On Thu, Feb 9, 2012 at 1:45 AM, Larry Shaffer wrote: > Hi, > > I have incorporated the GPL-licensed QScintilla2 [1] PyQt text editor > widget into my QGIS app stack to accomplish a plugin I am almost ready > to release[2]. Adding support for QScintilla2 on Ubuntu was as simple > as apt-g

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

2012-02-08 Thread Larry Shaffer
Hi, I have incorporated the GPL-licensed QScintilla2 [1] PyQt text editor widget into my QGIS app stack to accomplish a plugin I am almost ready to release[2]. Adding support for QScintilla2 on Ubuntu was as simple as apt-get of libqscintilla2 and python-qscintilla2. On the Mac, It requires adjust