25573 Commits

Author SHA1 Message Date
Alexander Bruy
42f16efe6a [processing] refactor batch processing dialog and update related parameters widgets 2014-11-17 20:03:31 +02:00
Alexander Bruy
bec113b1bc [processing] refactor algortim dialog
Now we have base class AlgorithmDialogBase for all algortims. Dialogs
for algorithms and batch processes should be created by subclassing this
base dialog and adding to it corresponding parameters panel.

ParametersPanel for single algorthm already updated to this approach.
2014-11-17 20:03:31 +02:00
Alexander Bruy
c4e5ff75b9 [processing] update layer selector widget 2014-11-17 20:03:31 +02:00
Alexander Bruy
20682a7c49 [processing] update fixed table widget and dialog 2014-11-17 20:03:31 +02:00
Alexander Bruy
2a8fabfeea [processing] fix typo 2014-11-17 20:03:31 +02:00
Alexander Bruy
95650c43a5 [processing] rename number selector to keep consistency 2014-11-17 20:03:31 +02:00
Alexander Bruy
06e6e71841 [processing] update range input widget 2014-11-17 20:03:30 +02:00
Alexander Bruy
c9a90d9a08 [processing] don't override default selection mode in ui file 2014-11-17 20:03:30 +02:00
Alexander Bruy
2851c5a2fa [processing] update MultipleFileInputDialog 2014-11-17 20:03:30 +02:00
Alexander Bruy
6fb32687c4 [processing] remove MultipleFileInputPanel as it duplicates MultipleInputPanel
homogenize UI in FileSelectionPanel and RenderinStylePanel, remove inused imports
2014-11-17 20:03:30 +02:00
Alexander Bruy
28c03a1cd9 [processing] remove similar widgets (use generic one instead) 2014-11-17 20:03:30 +02:00
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
rldhont
4a4dc6bb46 [QGIS-Server] Enhance config cache
Add xmlDocument and server config in cache

xmlDocument and server config will be opened once for every requested W*S
Every requested W*S will point to the same server config and xmlDocument
2014-11-15 11:16:17 +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