[Qgis-developer] Sip flag to generate docstrings

2012-02-19 Thread Gary Sherman
I would like to propose that we add the -o flag to this line in CMakeLists.txt: SET(SIP_EXTRA_OPTIONS ${PYQT4_SIP_FLAGS} -o) This tells sip to automatically generate docstrings for all classes and methods. These in turn can be accessed from Python. When using the IPython plugin this provides

Re: [Qgis-developer] user map points

2012-02-19 Thread Paolo Cavallini
Il 19/02/2012 21:47, Paolo Cavallini ha scritto: Hi all. I need the points of users displayed in: http://planet.qgis.org/community-map/ Whom can I ask to? Would it be ok to have the data downloadable from the site? Thanks. Maybe also the IP data?

Re: [Qgis-developer] Sip flag to generate docstrings

2012-02-19 Thread Gary Sherman
On Feb 19, 2012, at 8:50 AM, Larry Shaffer wrote: On a similar side note, not sure what Python editor you use, but with Eric4 (and its mini editor) you could also have auto-completion of the PyQGIS methods, etc if there was a QScintilla API file generated with the sip '-a output api file'

Re: [Qgis-developer] user map points

2012-02-19 Thread Charlie Sharpsteen
On Sun, Feb 19, 2012 at 12:58 PM, Paolo Cavallini cavall...@faunalia.itwrote: Il 19/02/2012 21:47, Paolo Cavallini ha scritto: Hi all. I need the points of users displayed in: http://planet.qgis.org/**community-map/http://planet.qgis.org/community-map/ Whom can I ask to? Would it be ok to

Re: [Qgis-developer] Sip flag to generate docstrings

2012-02-19 Thread Gary Sherman
On Feb 19, 2012, at 7:19 PM, Gary Sherman wrote: Does the resultant file have contents? Like (from PyQt's api file): PyQt4.QtCore.qInstallMsgHandler?4(callable) - callable PyQt4.QtCore.qRegisterResourceData?4(int, str, str, str) - bool PyQt4.QtCore.qUnregisterResourceData?4(int, str, str,