27065 Commits

Author SHA1 Message Date
Nyall Dawson
2f6b8e7a3f Make it more obvious if a field is selected in a data defined button
by ticking the "fields" submenu as well as the field
2015-05-06 18:35:59 +10:00
Nyall Dawson
ad7fad513d Fix referenced columns from QgsDataDefined so that columns are
returned even if expression was not sucessfully parsed (column
names are still inferred during the expression preparation).
2015-05-06 18:35:59 +10:00
Nyall Dawson
6ad2f9f091 Some improvements to QgsDataDefined and QgsDataDefinedButton:
- enhanced methods for storing/retrieving QgsDataDefined in a
  string map
- add method to QgsDataDefinedButton to update parameters for a
  QgsDataDefined
- deprecate an unused method
- const correctness
2015-05-06 18:35:59 +10:00
Denis Rouzaud
254af203cc fix offset curve: allow input in spinbox by switching to click-click mode 2015-05-06 10:25:31 +02:00
Denis Rouzaud
a7a29ca9bd user input fixes
* fix crash when entering value from widget in rotation map tool use
* initially display as floating
* use same background color as info bar
* fix auto adjust
2015-05-06 10:02:19 +02:00
Juergen E. Fischer
b49b49232a handle projects path with apostrophe (fixes #12691) 2015-05-06 09:14:02 +02:00
Juergen E. Fischer
aa377a088a postgres provider: ignore system columns 2015-05-06 08:51:30 +02:00
Nyall Dawson
fba32f123d Allow storing QgsField and QgsFields in a QVariant 2015-05-06 07:03:39 +10:00
Stefan Blumentrath
70d390727c Add .libPaths() to R scripts for Windows
Hopefully a more proper attempt to fix http://hub.qgis.org/issues/11603 directly in processing by means of providing an option to define a path for user libraries on MS Windows. Not sure if this could be useful for other OSes too?
2015-05-05 19:09:30 +02:00
Stefan Blumentrath
3fcc101446 Add R_LIBS_USER option for windows
Hopefully a more proper attempt to fix http://hub.qgis.org/issues/11603 directly in processing by means of providing an option to define a path for user libraries on MS Windows. Not sure if this could be useful for other OSes too?
2015-05-05 19:08:27 +02:00
Stefan Blumentrath
f8ff073dd9 Add R_LIBS_USER option for windows
Hopefully a more proper attempt to fix http://hub.qgis.org/issues/11603 directly in processing by means of providing an option to define a path for user libraries on MS Windows. Not sure if this could be useful for other OSes too?
2015-05-05 19:07:24 +02:00
Juergen E. Fischer
ee17eb9877 fix windows build 2015-05-05 18:58:59 +02:00
Denis Rouzaud
f028b831ff change user input toolbar to a user input dockwidget 2015-05-05 16:38:47 +02:00
Nathan Woodrow
0967510145 Merge pull request #2024 from tecoholic/8212
fixes #8212
2015-05-05 21:45:25 +10:00
Martin Dobias
69aa115294 Merge pull request #2026 from kiselev-dv/pull/osm-not-null
Add not-null option for osm export
2015-05-04 22:39:04 +02:00
kiselev-dv
57d5d0796e fix typo 2015-05-05 00:23:15 +05:00
kiselev-dv
b430151e23 Merge branch 'master' of github.com:kiselev-dv/QGIS 2015-05-04 23:49:54 +05:00
kiselev-dv
8902a86fe4 Add not null option for OSM export 2015-05-04 23:27:55 +05:00
kiselev-dv
314bf4e14d fix issues 2015-05-04 23:16:25 +05:00
Radim Blazek
eb964f9f36 [GRASS][FEATURE] delete raster map browser action 2015-05-04 17:06:23 +02:00
tecoholic
51c180b5db fixes #8212 2015-05-04 20:31:50 +05:30
Nyall Dawson
e05246d754 Const correctness for QgsGeometry methods 2015-05-04 21:00:23 +10:00
Radim Blazek
1100c9871d GRASS test fix 2015-05-04 12:36:55 +02:00
Radim Blazek
9e09646410 [GRASS][feature] delete vector layer browser action 2015-05-04 12:27:06 +02:00
Martin Dobias
f800ac635b Merge pull request #1975 from rduivenvoorde/sldfix_11863
Fixes #11863 (invalid SLD with negative values)
2015-05-04 12:26:43 +02:00
Hugo Mercier
fd6dc0d8eb Allow to open a spatialite table without primary key 2015-05-04 10:04:06 +02:00
Matthias Kuhn
72eb1aae97 Allow Qt5::Positioning as alternative to QtMobility/QtLocation 2015-05-04 08:53:20 +02:00
vmora
72cfe46f6a [FEATURE] Add diagram nodes to legends (fix #4255) 2015-05-04 16:34:43 +10:00
Nyall Dawson
4a9a9361aa Fix legend text not customisable for QgsSimpleLegendNode items 2015-05-04 16:34:30 +10:00
kiselev-dv
5d54b3252f Merge branch 'master' of github.com:kiselev-dv/QGIS 2015-05-04 00:02:05 +05:00
kiselev-dv
6004c142eb Add not null option for OSM export 2015-05-04 00:01:43 +05:00
Juergen E. Fischer
edeafa95ac indentation and minor sip updates 2015-05-03 17:10:32 +02:00
Nyall Dawson
bae9cea4f9 Add missing files from 96db1bd 2015-05-03 21:09:47 +10:00
Nyall Dawson
96db1bdb7e Allow expression functions to include 0 length parameter lists
This change allows for some cleanups to the built in expression
functions, by making it possible to differentiate variables
(eg $feature) from functions which don't require parameters
(eg uuid(), now()... ). Also adds aliases for uuid(), now(), and
pi().
2015-05-03 20:57:37 +10:00
Nyall Dawson
bd9e02be95 Add alias support for expression functions
Standardise naming of all internal functions to lowercase with
underscore convention. Add aliases for old names to avoid
breakage.
2015-05-03 20:57:36 +10:00
Nyall Dawson
bb648306b6 Implicit sharing for QgsFields 2015-05-03 20:57:36 +10:00
Nyall Dawson
31e8611230 Add quartiles and IQR to QgsStatisticalSummary calculations 2015-05-03 20:48:22 +10:00
Nyall Dawson
154468bd84 Add QgsStatisticalSummary class for calculating stats from a list
of values.
2015-05-02 23:19:39 +10:00
Nyall Dawson
bb0e583f4b Move methods for returning lists of values from a vector layer field
or expression to QgsVectorLayer. Add unit tests.
2015-05-02 20:32:16 +10:00
Nyall Dawson
fadaf12490 Implement implicit sharing for QgsField 2015-05-02 19:12:44 +10:00
Matthias Kuhn
e12601ef7f Add rpm files to build Fedora/CentOS/RHEL packages 2015-05-01 16:43:06 +02:00
Matthias Kuhn
c0090d8cfe Also let CMake find grass libs in default system location 2015-05-01 16:18:00 +02:00
Matthias Kuhn
853e913ae3 Propagate keyRelease event from main app window 2015-05-01 10:24:38 +02:00
Nyall Dawson
ce18a60bc7 Bump acceptable doc coverage 2015-04-30 17:27:35 +10:00
Nyall Dawson
7314047698 Fix missing doc strings due to invalid doxygen tags 2015-04-30 17:26:58 +10:00
Juergen E. Fischer
3e8c5cf1b3 fix windows build 2015-04-30 02:58:57 +02:00
Nyall Dawson
ac7cb41e23 Set autoraise on browser dock info button 2015-04-30 08:46:56 +10:00
Nyall Dawson
eb4d8c76b7 Fix docs for QgsProjectionSelectionWidget 2015-04-30 07:05:56 +10:00
Nyall Dawson
721d9f5908 Formatting and code cleanups for QgsScaleExpression 2015-04-30 06:28:05 +10:00
vmora
70b91b6302 Add QgsScaleExpression subclass for sized based expressions 2015-04-30 06:27:59 +10:00