1363 Commits

Author SHA1 Message Date
gsherman
0126ea6e12 Changed output to qgis_ts.pro so as not to blast the windows qmake project file (qgis.pro)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1759 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-14 18:16:24 +00:00
gsherman
5e3c347293 Changed output to qgis_qm.pro so as not to blast the windows qmake project file (qgis.pro)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1758 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-14 18:16:00 +00:00
rabla
9dac2123fe my photo
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1754 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-13 12:56:26 +00:00
rabla
564e4e9166 path to libgrassprovider.so changed
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1753 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-13 09:43:21 +00:00
gsherman
54040e759f Added check to see if open in update mode failed. If so, try to open it
in read-only mode. Need to set a flag or something to indicate read-only
so editing operations don't fail (once they are implemented)


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1752 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-13 04:34:30 +00:00
rabla
3e7cdebc8e Check if GISBASE is set
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1751 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-12 17:34:30 +00:00
mhugent
c7fe065390 delete the qgis features after drawing to avoid a memory leak. If someone has problems with drawing vector layers after this commit (which i don't hope!), just change 'delete fet;' in qgsvectorlayer.cpp l. 593 back to 'delete[]feature;'
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1749 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-12 16:48:12 +00:00
rabla
67da214d93 edit
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1748 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-12 15:25:37 +00:00
rabla
7834a64708 default edit icons
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1747 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-12 15:22:05 +00:00
rabla
5847feb44d edit
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1746 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-12 15:16:48 +00:00
rabla
a6e8ed1c2a fixed crash in CapturePoint (geometry is released in QgsFeature destructor)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1745 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-12 14:36:38 +00:00
larsl
ef5312bc2a Started adding DOM writing to GPSData
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1744 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-12 10:54:41 +00:00
larsl
fc65d5525b Implemented addFeature() for the GPX provider
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1743 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-11 16:22:50 +00:00
mhugent
0f8308d2d2 implemented writing of points to make some tests with feature writing. Use the capture-point tool to write on point vector layers
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1742 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-11 06:01:10 +00:00
larsl
84aa2e5ebf ** Added code to QgsProjectIo that saves and loads the provider key of a vector
layer in the project file, so delimited text layers and GPX layers can be
   saved in a project. Haven't tested for grass vector layers, but it should
   work.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1741 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-10 17:20:12 +00:00
gsherman
384e7209d3 1. First pass at defining PostgreSQL layers using a where clause in the data
provider. UI may need some work. When adding a PG layer, double- click on the
layer name to define the where clause. Do not include the where keyword
2. Added $QTDIR/bin to the path for lrelease and lupdate in the i18n
scripts


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1740 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-10 06:45:34 +00:00
timlinux
e0dc6e8867 Interface changes to allow forcing view to update when a raster layer is added via a plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1738 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-08 20:26:53 +00:00
mhugent
ed9ce138b8 marker renderers now draw a yellow rectangle for selected features (the same size as the image has)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1736 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-07 04:50:34 +00:00
larsl
cc7317d110 Close the dialog when a GPS operation is done (broke it in earlier commit)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1735 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-06 17:03:38 +00:00
timlinux
89104bb3f8 Raster force redraw
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1733 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-05 18:07:26 +00:00
timlinux
cbaeae8b98 Added flag so that plugins can force mapcanvas redraw after adding a raster layer
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1732 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-05 18:02:10 +00:00
larsl
ca517e06ba ** Moved lots of code from PluginGui to Plugin in the GPS plugin, use signals
and slots for communication


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1731 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-05 09:43:46 +00:00
mhugent
8a4eab2b56 moved responsibility for selected vector features to the renderers. The implementation for the marker renderers has not been done yet
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1730 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-04 18:43:27 +00:00
gsherman
1ed6be65d9 Email audit trail for GPL change regarding compilation with any version of Qt
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1729 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-03 15:05:27 +00:00
gsherman
5109c37029 Changes for 0.4 release - the 'Baby' is born
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1726 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-02 08:02:33 +00:00
timlinux
2d28264518 Overview canvas now has extents equal to the extents of the main map canvas
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1725 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-01 22:33:43 +00:00
timlinux
0fd81ffe46 Added accessors for full extents of map canvas, and frozen state of mapcanvas
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1724 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-01 21:42:23 +00:00
timlinux
abad44a5ce Removeing the (myInt!=0) test causes usgs dems to render as a big black square - reinsating these for purposes of 0.4 release
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1723 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-01 21:06:30 +00:00
stevehalasz
a0a42fc349 ** use int and GDT_Int32 to enable proper retrieval of negative no data values
** correctly calculate required size of scan data


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1722 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-01 20:14:36 +00:00
timlinux
5d9a0f32b8 Marcos legend item changes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1719 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-01 08:36:11 +00:00
timlinux
85da4f0d69 Marcos legend item changes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1718 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-01 08:25:08 +00:00
timlinux
e534756af3 Marcos legend item changes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1717 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-07-01 08:13:46 +00:00
timlinux
8caf393067 Further attempt to fix 'rasters dont show after loading' problem
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1715 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-06-30 23:50:54 +00:00
timlinux
1308dcdf15 fix bug where rasters are not shown when added after other layers
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1714 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-06-30 22:44:45 +00:00
timlinux
cc1680f7f1 Fix order of layer restoration
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1711 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-06-30 12:07:40 +00:00
jobi
dd58213216 ** made ready for release
** added interface version for libqgis


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1710 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-06-30 11:30:40 +00:00
jobi
7db3f662ba some cosmetics
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1709 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-06-30 09:47:40 +00:00
jobi
3062f54945 recreated ts files as there where entries of the http_server plugin in it
updated German translation
added Chinese translation


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1708 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-06-30 09:30:41 +00:00
hoshi
d478ae00f9 Updated language file for release 0.4
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1706 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-06-29 13:06:04 +00:00
larsl
4fd3d005fa Updated Swedish translation
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1705 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-06-29 08:54:43 +00:00
gsherman
26e9e24b98 Updated translation files for 0.4 release. Translators need to update for
their language...


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1704 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-06-29 06:18:50 +00:00
gsherman
d67d0f9cb7 Install documentation update for 0.4 release
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1703 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-06-29 05:29:10 +00:00
gsherman
2b737c2dcd Updated ChangeLog
Incremented extra version to 57


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1702 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-06-29 04:47:37 +00:00
gsherman
e7b6879fc0 Fixed overview extent rectangle bug that incorrectly displayed the zoom rectangle
as drawn rather than the actual view extent of the map canvas after rendering


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1701 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-06-29 04:31:11 +00:00
gsherman
d05d6d9f59 Updated comments/documentation
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1700 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-06-29 04:29:18 +00:00
gsherman
c750325f86 Added patch from strk that improves calculation of extents for a postgres layer
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1699 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-06-29 04:27:55 +00:00
larsl
dd5042789f Fixed a bug that caused QGIS to not set the fieldIndex of a vector layer if the fieldIndex found was the first attribute
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1698 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-06-28 12:28:45 +00:00
jobi
db453e2eb6 ** fix bug #981159
** cleaned warnings


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1697 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-06-28 11:08:18 +00:00
timlinux
38eb0b0e68 Coupla new icons
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1695 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-06-27 23:11:10 +00:00
timlinux
3361120f85 Added show/hide all layers option
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1694 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-06-27 23:09:04 +00:00