27788 Commits

Author SHA1 Message Date
Nyall Dawson
6e6cb6607d Tweak raster calc test 2015-06-30 20:19:19 +10:00
Hugo Mercier
bb6bff0bca Merge pull request #2183 from mhugo/master
Add unit test for QgsLayerTreeModel::setLegendFilterByMap()
2015-06-30 11:27:19 +02:00
Hugo Mercier
a9c63968bf Add unit test for QgsLayerTreeModel::setLegendFilterByMap() 2015-06-30 10:39:36 +02:00
Juergen E. Fischer
3094297f51 also fix doxygen comments in sip files 2015-06-30 09:44:41 +02:00
Juergen E. Fischer
c69f46cbb1 fix typo 2015-06-30 02:18:15 +02:00
Juergen E. Fischer
8f2a3ae1ed fix windows build 2015-06-30 01:53:25 +02:00
Nyall Dawson
cc13c574a0 Fix loss of attributes for OGR provider (followup 72c9830) 2015-06-30 08:24:27 +10:00
Nyall Dawson
1b6395e082 Test mask updates for OSX 2015-06-30 08:24:18 +10:00
Juergen E. Fischer
473c00725f osgeo4w: packaging fix
(cherry picked from commit a486c7cec810f918b43fa81adc321fafef2fce4d)
2015-06-29 18:23:50 +02:00
Juergen E. Fischer
2bd5b89319 edit widget: fix ranges (followup 91e44eaf; fixes #12421) 2015-06-29 18:21:12 +02:00
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