27778 Commits

Author SHA1 Message Date
mhugent
9531e688b0 Merge pull request #2179 from elpaso/patch-3
Added myself
2015-06-29 17:03:15 +02:00
mhugent
9b69825d28 Merge pull request #2178 from elpaso/patch-2
Added myself
2015-06-29 17:03:06 +02:00
mhugent
2b444ac9c8 Merge pull request #2092 from elpaso/server-refactoring-3
[SERVER] Server refactoring and Python bindings/tests
2015-06-29 17:02:25 +02:00
Juergen E. Fischer
1dfe005e67 wms provider: recover the possibility to configure the feature count in WMS requests 2015-06-29 16:53:46 +02:00
Juergen E. Fischer
4be87f8e8d unify_includes.pl: include doxygen comment fixing 2015-06-29 16:53:46 +02:00
Alessandro Pasotti
f8133cc524 Added myself 2015-06-29 16:53:40 +02:00
Alessandro Pasotti
0a93b171f9 Added myself 2015-06-29 16:53:04 +02:00
Nyall Dawson
f305b0b101 [pal] Cleanup some doxygen comments 2015-06-29 21:54:00 +10:00
Nyall Dawson
277605b93b [pal] Remove #ifdef svg debugging code 2015-06-29 21:48:39 +10:00
Nyall Dawson
44724f93ca [pal] Use Q_UNUSED rather than custom UNUSED 2015-06-29 21:25:46 +10:00
Nyall Dawson
dcc25fe53f [pal] Clean up header includes 2015-06-29 21:07:30 +10:00
Nyall Dawson
e0b9f538fa [pal] Switch use of PAL's own mutex to QMutex 2015-06-29 21:07:30 +10:00
Nyall Dawson
e804a87c90 [pal] Remove old ifdefed code 2015-06-29 21:07:30 +10:00
Nyall Dawson
5c88c750ff [pal] Remove useless HAVE_CONFIG_H includes 2015-06-29 21:07:30 +10:00
Nyall Dawson
0b1d658c41 [pal] Reformat headers to match QGIS standards 2015-06-29 21:07:30 +10:00
elpaso
540165d041 Re-added Nyall's modifications 2015-06-29 12:52:47 +02:00
elpaso
7c3190fe12 Added documentation and QgsServer to doxy template 2015-06-29 12:50:57 +02:00
elpaso
df082814e2 Fixed test: added regexp to strip content length 2015-06-29 12:49:43 +02:00
elpaso
4afeb9c453 Removed Qt5 include 2015-06-29 12:49:43 +02:00
elpaso
594357a182 Corrected file comment headers 2015-06-29 12:49:43 +02:00
elpaso
00fa63618b [SERVER] Server refactoring and Python bindings/tests
This is a refactoring of the server component, the
server is now wrapped into a new QgsServer class with
python bindings and an examples python test.
2015-06-29 12:49:43 +02:00
Denis Rouzaud
ab86897b1c add missing Q_PROPERTY to QgsExtentGroupBox 2015-06-29 10:20:33 +02:00
Denis Rouzaud
346f84afb4 added QgsExtentGroupBox to custom widgets 2015-06-29 10:20:33 +02:00
Pirmin Kalberer
8b2bbcd147 Merge pull request #2173 from cedi4155476/dbmanager-geopackage_2
DBManager: Drag&Drop support for GeoPackage layers
2015-06-29 09:21:32 +02:00
Nyall Dawson
355fc91a6c PostGIS browser improvements
- Add ability to create schemas
- Add ability to truncate tables
- Fix renaming of views
- Better wording of table related actions, so it's clear whether
they operated on a table or query
2015-06-29 16:08:38 +10:00
Martin Dobias
bba1985a87 Make sure that rescaling runs with the correct data type 2015-06-29 10:25:47 +08:00
Martin Dobias
dbb8cc20dd Set up geotransform so that origin is the top-left coordinate
This has no practical difference, but some software (InaSAFE) likes
more when the origin is top-left instead of bottom-left.

