Skip to content

Commit 9950959

Browse files
author
timlinux
committed
Applied latest spatialquery_X_full.zip patch from Luiz Motta from #2634. This adds a number of improvements in functionality and usability to the spatial query tool. Muito Obrigado Luiz.
git-svn-id: http://svn.osgeo.org/qgis/trunk@15302 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 0b65851 commit 9950959

21 files changed

+863
-957
lines changed

src/plugins/spatialquery/CMakeLists.txt

100644100755
File mode changed.

src/plugins/spatialquery/README

100644100755
File mode changed.
581 Bytes
Loading

src/plugins/spatialquery/qgsgeometrycoordinatetransform.cpp

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* (at your option) any later version. *
1616
* *
1717
***************************************************************************/
18-
/* $Id$ */
18+
/* $Id: qgsgeometrycoordinatetransform.cpp 13377 2010-04-25 01:07:36Z jef $ */
1919

2020
#include "qgsgeometrycoordinatetransform.h"
2121

src/plugins/spatialquery/qgsgeometrycoordinatetransform.h

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* (at your option) any later version. *
1616
* *
1717
***************************************************************************/
18-
/* $Id$ */
18+
/* $Id: qgsgeometrycoordinatetransform.h 13377 2010-04-25 01:07:36Z jef $ */
1919
#ifndef GEOMETRYCOORDINATETRANSFORM_H
2020
#define GEOMETRYCOORDINATETRANSFORM_H
2121

src/plugins/spatialquery/qgsmngprogressbar.cpp

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* (at your option) any later version. *
1616
* *
1717
***************************************************************************/
18-
/* $Id$ */
18+
/* $Id: qgsmngprogressbar.cpp 13377 2010-04-25 01:07:36Z jef $ */
1919

2020
#include "qgsmngprogressbar.h"
2121

src/plugins/spatialquery/qgsmngprogressbar.h

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* (at your option) any later version. *
1616
* *
1717
***************************************************************************/
18-
/* $Id$ */
18+
/* $Id: qgsmngprogressbar.h 13377 2010-04-25 01:07:36Z jef $ */
1919
#ifndef QGSMNGPROGRESSBAR_H
2020
#define QGSMNGPROGRESSBAR_H
2121

src/plugins/spatialquery/qgsreaderfeatures.cpp

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* (at your option) any later version. *
1616
* *
1717
***************************************************************************/
18-
/* $Id$ */
18+
/* $Id: qgsreaderfeatures.cpp 13377 2010-04-25 01:07:36Z jef $ */
1919

2020
#include <qgsvectordataprovider.h>
2121

src/plugins/spatialquery/qgsreaderfeatures.h

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* (at your option) any later version. *
1616
* *
1717
***************************************************************************/
18-
/* $Id$ */
18+
/* $Id: qgsreaderfeatures.h 13377 2010-04-25 01:07:36Z jef $ */
1919
#ifndef READERFEATURES_H
2020
#define READERFEATURES_H
2121

src/plugins/spatialquery/qgsrubberselectid.cpp

100644100755
File mode changed.

src/plugins/spatialquery/qgsrubberselectid.h

100644100755
File mode changed.

src/plugins/spatialquery/qgsspatialquery.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@
1919

2020
#include <QMessageBox>
2121

22-
#include <qgsvectordataprovider.h>
23-
#include <qgsfeature.h>
24-
22+
#include "qgsvectordataprovider.h"
23+
#include "qgsfeature.h"
2524
#include "qgsgeometrycoordinatetransform.h"
2625
#include "qgsspatialquery.h"
2726

src/plugins/spatialquery/qgsspatialquery.h

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* (at your option) any later version. *
1616
* *
1717
***************************************************************************/
18-
/* $Id$ */
18+
/* $Id: qgsspatialquery.h 15141 2011-02-08 13:34:43Z jef $ */
1919
#ifndef SPATIALQUERY_H
2020
#define SPATIALQUERY_H
2121

0 commit comments

Comments
 (0)