16518 Commits

Author SHA1 Message Date
Sandro Santilli
b47b43997e Add mSpatialColType member in QgsPostgresProvider
This member tells us if a spatial column is of type Geometry,
Geography or TopoGeometry. The member is currently unused but
will eventually be used for specially handling TopoGeometry.
It could replace the mIsGeography bool, but replacement isn't
done by this commit.

Incidentally, this commit also adds SRID and type detection
for TopoGeometry columns
2012-10-31 20:35:16 +01:00
Radim Blazek
65754481bf fixed warning 2012-10-31 18:47:57 +01:00
Radim Blazek
c4014cfab7 feature counts in rulebased widget 2012-10-31 18:05:15 +01:00
Salvatore Larosa
676b37e986 add vertical scroll bar for input area in console 2012-10-31 15:42:12 +01:00
Larry Shaffer
fd7c3a24bd Fix output/python/qgis dir for Win32 builds that add dir/CMAKE_CFG_INTDIR 2012-10-31 06:27:59 -06:00
Salvatore Larosa
06da4e8a24 Add resize splitter for console
as it was from f15b4e1
2012-10-31 12:36:09 +01:00
Larry Shaffer
d6e832d602 Update for d7a7a46, make sure targets are always built for install 2012-10-31 05:18:13 -06:00
Larry Shaffer
d7a7a46afa Add CMake option WITH_STAGED_PLUGINS (ON by default)
- Core plugins remain available once staged (no need to re-build targets, unless source updated or build directory cleared)
- Once plugins are staged, setting WITH_STAGED_PLUGINS to OFF allows for much quicker subsequent builds
- PyQGIS utilities, console and installer are always staged, regardless of WITH_STAGED_PLUGINS
2012-10-30 18:39:22 -06:00
Larry Shaffer
9918350783 Revert part of a27aad0, not compatible with generated makefiles for GCC 4.2.1 2012-10-30 17:34:55 -06:00
Giuseppe Sucameli
36f8f889b2 Merge pull request #310 from slarosa/master
Add default font-family and size to output area - PyQGIS Console
2012-10-30 12:32:08 -07:00
Salvatore Larosa
47da0c0700 add default font-family and size to output area in console
fix for help dialog
2012-10-30 20:03:49 +01:00
Giuseppe Sucameli
f68b6883f3 Merge pull request #308 from slarosa/master
Add UI file for help - PyQGIS Console
2012-10-30 08:02:43 -07:00
Salvatore Larosa
10178d71c8 Merge branch master of https://github.com/qgis/Quantum-GIS 2012-10-30 15:40:09 +01:00
Salvatore Larosa
e3cd56fa8c removed importing of traceback module as it is unused 2012-10-30 10:57:13 +01:00
Werner Macho
234709da5a changed nokia to digia as they are the new owner of qt 2012-10-30 08:53:38 +01:00
Juergen E. Fischer
2cab197464 osgeo4w: switch to GRASS 6.4.3RC1 2012-10-29 23:24:06 +01:00
Tim Sutton
3799ee48d3 Added python test for QgsFeature from Germán Carrillo 2012-10-29 21:16:51 +02:00
Victor Olaya
404bce69e4 Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2012-10-29 20:12:19 +01:00
Victor Olaya
e5437c494b Fixed bug using multipleinputpanel in modeler 2012-10-29 20:11:13 +01:00
Tim Sutton
d6e3188653 Added Dave DeHaan (SQLAnywhere author and maintainer) to the authors file 2012-10-29 20:52:05 +02:00
Tim Sutton
97cb7bd888 Fix for failure in unit test thanks to Massimo. 2012-10-29 19:57:45 +02:00
Alexander Bruy
ae6ec44ddc remove unused import 2012-10-29 19:04:42 +02:00
Giuseppe Sucameli
230bbfb459 use plain delimiter if one delimiter only was selected (partially fix #4091) 2012-10-29 16:22:39 +01:00
Marco Hugentobler
7e02f21925 WMS: add keyword attribute for sia feature info output 2012-10-29 14:14:40 +01:00
Alexander Bruy
2e32aa00c2 remove about dialog from SEXTANTE plugin 2012-10-29 14:17:23 +02:00
Alexander Bruy
ae2c14d784 show english help for console if translations not found 2012-10-29 14:17:23 +02:00
Radim Blazek
d1a5bbfe4d fixed accidentally swapped transparency group boxes 2012-10-29 11:36:58 +01:00
Salvatore Larosa
812a0a8605 Add UI file for help
minor fix in settings dialog
2012-10-29 10:13:39 +01:00
Larry Shaffer
a27aad04f6 Run Mac bundled app from build directory
- No longer a need for hard link
- Build directory app bundle, providers, Python plugins and unit tests functional
- Adjusted resources corrected on install
2012-10-29 03:05:10 -06:00
Giuseppe Sucameli
4fa84b689b Merge pull request #307 from slarosa/master
Reimplemented copy action for keybindings in console
2012-10-28 16:31:56 -07:00
Salvatore Larosa
1bac84ca77 Reimplemented copy action for keybindings in console 2012-10-29 00:10:27 +01:00
Tim Sutton
f0102057b4 Merge pull request #306 from slarosa/master
Remove the about tab in settings dialog for console
2012-10-28 15:00:13 -07:00
Salvatore Larosa
0660dcf73e Remove the about tab in settings dialog for console 2012-10-28 22:21:48 +01:00
Tim Sutton
9744b8a292 Marked symbologyv2 test as expected to fail 2012-10-28 21:15:42 +02:00
Tim Sutton
daed5f57e8 Updated developer panel in about box 2012-10-28 19:49:38 +02:00
Tim Sutton
788d1ae7e2 Fix transparency issue for splash 2012-10-28 19:34:13 +02:00
Giuseppe Sucameli
8db3bddb0d Merge pull request #305 from slarosa/master
python console: fix AttributeError, method PythonEdit.createStandardContextMenu doesn't exists
2012-10-28 10:22:56 -07:00
Tim Sutton
46655cf790 Updated splash with essen hackfest image 2012-10-28 18:55:11 +02:00
Salvatore Larosa
50f335269b Improvement to contextual menu
- typo in help.htm
2012-10-28 17:53:07 +01:00
Victor Olaya
83f67129fd Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2012-10-28 15:22:13 +01:00
Victor Olaya
8f6ae95366 changed behaviour of pyculator when no selection exist 2012-10-28 15:21:56 +01:00
Juergen E. Fischer
fe08fd6d57 osgeo4w: fix program entry removal 2012-10-28 10:33:39 +01:00
Tim Sutton
712a36205c Fix for jenkins breakages caused by addition of licens info to xslt 2012-10-28 08:57:06 +02:00
Victor Olaya
016789ab2d Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2012-10-27 23:07:08 +02:00
Victor Olaya
9587252abf partially fixed #6571
added splitRGBbands algorithm
2012-10-27 23:06:38 +02:00
Radim Blazek
a8934a28f7 invert raster colors better 2012-10-27 21:32:08 +02:00
Larry Shaffer
ff1431ce3f Merge pull request #303 from slarosa/master
[FEATURE] - Split-pane entry and output for PyQGIS console
2012-10-27 11:41:10 -07:00
Victor Olaya
34f677a576 Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2012-10-27 10:59:44 +02:00
Victor Olaya
5c762ef741 applied path for #6574
applied patch for multiple grass sessions
added points in polygon weighted
2012-10-27 10:59:23 +02:00
Salvatore Larosa
9fb1c113d0 Follow up f15b4e1
- add contextual menu to output area (copy and enter selected entry)
- auto-entered for entry in import class menu
- cleaning code
- more info see http://hub.qgis.org/issues/6558
2012-10-27 02:15:05 +02:00