Nyall Dawson
b561c6bc0b
More mask images for labeling tests
2015-06-17 19:26:22 +10:00
Matthias Kuhn
3dbe7f5e0c
Decouple composer table tests
2015-06-17 09:29:30 +02:00
Matthias Kuhn
27fb4dc1ed
generate_test_mak_image.py: guess mask image name if not specified
2015-06-17 09:29:29 +02:00
Matthias Kuhn
fb7d0d2e18
Fix some tests on Fedora
2015-06-17 09:29:29 +02:00
Juergen E. Fischer
2798ab0241
dxf export:
...
* fix handing of areas with holes when exporting SVGs
* fix block, hatch and polyline ownership
2015-06-16 23:08:25 +02:00
Matthias Kuhn
03c61b34d4
Make UniqueValues autocompleter case insensitive
2015-06-16 21:24:22 +02:00
Matthias Kuhn
8342739b37
Expressions: preserve brackets for right-associative operators
...
Fixes #11475
2015-06-16 19:46:26 +02:00
Denis Rouzaud
a518e9f639
[ fix #11475 ] expressions: add left and right associavity for dump of binary operators
...
complete test for left associativity
2015-06-16 19:07:45 +02:00
Matthias Kuhn
0bf1135244
Fix QgsExpression::dump() for functions without params and for "NOT IN"
...
And add tests to check if dump() creates an expression that produces the same
result as the original expression.
2015-06-16 18:58:39 +02:00
Larry Shaffer
538969960b
Update GetInfo dates in app and browser plists for Mac
2015-06-16 09:36:22 -06:00
Matthias Kuhn
ee8ff3acb5
Followup 00276e2be, remove double translations in french
2015-06-16 17:24:25 +02:00
Matthias Kuhn
fd50ecd0e7
Revert "Be more verbose with debug info on travis"
...
This reverts commit 3d5de9ee2532c73010a502b13369e14a3036c896.
Runs unreliable on travis...
2015-06-16 15:47:03 +02:00
Matthias Kuhn
3d5de9ee25
Be more verbose with debug info on travis
2015-06-16 14:35:11 +02:00
Nyall Dawson
2458eaf8cc
Fix symbol size when adding breaks to histogram for graduated size
...
renderer (fix #12952 )
2015-06-16 21:54:18 +10:00
Nyall Dawson
d8b7796952
Add some more test mask images
2015-06-16 21:36:05 +10:00
Nyall Dawson
a378627bfa
Allow remote urls for generate_test_mask_image.py
2015-06-16 21:36:05 +10:00
Nyall Dawson
cf2fa39691
[effects] Initially populate effects with a default list of effects
...
Default list shows a number of common effects like drop shadows,
but they are disabled. This allows users to easily enable them
just by checking them in the list. End result is a more user
friendly and familiar effects interface.
Advanced users can still reorder, add/remove effects as before.
2015-06-16 21:30:53 +10:00
Nyall Dawson
e57c59b289
Add some test mask to get label tests to pass in vivid
2015-06-16 20:56:00 +10:00
Nyall Dawson
d7835b8e61
Enable PyQgsPalLabelingServer test on travis
2015-06-16 20:55:45 +10:00
Nyall Dawson
170d96b0bc
Labeling test fixes
...
- Remove outdated osx reference images
- Update expected PAL server images
- Add some mask images for server
2015-06-16 20:55:34 +10:00
Nyall Dawson
d50798cc4c
Server labeling test fixes
2015-06-16 20:55:03 +10:00
Nathan Woodrow
9f0ea0c2fd
MSSQL: Show message if geometry_columns not found
...
Funded by TechnologyOne, Australia
2015-06-16 14:53:50 +10:00
Matthias Kuhn
8153baf4af
Be less strict on QgsMapToPixel convenience constructor in debug mode
2015-06-16 01:27:27 +02:00
DelazJ
78fa6970fa
Update vertex size spinbox step in editing mode
...
fixes #12943
Set the step of vertex marker size spinbox in Settings menu > Options > Digitizing to 1 instead of 2
2015-06-16 00:56:17 +02:00
Matthias Kuhn
9a0abc210a
Increase timeout for PyQgsAppStartup test
2015-06-16 00:30:45 +02:00
Nyall Dawson
00e047395c
[rastercalc] Fix use of uninitialized variable
2015-06-16 07:27:53 +10:00
Matthias Kuhn
93649bc486
Fix warning
2015-06-15 19:03:39 +02:00
Matthias Kuhn
038f99b505
Reduce warning noise and fix some doxymentation issues
...
Some warnings are wrapped in Q_NOWARN_DEPRECATED_*, these are warnings for
issues which are not critical and therefore of limited importance.
The general idea is to leave the space for compiler warnings to the one that
really need to be addressed.
Also removes a no longer required header file of dxflib.
Exposes some ready-to use doxymentation by wrapping it in appropriate comment
structure.
And some more cleanup
2015-06-15 18:42:27 +02:00
Matthias Kuhn
f1eb38059b
Use ppa for newer doxygen
2015-06-15 18:37:38 +02:00
volaya
5d44de7012
Merge pull request #2139 from nachouve/patch-1
...
[processing] Added "sum" field on StatisticsByCategories
2015-06-15 18:20:41 +02:00
Alexander Bruy
77c3e867d8
[processing] bump plugin version to avoid masking
2015-06-15 18:29:38 +03:00
Juergen E. Fischer
56feb7d66f
fix doxygen warning
2015-06-15 11:59:57 +02:00
Juergen E. Fischer
0ecef35d24
use class to temporary override locale to C
2015-06-15 11:59:24 +02:00
Juergen E. Fischer
b4fc413c6b
dxf export: fix crash when not enabled layers are exported
2015-06-15 11:45:47 +02:00
Nyall Dawson
7a3a857d79
Add QgsFontUtils methods for saving/loading font from XML ( fix #12644 )
...
Fixes loss of font styles when restoring projects. Credit to @nirvn
for the initial implementation.
2015-06-15 19:40:28 +10:00
Jürgen Fischer
59f0cabae7
Merge pull request #2141 from radosuav/processing_warp
...
[processing] Remove space in GDAL warp which causes issues …
2015-06-15 11:38:53 +02:00
radosuav
12c1c869ee
[processing] Remove space in GDAL warp which causes issues when alg is called from script.
2015-06-15 11:29:20 +02:00
Matthias Kuhn
8fbee12106
Fix "return reference to temporary"
2015-06-15 10:26:05 +02:00
Matthias Kuhn
8c96454f4b
Fix travis integration with gitter
2015-06-15 09:36:39 +02:00
Nacho Varela
cf5b454390
Added "sum" field
...
Minor change just to add the "sum" to the output table result.
2015-06-15 09:03:47 +02:00
Juergen E. Fischer
f4c3f3d397
fix browser image
2015-06-15 05:18:24 +02:00
Nathan Woodrow
f3e234d6e9
Add missing browser image
2015-06-15 12:40:41 +10:00
Juergen E. Fischer
2fcbc8bb72
ogr provider: increase width by one for decimal point if precision is given ( fixes #11755 )
2015-06-15 00:38:18 +02:00
Juergen E. Fischer
bbe2e2a536
run t2t
2015-06-15 00:17:10 +02:00
Nyall Dawson
ac8d4df3bb
Bump minimum Qt version to 4.8
2015-06-15 00:04:31 +02:00
Juergen E. Fischer
f261270292
debian packaging update ( fixes #12954 )
2015-06-14 23:28:34 +02:00
Nyall Dawson
084c4558b6
Make size assistant more prominent in dd buttons, allow control of
...
assistant menu text
2015-06-15 07:21:27 +10:00
Tim Sutton
e2e6a1351f
Add notification support for gitter when running tests on travis.
2015-06-14 22:02:33 +02:00
Juergen E. Fischer
6e55fbe149
save spatialite as: create integer column from qlonglong if it fits ( fixes #12325 ; followup b736317)
2015-06-14 20:55:37 +02:00
Juergen E. Fischer
19b6b0478c
fix df31fc0
2015-06-14 15:05:39 +02:00