29084 Commits

Author SHA1 Message Date
Nyall Dawson
d1be2ff214 Fix hardcoded border for raster legend items (fix #13540)
Previously raster legend items always had a fixed black border.
Now there's options to change the color/width of this border or
disable it entirely.
2015-10-09 06:12:37 +11:00
Larry Shaffer
307806ab65 Revert 8f04d22; set condition to ifndef QT_NO_DEBUG
[ci skip]
2015-10-08 12:57:31 -06:00
Radim Blazek
e703fc6044 trigger repaint after discard changes 2015-10-08 19:12:25 +02:00
Radim Blazek
6f9bc503c1 [GRASS] suppress form for boundaries 2015-10-08 19:12:25 +02:00
Radim Blazek
7be1b642fd [GRASS] fixed setting default value in input combo 2015-10-08 19:12:24 +02:00
Ujaval Gandhi
b379e93b95 Remove the extra argument to getConsoleCommands()
getConsoleCommands takes only 1 arg. The extra arg in the method definition causes an error when running the algorithm
2015-10-08 20:29:40 +05:30
Alessandro Pasotti
35444c4631 Merge pull request #2356 from elpaso/hidpi-improvements8
Fix line height and icon size on hipi
2015-10-08 15:51:24 +02:00
Radim Blazek
de20495911 [GRASS] vector import: increase cat by 1 if fid starts at 0 2015-10-08 15:30:53 +02:00
Nyall Dawson
d7094968a1 Fix crash in label property dialog (refs #13543) 2015-10-09 00:12:58 +11:00
Nyall Dawson
88976c2224 Remove invert check box from glow effect widget, was never hooked up 2015-10-09 00:12:58 +11:00
Radim Blazek
af6f467929 [GRASS] fixed deadlock when started from GRASS shell 2015-10-08 14:59:31 +02:00
Nyall Dawson
3520f038dd Fix missing sip bindings for renderers (fix #13545) 2015-10-08 23:47:51 +11:00
elpaso
844578d02d Fix line height and icon size on hipi
The icon will scale up but not down, the 2.10
  behaviour is retained on 96dpi screens and
  the icon is scaled up if needed
2015-10-08 14:44:05 +02:00
Nyall Dawson
e5ea5ff89a Fix add ring/fill ring tool works on first polygon (fix #13069)
Now the tools will prefer to operate on selected features first.
Improves editing of overlapping features.
2015-10-08 23:33:58 +11:00
Nyall Dawson
45a6f715b3 Fix fill ring tool creates more features than needed (fix #13354) 2015-10-08 22:40:58 +11:00
Nyall Dawson
aa4d65d3b8 Fix fill ring tool used with advanced digitising crashes QGIS
(fix #13355)
2015-10-08 21:39:09 +11:00
Radim Blazek
74f8d47bb0 [GRASS] restrict module input by SEARCH_PATH 2015-10-08 12:14:33 +02:00
Radim Blazek
814e848363 [GRASS] fixed region when qgis is started from GRASS shell 2015-10-08 09:43:21 +02:00
Nyall Dawson
d088e0be3a Fix diagrams are always shown, regardless of setting (refs #13501) 2015-10-08 17:51:53 +11:00
Juergen E. Fischer
684346a955 oracle provider: fix call of sdo_filter to verify a spatial index is present 2015-10-07 23:52:48 +02:00
Nyall Dawson
bf9fe7cd12 Fix atlas page name combo not synced to layer 2015-10-08 07:57:22 +11:00
Nyall Dawson
be42fc2667 Fix crashes and inconsistent ui when atlas is set to a geometryless layer 2015-10-08 07:57:21 +11:00
Nyall Dawson
dcbe0d370e Fix legends are empty if presets used with filtered legend (fix #13300) 2015-10-08 07:57:21 +11:00
Larry Shaffer
8f04d22fc6 Fix unused variable warning with clang on Mac 2015-10-07 14:32:34 -06:00
Radim Blazek
9b54ed443e [GRASS] do not insert records if table does not exist 2015-10-07 15:41:29 +02:00
Radim Blazek
e223bccde5 [GRASS] initial editing test 2015-10-07 14:57:06 +02:00
Juergen E. Fischer
3dcabfb57c fix windows build (followup c49b5b7) 2015-10-07 11:36:15 +02:00
elpaso
fd062cee41 Fixes line height and icon size on hidpi screens 2015-10-07 10:01:58 +02:00
Salvatore Larosa
2702cb1565 [fix #13503] avoid crash when switch between style widgets and renderer cannot be applied to layer 2015-10-07 18:32:39 +11:00
Nyall Dawson
2c39a5bfe7 Fix more potential crashes in renderer widgets 2015-10-07 18:32:31 +11:00
Nyall Dawson
c6df096c38 Followup c49b5b7, more fixes 2015-10-07 18:32:24 +11:00
Nyall Dawson
911929e2e0 Remove unused variable 2015-10-07 18:32:16 +11:00
Matthias Kuhn
4625a162a0 followup 2015-10-07 09:28:40 +02:00
Matthias Kuhn
b680a1be99 Make travis files easier diff'able 2015-10-07 09:27:35 +02:00
Nyall Dawson
c49b5b777f Change a lot of arguments to const references in core/gui
Rationale:
- there was a lot of large objects passed by value, so potentially
there's a speed bump from this
- even for implicitly shared classes like QString/QList there's still
a (small) cost for copying the objects when there's no reason to
- it's the right thing to do!
2015-10-07 12:02:04 +11:00
Larry Shaffer
33265e2245 [travis] Ensure use of standard (legacy) infrastructure
- For 'sudo apt' commands on Linux (Mac unaffected)
- Seems already set for main QGIS repo, but now needed when adding
  Travis CI setup to a personal fork ("For repos we recognize on or
  after 2015-01-01, linux builds are sent to our container-based
  infrastructure")
- This could probably be overcome using the Travis 'apt' plugin so that
  container-based infrastructure could be used
  http://docs.travis-ci.com/user/apt/

http://docs.travis-ci.com/user/workers/standard-infrastructure/
http://docs.travis-ci.com/user/workers/container-based-infrastructure/
2015-10-06 15:36:01 -06:00
Larry Shaffer
2e2e381116 [auth] Move startup system-is-disabled blocking dialog to message bar 2015-10-06 15:36:01 -06:00
Larry Shaffer
c7574462a4 [auth] Reorganize SSL error integration 2015-10-06 15:36:00 -06:00
Larry Shaffer
6a7332f477 [auth] Fix #13507; ensure auth widgets are disabled if auth system is 2015-10-06 15:36:00 -06:00
Larry Shaffer
e9333326c5 [auth] Set trusted certs for default SSL configs when cache rebuilt 2015-10-06 15:36:00 -06:00
Salvatore Larosa
0dc4c8e216 use capital letter for "Show in Overview" action in layer contextual menu 2015-10-06 20:53:20 +02:00
Salvatore Larosa
63780563d8 [UX] homogenize labels for zoom to native resolution action
See: http://lists.osgeo.org/pipermail/qgis-ux/2015-September/000352.html
2015-10-06 20:52:46 +02:00
rldhont
95e829dee7 [BUGFIX][QGIS-Server] Restricted layers and layer id as name are incompatible
If the user checks 'used layer id as name' and specifies 'restricted layers',
 the restriction is not applied.

To fix it, I add the layer ids to the restricted layers list.
2015-10-06 18:16:56 +02:00
Hugo Mercier
c0e4927782 Minor fixes 2015-10-06 17:24:33 +02:00
Matthias Kuhn
c60dbbdea8 Fix snapping with Advanced Digitizing
Fix #13529
2015-10-06 16:16:26 +02:00
volaya
09f87c952a [processing] remember params/outputs collapsed stated when editing alg in modeler
fixes #13499
2015-10-06 16:06:37 +02:00
volaya
19eca9a84b [processing] do not collapse tree when updating models or scripts 2015-10-06 15:52:28 +02:00
Radim Blazek
484f94c38f [GRASS] qgis.v.upgrade.py - upgrade vectors from 6 2015-10-06 13:12:47 +02:00
Radim Blazek
a213b03624 [GRASS] multi cat editing fixes 2015-10-06 12:07:32 +02:00
Matthias Kuhn
dc043143b5 Fix some warnings when compiling code for Qt 2015-10-06 08:42:03 +02:00