3268 Commits

Author SHA1 Message Date
D'Hont René-Luc
07c57585c1 [RASTER][Feature] Applying scale and offset to raster data - funded
Ifremer

An issue has been opened 5 mounth ago
[BUG] #8417 incorrect value loaded from netcdf file
The data has not be loaded incorrectly, but QGIS doesn't apply scale
and offset defined for each band.

This commit will apply scale and offset to GDAL Provider BandStatistics
and to RASTER block of data.

It also adds bandScale and bandOffset method to QgsRasterDataProvider Python API.
2014-05-15 16:55:30 +02:00
Victor Olaya
60f782441a [processing] extension can now be specified for OutputFile 2014-05-15 16:34:15 +02:00
Victor Olaya
408aece204 [processing] removed margin from number input panel 2014-05-15 14:51:37 +02:00
Nathan Woodrow
a1aa980928 Fix windows build 2014-05-15 22:28:11 +10:00
Nyall Dawson
dc905accac [FEATURE][composer] Rework attribute tables to make tables more flexible.
- Add support for reordering columns in a table (fix #5942)
- Add support for expression based columns
- Add support for setting column alignment (fix #2957)
- Add support for setting column header alignment
- Make sorting in tables correctly handle nulls, dates, times, locale aware string sorting
This work also paves the way for future expansion of attribute tables to allow for setting column widths, column colors, etc.
2014-05-15 12:06:32 +10:00
Nyall Dawson
fa0f0bd176 [FEATURE][composer] Add option for controlling placement of rendered images inside a picture item (eg, top left, bottom right, etc) 2014-05-15 11:58:54 +10:00
Nyall Dawson
ecf2600a4e [composer] Allow for finer control over text rendered with QgsComposerItem::drawText, fixes clipped text when using italic fonts in legend titles 2014-05-15 10:04:23 +10:00
Salvatore Larosa
4670a16e38 [pyqgis-console] adds PyQGIS-2.2.api 2014-05-12 16:48:48 +02:00
Salvatore Larosa
63a4af5d68 [pyqgis-console] revert PyQGIS-2.0.api file after 53ac675: the changes are for 2.4 release 2014-05-12 16:48:48 +02:00
Denis Rouzaud
09a9a6171a field proxy model to filter fields on their type (also fix #10181) 2014-05-12 14:20:45 +02:00
Denis Rouzaud
6765a7cd0e rename filters in map layer proxy model 2014-05-12 09:29:21 +02:00
volaya
b1570fb20a [processing] minor fixes related to settings 2014-05-10 15:47:55 +02:00
Paolo Cavallini
59e6abc364 Merge pull request #1341 from lucalanteri/patch-1
Update convergenceindex.rst
2014-05-09 07:46:08 +02:00
Juergen E. Fischer
e138c2e94d fix windows build 2014-05-09 04:38:20 +02:00
lucalanteri
e21d151b11 Update convergenceindex.rst 2014-05-08 21:01:41 +02:00
Nyall Dawson
0d3838759e [composer] Allow user to set maximum distance for page breaking in html items. 2014-05-08 20:23:16 +10:00
Jürgen Fischer
f628b7727b Merge pull request #1249 from Oslandia/expose_simplifier
Expose QgsMapToPixelSimplifier to Python
2014-05-07 20:23:49 +02:00
Juergen E. Fischer
0a82f37e92 sync symbology-ng sips with headers (scripts/sipdiff) 2014-05-07 19:02:11 +02:00
Juergen E. Fischer
40df5603c9 fix windows build (missing CORE_EXPORT/GUI_EXPORT) 2014-05-07 18:00:16 +02:00
Sandro Mani
53ac67517a min-max map unit scale support 2014-05-07 15:54:56 +02:00
Nyall Dawson
93fa94f913 [FEATURE][composer] Add button to create new frame when using composer items in Use Existing Frames mode 2014-05-07 19:40:34 +10:00
alexbruy
7414a80dfb Merge pull request #1328 from m-kuhn/httplib2
[processing] Fallback to external httplib2 when internal is not available
2014-05-07 10:38:00 +03:00
Alexander Bruy
26e98f7f0a put description file in correct directory 2014-05-07 10:35:34 +03:00
Alexander Bruy
21a8c3945b put description file in correct place 2014-05-07 10:35:34 +03:00
gioman
d3e5d98992 Add v.kernel module to GRASS64 2014-05-07 10:35:34 +03:00
gioman
c99170daa4 add grass7 r.cost module with no need for stop points input 2014-05-07 10:35:33 +03:00
Markus Neteler
6ab5d21760 Fixed some parameter names: dot is underscore 2014-05-07 10:35:33 +03:00
alexbruy
8b40a63f14 Merge pull request #1333 from p0cisk/ConcaveHull
[Processing][Feature] Add Concave Hull algorithm
2014-05-07 10:18:49 +03:00
Nathan Woodrow
4bac9ce121 Restore API for addSymbolToStyle() 2014-05-07 08:37:47 +10:00
Denis Rouzaud
90f0721e1e Q_PROPERTY to define dialog title in field expression widget 2014-05-06 17:17:46 +02:00
Matthias Kuhn
753eb28a39 Fix sip compile problems 2014-05-06 14:30:47 +02:00
Nathan Woodrow
f816bce9f1 Tweak UI for symbol builder and selector.
- Move blend options to below symbol builder
- Move Save symbol to under symbol stack
- Move open Symbol manager to next to group dropdown
2014-05-06 22:02:45 +10:00
Denis Rouzaud
b9f5477b7f [fix #10168] expression widget: grey out when disabled
use const when possible
2014-05-06 11:10:44 +02:00
Alexander Bruy
57b450aae5 [processing] fix error when editing script help 2014-05-05 16:27:07 +03:00
Nyall Dawson
c1d3958d8b Fix svg fills losing fill and border color and border width settings when loading symbol dialog (fix #9945) 2014-05-04 21:57:03 +10:00
Nyall Dawson
26c6435a85 [FEATURE] Add option for shifting markers in marker line style a set distance along the line. Supports delaying the start of markers placed at intervals, or placing markers a set distance before/after the first/last vertex (fix #9000) 2014-05-04 21:57:03 +10:00
Piotr Pociask
bb93600607 [Processing]Concave Hull - dissolve bug is fixed so taking last feature
is not necessary
2014-05-03 19:07:20 +02:00
Piotr Pociask
ebbb0b3ed6 [Processing][Feature] Add Concave Hull algorithm 2014-05-02 17:54:20 +02:00
Juergen E. Fischer
df4360b0c8 identation update 2014-05-02 10:36:30 +02:00
Denis Rouzaud
71727ac381 update sip 2014-05-02 07:56:34 +02:00
Denis Rouzaud
41cc509cbb QgsFieldModel::layer() returns QgsVectorLayer 2014-05-02 07:56:34 +02:00
Denis Rouzaud
fe20f7bbfa remove protected slots in sip
fix signal emitted twice
handle null expression (fix empty row)
coherent color (colored text, not background)
fix wrong slot
2014-05-02 07:56:34 +02:00
Denis Rouzaud
86700d2426 QgsFieldCombobBox do not allow expression
editExpression protected, setLayer uses QgsVectorLayer
    make epxression widget editable
2014-05-02 07:56:34 +02:00
Denis Rouzaud
760f835129 expression button and expression capability added to the field model 2014-05-02 07:56:33 +02:00
Denis Rouzaud
a32f2c8cc5 update sip for query builder 2014-05-01 16:13:24 +02:00
Nyall Dawson
2d7cd38b45 [composer] Refresh view action now also reloads html items and refreshes attribute table features. 2014-05-01 23:00:43 +10:00
Nyall Dawson
8eb929aeda [composer] Add refresh button to html items, to reload the html source from the url. 2014-05-01 23:00:43 +10:00
Denis Rouzaud
483ba9e7ae Merge pull request #1317 from 3nids/addtoolbar
allow to add a QToolBar to QGisInterface
2014-04-28 14:32:49 +02:00
Nyall Dawson
ad0b4daf8d [composer] Add checkbox for controlling whether html items should use smart page breaking (sponsored by City of Uster, Switzerland) 2014-04-28 22:14:53 +10:00
Nyall Dawson
de301e9ada [composer] Add frameOutlineWidth property for composer items (sponsored by City of Uster, Switzerland) 2014-04-28 20:59:41 +10:00