Nyall Dawson
1152fef86c
Remove "attribute table" from dialog title ( fix #14959 )
2016-06-14 14:05:51 +10:00
Nyall Dawson
21f37303e8
Fix some status bar widgets could not be hidden via customisation
2016-06-14 13:24:05 +10:00
Nyall Dawson
e765719594
Fix cannot deactivate customization widget catcher ( fix #9732 )
2016-06-14 13:17:23 +10:00
Nyall Dawson
6568da6ce0
Rename arrow symbol head width/height to length/thickness
...
Width/height naming is dependant on line direction, so for
clarity rename them to something which doesn't depend
on direction (fix #15002 )
2016-06-14 12:54:49 +10:00
Nyall Dawson
09b6d58939
Fix crash in arrow symbol layer
2016-06-14 12:23:16 +10:00
Nyall Dawson
9df87a6935
[composer] Finer step for arrow head line width
2016-06-14 12:16:53 +10:00
Nyall Dawson
78c434a6c4
[composer] Make parameterised SVG arrow heads respect colors ( fix #14997 )
2016-06-14 12:11:50 +10:00
Nyall Dawson
44db212aa1
Also show WKB type in vector layer metadata
...
Otherwise it's a PITA to work out if a layer has z or is
multi type
2016-06-14 11:51:30 +10:00
Nyall Dawson
d00020f99a
Add missing capabilities strings to layer metadata
2016-06-14 11:51:10 +10:00
Nyall Dawson
b1450802b9
Fix joins are not recreated when loading project with bad layers ( fix #10500 )
2016-06-14 11:31:58 +10:00
Nyall Dawson
92830a2509
Fix debug noise when using 25D geometry layers
2016-06-14 11:19:06 +10:00
Nyall Dawson
3a34368efb
Cleanup qgsproject.h/.cpp
...
- Conslidate doxygen in qgsproject.h
- Remove TODOs from docs, move to comments
- Cosmetic formatting changes to match QGIS standards
- Remove doxygen groups (we sort doxygen by name now)
- Clarified and improved some docs
- Remove mega outdated XML samples
2016-06-14 10:24:20 +10:00
Nyall Dawson
660900ba6b
Tweak test tolerance for xenial
2016-06-14 08:55:40 +10:00
Nathan
8cfd17d2fa
[style dock] Fix warnings
2016-06-14 06:32:26 +10:00
Matthias Kuhn
841e6c6366
Customization UI: Rename "Select All" to "Check All"
...
References #15005
2016-06-13 17:04:52 +02:00
Matthias Kuhn
d1a9f84304
Fix compiling with clang
2016-06-13 15:45:54 +02:00
Nyall Dawson
fadc25abb3
Fix warning
2016-06-13 22:46:39 +10:00
Nyall Dawson
0a5ad73581
Invalid join cache when layer is modified ( fix #11140 )
2016-06-13 22:08:55 +10:00
Even Rouault
1ec7ad5633
[WMS provider] Tolerate GetCapabilities response with several top-level layers
...
Fix #13762
Also, in case there's a single layer advertized, show it in the browser.
2016-06-13 12:22:20 +02:00
Even Rouault
dfe4553869
[WMS provider] Avoid excessive number of decimals in BBOX parameter
...
Fix #14928
2016-06-13 12:00:53 +02:00
Nathan
2ce4eb52c5
[style dock] code clean up
2016-06-13 19:31:06 +10:00
Nathan Woodrow
659d91649c
Add missing files
2016-06-13 18:52:24 +10:00
Alexander Bruy
0553f7b33b
[processing] allow 2.5D geometries ( fix #14929 )
2016-06-13 11:44:08 +03:00
Nathan Woodrow
e926e2d0aa
[style dock] Add better API for panels
2016-06-13 18:07:39 +10:00
Nyall Dawson
16eb1e14d0
Classifications on joined fields should only consider values which
...
are matched to layer's features (fix #9051 )
2016-06-13 13:43:46 +10:00
Nyall Dawson
cb4dbeafd1
Fix dock widget layout ( fix #15011 )
2016-06-13 13:05:53 +10:00
Nyall Dawson
693ead28bb
Prevent creating invalid join in add join dialog (fixes crash)
2016-06-13 09:18:59 +10:00
Even Rouault
e301cc80f9
qgsogrprovider.cpp: fix wrong comment
2016-06-12 19:49:22 +02:00
Matthias Kuhn
4116f95d6b
Fix the preview column in form view when first column is action widget
2016-06-12 18:05:32 +02:00
Matthias Kuhn
4f803e8658
Fix failing test
2016-06-12 16:40:21 +02:00
Matthias Kuhn
7b3e667282
Remove more debug noise
2016-06-12 16:05:40 +02:00
Matthias Kuhn
c63b910d75
Remove debug noise
2016-06-12 16:01:51 +02:00
Even Rouault
5fcadebc50
Indentation fix
2016-06-12 15:46:33 +02:00
Even Rouault
31879e5211
[WFS provider] Fix handling of LatLongBoundingBox in WFS 1.0
...
According to the specification, the values of LatLongBoundingBox
are supposed to be in the SRS, not necessarily in WGS84.
But some servers do not follow the spec and return values in WGS84,
so let's try to accomodate for this too.
Fix #14876
2016-06-12 15:14:23 +02:00
Matthias Kuhn
bfc3577053
Avoid detach
2016-06-12 14:44:30 +02:00
Matthias Kuhn
f16fba5e37
Show default network cache path in options dialog
2016-06-12 14:01:53 +02:00
Matthias Kuhn
7c72fefd7c
Fix network cache configuration
...
Fix #14990
2016-06-12 13:48:30 +02:00
Even Rouault
7861f89f6f
QgsAttributeTableView::setModel(): remove connection to signals that no longer exist on QgsAttributeTableFilterModel, and connect destroyed() only if object is not NULL
2016-06-12 13:25:31 +02:00
Even Rouault
6b80170ce5
QgsAttributeTableView::setModel(): fix crash when called with nullptr, such as QgsBrowser::setLayer() does ( #15006 )
2016-06-12 13:23:22 +02:00
Even Rouault
ffaf493d5f
Standalone browser: call QgsNetworkAccessManager::instance() to avoid assertion in setupDefaultProxyAndCache() on start-up on WFS connections due to smMainNAM being not initialized ( #15006 )
2016-06-12 13:22:40 +02:00
Even Rouault
571ee34574
Merge branch 'master' of github.com:qgis/QGIS
2016-06-12 12:45:49 +02:00
Nyall Dawson
1d6dfc5aed
Merge pull request #3196 from nirvn/fix_right_click
...
[bugfix] fix crash when right-clicking on geometryless layers
2016-06-12 15:12:42 +10:00
nirvn
054604bc70
fix crash when right-clicking on geometryless layers
2016-06-12 10:33:51 +07:00
Salvatore Larosa
f1ec12133e
[dbmanager] followup 8727799: again some emit signal fix
2016-06-11 18:29:29 +02:00
Juergen E. Fischer
61eea8674a
oracle provider: verify existence of layer style table before trying to retrieve a style
2016-06-11 17:16:56 +02:00
Juergen E. Fischer
1af74f7ace
use CMP0063 only with cmake >= 3.3
2016-06-11 17:16:56 +02:00
Salvatore Larosa
87277999a4
[dbmanager] Fix emit signal when refresh fields in table
2016-06-11 16:58:11 +02:00
Even Rouault
7ed1a7ff79
Merge branch 'master' of github.com:qgis/QGIS
2016-06-11 14:03:03 +02:00
Even Rouault
7a3a38b659
Merge branch 'master' of github.com:qgis/QGIS
2016-06-11 14:02:28 +02:00
Even Rouault
f7cf974774
Merge remote branch 'origin/wfs_geomedia_fixes'
2016-06-11 13:55:34 +02:00