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
Mathieu Pellerin
14e2b98c20
[processing] harmonize options menu item location & icon ( #3922 )
2016-12-30 09:38:23 +07:00
Nyall Dawson
78134ee9dc
Merge pull request #3921 from DelazJ/example
...
Spelling fix: Replace "eg" by "e.g." or "for example"
2016-12-30 11:42:33 +10:00
Harrissou Sant-anna
ef85cdcf83
Replace "eg" by "e.g." or "for example"
2016-12-30 00:03:22 +01:00
Harrissou Sant-anna
f09633cc6c
Replace rasterise by rasterize
2016-12-30 00:02:07 +01:00
Harrissou Sant-anna
7911994097
Replace capitalise by capitalize
2016-12-30 00:02:06 +01:00
Larry Shaffer
1d58e532b8
[pyqgis-console] Use python3 for editor subprocess calls
2016-12-29 11:40:26 -07:00
alisovenko
50962b02fd
Fix descriptions and code style. Change Z geomtry type for memory layer from ..25D to ..Z.
2016-12-29 16:04:03 +03:00
Alexander Bruy
69e9d99c49
[processing] fix GRASS provider (follow up a1642a37)
2016-12-29 14:09:02 +02:00
DelazJ
828e447991
More spelling fixes
...
* editation
* definintion
* Unabled
* capitalize QGIS
* replace algs by algorithms
* queryings
* symbo(s)
* missing space after a dot
2016-12-29 01:53:55 +01:00
Harrissou Sant-anna
ee1abdc507
Replace flavour by flavor
2016-12-29 01:53:25 +01:00
Harrissou Sant-anna
8dca115b1c
Replace prioritise by prioritize
2016-12-29 01:46:19 +01:00
DelazJ
a56f928f71
Replace unicode by Unicode
2016-12-29 01:46:18 +01:00
DelazJ
c301369ebe
Replace cellsize by cell size
2016-12-29 01:46:17 +01:00
Nyall Dawson
9d4adc1c70
Remove some singletons by moving instances to QgsApplication
...
- QgsColorSchemeRegistry
- QgsDataItemProviderRegistry
- QgsGPSConnectionRegistry
- QgsMessageLog
- QgsPaintEffectRegistry
- QgsPluginLayerRegistry
- QgsRasterRendererRegistry
- QgsRendererRegistry
- QgsSvgCache
- QgsSymbolLayerRegistry
2016-12-28 16:59:03 +10:00
Nyall Dawson
4b1cf807ec
Merge pull request #3909 from nyalldawson/select_in_edit_menu
...
Tweak edit/view menus
2016-12-28 16:11:25 +10:00
Mathieu Pellerin
efaf5ea926
[ui] select by form/expression harmonization and feature parity ( #3912 )
2016-12-28 11:16:55 +07:00
Larry Shaffer
94dd1f4456
Fix macOS Preferences menu hijacking
2016-12-27 19:31:53 -07:00
Nyall Dawson
4f73c28c5f
[FEATURE] Hide Deselected Layers action
...
Allows you to quickly hide all deselected layers. This is very handy
when you have a large project and want to quickly hide all except
for a couple of layers
2016-12-28 10:50:05 +10:00
Alexander Bruy
110ffe2756
Merge pull request #3907 from alexbruy/remove-gdaltools
...
[FEATURE] replace GDALTools plugin with Processing
2016-12-27 19:18:29 +02:00
Nyall Dawson
bc98a326c0
[FEATURE] Add QgsVectorDataProvider::truncate for clearing layers
...
Adds a new method to QgsVectorDataProvider to truncate the layer.
The base implementation requires DeleteFeatures capability and
is not optimised. Providers can return the FastTruncate capability
and override the base implementation with a provider specific
optimised version. This is done in this commit for the Postgres
and Spatialite providers.
2016-12-27 13:55:42 +10:00
nirvn
181f84b86f
[raster] move pseudocolor renderer classification out of gui into core
2016-12-27 10:16:51 +07:00
Juergen E. Fischer
8fb37aa666
indentation fixes
2016-12-26 23:36:16 +01:00
Juergen E. Fischer
e5a4426dce
more spelling fixes
2016-12-26 23:36:16 +01:00
Juergen E. Fischer
a3faa92339
spelling fixes
2016-12-26 22:19:45 +01:00
alisovenko
adba280e02
Fix code style with astyle.sh
2016-12-26 22:11:25 +03:00
Alexander Bruy
f40e914b76
[FEATURE] replace GDALTools plugin with Processing
...
Tagged as feature to not forget mention in docs and changelog
2016-12-26 19:09:32 +02:00
alisovenko
a037f79176
Add SIP binding for getDefaultZValue
2016-12-26 18:52:46 +03:00
Alexander Bruy
47e5a5fc19
[processing] include start point into service area convex hull
2016-12-26 16:39:58 +02:00
Nyall Dawson
80b757b6db
[FEATURE] Add zoom to features shortcut in select by form dialog
...
Allows very quick navigation to features which match the criteria
in the form
2016-12-23 05:44:38 +10:00
Nyall Dawson
0bfc9bb6e3
[FEATURE] Show field values in autocompleter in form filter mode
...
This adds a new gui widget QgsFieldValuesLineEdit which includes
an autocompleter populated with current field values.
The autocompleter is nicely updated in the background so that
the gui remains nice and responsive, even if there's millions
of records in the associated table.
It's now used as a search widget for text fields, so can be seen
in the browser window if you set the filter to a text field, or
if you launch the form based select/filter by selecting a layer
and pressing F3.
2016-12-23 05:44:38 +10:00
Nyall Dawson
e27822bf39
Small cleanups to QgsFloatingWidget
2016-12-23 05:44:38 +10:00
Matthias Kuhn
33abb78ac5
Pass variable values as QVariant
2016-12-22 20:21:21 +01:00
Matthias Kuhn
79f32ab6b2
Rename QgsProject::variables to QgsProject::customVariables
2016-12-22 20:21:21 +01:00
Matthias Kuhn
b07ecfa106
Let QgsApplication manage global custom variables
2016-12-22 20:21:21 +01:00
Matthias Kuhn
3fba3ac775
[processing] Quote and escape script exported ParameterString
2016-12-22 11:26:28 +01:00
Matthias Kuhn
55e3ea033a
[processing] Fix some script parameter export/import issues
2016-12-22 11:21:32 +01:00
Alexander Bruy
ffd67f119e
Merge pull request #3891 from alexbruy/processing-interpolation
...
[processing] add remaining functionalify from the interpolation plugin
2016-12-22 10:18:02 +02:00
Matthias Kuhn
cbac49b63b
Add QgsProject::write( filename ) convenience function
2016-12-21 17:39:58 +01:00
Matthias Kuhn
0a686c4fca
[processing] Make ParameterFixedTable scriptable
2016-12-21 14:21:36 +01:00
Matthias Kuhn
2af00beddc
[processing] Don't hide errors when resolving script paramters
2016-12-21 13:17:31 +01:00
Alexandre Neto
932de2ab55
Replace PNGs by SVGs ( #3896 )
...
- removes no longer needed SVG compounds
- Improves cap and join style icons
2016-12-21 08:55:22 +07:00
Matthias Kuhn
2f0f6a98c6
Use assertIsInstance instead of assertTrue(isinstance())
2016-12-20 16:32:50 +01:00
Alexander Bruy
0340320cd0
[processing] fix wrong ParameterSelection definition
2016-12-20 16:34:52 +02:00
Matthias Kuhn
d129f8a7ab
Revert "[Processing] fix parameter to open the Retile algorithm"
...
This reverts commit 76b796b4916d4ee23dff1a50105cdf1a6635b388.
2016-12-20 13:44:30 +01:00
Alexander Bruy
97780b6be6
[processing] fix incorrect parameter construction
2016-12-20 14:41:58 +02:00