4829 Commits

Author SHA1 Message Date
wonder
7d6177c7e2 Fixed check whether user runs QGIS from sources to halt him.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6938 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-05-08 09:41:34 +00:00
gsherman
d25ef917a0 Internationalization fixes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6937 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-05-08 01:56:36 +00:00
gsherman
8ae7de1f33 Adjusted widget widths to prevent truncation of device, port, and feature drop-down text
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6936 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-05-08 01:54:53 +00:00
wonder
55b47ea71e Removed useless #includes from plugin template
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6935 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-05-07 14:29:51 +00:00
wonder
7596d1a493 - updated plugin template
- replaced plugin builder with a newer one in python (hopefully for all platforms)
- replaced Makefile.am with CMakeLists.txt for building new plugins


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6931 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-05-06 02:40:33 +00:00
wonder
480dc7162f Corrected section about python bindings.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6930 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-05-05 10:27:29 +00:00
wonder
f2f370f5a7 Added a note about CMake and Subversion download.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6929 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-05-04 16:28:37 +00:00
wonder
9f917b853e Fixed crash in Windows on Python exceptions.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6928 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-05-03 17:46:09 +00:00
wonder
1ae70ce430 Fixed broken link for MSYS environment.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6927 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-05-03 16:44:10 +00:00
wonder
4e92435323 Updated windows compilation notes and added a section for python bindings.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6926 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-05-03 16:35:45 +00:00
wonder
713be404f3 Workaround #2 for changed version.h in GRASS cvs >= 26.4.2007
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6924 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-05-01 21:34:44 +00:00
wonder
c7c9e8b2ae Workaround for change in GRASS's version.h in cvs >= 26.4.2007
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6923 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-05-01 21:34:03 +00:00
wonder
a317d5489d Fixed another incorrect QgsMessageViewer usage.
(QGIS was crashing on second WMS identify request)


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6922 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-05-01 10:07:27 +00:00
wonder
9c49b9ecc1 Update legend item's tooltip (useful when SQL subset has changed)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6921 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-05-01 00:05:42 +00:00
wonder
045e4d76be Update canvas layers when a project is loaded (force correct order)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6920 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-05-01 00:04:42 +00:00
wonder
6067f34416 Draw layers in composer in correct order.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6919 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-05-01 00:03:46 +00:00
wonder
afd6e396f7 Use QgsMessageViewer properly - it deletes itself when closed.
This commit fixes a crash when trying to do SVG export.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6918 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-05-01 00:03:10 +00:00
timlinux
fa35aac98f Fixed problem caused by committing form with too new version of designer
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6914 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-25 19:19:21 +00:00
timlinux
a82ae4f296 Make 'legend' font size mac friendly
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6911 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-24 21:14:46 +00:00
wonder
409fef558b One more place where where ownership must be transferred and it wasn't - resulting in segfaults on app's exit.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6910 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-24 09:14:05 +00:00
wonder
85eab3f9a8 Solved bugs with double deletion of map canvas items in Python bindings.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6909 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-23 14:58:15 +00:00
wonder
301cd6c988 Solved problems with destruction of map tools - canvas mustn't be deleted before map tool,
however in Python the destruction had to be done explicitly to acheive right order.
New solution is that QgsMapTool is derived from QObject and on construction, QgsMapCanvas
is set as its parent. This way canvas is always deleted after deletion of map tools.

Also, because of this, I've divided QgsMeasure to QgsMeasureTool and QgsMeasureDialog
(problem with 2 parents with QObject as a base).


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6908 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-23 14:57:08 +00:00
wonder
aba4b3cfda Tweak to r6898. It seems that some GEOS versions use 'int' and others 'unsigned int'
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6907 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-20 12:38:14 +00:00
wonder
56024ce18c Fixed crash when identifying multipart features.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6906 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-20 10:33:11 +00:00
wonder
caff0a2d6d Workaround for exporting layers which more geometry types (e.g. polygons and multipolygons).
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6905 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-20 10:27:11 +00:00
wonder
5a894b1177 Be less verbose (too much output when measuring with QgsDistanceArea).
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6904 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-20 10:15:37 +00:00
wonder
b09c2494d2 Changed debug messages from std::cout to QgsDebugMsg
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6903 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-20 10:13:52 +00:00
wonder
f05db2a7e5 Added missing header files for installation.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6902 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-20 10:11:54 +00:00
wonder
e7d6fbaf4c QgsVertexMarker: added possibility to change color and pen width
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6901 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-20 10:11:08 +00:00
mhugent
3d2c245830 Tried to fix problems with allAttributeList() in postgres provider
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6900 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-20 06:05:56 +00:00
timlinux
b2c945b333 No code changes formatting cleanup only
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6899 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-19 10:27:48 +00:00
timlinux
c5263172ca Fix pedantic compile warnings due to signed int , unsigned in comparisons
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6898 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-19 10:24:19 +00:00
wonder
5789eecd83 - more sane function prototypes for searching for closest vertex/segment
- fixed some problems in python bindings


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6896 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-18 21:08:55 +00:00
wonder
d2d4b230c4 An attempt to fix compilation problems with new GRASS CVS.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6894 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-17 20:21:54 +00:00
wonder
4ec416580c Delimited text provider:
- code cleanups
- distinguish between int/double/text field types (#684)


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6893 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-17 19:51:58 +00:00
wonder
d65a78a7f6 Slightly better error handling in constructor of postgres provider
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6892 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-17 11:14:42 +00:00
wonder
19343b9016 Added setConnection() and setDataSource() utility functions to QgsDataSourceURI
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6891 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-17 11:12:15 +00:00
wonder
63bd8b5c7e Fix for creation of SQL query in postgres provider.
Was doing problems when exporting to shapefile (see #706)


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6890 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-17 10:11:02 +00:00
mhugent
6edc963b88 Higher precision when writing worldfile / pointfile
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6888 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-16 06:42:14 +00:00
wonder
ac57362b82 Fixed a crash in GPX provider
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6887 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-15 16:37:05 +00:00
mhugent
246ed7716c Georeferencer plugin: enable creation of nonrectangular pixels in linear transformation
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6884 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-14 08:47:10 +00:00
wonder
674e1f919f Hide LIBRARY_OUTPUT_PATH and LIB_PATH
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6883 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-12 12:20:05 +00:00
mhugent
05274e2ac6 Fix for editing problems
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6882 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-12 07:55:29 +00:00
mhugent
cd4f57ed73 Save as shapefile: use save dialog and remember the last directory
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6881 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-11 14:31:01 +00:00
wonder
ca5e2eaa43 Allow fetching features from OGR without geometries.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6880 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-11 12:01:13 +00:00
wonder
5f75c232ba Merged provider0_9-branch (r6844:6878) back to trunk.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6879 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-11 11:46:35 +00:00
wonder
0a93d830ab HTML escaping for python console.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6874 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-03 17:05:53 +00:00
wonder
d4bac97452 Renamed QgsMarkerCatalogue::pixmapMarker() to imageMarker() as now it returns QImage.
Added Python wrappers for QgsSymbologyUtils and QgsMarkerCatalogue.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6866 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-02 18:24:51 +00:00
wonder
961da9110a Removed old, unused symbol classes.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6865 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-02 17:55:26 +00:00
wonder
478f0a43ed Added python bindings for QgsSymbol and all renderer classes.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6864 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-04-02 17:41:47 +00:00