Probably this has a bit better memory access pattern too when
rendering images
2015-06-29 10:25:47 +08:00
Martin Dobias
11d1ac9540 Try to do automatic choice of the reference layer in GUI (using smallest cell area) 2015-06-29 10:25:47 +08:00
Martin Dobias
fcc0160755 Fix type of CRS WKT (use just QString instead of both QString and QByteArray) 2015-06-29 10:25:47 +08:00
Martin Dobias
06b4ad8512 Allow for custom setting of cell size / grid offset in GUI 2015-06-29 10:25:47 +08:00
Martin Dobias
3d290ef21a Align rasters: configuration of clip extent, reporting of output size 2015-06-29 10:25:47 +08:00
Martin Dobias
9e16952732 Extent group box improvements: custom title base, checkable group box 2015-06-29 10:25:47 +08:00
Martin Dobias
b452bc0245 Support reprojection in GUI, added unit tests for reprojection 2015-06-29 10:25:47 +08:00
Martin Dobias
d7a9493445 Add error messages, fix reporting of grid offset 2015-06-29 10:25:46 +08:00
Martin Dobias
7bdbbb84cd Started GUI for alignment of rasters 2015-06-29 10:25:46 +08:00
Martin Dobias
515de2879b Added progress reporting 2015-06-29 10:25:46 +08:00
Martin Dobias
d6d2f1a374 Add python bindings for QgsAlignRaster 2015-06-29 10:25:46 +08:00
Martin Dobias
1409f08576 [FEATURE] Raster Alignment Tool
This new tool in qgis_analysis library is able to take several rasters
as input and to align them perfectly, that means:
- reproject to the same CRS
- resample to the same cell size and offset in the grid
- clip to a region of interest
- rescale values when required
2015-06-29 10:25:46 +08:00
Nyall Dawson
3f6b5fa5f6 Improvements to generate mask script
- Rendered images can now be fetched from file:// urls
- Control image path can be deduced by just specifying a partial
match for the control image name instead of the full control
image path
2015-06-29 08:26:42 +10:00
carolinux
b6ae2e7d1e Fixes for search widgets 2015-06-28 11:19:02 +02:00
Nyall Dawson
4ebf0875d0 Update test masks 2015-06-28 16:52:33 +10:00
Juergen E. Fischer
9d5aabc160 osgeo4w: also follow designer batch rename in nightly build 2015-06-27 07:19:16 +02:00
Nyall Dawson
0ea638cbc0 Followup f4e356b 2015-06-27 14:11:44 +10:00
Sandro Mani
f4e356bcef Add QgsExpressionBuilderWidget::loadFieldsAndValues 2015-06-27 13:34:56 +10:00
Nyall Dawson
e4d0d27cd2 Followup 87c05f1 2015-06-27 12:05:55 +10:00
Sandro Mani
87c05f1e4f Add reverse-translation map for font styles 2015-06-27 11:54:36 +10:00
Nyall Dawson
feb3bee858 Add a bunch of optimised fuzzy string matching algorithms.
A new QgsStringUtils class has been added containing some
common fuzzy matching algorithms, including Levenshtein edit
distance and Soundex. These can be used for finding "similar"
strings in a table.

Expression functions for these algorithms have also been
added to a new "Fuzzy Matching" group.
2015-06-27 11:51:56 +10:00
Nyall Dawson
79305b272d [browser] Add rename, delete options for schemas and rename option
for layer for postgres providers
2015-06-27 11:26:23 +10:00
Matthias Kuhn
e0c824ab98 Fix warnings
followup 16ad2f82
followup eff1357e
2015-06-26 17:03:59 +02:00
Juergen E. Fischer
90b3efb93d postgres provider: also cast geography to geometry when using && (fixes #8572) 2015-06-26 16:55:51 +02:00