Victor Olaya
202d331abb
[processing] simplified saga algorithms
...
Now it assumes matching grid extents and does not perform resampling
2014-05-21 17:34:32 +02:00
Victor Olaya
c1a2ac8678
[processing] changed dialog from critical to warning
2014-05-21 17:34:24 +02:00
Nyall Dawson
d83ef3fe3a
[FEATURE] Allow dragging and dropping colors from color buttons (also works with some other applications, eg dropping colors from GIMP or Gpick). Tweak color button context menu to remove extra options.
2014-05-22 00:48:35 +10:00
Marco Hugentobler
d6889a4e4c
Merge branch 'server_value_relation'
2014-05-21 15:36:54 +02:00
Marco Hugentobler
5f12661d34
WMS server: Use ; as separator in case of multiple selection for value relations
2014-05-21 15:35:16 +02:00
mhugent
5417639285
Merge pull request #1377 from luca76/master
...
WMS GetLegendGrapics: obtain legend graphics with no labels
2014-05-21 15:29:23 +02:00
Nyall Dawson
af7af6c26a
[FEATURE] Add option to use colour preview modes (grayscale, colour blindess) in map canvas ( fix #9886 )
2014-05-21 23:30:21 +10:00
Luca M
b87049e94c
GetLegendGraphics with no label
...
Added two private variables mDrawLegendLayerLabel and mDrawLegendItemLabel
2014-05-21 15:25:10 +02:00
Luca M
1487329f79
GetLegendGraphics with no label
...
With this commit, you can call GetLegendGraphics with two parameters (LAYERTITLE=false / RULELABEL=false) to disable labels in the resulting legend.
Useful for Qgis Web Client, LizMap-Web-Client and Qgis2Leaf.
2014-05-21 15:24:20 +02:00
Marco Hugentobler
c0a5697043
Server: consider there can be multi selection mode in value relation
2014-05-21 14:54:07 +02:00
Marco Hugentobler
95513492f9
Fix joins and value relations in WMS server
2014-05-21 13:46:44 +02:00
Radim Blazek
c00bcb1bd0
added support for QGIS mapserver GetFeatureInfo GML flavour
2014-05-21 13:24:32 +02:00
Radim Blazek
be318fe6b2
WMS identify with format feature (GML) fixe, fixes #10306
2014-05-21 13:24:32 +02:00
Alexander Bruy
21da03e904
[processing] fix out of bounds error in extract values scripts
2014-05-21 12:00:23 +03:00
Alexander Bruy
0e48b3a720
[processing] fix number input panel
2014-05-21 11:54:31 +03:00
Jürgen Fischer
e2c2575485
Merge pull request #1375 from nyalldawson/processing_postgis2
...
Some postgresql provider and PostGIS-related processing improvements and fixes (v2)
2014-05-21 09:02:56 +02:00
Juergen E. Fischer
6df9d1cb9a
debian -packaging update
2014-05-21 09:00:38 +02:00
Nathan Woodrow
636e0cf224
[MSSQL] Refactor provider for schema checks
2014-05-21 14:02:16 +10:00
Larry Shaffer
3213d014f3
Refactor plugin staging to build dir and python script compiling
2014-05-20 21:28:42 -06:00
Nathan Woodrow
2e8ba8b13c
Save dialog geometry on attribute form reject
2014-05-21 13:18:21 +10:00
Nathan Woodrow
885a303109
[MSSQL] Add toogle action to browser node to show non spatial tables
2014-05-21 12:05:33 +10:00
Nathan Woodrow
15e1129bb1
[MSSQL] Fix refresh in browser node
2014-05-21 11:42:40 +10:00
Nathan Woodrow
9e67d7a634
Fix #9139 - Don't crash on MSSQL relations
2014-05-21 10:16:48 +10:00
Nyall Dawson
ec3da40d26
[processing] Some fixes to handling of uppercase/lowercase geometry column names
2014-05-21 08:45:17 +10:00
Nyall
a94483e2fa
Fix main window rearranging itself to front when opening composer manager or new composer dialog from a composition
2014-05-21 08:44:09 +10:00
Nyall Dawson
ed076d03b0
[processing] Add optional parameter for specifying the primary key field in Import to PostGIS algorithm
2014-05-21 08:35:21 +10:00
Nyall Dawson
2eda53390b
[processing] Add option to Import into PostGIS algorithm to drop length constraints on character fields
2014-05-21 08:15:12 +10:00
Nyall Dawson
3470b1d5c0
Make PostgreSQL lowercaseFieldNames option behave correctly with primary key field names
2014-05-21 07:54:37 +10:00
Nyall Dawson
7772042fff
Add option to postgres provider to drop length constraints on character fields
2014-05-21 07:52:27 +10:00
Werner Macho
72ee2e64ab
[TRANSUP] gl by Xan
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-05-20 14:39:51 +02:00
Nyall Dawson
f31e637ed1
[FEATURE] Add right click menu to color buttons, allowing copying and pasting colors. Pasting colors accepts clipboard text in a variety of common formats, including hex and css style rgb and rgba strings.
2014-05-20 21:35:21 +10:00
Matthias Kuhn
edbfb57ca1
VLCache takes ownership of index
2014-05-20 13:31:20 +02:00
Nyall Dawson
73d69f2bf7
Merge pull request #1362 from manisandro/composer_arrow_fill_bb
...
Make composer arrow, with and without markers, better fill the bounding box area
2014-05-20 21:06:49 +10:00
Radim Blazek
b385467679
project extent restore fix
2014-05-20 12:28:47 +02:00
Juergen E. Fischer
797de34eae
german translation update
2014-05-20 10:51:48 +02:00
Juergen E. Fischer
45cd8953d9
[FEATURE] toggle feature selection from identify results (implements #10308 )
2014-05-20 10:46:33 +02:00
Denis Rouzaud
986ffd66f8
collapsible gpbox: scroll on expand property accessible
2014-05-20 10:13:48 +02:00
Nathan Woodrow
19e727e8bb
Add new qgisapp Python context manager for creating QGIS apps
2014-05-20 17:02:35 +10:00
Nathan Woodrow
938f288b86
Fix copy of extra python files
2014-05-20 16:49:34 +10:00
Jürgen Fischer
9615a838b4
Merge pull request #1373 from 3nids/package
...
set custom widget lib default to false
2014-05-20 08:25:36 +02:00
Denis Rouzaud
790b31ef80
set custom widget lib default to false
2014-05-20 08:18:55 +02:00
Nathan Woodrow
978086badc
[MSSQL] Fix #9511 - Use QDate and QDateTime for date sql type
2014-05-20 15:41:39 +10:00
Larry Shaffer
530a36d0c2
Fix build error when using Qwt 6.1, followup to f283040
2014-05-19 21:27:09 -06:00
Etienne Tourigny
7d535b4e4a
only handle context menu event if showing tree widget
2014-05-19 23:06:08 -03:00
Nathan Woodrow
06c0bd2be1
Merge pull request #1371 from antoniolocandro/SVG-NORTH-ARROWS
...
North Arrows SVG - Fix #8711
2014-05-20 11:11:07 +10:00
Juergen E. Fischer
592064b60a
identify tool: fix connection error
2014-05-20 01:58:02 +02:00
Nathan Woodrow
bdf857ae87
[MSSQL] Use schema for key lookup
2014-05-20 09:47:17 +10:00
Juergen E. Fischer
ad89ae773c
german translation update
2014-05-20 01:42:56 +02:00
Nathan Woodrow
ff7a47d968
[MSSQL] Use schema name when getting columns
2014-05-20 09:36:57 +10:00
Etienne Tourigny
f283040e08
fix rebase errors
2014-05-20 08:45:54 +10:00