Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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/qgis@15302 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Mar 1, 2011
1 parent ed17b8f commit 52144b4
Show file tree
Hide file tree
Showing 21 changed files with 863 additions and 957 deletions.
Empty file modified src/plugins/spatialquery/CMakeLists.txt 100644 → 100755
Empty file.
Empty file modified src/plugins/spatialquery/README 100644 → 100755
Empty file.
Binary file added src/plugins/spatialquery/itemscreatelayer.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/plugins/spatialquery/qgsgeometrycoordinatetransform.cpp 100644 → 100755
Expand Up @@ -15,7 +15,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
/* $Id$ */
/* $Id: qgsgeometrycoordinatetransform.cpp 13377 2010-04-25 01:07:36Z jef $ */

#include "qgsgeometrycoordinatetransform.h"

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/spatialquery/qgsgeometrycoordinatetransform.h 100644 → 100755
Expand Up @@ -15,7 +15,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
/* $Id$ */
/* $Id: qgsgeometrycoordinatetransform.h 13377 2010-04-25 01:07:36Z jef $ */
#ifndef GEOMETRYCOORDINATETRANSFORM_H
#define GEOMETRYCOORDINATETRANSFORM_H

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/spatialquery/qgsmngprogressbar.cpp 100644 → 100755
Expand Up @@ -15,7 +15,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
/* $Id$ */
/* $Id: qgsmngprogressbar.cpp 13377 2010-04-25 01:07:36Z jef $ */

#include "qgsmngprogressbar.h"

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/spatialquery/qgsmngprogressbar.h 100644 → 100755
Expand Up @@ -15,7 +15,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
/* $Id$ */
/* $Id: qgsmngprogressbar.h 13377 2010-04-25 01:07:36Z jef $ */
#ifndef QGSMNGPROGRESSBAR_H
#define QGSMNGPROGRESSBAR_H

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/spatialquery/qgsreaderfeatures.cpp 100644 → 100755
Expand Up @@ -15,7 +15,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
/* $Id$ */
/* $Id: qgsreaderfeatures.cpp 13377 2010-04-25 01:07:36Z jef $ */

#include <qgsvectordataprovider.h>

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/spatialquery/qgsreaderfeatures.h 100644 → 100755
Expand Up @@ -15,7 +15,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
/* $Id$ */
/* $Id: qgsreaderfeatures.h 13377 2010-04-25 01:07:36Z jef $ */
#ifndef READERFEATURES_H
#define READERFEATURES_H

Expand Down
Empty file modified src/plugins/spatialquery/qgsrubberselectid.cpp 100644 → 100755
Empty file.
Empty file modified src/plugins/spatialquery/qgsrubberselectid.h 100644 → 100755
Empty file.
5 changes: 2 additions & 3 deletions src/plugins/spatialquery/qgsspatialquery.cpp
Expand Up @@ -19,9 +19,8 @@

#include <QMessageBox>

#include <qgsvectordataprovider.h>
#include <qgsfeature.h>

#include "qgsvectordataprovider.h"
#include "qgsfeature.h"
#include "qgsgeometrycoordinatetransform.h"
#include "qgsspatialquery.h"

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/spatialquery/qgsspatialquery.h 100644 → 100755
Expand Up @@ -15,7 +15,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
/* $Id$ */
/* $Id: qgsspatialquery.h 15141 2011-02-08 13:34:43Z jef $ */
#ifndef SPATIALQUERY_H
#define SPATIALQUERY_H

Expand Down

0 comments on commit 52144b4

Please sign in to comment.