25397 Commits

Author SHA1 Message Date
Juergen E. Fischer
6cc073d9dd widgetParametersPanel.ui: fix header
[ci skip]
2014-11-20 00:47:23 +01:00
dassau
f49251202f update translation 2014-11-19 15:38:19 +01:00
Nyall Dawson
09ab5696b1 Boost coverage of raster fill unit tests
Also add missing sip bindings for GUI widget
2014-11-19 22:24:02 +11:00
Alexander Bruy
3c2d45ffd7 [processing] repair non-working random extract algorithms (fix #11571) 2014-11-19 12:02:20 +02:00
Alexander Bruy
5e6f4c2fae [processing] correctly handle editable and non-editable fixed tables (fix #11602) 2014-11-19 12:02:20 +02:00
Alexander Bruy
4c24666c87 [processing] add open script action to script editor 2014-11-19 12:02:20 +02:00
Alexander Bruy
1c6aa9b373 [processing] add hypsometric curves calculation algorithm 2014-11-19 12:02:20 +02:00
Werner Macho
474e66750c more cleaning of redundant and same shortcuts 2014-11-19 10:58:49 +01:00
Juergen E. Fischer
d089808797 fix warnings 2014-11-19 10:42:12 +01:00
Jürgen Fischer
b8ff575e0c Merge pull request #1695 from nyalldawson/fix_api
Fix incorrect cast to double in shapeburst fill header
2014-11-19 10:11:41 +01:00
Nyall Dawson
c8ad99bf6a Fix incorrect cast to double in shapeburst fill header 2014-11-19 19:40:51 +11:00
Matthias Kuhn
256b2652c3 Fix some warnings 2014-11-19 09:28:57 +01:00
mhugent
2d69f986de Merge pull request #1691 from m-kuhn/slv
Enable PyQgsSymbolLayerV2 test. Followup 5957b0a
2014-11-19 08:07:39 +01:00
Paolo Cavallini
edd8d9bc64 Merge pull request #1692 from neteler/patch-4
Delete r.average.txt
2014-11-19 08:03:54 +01:00
Paolo Cavallini
d66c927f60 Merge pull request #1693 from neteler/patch-5
Update and rename r.bilinear.txt to r.resamp.interp.txt
2014-11-19 08:03:12 +01:00
Nyall Dawson
52159851bf [FEATURE] Raster image symbol fill type
Allows for filling polygons with a tiled raster image. Options
include (data defined) file name, opacity, image size (in pixels,
mm or map units), coordinate mode (feature or view) and rotation.
2014-11-19 15:26:09 +11:00
Markus Neteler
9c2a1131f8 Update and rename r.bilinear.txt to r.resamp.interp.txt
r.bilinear: merged into r.resamp.interp, see http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Renamedmodules
2014-11-18 22:05:11 +01:00
Markus Neteler
36869f075a Delete r.average.txt
Superseded by r.statistics, see http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Removedmodules
2014-11-18 22:00:33 +01:00
Matthias Kuhn
0a5c3cc8c6 Enable PyQgsSymbolLayerV2 test. Followup 5957b0a 2014-11-18 17:43:58 +01:00
Matthias Kuhn
66ffb2a0ae Run build within ctest script and add some information for the dashboard 2014-11-18 16:41:41 +01:00
Marco Hugentobler
5957b0a53a Hopefully fix sld test 2014-11-18 16:11:49 +01:00
volaya
d7f7b06ed8 Merge pull request #1614 from radosuav/small_fixes
Small fixes for Processing
2014-11-18 16:11:25 +01:00
radosuav
da91a9ee58 Revert "Fix translations in Processing.py"
This reverts commit 81089a1fa258feb86a52db9bba1fd0708b5f70a7.
2014-11-18 15:07:28 +01:00
Radim Blazek
eef435e979 [GRASS] data item fix 2014-11-18 13:39:46 +01:00
Matthias Kuhn
7d7ac62f67 Add tolerance to shapeburst test
Fixes it on ubuntu trusty
2014-11-18 11:08:28 +01:00
Nyall Dawson
00c5a75e03 [composer] Fix overview tooltips (fix #11655) 2014-11-18 20:12:06 +11:00
alexbruy
20deafdb36 Merge pull request #1605 from ghtmtt/patch-1
Update geometricfigures.rst
2014-11-18 10:48:56 +02:00
Matthias Kuhn
1f41364c2e Update link to qt homepage 2014-11-18 09:22:24 +01:00
Alexander Bruy
05830c2c1d [processing] handle ints and floats in range parameter panel 2014-11-17 20:03:31 +02:00
Alexander Bruy
42f16efe6a [processing] refactor batch processing dialog and update related parameters widgets 2014-11-17 20:03:31 +02:00
Alexander Bruy
bec113b1bc [processing] refactor algortim dialog
Now we have base class AlgorithmDialogBase for all algortims. Dialogs
for algorithms and batch processes should be created by subclassing this
base dialog and adding to it corresponding parameters panel.

ParametersPanel for single algorthm already updated to this approach.
2014-11-17 20:03:31 +02:00
Alexander Bruy
c4e5ff75b9 [processing] update layer selector widget 2014-11-17 20:03:31 +02:00
Alexander Bruy
20682a7c49 [processing] update fixed table widget and dialog 2014-11-17 20:03:31 +02:00
Alexander Bruy
2a8fabfeea [processing] fix typo 2014-11-17 20:03:31 +02:00
Alexander Bruy
95650c43a5 [processing] rename number selector to keep consistency 2014-11-17 20:03:31 +02:00
Alexander Bruy
06e6e71841 [processing] update range input widget 2014-11-17 20:03:30 +02:00
Alexander Bruy
c9a90d9a08 [processing] don't override default selection mode in ui file 2014-11-17 20:03:30 +02:00
Alexander Bruy
2851c5a2fa [processing] update MultipleFileInputDialog 2014-11-17 20:03:30 +02:00
Alexander Bruy
6fb32687c4 [processing] remove MultipleFileInputPanel as it duplicates MultipleInputPanel
homogenize UI in FileSelectionPanel and RenderinStylePanel, remove inused imports
2014-11-17 20:03:30 +02:00
Alexander Bruy
28c03a1cd9 [processing] remove similar widgets (use generic one instead) 2014-11-17 20:03:30 +02:00
Alexander Bruy
c3d230c0ca [processing] update extent selection widget 2014-11-17 20:03:30 +02:00
Alexander Bruy
24a3e227a5 [processing] update projection selector widget 2014-11-17 20:03:29 +02:00
Alexander Bruy
6ff487702d [processing] replace two similar dialogs with generic one 2014-11-17 20:03:29 +02:00
Alexander Bruy
eee616c517 [processing] remove compiled ui files 2014-11-17 20:03:29 +02:00
Alexander Bruy
0ca7773b39 add shortcuts to some Processing actions 2014-11-17 12:30:17 +02:00
Matthias Kuhn
06ea980189 Fix CPack path to README.md 2014-11-17 10:33:14 +01:00
Alexander Bruy
7fc1b8733f homogenize icons related to managing project and global scale lists 2014-11-17 11:24:01 +02:00
Matthias Kuhn
e54a7866d3 More README to README.md
And add travis build status
2014-11-17 10:21:34 +01:00
alexbruy
77328b207c Merge pull request #1686 from alexbruy/dbmanager-sqleditor
switch DB Manager's SQL editor to QgsCodeEditorSQL
2014-11-17 10:21:40 +02:00
Juergen E. Fischer
150aa53a63 add missing ts files (fixes #11662) 2014-11-17 02:30:15 +01:00