27577 Commits

Author SHA1 Message Date
Salvatore Larosa
6cbe0ee71c [processing] fix typo 2015-06-19 20:42:00 +02:00
Juergen E. Fischer
1a6aee18f0 handle 64bit feature ids (fixes #13001) 2015-06-19 20:04:06 +02:00
pcav
ef3eb85d65 Better output name for saga kernel 2015-06-19 17:02:44 +00:00
rldhont
7c735213ca [BUGFIX][QGIS-Server] Add all layers for fixed legend in GetPrint
If a legend is not linked to a map, it's a fixed legend and does not depend on
 layers parameter. This bugfix loads all layers needed by legend and update it.
2015-06-19 17:22:50 +02:00
Juergen E. Fischer
35f383835c browser: add i18n 2015-06-19 17:07:19 +02:00
Salvatore Larosa
2125f6ac0d Fix #6099 - Save as... for raster: missing extension on Gnome3 2015-06-19 17:04:20 +02:00
Juergen E. Fischer
454206711e fix 61f39d6 2015-06-19 16:20:13 +02:00
Juergen E. Fischer
dfc2cf0bbf oracle provider: fix ExactIntersect check if spatial extension is available and there is no spatial index (fixes #13005) 2015-06-19 16:08:26 +02:00
Salvatore Larosa
5063c660cb Merge pull request #2146 from slarosa/new_sharing_icons
new icons for sharing in the stylemanager dialog
2015-06-19 15:31:21 +02:00
Juergen E. Fischer
61f39d6ff3 postgres provider: fix indexing of default values (fixes #12996) 2015-06-19 15:27:39 +02:00
Salvatore Larosa
22082d6587 new icons for sharing in the stylemanager dialog 2015-06-19 14:40:27 +02:00
Nyall Dawson
cecae9f107 [georef] Fix coordinates truncated to 2 decimal places in table
Now, coordinates are shown in table to 4 decimal places, and a
tooltip will show the full precision of coordinates. Editing
coordinates also shows the full precision. (fix #10480)
2015-06-19 22:20:59 +10:00
Nyall Dawson
fcc9a34133 [georef] Fix untranslatable strings 2015-06-19 22:20:59 +10:00
Nyall Dawson
32c098d4dd More updated test mask images - moar green!! 2015-06-19 22:11:48 +10:00
Matthias Kuhn
ac08f0c0cb Doxify the ownership transfer for triangulation
Followup 46a3746
2015-06-19 12:09:06 +02:00
elpaso
94873eb08c Fix interpolation tool crashes qgis #12855 2015-06-19 12:09:06 +02:00
Martin Dobias
1d073da72a Merge pull request #2101 from mhugo/fix_cache_enabling
Wait for the current rendering to finish before touching the cache
2015-06-19 16:08:05 +08:00
Jürgen Fischer
705eb74ec5 Merge pull request #2150 from nyalldawson/fix_cmake_warnings
Fix cmake warnings under Win32
2015-06-19 09:48:16 +02:00
Nathan Woodrow
a316290ada Fix #12881 - Fix loading of QLR files with the same layers
Using just date stamps wasn't fine enough

Funded By TechnologyOne, Australia
2015-06-19 15:53:24 +10:00
Martin Dobias
eaf17e56c2 Fix SAGA detection on some Debian/Ubuntu systems (fixes #12335) 2015-06-19 13:18:59 +08:00
Martin Dobias
6215f773e2 Fix crash when deleting a field in attribute table (fixes #12930)
Also fixes:
- multiple reloads of table (due to additional connections to cache invalidation)
- crash in attribute form (on redo of deleted field when it was not the last)
- crash in editor widget wrapper (during table reload)
2015-06-19 12:17:49 +08:00
Martin Dobias
5e4841d94d Fix offset curve tool (fixes #12911)
Modified geometry would not be updated anymore if at one point
the rubber band would end up without vertices
2015-06-19 11:19:32 +08:00
Sandro Santilli
1bf9844652 Do not allow invalid map settings (fixes #12757) 2015-06-19 11:19:32 +08:00
Nyall Dawson
a0c04d1edb Don't warn about missing MSVC redistributable files when building
using Express editions
2015-06-19 13:10:02 +10:00
Nyall Dawson
c391fcd81c Avoid cmake CMP0026 warning on Win32 by replacing disallowed LOCATION
target property
2015-06-19 13:10:02 +10:00
Nathan Woodrow
9c73a22af5 Fix #12254 - Fix lookup of SRID for SQL Server layers 2015-06-19 11:37:16 +10:00
Martin Dobias
dbfbc69283 Fix transparency for WMS layers (fixes #12300) 2015-06-18 23:36:01 +08:00
Martin Dobias
78708159b2 Fix shifted joined attributes when join field is repeated (fixes #12589) 2015-06-18 21:18:19 +08:00
Nyall Dawson
03aa1e7e27 Bump maximum values allowed for symbol offsets (fix #12988) 2015-06-18 21:03:42 +10:00
Nyall Dawson
e108febb5e Clean up diagram tests
- Consolidate tests to single file
- Don't use composition for testing
2015-06-18 21:03:42 +10:00
Martin Dobias
e646647713 Make QgsMapCanvas.snapToCurrentLayer() work again (fixes #12631)
The snapper was called with screen coords instead of map coords
(due to implicit conversion QPoint->QgsPoint)
2015-06-18 18:02:00 +08:00
Nyall Dawson
34cbbde218 [georef] Fix crash when closing georeferencer window while editing
GCP list item
2015-06-18 19:48:07 +10:00
Nyall Dawson
ca7848808e [georef] Fix blank PDF for generated PDF map (fix #4311) 2015-06-18 19:48:06 +10:00
Martin Dobias
0c5352fad6 Remove invalid/crashing QgsComposerHtml constructor (fixes #12009) 2015-06-18 16:30:50 +08:00
Matthias Kuhn
99c16bbb84 Set features valid before adding in QgsMapToolAddFeature
Fixes a bug where features have been duplicated instead of edited, especially
annoying with memory layers.

See
http://gis.stackexchange.com/questions/150326/problem-with-memory-storage-type-in-pyqgis-when-updating-with-auto-form
2015-06-18 09:47:33 +02:00
Martin Dobias
be031c451d Fix snapping test failing on 32-bit platforms (hopefully)
The discrepancy between the results seems to come from floating point
arithmetics (-mfpmath option in GCC) which defaults to different values:
- '387' for i386
- 'sse' for x86-64

The 387 coprocessor temporarily uses 80-bit precision
so the results of arithmetic operations may be a bit different
2015-06-18 15:35:06 +08:00
Juergen E. Fischer
0a643ce670 layer context menu: disable/enable 'Filter...' entry instead of leaving it out if layer is editable 2015-06-18 09:13:22 +02:00
Nathan Woodrow
012f322d96 Fix #11971 - Fix display of MS SQL layers with z and m values
Funded by TechnoglogyOne, Australia
2015-06-18 17:04:15 +10:00
Nyall Dawson
f7e312b75a Standardise padding for browser directory properties widget 2015-06-18 16:25:42 +10:00
Nyall Dawson
bfcc0cbf47 Add some spacing to new name dialog 2015-06-18 16:25:42 +10:00
Nyall Dawson
75b1309921 More test mask images 2015-06-18 16:25:42 +10:00
Nyall Dawson
075d6f2ad5 Handled malformed xml generated by Doxygen for QgsDocCoverage test 2015-06-18 16:25:42 +10:00
Nyall Dawson
6deb520ff1 Make raster blend modes tests more robust 2015-06-18 16:25:42 +10:00
Martin Dobias
40acaa051a Deprecate QgsRasterLayer::setDrawingStyle() (fixes #12635) 2015-06-18 12:47:45 +08:00
Martin Dobias
646b445bf7 Fix locking logic with X,Y locked and soft locks to angle (fixes #12940) 2015-06-18 11:54:36 +08:00
Martin Dobias
b81933ee56 Fixed fish and alcohol SVG files (fixes #12948)
Both SVGs had an extra path out of specified bounds which was getting
clipped out when rendering to canvas, but not in other places.
2015-06-18 11:14:38 +08:00
Nathan Woodrow
e1d2735f85 Merge pull request #2149 from slarosa/func_sel_first_item
[expression] autoselect first item in function list
2015-06-18 09:03:28 +10:00
Nyall Dawson
1bdb426115 [georef] Improve behaviour for selecting map and report filename 2015-06-18 08:41:06 +10:00
Nyall Dawson
c4f0d31fbb [georef] Correctly restore paper size when opening settings dialog 2015-06-18 08:40:30 +10:00
Nyall Dawson
1d6086c02e [composer] Add shape items to layout menu (fix #12982) 2015-06-18 08:10:51 +10:00