33066 Commits

Author SHA1 Message Date
Juergen E. Fischer
6c878f9554 [FEATURE] oracle provider: add support for renaming attributes 2016-06-02 12:27:40 +02:00
Juergen E. Fischer
006b581870 fix warnings 2016-06-02 12:27:40 +02:00
Juergen E. Fischer
f52c2b39ba also disable webkit on xenial (followup 38f6ace) 2016-06-02 12:27:40 +02:00
Alessandro Pasotti
50fd2b1591 Fixed error in executing python file at start.
This exec form should be compatible with both py2 and py3
2016-06-02 11:01:51 +02:00
Hugo Mercier
efd32ff2a8 Arrow symbol layer: option to repeat or not the arrow on the line 2016-06-02 09:52:03 +02:00
Hugo Mercier
6c9b588906 Arrow symbol layer: halved arrows and head width/height
The head size can now be configured by its width and its height
Arrows can also be rendered as "half arrows"
2016-06-02 09:52:03 +02:00
volaya
99c16f0ba5 [processing] added activateProvider method in Processing class 2016-06-02 09:45:59 +02:00
Matthias Kuhn
1b905c814d Merge pull request #3165 from nirvn/fix_attributetable_sort
[attributetable] add quotes to column name when sorting (fixes #14873)
2016-06-02 09:12:29 +02:00
Nyall Dawson
732b1cb172 [OGR] Handle mFirstFieldIsFid in renameAttributes 2016-06-02 17:09:46 +10:00
Nyall Dawson
831f4c12b7 [FEATURE] Allow renaming fields by double clicking name
in layer properties window

Available for supported data providers only (postgres,
memory layers and OGR layers, dependant on OGR data format
and version)
2016-06-02 17:09:46 +10:00
Nyall Dawson
0e03115d33 Add support for field renaming in QgsVectorLayer and edit buffer 2016-06-02 17:09:46 +10:00
Nyall Dawson
ccc67ef7a5 Rename attributes support for postgres provider 2016-06-02 17:09:45 +10:00
Nyall Dawson
251474a62e Add support for attribute renaming to OGR provider 2016-06-02 17:09:45 +10:00
Nyall Dawson
58cc89019c [FEATURE] Add support for attribute renaming to QgsVectorDataProvider
Implemented in memory layer provider only, not yet supported
in edit buffer or configurable in GUI
2016-06-02 17:09:45 +10:00
Nyall Dawson
d40554b8a9 Clarify what value means for single band psuedo color renderer
...by adapting the header text and tooltip as the interpolation
mode is altered
2016-06-02 17:09:13 +10:00
nirvn
38e9435df4 [attributetable] add quotes to column name when sorting (fixes #14873) 2016-06-02 14:03:16 +07:00
Matthias Kuhn
c68eaeb929 Refactor widget constraints to keep variables private 2016-06-02 08:51:03 +02:00
Matthias Kuhn
d285134109 Show field names in attribute table sorting expression builder 2016-06-02 08:51:03 +02:00
Matthias Kuhn
1df5664d84 Cache default value in editorwidget
Makes sure that repeated calls return the same value for a given editor widget.
This avoids unstable behavior and unrequired updates of serial numbers.
2016-06-02 08:51:03 +02:00
Piers Titus van der Torren
97c4bd7f07 Reduce color map display decimals to max 15
Using 16 decimals gives rounding issues, (e.g. 64.4 displayed as 64.40000000000001)
2016-06-02 16:14:43 +10:00
Piers Titus van der Torren
8f667bbdca [raster] Fix pseudocolor clip option (setting was lost in the pipeline)
Also disable checkbox for exact and discrete mode, as it isn't used there.
2016-06-02 16:14:27 +10:00
Piers Titus van der Torren
4fed5667b2 forgot cast to double on divide 2016-06-02 16:13:22 +10:00
Piers Titus van der Torren
791498753d forgot unit 2016-06-02 16:13:07 +10:00
Piers Titus van der Torren
02e7d7a252 limit number of classes to minimum 2 and remove special cases for < 2 2016-06-02 16:12:53 +10:00
Piers Titus van der Torren
cf72b5975c fix handling discrete colormaps in continuous mode 2016-06-02 16:09:51 +10:00
Piers Titus van der Torren
589364746a fix colors for continuous classification with non equally spaced stops 2016-06-02 16:09:35 +10:00
Nyall Dawson
912f06da34 Color map label on different line 2016-06-02 16:09:05 +10:00
Piers Titus van der Torren
624b06bcc3 Different color map classification handling in discrete mode 2016-06-02 16:07:35 +10:00
Piers Titus van der Torren
c84dc8d715 implement comments from nyalldawson 2016-06-02 16:06:42 +10:00
Piers Titus van der Torren
2556c7ce94 documentation and sip coverage 2016-06-02 15:54:39 +10:00
Piers Titus van der Torren
f27507d282 code style fix (astyle) 2016-06-02 15:54:01 +10:00
Piers Titus van der Torren
47676d4bc5 Add Quantile based color map creation mode 2016-06-02 15:53:44 +10:00
Piers Titus van der Torren
61a4c48b82 calculate reasonable number of decimals on classify 2016-06-02 15:15:37 +10:00
Piers Titus van der Torren
47e178aae2 code style fixes 2016-06-02 15:15:11 +10:00
Piers Titus van der Torren
c032d16929 Add option for adding units to color map labels 2016-06-02 15:11:42 +10:00
Piers Titus van der Torren
3bd77c72cc Remove color map sort button, as it is now always automatically sorted 2016-06-02 15:06:02 +10:00
Piers Titus van der Torren
8898d6c6fb more consistent flags on TreeWidgetItems 2016-06-02 15:04:44 +10:00
Piers Titus van der Torren
e5ab7ca2e0 use QgsTreeWidgetItem also for sorting color map items
quicker and less code, so enable automatic sorting after every edit
2016-06-02 15:01:02 +10:00
Piers Titus van der Torren
6c46b09c75 fix too numerous itemChanged events using QTreeWidgetItem subclass 2016-06-02 14:55:41 +10:00
Piers Titus van der Torren
af1af4c8a9 automatically change color map labels when editing value
not optimal since autolabel function gets called way too often.
2016-06-02 14:51:09 +10:00
Piers Titus van der Torren
250748b26e change color map labels to more compact format 2016-06-02 14:44:39 +10:00
Nyall Dawson
103ab0db97 Small cleanups 2016-06-02 14:16:36 +10:00
Marco Bernasocchi
7ca1541709 [FEATURE] persist Maptip visibility across sessions
This feature allows to store if a user had
activated Maptips and turn it on in a following
QGIS session.
Maptips are non intrusive, so this shouldn't be
disturbing.
2016-06-02 14:16:28 +10:00
Nyall Dawson
9bb2fd1d81 Merge pull request #3155 from ahuarte47/Rendering_DrawingMarkersFaster2
[Improvement] Draw markers faster (2)
2016-06-02 13:30:32 +10:00
Nyall Dawson
29170d918b Fix possible overflow 2016-06-02 13:18:56 +10:00
Nyall Dawson
7af33661eb Fix leak in test 2016-06-02 13:18:56 +10:00
Nyall Dawson
c672ce2a05 Fix coverity dereference warning 2016-06-02 13:18:56 +10:00
Nyall Dawson
0ed7f3c412 Remove unused variables 2016-06-02 13:18:56 +10:00
Nyall Dawson
872bdd6284 Remove some clutter in attribute table dialog by moving the
"organize fields" and "sort" actions from toolbar buttons
into a right-click menu on the column headings
2016-06-02 13:18:55 +10:00
Nyall Dawson
6c6a177756 Cosmetic fixups to organize table columns dialog 2016-06-02 13:18:55 +10:00