16427 Commits

Author SHA1 Message Date
Larry Shaffer
c2b6a47859 Fix PLUGIN_INSTALL build error 2012-10-23 17:40:20 -06:00
Sandro Santilli
9f1351b08b Allow running osm plugin from build dir
See http://hub.qgis.org/issues/5879
2012-10-23 22:40:56 +02:00
Sandro Santilli
9a0c4ffdb5 Allow running mapserver_export plugin from build dir
See http://hub.qgis.org/issues/5879
2012-10-23 22:35:04 +02:00
Sandro Santilli
e852efacab Allow running GdalTools plugin from build dir
See http://hub.qgis.org/issues/5879
2012-10-23 22:31:55 +02:00
Sandro Santilli
b892a021af Allow running fTools plugin from build dir
See http://hub.qgis.org/issues/5879
2012-10-23 22:09:06 +02:00
Sandro Santilli
227401d434 Do not setPkgDataPath to source dir when running from build dir
We want to use the output/ dir for that !
Fixes load of fTools from build tree (coming next)
2012-10-23 17:38:00 +02:00
Larry Shaffer
e08833ac3b Adv labeling, add multi-line spacing and alignment 2012-10-23 08:01:06 -06:00
Larry Shaffer
a22742d146 Updates to Mac install notes
- Add section on debug output and running tests
2012-10-23 07:45:53 -06:00
Larry Shaffer
e8edb950e4 Add CMake finds for QScintilla2 and Qsci module
- Needs testing on Windows platform
- Add QScintilla2 library version info to About dialog
- Add Mac bundling support for Qwt 6 framework and QScintilla2
- Fallback to sys or custom site-pkgs when looking for PyQt4 modules to Mac bundle
2012-10-22 20:45:14 -06:00
Larry Shaffer
332ce329af Fix #6505, set typedef for Mac size_t in bindings 2012-10-22 17:30:16 -06:00
Giuseppe Sucameli
2296b5d7c4 Merge pull request #298 from slarosa/master
Enable non-ascii chars in Python Console
2012-10-22 14:41:10 -07:00
Salvatore Larosa
a29ccbf553 Enable non-ascii chars in Python Console
fixes issue http://hub.qgis.org/issues/6548
2012-10-22 21:52:29 +02:00
Alexander Bruy
a45b759e1c [FEATURE] TauDEM provider for SEXTANTE 2012-10-22 19:00:50 +03:00
Marco Hugentobler
4c161c9e10 Merge branch for sia2045 GetFeatureInfo output 2012-10-22 14:35:47 +02:00
Marco Hugentobler
feec5f050c Possibility to manually enter a project property to have WMS feature info in sia2045 format 2012-10-22 14:15:07 +02:00
Marco Hugentobler
73578640a3 Drop invalid characters from xml element names 2012-10-22 11:28:16 +02:00
Juergen E. Fischer
dbab4a2425 update QgsVectorLayer bindings (fixes #6550) 2012-10-21 13:21:35 +02:00
Sandro Santilli
f93f844867 Allow running plugin_installer plugin from build dir
See http://hub.qgis.org/issues/5879
2012-10-20 22:00:51 +02:00
Victor Olaya
a42071d4ba Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2012-10-20 21:39:33 +02:00
Victor Olaya
6546d748c8 Added patch for #6545
Fixed bug in SAGA extent calculation (there was a half cellsize offset)
2012-10-20 21:38:46 +02:00
Giuseppe Sucameli
27652201d0 fix build 2012-10-20 02:22:11 +02:00
Giuseppe Sucameli
ee609741cc Merge pull request #297 from slarosa/master
[FEATURE] - Choose Fontfamily and API files for Python Console
2012-10-19 16:52:28 -07:00
Salvatore Larosa
3fecd44ae5 Merge branch master of https://github.com/qgis/Quantum-GIS 2012-10-20 01:44:52 +02:00
Sandro Santilli
8ca2236134 Add a PLUGIN_INSTALL cmake macro and use it from db_manager plugin
One step forward toward closing http://hub.qgis.org/issues/5879
Next all pugins should be converted to use of the macro...
2012-10-20 01:17:37 +02:00
Marco Hugentobler
d6b155f74c Add const 2012-10-20 00:56:44 +02:00
Marco Hugentobler
d0eb15194d Oversampling parameter is now in resample filter 2012-10-20 00:48:31 +02:00
Marco Hugentobler
7e5435cb90 Fix image format conversion (used e.g. for WMS client) and two memory leaks 2012-10-20 00:35:56 +02:00
Salvatore Larosa
ca20be178a [FEATURE] - Choose Fontfamily and API files for Python Console
- update Italian translation
- added Settings icon for toolbar
- update Italian translation fro console_help
2012-10-19 23:23:26 +02:00
Sandro Santilli
6461a0125b Allow loading plugins from output dir
See http://hub.qgis.org/issues/5879

Still needs to find plugins under output/ dir for them to be
loaded ...
2012-10-19 23:22:12 +02:00
Juergen E. Fischer
3420e1db10 skip views without pk candidate 2012-10-19 17:48:41 +02:00
Radim Blazek
0e889ea0a5 apply user no data to identify 2012-10-19 12:28:33 +02:00
Radim Blazek
e192e399be identify context only if not projected on server 2012-10-19 12:14:02 +02:00
Marco Hugentobler
14de54316b Simplify server config parser by using layer information (alias, excluded attributes) directly 2012-10-19 11:56:17 +02:00
Radim Blazek
4358e8e2b3 identify expand/collaps tools 2012-10-19 11:54:50 +02:00
Radim Blazek
675e81c23f identify context only if not projected 2012-10-19 11:54:50 +02:00
Marco Hugentobler
f0a8c6d5a9 Consider attribute aliases and hidden attributes in GetProjectSettings. Don't show WFS layers in GetCapabilities 2012-10-19 10:40:31 +02:00
Marco Hugentobler
07d3378453 Simplify code for excluding attributes from WMS server. Works now also with embedded layers 2012-10-19 09:48:20 +02:00
Pirmin Kalberer
be7504459e Optional use of external osgEarthQt 2012-10-19 02:03:42 +02:00
Pirmin Kalberer
a3097b4a27 Unload globe viewer 2012-10-19 02:03:42 +02:00
Pirmin Kalberer
be2eadfba0 Globe sync button disabled 2012-10-19 02:03:42 +02:00
Pirmin Kalberer
b419adc514 Use ViewerWidget and Controls from OsgEarth instead of backports 2012-10-19 02:03:42 +02:00
Pirmin Kalberer
834ae19dc5 Add sky to globe 2012-10-19 02:03:11 +02:00
Pirmin Kalberer
ed2e7d7168 Globe zoomout button size fixed 2012-10-19 02:03:11 +02:00
Giuseppe Sucameli
6a53f13e69 fix crash double-clicking to the Connect button in add PG layer dialog 2012-10-18 23:07:53 +02:00
Giuseppe Sucameli
bb31a2d17e fix crash adding features without geometry to a geometry layer 2012-10-18 23:07:53 +02:00
Giuseppe Sucameli
faf46b61a4 update feature id of added features (fix #6534) 2012-10-18 23:07:52 +02:00
Juergen E. Fischer
9cb43a5069 fix of by one in d62cf513 2012-10-18 22:44:36 +02:00
Radim Blazek
b5412cbf95 raster identify sip fix 2012-10-18 22:42:35 +02:00
Juergen E. Fischer
b3bf419c75 german translation update 2012-10-18 21:18:59 +02:00
Sandro Santilli
982d4e40b4 Reword "only look in geometry_columns" to "only look in layers registry"
Fixes #4533
2012-10-18 21:18:59 +02:00