7741 Commits

Author SHA1 Message Date
mhugent
556be42c42 Apply patch from gcarillo to fix bug #1793
git-svn-id: http://svn.osgeo.org/qgis/trunk@11255 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-03 06:50:58 +00:00
timlinux
6808be9e7a Renamed Anitas new svg version of the QGIS icon to qgis_icon and deleted the old one
git-svn-id: http://svn.osgeo.org/qgis/trunk@11254 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-02 22:03:28 +00:00
kyngchaos
50f42a605a release name (r11247); libgslcblas not used (shared linking only), link libdl for internal spatialite (r11250)
git-svn-id: http://svn.osgeo.org/qgis/trunk@11253 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-02 16:34:50 +00:00
jef
cbf7cf64ac update german translation
git-svn-id: http://svn.osgeo.org/qgis/trunk@11252 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-02 15:32:44 +00:00
jef
046020fa4a update debian packaging
git-svn-id: http://svn.osgeo.org/qgis/trunk@11251 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-02 15:29:02 +00:00
jef
2b5663083b more cleanups:
- don't link GSL's CBLAS. We don't use it.
- don't link GEOS and GDAL into python bindings. They don't use them directly.
- link libdl on unix when internal spatialite is used
- update SONAMEs
- fix some warnings and typos



git-svn-id: http://svn.osgeo.org/qgis/trunk@11250 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-02 15:28:05 +00:00
jef
9a7d57c84e fix update_ts_files
git-svn-id: http://svn.osgeo.org/qgis/trunk@11248 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-02 15:16:17 +00:00
timlinux
78ef494f9d Changed release name to Daphnis
git-svn-id: http://svn.osgeo.org/qgis/trunk@11247 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-02 15:14:30 +00:00
timlinux
d886c6ed84 Updated splash for 1.2 release (now standing back to wait for complaints about the colour :-)
git-svn-id: http://svn.osgeo.org/qgis/trunk@11246 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-02 15:07:00 +00:00
jef
4e881148af fix #1805
git-svn-id: http://svn.osgeo.org/qgis/trunk@11244 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-02 08:45:03 +00:00
jef
70bf84b118 fix #1703
git-svn-id: http://svn.osgeo.org/qgis/trunk@11243 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-02 08:44:21 +00:00
kyngchaos
06ce0aa4cf add moc headers (r11241)
git-svn-id: http://svn.osgeo.org/qgis/trunk@11242 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-01 19:47:32 +00:00
jef
dae86ed4a0 misc cleanups:
- added Q_OBJECT to various classes where lupdate was complaining
- fix some warnings (mostly potentially uninitialized variables)
- introduce doubleNear(a,b,epsilon) to compare doubles
- fix new composer pagesizes
- cleanup edit type labels in vector properties (marked translation strings,
  synced with qgsattributetypeedit.ui, removed redundant code)
- allow update_ts_files.sh for specified languages
- german translation update



