larsl
f06f147ff4
Looks like qgiscommit doesn't commit ChangeLog and configure.in if you run it from a subdirectory - committing them manually
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2146 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-18 18:55:26 +00:00
larsl
b60e7a87c0
** Removed duplicate code, added bounds calculation for digitized features in the GPX provider
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2145 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-18 18:53:24 +00:00
gsherman
d7c11f14fc
Quick hack to add -lgeos flag to link. Need add detection code for geos to
...
configure for a permanent solution
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2144 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-18 16:15:22 +00:00
gsherman
9136eb2600
French translation from lroubeyrie at limair.asso.fr
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2143 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-18 15:29:55 +00:00
larsl
eff586cac9
** Changes to the GPX provider:
...
* Implemented isEditable(), isModified(), commitChanges(), and rollBack()
* Removed the useless lat and lon attributes in waypoint features
* Cleaned up the attribute parsing in addFeature()
GPX editing should now work again.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2142 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-18 14:33:22 +00:00
gsherman
4c79351992
Update changelog and bumped extra_version in configure.in
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2141 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-18 05:36:30 +00:00
gsherman
b080e37504
Added editable flag (someday we might actually be able to digitize
...
features :))
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2140 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-18 05:17:19 +00:00
gsherman
99a6dba77b
Implemented identify/selection using GEOS to return the proper features
...
rather than any feature falling within the minumum bounding rectangle
(MBR). QGIS now required GEOS. This works with GEOS 2.x, needs to be
tested at GEOS 1.x
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2139 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-18 05:16:10 +00:00
mhugent
7cf0782112
fix for bug 1044242 symbology bug on where claused PostGIS tables
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2138 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-16 23:26:28 +00:00
mhugent
575a52aae1
added extra parameter to getNextFeature(std::list<int>,bool), give not commited features id -1 to prevent conflicts (selection via table) with commited features
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2137 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-16 22:49:15 +00:00
gsherman
eec81638bb
Updated copyright and RCS keyword
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2136 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-16 21:59:14 +00:00
gsherman
e1117cfb55
Update copyright and RCS keyword
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2135 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-16 21:17:33 +00:00
gsherman
6f599ad593
Updated changelog
...
Bumped extra_version in configure.in to 3
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2134 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-16 17:09:45 +00:00
gsherman
f58122d50d
qgisapp.cpp: Fixed OGR filters (snagged fix from qgsproject-branch)
...
qgisappbase.ui: Changed images to XPM instead of PNG
qgsvectordataprovider.h: Added mEditable as a private member rather than having child
classes declare it
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2133 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-16 17:06:33 +00:00
mhugent
066bc2b7bc
added a dialog to enter and change attribute values when digitizing features
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2132 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-16 15:35:13 +00:00
gsherman
6cd714e5e3
.pro - Fix to get win32 version to build
...
qgisappbase.ui - downgraded qt version string to 3.1
qgsuvalmadialog.cpp - added win32 ifdef
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2131 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-15 21:47:19 +00:00
gsherman
25ac8fd420
Applied patch from Gavin that fixes bug 1045894.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2130 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-15 05:05:19 +00:00
mhugent
da8fce8702
Added a Menu item to create new empty shapefiles. Unfortunately, a dummy feature is inserted into each new layer (coordinates 0/0). Without the dummy features, a segfault in OGR would happen when opening the .dbf file. I will do more investigations to figure out if there is a way such that there is no need for dummy features.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2129 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-14 22:54:24 +00:00
gsherman
74c42d09fe
Sorted and reformatted dependency lists
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2119 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-12 02:18:58 +00:00
gsherman
523e35ae42
Added man page for qgis
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2118 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-11 21:08:52 +00:00
gsherman
a5203928c4
Updated splash.png for 0.6
...
Added x and y text offset #defines for drawing text on the splashscreen
Minor code reformatting in qgisapp and qgsmapcanvas
Changed version and release name in qgis.h
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2117 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-09 16:48:16 +00:00
gsherman
13e0651cd0
Cosmetic change to comments
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2116 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-09 16:16:16 +00:00
gsherman
ec839ee08b
Changed extra_version to 1, updated change log
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2115 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-09 16:14:40 +00:00
gsherman
4219a84ed4
Fix for bogus error message when loading a shapefile from the cmd line
...
(bug 1043464)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2114 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-09 15:18:23 +00:00
gsherman
a6e6ca5a13
Latvian translation file
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2109 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-08 05:30:09 +00:00
gsherman
59d25e016d
Imperfectly fixed problem where attributes aren't displayed if the primary
...
key is not of type int4 (bug 1042706). Support for a unique id key field needs
to be added to the provider. Support for keys other than int4 will require
changing QgsFeature to a template class and other major architectural changes.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2108 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-08 04:57:48 +00:00
gsherman
0c60c51c39
Merged changes in 0.5 release branch to MAIN
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2094 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-04 00:53:49 +00:00
timlinux
1ed664539e
Force reset of progress bar after render
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2072 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-01 08:22:18 +00:00
mhugent
168ad8c38c
added a little icon to the legend items to indicate whether a layer is editable or not
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2070 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-30 22:06:07 +00:00
rabla
e3b55b8dcb
QgsRasterLayer::getPaletteAsPixmap crash fix
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2068 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-30 15:54:28 +00:00
rabla
5bcba71424
destructor fix
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2066 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-30 09:21:53 +00:00
timlinux
26d35d26ba
added qgscolortable for radims new raster improvements to build
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2063 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-30 01:05:33 +00:00
rabla
44021a1108
isEditable conflict
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2057 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-29 09:41:06 +00:00
gsherman
f8932b11c4
Changed QMessageBox::question to QMessageBox::information since the static
...
question function is not available in Qt 3.1.2
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2056 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-29 05:43:36 +00:00
gsherman
65899c966e
-Fixed Qt version problem in ui files (version should always be set to 3.1)
...
-Added debug statements to qgsvectorlayer to track down the X11 draw/hang bug
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2055 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-29 05:36:53 +00:00
rabla
870ad77673
support all raster types, color table
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2054 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-28 14:02:42 +00:00
rabla
5aab09bb0a
color table
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2052 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-28 13:59:17 +00:00
mhugent
6769603abb
added qgsvectordataprovider interface and start editing/ stop editing for vector digitising
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2049 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-27 21:30:27 +00:00
timlinux
d76d48918c
Resolve issue causing gsherman to call me rude names....
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2038 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-25 02:11:46 +00:00
larsl
fdd4e07ef2
** Removed support for loading Geocaching.com LOC files
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2029 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-23 09:07:50 +00:00
gsherman
8f0247f50f
<sarcasm>New and exciting splash screen</sarcasm>
...
Updated splash for the 0.5 Bandit release.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2026 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-22 04:54:24 +00:00
timlinux
e64d7cf704
Labeling updates
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2025 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-21 12:55:51 +00:00
timlinux
94cc123c67
Fix for clipping of labels when labelling polygon features.
...
Modified label rendering procedure so that it is a seprate call (drawLabels) and no longer part of the draw() method. Added a second loop in QgsMapCanvas::render() to go through all visible layers and call their drawLabels method. This loop is called after the features rendereing loop so the clipping problem is thusly forthwithly avaoided. Performance doesnt seem to bad either.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2024 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-21 11:52:20 +00:00
timlinux
4d89050424
Added win32 def for PKGDATAPATH
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2023 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-20 20:57:32 +00:00
larsl
8aebba4cc0
** Added the element definition of uniquevaluemarker to qgis.dtd
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2022 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-20 18:00:11 +00:00
larsl
968d198473
** Re-fixed bug 987874, the provider will now skip geometry-less features
...
but keep reading other features
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2021 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-20 17:55:21 +00:00
larsl
cc68daf5da
** Fixed bug 987874 which caused QGIS to crash when showing the attribute
...
table for shapefile layers with features with NULL geometry
(GetGeometryRef() returns NULL) - the OGR provider now treats features
with NULL geometry as NULL features, i.e. EOF
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2020 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-20 17:20:05 +00:00
gsherman
9f7357a92a
Changes to allow build under Win32
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2019 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-18 06:29:59 +00:00
larsl
4cbf0a4e1d
** Fixed QgsUValMaDialogBase so the listbox doesn't take up all of the space
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2012 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-15 09:28:51 +00:00
larsl
f76130b511
** Added the SVG icons in src/svg/gpsicons
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2011 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-14 07:08:46 +00:00