borysiasty
d650055e88
Plugin Installer update: fix reenabling disabled repositories
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11789 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-10-10 07:25:42 +00:00
jef
94ab29b1cf
different fix for #1942
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11780 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-10-08 23:00:39 +00:00
jef
3d35c57d9d
fix #1959
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11773 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-10-08 16:10:36 +00:00
jef
4ed28f36b8
wider support for vector layer queries:
...
- add query support for OGR and spatialite layers (additional to postgres)
- QgsDataProvider::setSubsetString() now returns if the query is successful.
- add optional parameter to limit number of values returned from QgsVectorDataProvider::uniqueValues()
- rename QgsDbSourceSelect to QgsPgSourceSelect, use QgsVectorLayer for layer queries and make it wider
- QgsDataSourceURI: improve quoting
- fix relative path support for SpatiaLite on windows
- rename QgsPgQueryBuilder to QgsQueryBuilder and use QgsVectorLayer for
queries instead of postgres
cleanups:
- rename QgsServerSourceSelect to QgsWMSSourceSelect
git-svn-id: http://svn.osgeo.org/qgis/trunk@11762 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-10-06 22:05:52 +00:00
cfarmer
f1f3fcbec0
fixes bug where new fields started with integer (integer now appended to end of field name)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11755 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-10-04 18:06:44 +00:00
borysiasty
46d8a4dd92
plugin installer update: handle ports != 80 and add Bob Bruce's repository
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11754 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-10-04 12:12:01 +00:00
borysiasty
570e228474
plugin installer update: more default repos
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11732 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-09-29 09:06:32 +00:00
jef
ed34b139f4
- fix load of layers saved with relative paths on *x
...
- also save relative paths to spatialite databases
- show path mode as combobox
- add QgsDataSourceURI::setDatabase()
git-svn-id: http://svn.osgeo.org/qgis/trunk@11729 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-09-28 21:38:25 +00:00
jef
0f23b743f4
fix qgsplugininstallerbase.ui
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11709 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-09-24 19:27:53 +00:00
jef
dfb5aa118d
fix line endings
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11640 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-09-12 20:37:31 +00:00
jef
29fdde20cb
OSM plugin & provider update from Lukas Berka:
...
- new OSM style files !! map looks pretty good now... (finally)
- new icons !
- some texts on dialogs were changed and completed
- "Saving OSM into file" functionality was improved a little...
- now OSM Plugin verify if osm provider is available...
- fixed some problems with encoding... ascii --> utf-8
- removing all OSM layers automatically after disabling OSM plugin in plugin manager
- some dialogs has been renamed
- other small bugfixes ...
Thanks.
git-svn-id: http://svn.osgeo.org/qgis/trunk@11603 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-09-09 12:16:24 +00:00
jef
f0fe5c5b92
fix osm style path detection
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11596 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-09-08 16:20:18 +00:00
jef
7243486afc
fix temporary file generation when downloading from OSM
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11595 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-09-08 15:25:22 +00:00
kyngchaos
0f11b58013
simplify osx_archs trimming
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11575 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-09-05 19:56:28 +00:00
jef
92bb2a3117
[FEATURE] multi-layer identify
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11572 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-09-05 19:49:47 +00:00
jef
ddd64be82b
improve relative path support
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11571 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-09-05 19:49:10 +00:00
kyngchaos
3bb542ee60
add analysis lib (r11552, r11554, r11557, r11558);some export defs cleanup;fix empty osx_archs error in python config;fix georef plugin name;misc cleanup
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11569 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-09-05 18:21:00 +00:00
kyngchaos
2ec2421e64
handle more than 2 archs for OSX universal build
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11548 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-09-05 00:03:48 +00:00
mhugent
9764c23594
Function argument can be const
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11545 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-09-04 19:47:07 +00:00
jef
a17488239f
fix python plugin crashes - changes GUI API
...
- QgsMapCanvas::xyCoordinates(QgsPoint & p) => xyCoordinates(const QgsPoint & p)
- QgsMapToolEmitPoint::canvasClicked(QgsPoint& point, Qt::MouseButton button) => canvasClicked( const QgsPoint& point, Qt::MouseButton button)
- might be a SIP 4.8 problem
git-svn-id: http://svn.osgeo.org/qgis/trunk@11540 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-09-02 22:41:43 +00:00
jef
db860f0014
fix r11536
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11537 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-09-01 17:41:24 +00:00
mhugent
20591bac19
[FEATURE] A reshape tool to apply to line/polygon geometries. The part of a geometry between the first and last intersection of the reshape line will be replaced
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11500 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-25 19:54:28 +00:00
jef
fdc629ce5d
improve nmake detection
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11443 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-19 19:09:10 +00:00
mhugent
a51fb58fa7
Consider transparency in composer legend (even though legend items for transparent layers are problematic because of background). Removed private section from qgslegendmodel.sip as private members cannot be used anyway
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11439 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-19 15:02:55 +00:00
jef
2d920f24a8
cmake improvements
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11424 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-18 11:59:43 +00:00
wonder
013bbd2819
PyQGIS: fixed invalid signature of writeXML function
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11407 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-17 10:40:36 +00:00
jef
95ca955748
remove tons of pyuic4, pyrcc4 generated files and create them when building (apply #1877 )
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11401 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-16 22:40:48 +00:00
timlinux
831879d7a7
Fix for syntax error preventing compile
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11386 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-15 10:46:03 +00:00
jef
10d1a0e283
fix missing python uis in osm plugin
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11384 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-14 22:31:19 +00:00
wonder
aae80cb3d4
Update to OSM plugin from Lukas Berka:
...
-classes and .ui,.py files renamed
-bugfixes
git-svn-id: http://svn.osgeo.org/qgis/trunk@11378 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-14 14:47:49 +00:00
wonder
075583b338
Update of OSM plugin from Lukas Berka:
...
new osm icons
git-svn-id: http://svn.osgeo.org/qgis/trunk@11377 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-14 14:21:26 +00:00
cfarmer
eb02422e7c
Applies patch to add several new strings from the fTools modules to the qgis_xx.ts files; Patch provided by Carlos Davila
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11365 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-13 20:43:26 +00:00
mhugent
702fc884ed
Fix current_date field in composer label
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11350 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-12 07:35:38 +00:00
cfarmer
ad3028bbe6
Additional updates to 'Clip' Geoprocessing tool: Properly fixes #1758 .
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11348 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-12 00:49:53 +00:00
cfarmer
b5eefa525a
Additional updates to 'Union' geoprocessing tool:Fixes #1865 again, this time properly! Should also fix other complaints regarding missing features in output shapefile.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11347 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-11 22:23:53 +00:00
cfarmer
724bd28ad9
Updates to union geoprocessing tool: Fixes ##1865; Note: Misformed geometries still an issue with some complex geometries
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11341 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-10 22:36:47 +00:00
cfarmer
b466b2b6a8
Fix clip geoprocessing function: Fixes #1758
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11339 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-10 22:13:19 +00:00
wonder
4321be982d
...forgotten to update the generated files
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11285 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-06 14:39:36 +00:00
wonder
207acbfee5
Update to OSM provider+plugin from Lukas Berka:
...
-osm provider code documentation; refactoring
git-svn-id: http://svn.osgeo.org/qgis/trunk@11284 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-06 14:12:49 +00:00
wonder
8a7b9c472b
Update to OSM plugin from Lukas Berka:
...
-displaying recommended tag keys and values for easier tags editing
-created features now doesn't have created_by tag automatically (coz it's deprecated)
-eh, names of some dockwidget elements are shorter now :)
git-svn-id: http://svn.osgeo.org/qgis/trunk@11283 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-06 14:09:40 +00:00
jef
669b6940a2
use linker flags when compiling python bindings ( fixes #1518 )
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11279 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-05 21:45:29 +00:00
jef
bd71472ba0
fix syntax error
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11278 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-05 19:55:30 +00:00
homann
b4f7e94235
Updated SIP-files after r11275 and r11276. Fix for #1220 .
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11277 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-05 16:43:33 +00:00
borysiasty
951d2a5b07
Plugin Installer small fixes
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11270 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-04 20:22:25 +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
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
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
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
jef
f0b412a0be
include OSGeo4W build scripts
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11197 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-29 08:59:18 +00:00
jef
0c59c74425
[FEATURE] symbology enhancements:
...
- add QgsMarkerCatalogue::refreshList() to refresh the symbol list w/o restart
- allow refresh of symbols via popup menu on the renderer's symbol selection
- add support for data define symbol(name)s
- add support for font symbol markers (only data define - no gui yet)
- pass QgsRenderContext to rendering methods
- add symbol size in map units (ie. symbols that keep the size in mapunits
independant of the mapscale)
git-svn-id: http://svn.osgeo.org/qgis/trunk@11152 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-07-23 10:59:59 +00:00