3913 Commits

Author SHA1 Message Date
Matthias Kuhn
a3dad244cf sip bindings: QgsAttributeDialog inherits from QDialog - Sponsored by QGIS HF
Essen 2014 and everybody who helped to organize and finance this event

Fixes a strange bug that prevented child widgets to be enabled when they originally have not been enabled.
2014-10-04 11:32:40 +02:00
Alexander Bruy
bd13693ae3 [processing] make bunch of strings translatable (sorry translators) 2014-10-04 11:36:39 +03:00
Alexander Bruy
f935316882 [processing] add full i18n support (still needs some work to mark all
strings as translatable)
2014-10-04 11:36:38 +03:00
volaya
46effa1822 [processing] better-looking params ui (removed widget border) 2014-10-04 10:35:30 +02:00
volaya
b114085257 [processing] fixed crs checking before running alg 2014-10-04 10:21:30 +02:00
volaya
953f977073 fixed #10986 2014-10-03 19:29:00 +02:00
volaya
5fca922a98 [processing] fixed minor typos in GeometryConvert algorithm 2014-10-03 19:29:00 +02:00
Nyall Dawson
6ec751f634 [composer] Cache transformed grid lines and intersections to slightly
speed up grid drawing
2014-10-03 23:11:47 +10:00
Alexander Bruy
2cd177068c [processing] disable GRASS 7 algorithm provider by default 2014-10-03 15:47:44 +03:00
Alexander Bruy
2f1dbab8bb fix file permissions 2014-10-03 15:47:44 +03:00
Alexander Bruy
1b8597306b [processing] put all qgis algs in single directory 2014-10-03 15:47:44 +03:00
Jürgen Fischer
dbe4da806b Merge pull request #1603 from luipir/master
[GdalTools] fix blocker bug https://hub.qgis.org/issues/11275
2014-10-03 12:03:45 +02:00
volaya
f5054a1e72 Merge pull request #1604 from elpaso/processing
[processing] Avoid python hangs when run in headless mode from FCGI
2014-10-03 11:16:01 +02:00
volaya
ac54c8e00a [processing] updated freq analysis alg 2014-10-03 10:42:03 +02:00
Alexander Bruy
558765addf update Grid alg to avoid some coordinate precision issues 2014-10-03 11:40:51 +03:00
Alexander Bruy
48fde06518 remove old code 2014-10-03 11:40:51 +03:00
Alexander Bruy
be07989619 refactor Geometry convert alg 2014-10-03 11:40:51 +03:00
Alexander Bruy
8e696b7662 refactor Merge alg 2014-10-03 11:40:51 +03:00
Alexander Bruy
b63a5d3f45 refactor Hub lines alg 2014-10-03 11:40:51 +03:00
Alexander Bruy
f6144355b3 refactor Hub distance alg 2014-10-03 11:40:51 +03:00
Alexander Bruy
d4dbb92a5c refactor Gridify alg. fix license headers 2014-10-03 11:40:51 +03:00
Alexander Bruy
98226c5cb0 refactor Grid algorithm 2014-10-03 11:40:50 +03:00
Alexander Bruy
3b60bd67a2 refactor Select by attribute alg 2014-10-03 11:40:50 +03:00
Alexander Bruy
5d114a877a refactor Extract by attribute alg 2014-10-03 11:40:50 +03:00
Alexander Bruy
5306cd8566 refactor Text to float alg 2014-10-03 11:40:50 +03:00
Alexander Bruy
07d584d264 start refactoring of the Processing mmqgis backend: Delete column and
Delete duplicate geometries
2014-10-03 11:40:50 +03:00
Alexander Bruy
25fa170539 cleanup in vector utils 2014-10-03 11:40:50 +03:00
elpaso
59ec15bb2b [processing] Avoid python hangs when run in headless mode from FCGI 2014-10-03 10:35:07 +02:00
Nathan Woodrow
0d5fb236ba Merge pull request #1599 from ccrook/CategorizedRendererFixes
Categorized renderer fixes
2014-10-03 16:01:23 +10:00
Chris Crook
ba0f9d40c9 Reverting to preferred QgsRenderRangeV2LabelFormat 2014-10-03 18:09:23 +13:00
Nyall Dawson
10d75c0066 [composer] Fix display name for attribute table frames 2014-10-03 09:15:07 +10:00
Nyall Dawson
456e971372 [composer] Fix table background extending beyond table rows (fix #11272).
It was necessary to add a new 'table background' color option to prevent
regressions when loading old compositions, since users may desire
the old behaviour where the entire frame is filled.
2014-10-03 09:08:23 +10:00
Chris Crook
0d1f719652 Adding missing elements from SIP 2014-10-03 06:14:38 +13:00
volaya
dad5d420fa [processing] do not log algorithms when not run from the gui 2014-10-02 18:15:36 +02:00
Alexander Bruy
72259135b1 [processing] remove undefined variable (fix #11118) 2014-10-02 17:58:25 +03:00
Luigi Pirelli
c9e0328339 fix blocker bug https://hub.qgis.org/issues/11275 2014-10-02 15:51:20 +02:00
Nathan Woodrow
4d30e05447 [Python Console] Don't set custom background for editor toolbar 2014-10-02 23:06:02 +10:00
Nyall Dawson
a2d5acb516 Add argument to QgsCoordinateTransform::transformBoundingBox to flag that
handling of a bounding box which crosses the 180 degree longitude line
is required. Fix composer map reprojected grids which cross 180 degree line.
2014-10-02 06:48:53 +10:00
Chris Crook
a5f0de9dd7 API fixes to use Legend instead of Label where it makes more sense 2014-10-01 12:47:01 +13:00
Chris Crook
21ddf1294d Changing decimal places to precision, allowing negative precision, improving rounding for locales with , instead of . for decimal point 2014-10-01 09:41:07 +13:00
Nyall Dawson
fd92dd95aa [color picker] Clicking the previous color should reset to that color 2014-09-30 20:37:28 +10:00
Nyall Dawson
fb7415c3ff [composer] Refresh refetches atlas feature from provider, more removal of duplicate map redraws 2014-09-30 20:37:16 +10:00
Nyall Dawson
8c502c19fc [composer] Fix pages are added but never removed with multiframe resizing 2014-09-29 22:19:08 +10:00
volaya
99f0dac572 Merge pull request #1595 from giohappy/master
[Processing] HTML output for r.sum
2014-09-29 13:13:14 +02:00
Nyall Dawson
8725c2df4b [composer] Fix ctrl modifier not applying to wheel events when in move item
content mode, add missing undo merge command for item zoom (refs #7974)
2014-09-29 19:21:01 +10:00
Nathan Woodrow
fcfafa0a51 Use a single format string using Qt format for renderer label 2014-09-28 17:24:10 +10:00
Juergen E. Fischer
67e077853e DXF export improvements:
* tree view and attribute selection for layer assigment in dialog
* support fill polygons/HATCH
* represent texts as MTEXT instead of TEXT (including font, slant and weight)
* support for RGB colors when there's no exact color match
* use AutoCAD 2000 DXF (R15) instead of R12
* remove R18 test methods

Funded-By: City of Uster
Funded-By: Ville de Morges
Funded-By: SIGE
2014-09-26 14:10:26 +02:00
giohappy
04becdc53a [Processing] HTML output for r.sum 2014-09-26 13:17:11 +02:00
mhugent
6fcfb97bf6 Merge pull request #1593 from rldhont/qgis-server-print-legend
[FEATURE][QGIS-Server] Legend filtering based on map in GetPrint Request
2014-09-26 12:57:29 +02:00
Nathan Woodrow
0c6576c423 Merge pull request #1587 from ccrook/CategorizedRendererUpdate
Categorized and graduated renderer enhancements
2014-09-26 20:23:03 +10:00