[QGIS-trac] Re: [Quantum GIS] #2634: Spatial Query Plugin source for avaliation

Quantum GIS qgis at qgis.org
Fri Apr 23 19:45:35 EDT 2010


#2634: Spatial Query Plugin source for avaliation
--------------------------------------------------------------+-------------
        Reporter:  lmotta                                     |         Owner:  timlinux     
            Type:  patch                                      |        Status:  closed       
        Priority:  critical: causes crash or data corruption  |     Milestone:  Version 1.5.0
       Component:  C++ Plugins                                |       Version:  HEAD         
      Resolution:  fixed                                      |      Keywords:  Spatial Query
Platform_version:                                             |      Platform:  Debian       
        Must_fix:  No                                         |   Status_info:  0            
--------------------------------------------------------------+-------------
Changes (by timlinux):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 I have committed this patch as of r13356. Parabens e obrigado!

 Note there is still one more thing that should be sorted out - the Qt
 includes should be done in the form

 {{{
 #include <QDateTime>
 }}}

 and not

 {{{
 #include <qdatetime.h>
 }}}

 Note also that I have made some changes to the behaviour and layout of the
 dialog to try to improve usability - hope they are all to your liking.

 Regards

 Tim

-- 
Ticket URL: <http://trac.osgeo.org/qgis/ticket/2634#comment:7>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats


More information about the QGIS-trac mailing list