4550 Commits

Author SHA1 Message Date
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
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
alexbruy
20deafdb36 Merge pull request #1605 from ghtmtt/patch-1
Update geometricfigures.rst
2014-11-18 10:48:56 +02: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
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
Matthias Kuhn
fd95930194 Switch QgsCompositionChecker to MultiRenderChecker 2014-11-14 18:30:29 +01:00
Nyall Dawson
31c32505bb Switch to RGB32 images for composition checker 2014-11-14 18:30:29 +01:00
Matthias Kuhn
b28dcb9cbc [unit tests] Add multirenderchecker
The multirenderchecker allows to have several images, each with its own set of
anomalies distributed in several subdirectories.
With the help of multiple reference images, it is possible to apply a color
tolerance to each of these
2014-11-14 18:30:27 +01:00
Alexander Bruy
ad881089ef case insensitive autocompletion 2014-11-14 18:16:10 +02:00
Paolo Cavallini
770db71993 Merge pull request #1687 from gioman/master
fixes r.watershed parameter description for GRASS 6.4
2014-11-14 08:48:42 +01:00
Juergen E. Fischer
d4f64d9bde indentation update and typo fixes 2014-11-13 23:13:13 +01:00
Giovanni Manghi
3e3f1fb16c fixes r.watershed parameter description for GRASS 6.4 2014-11-13 20:30:47 +00:00
Alexander Bruy
22619996b5 switch DB Manager's SQL editor to QgsCodeEditorSQL 2014-11-13 17:08:19 +02:00
Radim Blazek
40bb180d9a expand browser items in threads 2014-11-12 22:18:19 +01:00
Radim Blazek
1018c91f29 use connection name in wms,wfs,wcs data item path instead of uri, group ows servers by connection name instead of uri 2014-11-10 19:39:55 +01:00
Takayuki Mizutani
61b0291042 fix Empty console Output on R under processing. refs #7643 2014-11-09 12:40:03 +09:00
Alexander Bruy
5d1dde034e fix regex for getting layer name 2014-11-08 18:17:39 +02:00
ghtmtt
b4824abb20 Update gridcalculator.rst
change **x** and **y** with **a** and **b**
2014-11-07 15:19:47 +01:00
Alexander Bruy
2417a82bd7 [processing] add method in OGR algorithms for getting layer name from source 2014-11-07 16:11:11 +02:00
Radim Blazek
c78a3783a9 browser last expanded better 2014-11-07 11:13:02 +01:00
Nyall Dawson
8b29097f36 [FEATURE][composer] Vertical descending direction for annotations
This change adds a new descending vertical direction mode for
map grid annotations. Previously only ascending text was
supported for vertical annotations.
2014-11-07 10:31:59 +11:00
Nyall Dawson
878230a1db Add methods to QgsGeometry to convert to/from QPointF and QPolygonF 2014-11-06 17:29:15 +11:00
Nyall Dawson
b5c9df0e61 Add methods for converting QgsPoint to and from QPointF and QPoint
Also add some more basic unit tests for QgsPoint
2014-11-06 17:29:05 +11:00
Tom Kralidis
05a9636874 merge OWSLib 0.8.10 CSW fix
4e5e248403
2014-11-05 06:35:51 -05:00
volaya
fcc8a00308 Merge pull request #1670 from gioman/saga_fixes1
fix several SAGA 2.1.2 modules, take1
2014-11-05 09:16:59 +01:00
Juergen E. Fischer
eda723cd3b fix typo 2014-11-04 11:48:24 +01:00
Nyall Dawson
ac9220d35b [FEATURE][composer] Finer control of frame and annotation display
Previously, for rotated maps or reprojected grids, the composer would
draw all coordinates for every map side. This resulted in a mix of
latitude/y and longitude/x coordinates showing on a side. This change
allows users to control whether they want all coordinates, latitude
only or longitude only for each map frame side. Similar options have
also been added for controlling how a map grid frame is divided.

In related news... the composer map dialog is now the ugliest,
most cluttered and un-user friendly dialog in all of QGIS. I'd
love suggestions/mockups from the UX team for ways this could
be improved.
2014-11-04 13:17:44 +11:00
Juergen E. Fischer
51e01d6d1c add QScintilla2 include directory to python bindings and oracle provider
(fixes #11528)
2014-11-02 20:51:40 +01:00