Nyall Dawson
b08dd47091
Add a doxygen test to ensure all classes have a brief description
2016-07-11 09:28:46 +10:00
Nyall Dawson
4145e337ab
Add missing SIP bindings
2016-07-11 08:42:52 +10:00
Nyall Dawson
8828197a03
Fix minor Coverity issues
2016-07-11 08:42:50 +10:00
Nyall Dawson
b94fbc0485
[oracle] Fix minor Coverity issues
2016-07-11 08:07:32 +10:00
Matthias Kuhn
9a917c4b48
Create some properties on QgsProject
2016-07-10 22:14:49 +02:00
Juergen E. Fischer
3da19183dc
release.pl: use 99 instead of 999 for premajor minor
2016-07-10 20:53:59 +02:00
Jürgen Fischer
0cff17f966
Merge pull request #3293 from timlinux/fix-osx-build
...
Fix build issue on OSX caused by minor version of 999
2016-07-10 20:52:08 +02:00
Tim Sutton
3a419c054b
Fix build issue on OSX caused by minor version of 999
2016-07-10 19:58:19 +07:00
Juergen E. Fischer
2eee2e5c9c
fix typos and debian/copyright
2016-07-10 14:20:07 +02:00
Juergen E. Fischer
daea10c126
support utf-8 encoded release names
...
(cherry picked from commit c9838ccea481c8ca87c4e1647099cfe78777e795)
2016-07-10 12:09:29 +02:00
Jürgen Fischer
9e70e2f629
Merge pull request #3288 from sebastic/scalable-icons
...
Fix installation path of scalable icons.
2016-07-09 23:13:05 +02:00
Bas Couwenberg
f5b8623012
Fix installation path of scalable icons.
2016-07-09 23:10:16 +02:00
Matthias Kuhn
831337c95a
Initialize variables
...
Coverity fixe
2016-07-09 17:42:21 +02:00
Matteo
c3edae1b66
Just added a new person to the contrib map and list ( #3285 )
...
* Add Me in the map
* Add Me in the contrib list
2016-07-09 15:02:39 +02:00
Alexandre Neto
ca9a997361
Add current documentation contributers ( #3283 )
...
Alexandre Neto,
Harrissou Sant-anna
Yves Jacolin
2016-07-09 15:02:27 +02:00
Matthias Kuhn
41378e1770
Shutup build warning with Qt 5.6
2016-07-09 14:05:38 +02:00
Daan Goedkoop
d2c986343c
Add null handling to value map edit widget ( fixes #15215 ) ( #3274 )
...
* Add null handling to value map edit widget (fixes #15215 )
* Return QVariant type
* Use hardcoded value for 'null' representation
* Detect "null" value when loading value map from csv; use null QString constructor
* Use configured "null" representation for display in value map
* Use single definition for value map null representation guid
* Added unit test for value map widget and fixed value displaying bug
2016-07-09 12:25:52 +02:00
Juergen E. Fischer
07da9b1788
Bump version to 2.999
2016-07-08 14:12:36 +02:00
Juergen E. Fischer
17562bd877
changelog and news update for 2.16
2016-07-08 14:11:46 +02:00
Juergen E. Fischer
68c2b0a8b8
translation update for 2.16 from transifex
2016-07-08 14:11:38 +02:00
Juergen E. Fischer
e451b9ad6f
indentation and spelling fixes
2016-07-08 12:59:38 +02:00
Salvatore Larosa
43334df6d8
[pyqgis-console] APIs file updated
2016-07-08 12:23:51 +02:00
Nyall Dawson
873eb7f90a
Fix incorrect label/diagram distance when map is rotated
2016-07-08 18:13:43 +10:00
Nyall Dawson
871ea87fc6
Fix deselecting features by clicking no feature
2016-07-08 17:41:55 +10:00
Nyall Dawson
ea3fc65c9d
Avoid duplicate 'follow label placement' options in combo box
2016-07-08 17:41:55 +10:00
Nathan Woodrow
6c0afcd42e
Move style dock button on toolbarst
2016-07-08 14:06:12 +10:00
Mathieu Pellerin
f31334f0cd
Add myself (@nirvn) to contributor.json ( #3284 )
2016-07-08 11:47:28 +10:00
Nathan Woodrow
b1de246e84
const fixes
2016-07-08 10:54:58 +10:00
Even Rouault
5a033836d1
Update with my own long/lat coords...
2016-07-08 02:27:56 +02:00
Even Rouault
e1211320aa
Add myself to contributors.json and AUTHORS
2016-07-08 02:23:20 +02:00
Alexandre Neto
8b08ffcac6
Add Alexandre Neto ( #3282 )
2016-07-08 09:49:02 +10:00
Nathan
e4080edaa7
Streamline QgsMapLayerConfigWidgetFactory interface
2016-07-08 08:19:15 +10:00
Nathan
382986ffde
[style dock] Add tooltips
2016-07-08 08:19:15 +10:00
Nyall Dawson
a15d0328cc
Merge pull request #3279 from ahuarte47/Issue_MeasureDialog_2
...
[Bugfix] Fix MeasureTool when DestinationCRS changes (2)
2016-07-08 07:47:46 +10:00
Nyall Dawson
326786b499
Fix Coverity memory leak warning
2016-07-08 07:42:31 +10:00
Nyall Dawson
07a72ad133
Fix Coverity uninitialized variable warnings
2016-07-08 07:42:31 +10:00
Nyall Dawson
2a1c9c349f
Fix Coverity integer division warning
2016-07-08 07:42:31 +10:00
Juergen E. Fischer
010a850f50
plugin manager: use relative font size
2016-07-07 22:21:08 +02:00
Matthias Kuhn
b83aab7d74
Save attribute table sort order persistently
...
Fix #15235
2016-07-07 17:35:55 +02:00
Matthias Kuhn
febcabb0da
Make using recent expressions API simpler and add doxygen comment
2016-07-07 16:39:13 +02:00
Matthias Kuhn
56a0af5bd8
Sort attribute table by representation value where useful
...
Fix #15096
And aligns some edge-cases of sort behavior
2016-07-07 16:39:13 +02:00
Hugo Mercier
31fc2b0c12
Merge pull request #3278 from mhugo/master
...
Fix virtual layer construction from joined layer
2016-07-07 16:13:24 +02:00
Alvaro Huarte
2ac9ad55bd
Fix MeasureTool when DestinationCRS changes (2)
2016-07-07 15:47:34 +02:00
Hugo Mercier
2257d711ed
Fix virtual layer construction from joined layer
2016-07-07 15:37:29 +02:00
Nathan
564c02e93f
[style dock] Reduce timeout on undo stack
2016-07-07 22:33:22 +10:00
Nyall Dawson
f9d839fac5
[oracle] Fix handling of date/time types
...
Also add test for Oracle default values
On behalf of Faunalia, sponsored by ENEL
2016-07-07 22:17:45 +10:00
Martin Dobias
612043cd02
Style dock: properly restore values in spinboxes for brightness etc ( fixes #15228 )
2016-07-07 14:01:29 +02:00
Martin Dobias
cca79aa2f4
Fix loss of transparency information in style dock ( fixes #15229 )
2016-07-07 14:01:28 +02:00
Matthias Kuhn
5ae780241f
Fix attribute table cannot map index when filtered
2016-07-07 13:45:04 +02:00
Marco Bernasocchi
77fa125b6f
fix build under NDK ( #3276 )
...
this fixes:
QgsMapToolTouch::isTransient()' marked override, but does not override
virtual bool isTransient() override { return true; }
2016-07-07 09:33:38 +02:00