git-svn-id: http://svn.osgeo.org/qgis/trunk@11241 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-01 19:20:09 +00:00
kyngchaos
d3001aaf1f fix OSM install paths
git-svn-id: http://svn.osgeo.org/qgis/trunk@11240 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-01 18:04:36 +00:00
kyngchaos
a1b96bd6b0 misc minor fixes
git-svn-id: http://svn.osgeo.org/qgis/trunk@11239 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-01 17:35:08 +00:00
jef
7bc1a64e80 fix some warnings and maybe fix OSX build
git-svn-id: http://svn.osgeo.org/qgis/trunk@11238 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-01 16:02:29 +00:00
homann
2cb735bf1a Turn on scrolling in legend layers
git-svn-id: http://svn.osgeo.org/qgis/trunk@11237 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-01 10:48:27 +00:00
jef
7423b30a9d fix gcc warning
git-svn-id: http://svn.osgeo.org/qgis/trunk@11236 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-31 23:16:23 +00:00
jef
897886a38a [FEATURE] add american paper format to composer and allow custom formats in inch (fixed #1538 and #1858)
git-svn-id: http://svn.osgeo.org/qgis/trunk@11235 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-31 23:16:10 +00:00
jef
39f5f2d8de fix moc warnings in OSM provider
git-svn-id: http://svn.osgeo.org/qgis/trunk@11234 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-31 23:12:42 +00:00
homann
97da8f506a Change behaviour of legend layer reordering with the mouse. The code needs major cleanup, but the we need to settle on behaviour first.
git-svn-id: http://svn.osgeo.org/qgis/trunk@11233 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-31 22:37:52 +00:00
jef
ddba6694d3 update german translation
git-svn-id: http://svn.osgeo.org/qgis/trunk@11232 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-31 20:06:50 +00:00
jef
da6a275334 update ts files run
git-svn-id: http://svn.osgeo.org/qgis/trunk@11231 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-31 20:05:10 +00:00
jef
e4ef175d4d remove empty ui file
git-svn-id: http://svn.osgeo.org/qgis/trunk@11230 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-31 19:59:53 +00:00
jef
bf616cb085 [FEATURE] make restriction to change only common properties of unique value classes optional (fixes #1703)
git-svn-id: http://svn.osgeo.org/qgis/trunk@11229 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-31 19:36:55 +00:00
jef
b49980c995 automatic indentation update (r11003-r11227)
git-svn-id: http://svn.osgeo.org/qgis/trunk@11228 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-31 17:15:15 +00:00
jef
2528ef44b8 update german translation
git-svn-id: http://svn.osgeo.org/qgis/trunk@11227 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-31 16:22:53 +00:00
jef
f7f3424a00 fix some translation strings
git-svn-id: http://svn.osgeo.org/qgis/trunk@11226 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-31 16:21:56 +00:00
mhugent
e00cfa7bc2 Fix for bug #1572: new features will not display before spatial index is recreated/QGIS restarted
git-svn-id: http://svn.osgeo.org/qgis/trunk@11225 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-31 13:26:49 +00:00
mhugent
a697e0f456 Some error checking and saving of output file directories in interpolation plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk@11223 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-31 10:42:51 +00:00
pcav
8a6feaefea Minor editing for consistency of GRASS modules
git-svn-id: http://svn.osgeo.org/qgis/trunk@11221 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-31 08:35:22 +00:00
leolami
cb3a5df8e1 Update list GRASS modules
git-svn-id: http://svn.osgeo.org/qgis/trunk@11220 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-31 07:32:43 +00:00
leolami
6e9fc10e08 Update v.out.ogr and r.out.gdal GRASS modules
git-svn-id: http://svn.osgeo.org/qgis/trunk@11219 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-31 07:18:42 +00:00
jef
16b91c6bbe fix #1664 and #1681
git-svn-id: http://svn.osgeo.org/qgis/trunk@11218 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-30 21:16:53 +00:00
mhugent
ad7937e7f6 FEATURE: possibility to save the triangulation to shape file (but needs a bit more error checking and polishing)
git-svn-id: http://svn.osgeo.org/qgis/trunk@11217 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-30 14:23:25 +00:00
kyngchaos
af7f68f502 add osm plugin (r11210)
git-svn-id: http://svn.osgeo.org/qgis/trunk@11216 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-30 13:54:10 +00:00
wonder
66544fdde9 osm plugin: fixed a problem with raster layers
git-svn-id: http://svn.osgeo.org/qgis/trunk@11215 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-30 13:02:43 +00:00
mhugent
5136ba944e Some bugfixes for interpolation plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk@11214 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-30 12:44:03 +00:00
jef
1b646c1bcc include osm provider in debian package
git-svn-id: http://svn.osgeo.org/qgis/trunk@11213 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-30 11:55:48 +00:00
jef
5b1720a821 fix warnings (possibly fixing one bug) and build errors on windows
git-svn-id: http://svn.osgeo.org/qgis/trunk@11212 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-30 11:50:05 +00:00
mhugent
5d9b66faeb FEATURE: possibility to add line layers as constrains for triangulation in interpolation plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk@11211 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-30 11:30:33 +00:00
wonder
257e30ea9b [FEATURE] Imported OpenStreetMap provider and plugin.
git-svn-id: http://svn.osgeo.org/qgis/trunk@11210 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-30 11:08:18 +00:00
mhugent
79aa90be10 Fix for ticket 1745 (QGis crashes dragging a Legend Layer File over a Legend Layer File Group)
git-svn-id: http://svn.osgeo.org/qgis/trunk@11206 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-29 21:04:58 +00:00
jef
a7eaabae3d use numerus form in translation string
git-svn-id: http://svn.osgeo.org/qgis/trunk@11205 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-29 18:16:32 +00:00
rugginoso
0e96e8fd44 Moved db.in.ogr grass module into under "Import" section.
git-svn-id: http://svn.osgeo.org/qgis/trunk@11204 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-29 15:35:59 +00:00
rugginoso
19ea569fd0 Fixed a crash when a QgsGrassModel::VectorLayer contained into a multiple selection is deleted, renamed or copied.
git-svn-id: http://svn.osgeo.org/qgis/trunk@11203 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-29 14:05:16 +00:00
mhugent
93c849dc43 Applied patch from gcarillo to fix ticket #1791. Thanks!
git-svn-id: http://svn.osgeo.org/qgis/trunk@11202 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-29 13:22:36 +00:00
mhugent
247dd62e57 Initialise band count to 0 in raster constructor for WMS layers. Fixes bug #1803
git-svn-id: http://svn.osgeo.org/qgis/trunk@11201 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-29 13:09:55 +00:00
mhugent
baaec20514 Make symbology items non-selectable (fix for #1439
git-svn-id: http://svn.osgeo.org/qgis/trunk@11200 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-29 12:48:05 +00:00
mhugent
268ca485ec Small layout improvement for composer map widget
git-svn-id: http://svn.osgeo.org/qgis/trunk@11199 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-29 11:58:00 +00:00