gsherman
b5819a81fc
French translation from lroubeyrie at limair.asso.fr
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2143 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-18 15:29:55 +00:00
larsl
21fb3435bb
** 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@2142 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-18 14:33:22 +00:00
gsherman
f86e37cd95
Update changelog and bumped extra_version in configure.in
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2141 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-18 05:36:30 +00:00
gsherman
59aa7419e9
Added editable flag (someday we might actually be able to digitize
...
features :))
git-svn-id: http://svn.osgeo.org/qgis/trunk@2140 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-18 05:17:19 +00:00
gsherman
d6a1929c81
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@2139 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-18 05:16:10 +00:00
mhugent
80242b799e
fix for bug 1044242 symbology bug on where claused PostGIS tables
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2138 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-16 23:26:28 +00:00
mhugent
d700cbd1b2
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@2137 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-16 22:49:15 +00:00
gsherman
8e949adc2c
Updated copyright and RCS keyword
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2136 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-16 21:59:14 +00:00
gsherman
1ca35f2c15
Update copyright and RCS keyword
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2135 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-16 21:17:33 +00:00
gsherman
65fdc706b0
Updated changelog
...
Bumped extra_version in configure.in to 3
git-svn-id: http://svn.osgeo.org/qgis/trunk@2134 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-16 17:09:45 +00:00
gsherman
010d0b3140
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@2133 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-16 17:06:33 +00:00
mhugent
ea178eb56c
added a dialog to enter and change attribute values when digitizing features
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2132 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-16 15:35:13 +00:00
gsherman
43f8a11054
.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@2131 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-15 21:47:19 +00:00
gsherman
db6b0a29ff
Applied patch from Gavin that fixes bug 1045894.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2130 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-15 05:05:19 +00:00
mhugent
2cc275b1cb
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@2129 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-14 22:54:24 +00:00
gsherman
17f6a608ce
Sorted and reformatted dependency lists
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2119 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-12 02:18:58 +00:00
gsherman
1867a2f326
Added man page for qgis
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2118 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-11 21:08:52 +00:00
gsherman
1fd5b66f42
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@2117 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-09 16:48:16 +00:00
gsherman
7740fa8f8d
Cosmetic change to comments
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2116 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-09 16:16:16 +00:00
gsherman
2e83e07d45
Changed extra_version to 1, updated change log
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2115 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-09 16:14:40 +00:00
gsherman
c8b7210469
Fix for bogus error message when loading a shapefile from the cmd line
...
(bug 1043464)
git-svn-id: http://svn.osgeo.org/qgis/trunk@2114 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-09 15:18:23 +00:00
gsherman
724b7f7882
Latvian translation file
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2109 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-08 05:30:09 +00:00
gsherman
09ae8566f5
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@2108 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-08 04:57:48 +00:00
gsherman
f5c424a8d6
Merged changes in 0.5 release branch to MAIN
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2094 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-04 00:53:49 +00:00
timlinux
93867f1f88
Force reset of progress bar after render
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2072 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-10-01 08:22:18 +00:00
mhugent
63f5ebc422
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@2070 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-30 22:06:07 +00:00
rabla
b90be93414
QgsRasterLayer::getPaletteAsPixmap crash fix
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2068 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-30 15:54:28 +00:00
rabla
ca611e7cfb
destructor fix
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2066 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-30 09:21:53 +00:00
timlinux
cfa274841e
added qgscolortable for radims new raster improvements to build
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2063 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-30 01:05:33 +00:00
rabla
00e070bb7e
isEditable conflict
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2057 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-29 09:41:06 +00:00
gsherman
67df23138e
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@2056 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-29 05:43:36 +00:00
gsherman
5af62599b1
-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@2055 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-29 05:36:53 +00:00
rabla
d2266be0ce
support all raster types, color table
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2054 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-28 14:02:42 +00:00
rabla
b0abf3686f
color table
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2052 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-28 13:59:17 +00:00
mhugent
574e98952a
added qgsvectordataprovider interface and start editing/ stop editing for vector digitising
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2049 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-27 21:30:27 +00:00
timlinux
1f75a4463f
Resolve issue causing gsherman to call me rude names....
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2038 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-25 02:11:46 +00:00
larsl
bc9980506e
** Removed support for loading Geocaching.com LOC files
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2029 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-23 09:07:50 +00:00
gsherman
cec1c6238a
<sarcasm>New and exciting splash screen</sarcasm>
...
Updated splash for the 0.5 Bandit release.
git-svn-id: http://svn.osgeo.org/qgis/trunk@2026 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-22 04:54:24 +00:00
timlinux
c5c12dbbc2
Labeling updates
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2025 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-21 12:55:51 +00:00
timlinux
a9a16003ab
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@2024 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-21 11:52:20 +00:00
timlinux
6bfa41ac6c
Added win32 def for PKGDATAPATH
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2023 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-20 20:57:32 +00:00
larsl
0d46a4cfef
** Added the element definition of uniquevaluemarker to qgis.dtd
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2022 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-20 18:00:11 +00:00
larsl
c2fb42fce4
** 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@2021 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-20 17:55:21 +00:00
larsl
e4f2bb176e
** 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@2020 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-20 17:20:05 +00:00
gsherman
99407e9e18
Changes to allow build under Win32
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2019 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-18 06:29:59 +00:00
larsl
3b684f97d8
** Fixed QgsUValMaDialogBase so the listbox doesn't take up all of the space
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2012 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-15 09:28:51 +00:00
larsl
14fa05a3d7
** Added the SVG icons in src/svg/gpsicons
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2011 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-14 07:08:46 +00:00
mhugent
c062bdee9f
inserted CPLFree
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2005 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-13 20:08:43 +00:00
larsl
77d8b7ebe7
Added the unique value marker renderer
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2004 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-13 19:34:06 +00:00
mcoletti
0112da58ff
qgis exception classes
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1999 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-09-13 16:28:10 +00:00