Victor Olaya
b96f8fe342
[processing] allow 'set raster layer style' alg to use layers not loaded in qgis
2014-06-20 23:18:38 +02:00
Victor Olaya
2b234d929f
[processing] provide some more info in batch processing interface
2014-06-20 23:18:38 +02:00
Victor Olaya
5a1d24dd27
[processing] fix #10659
2014-06-20 23:18:37 +02:00
Victor Olaya
f4cb03ac29
[processing] fixed batch processing when there are no visible outputs
2014-06-20 23:18:36 +02:00
Victor Olaya
2e9a088e44
[processing] fixed layer selector panel to use file filter
2014-06-20 23:18:36 +02:00
Victor Olaya
253f5a9603
[processing] reset progress bar after alg has finished running
2014-06-20 23:18:35 +02:00
Victor Olaya
3c7f5c962e
[processing] Modified styling algs to work with layer that are not open in qgis
2014-06-20 23:18:34 +02:00
Juergen E. Fischer
e8d4732f41
osgeo4w: also fix quoting in qgis-dev postinstall (followup e4dd900)
2014-06-20 23:09:17 +02:00
volaya
caa7d5b01e
[processing] fixed rendering of batch processing dialog
2014-06-20 23:05:51 +02:00
volaya
9256ca5b5c
[processing] force process events when algorithms report progress
...
Not the ideal way of doing it, but it will do the trick until we safely put algorithms in a different thread
Some cleaning of the main alg execution dialog
2014-06-20 23:05:51 +02:00
Juergen E. Fischer
9414717b03
oracle provider: reload fields after adding or deleting attributes ( fixes #10102 )
2014-06-20 16:49:17 +02:00
Juergen E. Fischer
427381e35f
german translation update
2014-06-20 16:10:41 +02:00
Matthias Kuhn
d6df10a756
Allow negative values for range widget
...
Fix #6516
2014-06-20 16:08:43 +02:00
Werner Macho
7aa2e0b8ab
Merge pull request #1476 from cdavila/patch-1
...
Fix typos
2014-06-20 15:01:36 +01:00
Juergen E. Fischer
909a841e74
german translation fix and translation string fix
2014-06-20 16:00:45 +02:00
Juergen E. Fischer
3c31327e0f
nsis installer: don't override destination path override on x86_64 (/D)
2014-06-20 15:42:43 +02:00
Juergen E. Fischer
8b85fb9e65
german translation update
2014-06-20 14:25:23 +02:00
Juergen E. Fischer
8cd467bea2
generate context_help and function_help in the same order
2014-06-20 14:22:42 +02:00
Juergen E. Fischer
8cccdc5d3a
update release.pl and creatensis.pl
2014-06-20 14:10:10 +02:00
Matthias Kuhn
8a149fe9b7
Translation update and german translations
2014-06-20 13:17:55 +02:00
Matthias Kuhn
f422fccb2b
Improve information text for a failed WMS connection
2014-06-20 13:17:48 +02:00
Martin Dobias
c1c8aa6418
Fix #10657 (crash opening a project with invalid join)
2014-06-20 18:02:22 +07:00
rldhont
9d90923a9b
[BUGFIX] 10638 WFS GetFeature may be incomplete if layer reports estimated feature count
...
layer->featureCount() sometimes returns an estimated feature count.
In this case, the WFS server returns an incomplete reply (if called without
maxfeatures).
To make QgsWFSServer::getFeature a bit more robust, it's better to do not take
account of layer->featureCount() and use
while ( fit.nextFeature( feature ) && ( featureCounter < maxFeat || maxFeatures == -1 ) )
2014-06-20 12:34:08 +02:00
Martin Dobias
2a4684a28d
Fix #10655 (race condition in QgsCredentials)
...
Example of race condition during rendering:
Threads 1 and 2 call get(), it checks that there are cached credentials.
Thread 1 takes the cached credentials, thread 2 will get no data -> will request credentials in dialog
2014-06-20 17:20:57 +07:00
Matthias Kuhn
61e934b34b
WMS fail: Details only shown on demand
...
Fix #10464
2014-06-20 11:43:14 +02:00
Juergen E. Fischer
87ad917e72
include 2.4 pointer in doxygen
2014-06-20 11:38:40 +02:00
Juergen E. Fischer
8a11e517ff
indentation update & warning fix
2014-06-20 11:38:08 +02:00
Tim Sutton
18af0d811a
Fix for Vietnamese UTM 48N projection parameters as reported by Quách Đồng Thắng
2014-06-20 16:57:47 +08:00
Tim Sutton
dbdb88ae73
Merge pull request #1474 from timlinux/master
...
Fix for Vietnamese UTM 48N projection parameters as reported by Quách Đồng Thắng
2014-06-20 16:49:52 +08:00
Tim Sutton
d99f3a0a8c
Updated news file for 2.4 release
2014-06-20 16:45:06 +08:00
cdavila
88162d3885
Fix typos
2014-06-20 10:40:49 +02:00
Alexander Bruy
735028d5b7
russian translation update
2014-06-20 11:37:55 +03:00
Matthias Kuhn
0f0d16af8e
[attrtable] hide "hidden" widgets
2014-06-20 10:06:22 +02:00
Matthias Kuhn
0305796ac7
Value map widget: properly represent value
2014-06-20 10:06:22 +02:00
Juergen E. Fischer
2a6488e792
german translation update
2014-06-20 09:58:53 +02:00
Juergen E. Fischer
08cd87be44
processing: (redundant) translation string fixes
2014-06-20 09:58:53 +02:00
Juergen E. Fischer
ef0e7d0916
metasearch: fix some self.tr calls
2014-06-20 09:58:53 +02:00
Marco Hugentobler
614c1b2199
Change / add ntv2 entries for Portugal
2014-06-20 09:28:39 +02:00
Matthias Kuhn
8b898b9645
Forms: Hide "Hidden" widgets
...
Partly fixes #10649
2014-06-20 09:04:49 +02:00
Matthias Kuhn
196a6673af
Editor widgets: Change default "enable sync" behavior
...
More generic implementation of 024cd0b
EditorWidgetWrappers (which are connected to fields) are synced with
the layer edit mode state.
WidgetWrappers (which are not strictly related to fields being editable)
don't sync their edit state to the layer edit mode state.
2014-06-20 08:41:37 +02:00
alexbruy
eb4fe78084
Merge pull request #1473 from gioman/master
...
[processing] fix v.surf.bspline modules, input must be a point layer
2014-06-20 09:39:50 +03:00
Martin Dobias
7aa93c00f7
Hopefully fix #10599 (blank composer map when rendering rasters)
...
When printing on Windows, the printing does not seem to work
well in the worker thread as QImages get converted to QPixmaps.
Therefore we force the map rendering into main thread to avoid the issues.
I do not have a printer, so I can't confirm the fix really helps
2014-06-20 10:50:51 +07:00
Martin Dobias
98959bbeeb
Fix #10648 (add layer to the selected group)
2014-06-20 10:06:27 +07:00
Werner Macho
708c64e673
[TRANSUP] gl by Xan
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-06-20 00:29:00 +01:00
Werner Macho
6e5e83a33f
[TRANSUP] es and sv
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-06-19 23:06:19 +01:00
Matthias Kuhn
024cd0b7a2
Relation widget: Don't disable even when containing layer is not in edit mode
2014-06-19 23:05:30 +02:00
Matthias Kuhn
73a5dd5a34
Followup edbfb57, respect ownership of vl cacheindex in test
2014-06-19 22:52:07 +02:00
Alexander Bruy
4b2c00c783
russian translation update
2014-06-19 21:25:49 +03:00
Werner Macho
e565d85bca
[TRANSUP] gl by Xan
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-06-19 19:17:18 +01:00
gioman
434805bbd6
fix v.surf.bspline modules, input must be a point layer
2014-06-19 18:21:05 +01:00