Alexander Bruy
c3d230c0ca
[processing] update extent selection widget
2014-11-17 20:03:30 +02:00
Alexander Bruy
24a3e227a5
[processing] update projection selector widget
2014-11-17 20:03:29 +02:00
Alexander Bruy
6ff487702d
[processing] replace two similar dialogs with generic one
2014-11-17 20:03:29 +02:00
Alexander Bruy
eee616c517
[processing] remove compiled ui files
2014-11-17 20:03:29 +02:00
Alexander Bruy
0ca7773b39
add shortcuts to some Processing actions
2014-11-17 12:30:17 +02:00
Matthias Kuhn
06ea980189
Fix CPack path to README.md
2014-11-17 10:33:14 +01:00
Alexander Bruy
7fc1b8733f
homogenize icons related to managing project and global scale lists
2014-11-17 11:24:01 +02:00
Matthias Kuhn
e54a7866d3
More README to README.md
...
And add travis build status
2014-11-17 10:21:34 +01:00
alexbruy
77328b207c
Merge pull request #1686 from alexbruy/dbmanager-sqleditor
...
switch DB Manager's SQL editor to QgsCodeEditorSQL
2014-11-17 10:21:40 +02:00
Juergen E. Fischer
150aa53a63
add missing ts files ( fixes #11662 )
2014-11-17 02:30:15 +01:00
Werner Macho
0b9e1f6792
[TRANSUP] some fixes and improvements for transifex including renamed and deleted ts files
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-11-16 22:49:13 +01:00
Martin Dobias
34e6a71327
Add note about QgsMapCanvas::refresh() behavior
2014-11-15 11:55:47 +07:00
Martin Dobias
fda637b314
Merge remote-tracking branch 'rldhont/filter_legend_displacement_point2'
...
Conflicts:
src/core/qgsmaphittest.cpp
2014-11-15 11:19:02 +07:00
Matthias Kuhn
b28cc1410b
[travis] Do some steps in install step
2014-11-14 19:16:38 +01:00
Matthias Kuhn
4ff4394b35
[travis] Disable PyQgsPalLabelingServer tests for now
2014-11-14 19:16:36 +01:00
Matthias Kuhn
e4d3eaacb6
[travis] Disable SymbolLayerV2 test
...
There is a pull request to properly fix the issue. When this PR is dealt with
this test will be re-enabled.
https://github.com/qgis/QGIS/pull/1672
2014-11-14 19:15:59 +01:00
Matthias Kuhn
581815f841
Fix atlas tests
...
* Recreates composition for every test and therefore removes internal
dependency
* Reorders method calls to make the test pass
* Disable the test until https://github.com/qgis/QGIS/pull/1688
2014-11-14 19:14:51 +01:00
Matthias Kuhn
fdde5905ca
Exclude PyQgsPalLabelingCanvas test because of Segfault on test server
...
It seems that there is still a thread running when QgsApplication exits.
Error message:
QThreadStorage: Thread 0x16e29f0 exited after QThreadStorage 6 destroyed
2014-11-14 18:30:30 +01:00
Matthias Kuhn
f0efa6d8f4
Disable geometry simplify check
...
This test mixes different effects and is very unprecise in what it tests and
what it expects as result.
2014-11-14 18:30:30 +01:00
Matthias Kuhn
4b843e4dad
Add QgsDartMeasurement
2014-11-14 18:30:29 +01:00
Matthias Kuhn
fd95930194
Switch QgsCompositionChecker to MultiRenderChecker
2014-11-14 18:30:29 +01:00
Nyall Dawson
31c32505bb
Switch to RGB32 images for composition checker
2014-11-14 18:30:29 +01:00
Nyall Dawson
2cfcca10d2
Use a non-transparent background for composition checker
...
Fix composerhtml tests on precise
2014-11-14 18:30:28 +01:00
Matthias Kuhn
eaf0d34587
Cleanup atlas composition tests
...
* Don't try to cache on 0-sized image
* Use qDebug instead of qWarning
2014-11-14 18:30:28 +01:00
Matthias Kuhn
81d3871048
Fix shapeburst test
...
Move to multirenderchecker
2014-11-14 18:30:28 +01:00
Matthias Kuhn
416f471e6d
[unit tests] Make qgis_rendererstest pass
...
Replace control image
2014-11-14 18:30:28 +01:00
Matthias Kuhn
ab5e0e2b37
Fix PalLabelingComposer test
...
Switch to QgsMultiRenderChecker and add control images for Ubuntu precise where
required.
2014-11-14 18:30:27 +01:00
Matthias Kuhn
58932890b3
Fix inverted polygon renderer test
2014-11-14 18:30:27 +01:00
Matthias Kuhn
9d9f7c18aa
[unit tests] Fix blend modes test
...
* Switched to QgsMultiRenderChecker and added control images for precise
* Add a minimal color tolerance for slight render inconsistencies
2014-11-14 18:30:27 +01:00
Matthias Kuhn
9ae9de3e7f
Compositionchecker: Default color tolerance of 1
2014-11-14 18:30:27 +01:00
Matthias Kuhn
b28dcb9cbc
[unit tests] Add multirenderchecker
...
The multirenderchecker allows to have several images, each with its own set of
anomalies distributed in several subdirectories.
With the help of multiple reference images, it is possible to apply a color
tolerance to each of these
2014-11-14 18:30:27 +01:00
Matthias Kuhn
35286613d2
Add .travis.yml for automated testing
2014-11-14 18:30:27 +01:00
Matthias Kuhn
5457d7299c
Initialize some uninitialized variables
2014-11-14 18:28:41 +01:00
Alexander Bruy
ad881089ef
case insensitive autocompletion
2014-11-14 18:16:10 +02:00
Radim Blazek
e0ab4b2c7c
avoid use of QIcon in data items in threads
2014-11-14 11:52:10 +01:00
Juergen E. Fischer
aa4338a05b
pull_ts.sh: verify lrelease is available
2014-11-14 09:57:28 +01:00
Paolo Cavallini
770db71993
Merge pull request #1687 from gioman/master
...
fixes r.watershed parameter description for GRASS 6.4
2014-11-14 08:48:42 +01:00
Juergen E. Fischer
d4f64d9bde
indentation update and typo fixes
2014-11-13 23:13:13 +01:00
Giovanni Manghi
3e3f1fb16c
fixes r.watershed parameter description for GRASS 6.4
2014-11-13 20:30:47 +00:00
Juergen E. Fischer
701f4644d0
prepare-commit.sh: fix script directory detection
2014-11-13 20:46:19 +01:00
rldhont
40c5ae4407
[FIXED] #11572 Filter Legend By Map Content doesn't maintain point displacement legend
...
The fix from https://github.com/qgis/QGIS/pull/1673 has to be enhance to have
something more generic.
This fix add methods to QgsPointDisplacementRenderer:
* capabilities
* symbolForFeature
* originalSymbolForFeature
* symbolsForFeature
* originalSymbolsForFeature
* willRenderFeature
2014-11-13 20:44:33 +01:00
Alexander Bruy
22619996b5
switch DB Manager's SQL editor to QgsCodeEditorSQL
2014-11-13 17:08:19 +02:00
Radim Blazek
cbf1d33b9c
re-enabled init expand to last expanded in browser
2014-11-13 11:27:12 +01:00
Nyall Dawson
bafd3e3255
Merge pull request #1684 from manisandro/armbuild
...
Add casts to double to fix compilation on ARM
2014-11-13 20:33:12 +11:00
Juergen E. Fischer
9cb157a7e5
prepare-commit.sh: remove executable bit from source files and exit successfully if nothing modified
2014-11-13 10:00:48 +01:00
Sandro Mani
4254d4e615
Add casts to double to fix compilation on ARM
2014-11-13 09:35:12 +01:00
Juergen E. Fischer
9a2327cd8f
update debian dependencies in INSTALL (scripts/scandeps.pl run)
2014-11-13 00:38:42 +01:00
Juergen E. Fischer
57644354f4
fix source permissions
...
Consider using 'git config core.filemode false' on Windows
find . \( -name "*.cpp" -o -name "*.h" \) -perm /111 -exec chmod a-x {} \;
2014-11-12 23:46:57 +01:00
Juergen E. Fischer
5ccb1e777d
i18n: script updates
2014-11-12 23:46:57 +01:00
Juergen E. Fischer
571d47a889
postgres provider: fix layer detection
2014-11-12 23:10:45 +01:00