Even Rouault
02b78a96f6
Make click on a unchecked layer in the tree view check all its parents.
...
This removes the Ctrl+clic requirement added initially.
2017-01-03 12:47:35 +01:00
Alexander Bruy
47130a6758
Merge pull request #3925 from alexbruy/shortcuts-search
...
[FEATURE] add search bar to the Configure Shortcuts dialog (fix #12681 )
2017-01-03 10:40:17 +02:00
Alexander Bruy
a643f4b4a6
Merge pull request #3941 from nirvn/processing_options_freeze
...
[processing] fix app freeze when closing options dialog (fixes #15550 )
2017-01-03 10:37:33 +02:00
nirvn
3dcf487485
[processing] fix app freeze when closing options dialog ( fixes #15550 )
2017-01-03 14:03:19 +07:00
Nyall Dawson
57917ab118
Compile some string functions
2017-01-03 15:32:57 +10:00
Nyall Dawson
30f498f006
Compile some supported functions for spatialite provider
2017-01-03 15:32:57 +10:00
Nyall Dawson
9615ac42b4
Handle division operator during expression compilation
2017-01-03 15:32:57 +10:00
Mathieu Pellerin
56d5a375a1
[FEATURE] Zoom in/out and fit items to view actions for the modeler ( #3939 )
2017-01-03 12:15:03 +07:00
Nyall Dawson
b0bc763475
Bump minimum GDAL version to 2.0, remove old version #ifdefs
2017-01-03 15:10:28 +10:00
nirvn
b3fddc79f6
[ui] re-order zoom-related composer toolbar buttons
...
to match the ordering on the main window
2017-01-03 11:57:29 +07:00
Blottiere Paul
f7729b3096
[server] parallel map rendering
2017-01-02 22:13:45 +01:00
rldhont
f59acade4b
Merge pull request #3863 from rldhont/postgres-compile-expression-functions
...
[Feature][PostgreSQL] Compile expression functions
2017-01-02 17:17:33 +01:00
rldhont
4bc06b18e9
[Feature][PostgreSQL] Tests: Compile expression functions
2017-01-02 16:25:33 +01:00
rldhont
904d26abd2
Sql Compiler: Add escape after IN operator
2017-01-02 16:25:32 +01:00
rldhont
735b1c359a
[Feature][PostgreSQL] Compile expression functions
2017-01-02 16:25:32 +01:00
rldhont
cd970f2280
Merge pull request #3897 from dmarteau/removeBase64
...
Server: Remove base64 encoding supports in WMS responses
2017-01-02 15:32:54 +01:00
Even Rouault
60a1701377
[FEATURE] Change of ergonomy of the visibility of layers inside groups
...
See https://github.com/qgis/QGIS-Enhancement-Proposals/issues/86
- Checking/unchecking a group doesn't change the check state of its children.
A node is visible if and only if it is checked and all its parents too.
- There is no more a semi-checked state for a group
- Ctrl-clic on a unchecked group will check the group and all its descendants.
- Ctrl-clic on a unchecked layer will check the lager and all its parents.
- Ctrl-clic on a checked group will uncheck the group and all its descendants.
- Ctrl-clic on a checked layer will uncheck the layer and all its parents.
- Those actions are available in contextual menu items in the tree view.
- Invisible layers because they or their parent(s) is unchecked are greyed out.
2017-01-02 13:25:25 +01:00
David Marteau
ddd5adf30a
Remove base64 encoding supports in WMS responses
2017-01-02 13:02:17 +01:00
Juergen E. Fischer
3ba2f8e0f4
osgeo4w: update to grass72
2017-01-02 10:18:09 +01:00
Mathieu Pellerin
952e6fb17c
Merge pull request #3931 from nirvn/processing_modeler_picture
...
[FEATURE] Export processing models as PDF/SVG
2017-01-02 15:50:54 +07:00
Nyall Dawson
48e72999ab
Cleanup QgsProjectProperty headers and docs
2017-01-02 15:20:08 +10:00
nirvn
f54476cdda
[FEATURE] Export processing models as PDF/SVG
2017-01-02 11:47:54 +07:00
Nyall Dawson
89cfa68369
Rename QgsProperty to QgsProjectProperty
...
and QgsPropertyKey/Value to QgsProjectPropertyKey/Value
The QgsProperty names are too generic to be used in this
context
2017-01-02 13:09:20 +10:00
nirvn
4603eb0f3d
[processing] update color scheme and position of modeler elements
2017-01-02 09:30:17 +07:00
nirvn
d01e3feafc
[processing] convert modeler icons to pictures to kill pixels when zoomed
2017-01-02 08:47:11 +07:00
Nyall Dawson
a05096d59a
Add missing docs
2017-01-02 10:57:46 +10:00
Nyall Dawson
a4838e1a95
[processing] Don't abort heatmap if adding single feature fails
2017-01-02 10:05:33 +10:00
Nyall Dawson
ef0131dfe3
Optimise destructors (pt 3)
2017-01-02 09:54:33 +10:00
Nyall Dawson
6579c4ced6
Use c++11 '= delete' instead of private copy declarations
...
Switches the use of private copy constructors/copy assignment
operators to instead use public "=delete" declarations.
This results in clearer compile-time errors if these deleted
functions are used, vs obscure link-time errors.
2017-01-02 09:06:43 +10:00
Nyall Dawson
8ebc73b495
Merge pull request #3914 from nyalldawson/bye_singletons
...
Remove some singletons by moving instances to QgsApplication
2017-01-02 09:00:58 +10:00
Juergen E. Fischer
c6fb25375c
allow limiting snapping to a given area
2017-01-01 18:40:14 +01:00
Juergen E. Fischer
4d6a535970
find GRASS 7.2
2017-01-01 18:21:33 +01:00
Juergen E. Fischer
784dfa284a
remove qgis_eo.ts reference (will be pulled in automatically)
2017-01-01 13:14:58 +01:00
Jürgen Fischer
13990a20c9
Merge pull request #3904 from sikmir/i18n-eo
...
[i18n] integrate esperanto translation
2017-01-01 12:58:57 +01:00
Jürgen Fischer
0532976a8a
Merge pull request #3927 from rduivenvoorde/bonn_splash
...
New splash from Bonn Hackfest image
2017-01-01 11:42:42 +01:00
Alexander Bruy
1fb9ef6ca5
[FEATURE] add search bar to the Configure Shortcuts dialog ( fix #12681 )
...
Supports search by action name and by shortcut
2017-01-01 11:29:20 +02:00
Alexander Bruy
c5835e9adc
[processing] fix test and menus after renaming GdalOgr provider
2016-12-31 09:09:07 +02:00
Alexander Bruy
ce9c08f3f6
[processing] rename GdalOgr provider to Gdal provider
...
Show version numbers in providers descriptions
2016-12-31 09:09:07 +02:00
nirvn
248e7d1d5e
Followup 8849e94: add missing svg file
2016-12-31 12:03:40 +07:00
nirvn
8849e94208
[processing] vectorize basic modeler images
2016-12-31 11:59:53 +07:00
nirvn
00ee2ad989
[processing] vectorize and improve menu icons ( fixes #14474 )
2016-12-31 11:59:46 +07:00
Nyall Dawson
d411b67b5c
Re-add missing doc
2016-12-31 11:41:39 +10:00
Nyall Dawson
5b36dfcfb2
Remove some doxygen comments from overridden methods (pt 2)
2016-12-31 10:52:16 +10:00
Richard Duivenvoorde
5c06997a31
new splash
2016-12-30 15:39:04 +01:00
Mathieu Pellerin
46a69dfc6a
[raster] re-compute min/max when band(s) changed ( #3923 )
2016-12-30 18:57:12 +07:00
Nyall Dawson
882878be6a
Fix failing doc test
2016-12-30 21:18:48 +10:00
Nyall Dawson
d4a62b4663
Fix build
2016-12-30 20:41:49 +10:00
Alexander Bruy
f7a279674e
don't select any field by default in Field Calculator's "Update existing field" combobox ( fix #15970 )
2016-12-30 11:13:01 +02:00
Nyall Dawson
2a34af8bd1
Optimise destructors (pt 2)
2016-12-30 15:48:07 +10:00
Nyall Dawson
2daaff3f9d
Followup 850171, fix build
2016-12-30 14:36:10 +10:00