25557 Commits

Author SHA1 Message Date
Matthias Kuhn
d002e5d736 Remove help button from symbollevelv2 dialog
There is no help text available for this dialog and the button does nothing at
all at the moment
2014-11-24 09:44:12 +01:00
Matthias Kuhn
4e36059371 Fix crash on exit: Close all cached sqlite connections 2014-11-24 09:34:56 +01:00
Gillian Milani
b6e8f01f77 remove repaint when layer is not modified 2014-11-24 08:38:12 +01:00
Gillian Milani
9231f548b5 clean code style with prepare-commit.sh 2014-11-24 08:38:12 +01:00
Gillian Milani
6f4809d45b add a save button for subform (1-n relations) 2014-11-24 08:38:12 +01:00
Matthias Kuhn
6b9f85a1b7 Merge pull request #1697 from mbernasocchi/patch-1
deactivate qgis_wcsprovidertest on travis

It depends on an unreliable external service and therefore produces false alarms.
2014-11-23 17:53:04 +01:00
volaya
484e16254d [processing] fixed help in models 2014-11-23 14:04:06 +01:00
Nyall Dawson
8039895db2 Add support for weighting points by expression to heatmap renderer 2014-11-23 21:48:41 +11:00
Juernjakob Dugge
03faafa4a2 Make the "Merge shapefiles" tool correctly handle features without geometries. 2014-11-23 10:23:57 +01:00
Juergen E. Fischer
50d2a7495b getProjectSettings response: return 'maptip' instead of tooltip template as
displayField layer attribute
2014-11-22 22:08:17 +01:00
Juergen E. Fischer
d36597a69a better fix for b99ab0a 2014-11-22 20:42:04 +01:00
Juergen E. Fischer
f10a8cce7d update INSTALL (fixes #11715)
- remove outdate "practical case" section
- include pointer to GDAL formats for build instructions for proprietary
  formats in overview
- cosmetics
2014-11-22 18:54:53 +01:00
Juergen E. Fischer
b99ab0a91d restore setting of scene to map canvas items (followup 78c51954) 2014-11-22 14:42:33 +01:00
Juergen E. Fischer
fe7a0e57be travis: disable qgis_wcsprovidertest due to unreliable server 2014-11-22 13:16:33 +01:00
Nathan Woodrow
222978ee7b Fix #9604 - New icon for delete selected features 2014-11-22 21:44:26 +10:00
Alexander Bruy
cefc4df6be [processing] redirect output from command line tools to Info tab (fix #5618) 2014-11-22 12:53:26 +02:00
Alexander Bruy
6637796719 [processing] fix Field calculator algorthm (fix #11488) 2014-11-22 12:52:18 +02:00
Juergen E. Fischer
f273edb955 fix windows build 2014-11-22 11:36:15 +01:00
Nyall Dawson
802a4acdba Add an invert checkbox for heatmap renderer 2014-11-22 20:02:54 +11:00
Nyall Dawson
727747658b [FEATURE] Live heatmap renderer
Allows for live, dynamic heatmaps for point layers. Options include
specifying heatmap radius in pixels, mm or map units, choice of
color ramp, and a slider for selecting a tradeoff between render
speed and quality.
2014-11-22 13:03:54 +11:00
Werner Macho
c924401fab fix typo in tx config
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-11-21 22:02:29 +01:00
Werner Macho
0d2aac29fe adding new translations files
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-11-21 21:39:14 +01:00
Werner Macho
fc850b7747 update if txconfig for new translations 2014-11-21 21:38:56 +01:00
Larry Shaffer
8299b20638 Followup to 2261999; fix import of QgsCodeEditorSQL for DB Manager 2014-11-21 11:05:09 -07:00
Marco Bernasocchi
e7a8994503 deactivate qgis_wcsprovidertest
Disabling on behalf of @m-kuhn since the wcs server used in qgis_wcsprovidertest is not really reliable. Often the test fails due to server problem.
We should use a more solid server or make the test handle connections problems
2014-11-21 16:51:42 +01:00
volaya
9f8a742352 [processing] patch for issues with delimited text layers
Still won't work when using delimited text layers in parameters of type MultipleInput
2014-11-21 16:45:51 +01:00
Matthias Kuhn
1f47ffeb69 dualview: autoselect first item 2014-11-21 15:07:53 +01:00
volaya
6e334d645a [processing] Added missing field type to vector tools 2014-11-21 15:02:21 +01:00
volaya
ac0eddaea1 [processing] Add snippet collection to script editor
The list of snippets is still very short, but the snippet management logic is added in this commit
2014-11-21 15:02:20 +01:00
volaya
51de0caeb8 [processing] better output logging for gdal/org calls
Fixes #11501
2014-11-21 15:02:19 +01:00
volaya
f3fdd9c200 [processing] clean unused line 2014-11-21 15:02:18 +01:00
Marco Hugentobler
536efdda15 Remove code no longer needed in QgsConfigCache 2014-11-21 13:02:06 +01:00
Matthias Kuhn
6c24638484 Return non-zero status from cmake script when build or test fails 2014-11-21 11:45:33 +01:00
Matthias Kuhn
cae6baea90 Formatting of tests 2014-11-21 11:45:33 +01:00
Matthias Kuhn
95f6483855 Fix some race condition segfaults of tests on exit 2014-11-21 11:45:32 +01:00
Matthias Kuhn
78c519546a Add Qt5 support 2014-11-21 11:45:32 +01:00
Giovanni Manghi
97e796906f [Processing] A new tool to import data in PostGIS based on ogr2ogr and a few other ogr related fixes 2014-11-21 10:25:26 +01:00
mhugent
7de1dff387 Merge pull request #1689 from rldhont/server_cache_project_config
[QGIS-Server] Enhance config cache
2014-11-21 10:23:50 +01:00
Juergen E. Fischer
6c836f0e9d fix nightly build (followup a57066a48d) 2014-11-21 09:59:16 +01:00
volaya
336fe99af1 [processing] remember last output folder in batch interface 2014-11-21 09:23:38 +01:00
volaya
df9372a85b [processing] better behaviour for fields calculator custom dialog 2014-11-21 09:10:08 +01:00
volaya
05dc06d41e [processing] fixed fields calculator algorithm
It's not a complete fix, as it just comments out a line that was causing a 'underlying C/C++ object was deleted' error
Should revisit is later. For now, this allows the algorithm to run correctly and not crash qgis
2014-11-21 09:09:07 +01:00
volaya
09c6b2b346 [processing]removed unused code 2014-11-21 09:07:30 +01:00
volaya
810cb3fb99 [processing] fixed handling of tables in models
Fixes #11694
2014-11-21 07:22:39 +01:00
volaya
530b15a0e1 [processing] provide non-random default ordering of parameters in models
Fixes #11702
2014-11-21 07:21:47 +01:00
Larry Shaffer
9837f430b3 Followup to d897aa5; fix crash on Mac 2014-11-20 18:46:58 -07:00
Juergen E. Fischer
9ceb5ceab6 sip sync 2014-11-21 01:17:21 +01:00
Nyall Dawson
c94b9f361a Merge pull request #1681 from nyalldawson/sort_api
Sort members in api docs
2014-11-21 09:03:08 +11:00
Radim Blazek
afd32fdc68 browser restore favourites fix 2014-11-20 21:32:34 +01:00
Radim Blazek
907fb73d10 browser remove favourite fix 2014-11-20 20:40:21 +01:00