16483 Commits

Author SHA1 Message Date
Juergen E. Fischer
42104d7f3d show filled attribute table again (partly reverts 779e16603) 2012-11-01 22:54:43 +01:00
Sandro Santilli
0dc01f5fff Do not drop schema name from URI, even if it's the same as current
The dropping was done in 2007 to workaround a bug which was elsewhere
(in OGR usage, as reported in #843). I guess by now everything
would work transparently, but if it doesn't it'd be time to fix it
for real.

This commit fixes bug #6599, making life harder for NON-BOGUS code
which isn't confused by schemas...

Please test !
2012-11-01 17:52:16 +01:00
Sandro Santilli
bbedc4e00f TopoViewer: add layer for full faces 2012-11-01 17:44:39 +01:00
Sandro Santilli
a5553b7e54 TopoViewer: only use queries for layers when really needed 2012-11-01 17:44:39 +01:00
Giuseppe Sucameli
c3ca2f20aa Merge pull request #312 from slarosa/master
Moved all the console files into own directory
2012-11-01 04:06:31 -07:00
Salvatore Larosa
6abe8611f4 Moved all the console files into own directory 2012-11-01 11:26:52 +01:00
Marco Hugentobler
dbea3596a1 WMS GetProjectSettings: better drawing order detection 2012-11-01 09:20:36 +01:00
Marco Hugentobler
af575b74d1 Fix crash if calling GetProjectSettings the first time 2012-11-01 08:46:09 +01:00
Giuseppe Sucameli
29ed401769 Merge pull request #311 from slarosa/master
python console: add splitter and scrollbars, fix for DEL and Backspace key
2012-10-31 17:22:13 -07:00
Juergen E. Fischer
98e8ba484b indentation update 2012-10-31 23:47:29 +01:00
Salvatore Larosa
66368f9bc3 vertical scrollbar as needed both input and output area 2012-10-31 23:44:14 +01:00
Juergen E. Fischer
62ebf88974 extent b47b43997 2012-10-31 23:36:50 +01:00
Sandro Santilli
bbecffdb65 Add initial support for editing TopoGeometry objects
This is pretty hackish in that it basically creates a new TopoGeometry
on every edit, leaving loads of orphaned ones around.
2012-10-31 23:34:21 +01:00
Salvatore Larosa
c729a0d9eb fix for DELETE and BACKSPACE key
(it is only an appearance issue)
2012-10-31 22:10:47 +01:00
Sandro Santilli
bd8237f648 Drop mIsGeography member from QgsPostgresProvider
... now replaced by mSpatialColType
2012-10-31 21:09:36 +01:00
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