Alexander Bruy
8b7a6b80a7
sipify
2017-04-08 08:30:59 +03:00
Alexander Bruy
1e3baca361
don't close popup after first click, so user can select all necessary
...
options at once
2017-04-08 08:30:59 +03:00
Alexander Bruy
9fbb31a31c
add context menu with select/deselect all options
2017-04-08 08:30:59 +03:00
Alexander Bruy
c8e4bca5d7
make model and delegate classes private API
2017-04-08 08:30:59 +03:00
Alexander Bruy
a0bd3ec14c
remove private member initialization
2017-04-08 08:30:59 +03:00
Alexander Bruy
ec2af9bd89
more doxymentation
2017-04-08 08:30:59 +03:00
Alexander Bruy
792cd6f083
add tests
2017-04-08 08:30:59 +03:00
Alexander Bruy
228cc41a99
custom widget for Qt Designer
2017-04-08 08:30:59 +03:00
Alexander Bruy
6ab2bd0673
add Python bindings
2017-04-08 08:30:59 +03:00
Alexander Bruy
638dbcad1c
[FEATURE] new custom widget — combobox with checkable items
2017-04-08 08:30:59 +03:00
Nyall Dawson
61137dc8bf
Merge pull request #4339 from nyalldawson/sipify
...
Sipify
2017-04-08 10:32:20 +10:00
Nyall Dawson
bfd37e1122
[sipify] Add return types for functions in docstrings
...
and change \return -> :return: in docystrings
2017-04-08 09:48:48 +10:00
Nathan Woodrow
8c5e241be4
Add header to Qt templates
2017-04-07 14:00:27 +01:00
Matthias Kuhn
58d2d6d7f9
sipify_all
2017-04-07 12:26:30 +02:00
Matthias Kuhn
ebc1afe82c
[sipify] Fix exposing members and default struct accessors
2017-04-07 12:26:30 +02:00
Matthias Kuhn
c65f76266c
QgsAttributeEditorElement is an abstrat class
2017-04-07 12:26:30 +02:00
Matthias Kuhn
cfeab26bd8
[sipify] Add support for abstract classes
2017-04-07 12:26:30 +02:00
Matthias Kuhn
cd3528a109
Sipification
2017-04-07 12:26:30 +02:00
Matthias Kuhn
97e2661eeb
[sipify] do not copy struct docstrings
2017-04-07 12:26:30 +02:00
Matthias Kuhn
f82997c4aa
[sipify] Force newlines after sip commands
2017-04-07 12:26:30 +02:00
Nyall Dawson
29fd5ccd86
Avoid showing "0.000 deg" in measure dialog for small degree measurements
...
Instead auto add decimal places so that a usable value is shown
when the unit is degrees and the setting for decimal places isn't
sufficient to show a value.
2017-04-07 16:17:51 +10:00
Alexander Bruy
41808375c7
remove unused label from about dialog
2017-04-07 09:12:19 +03:00
Alexander Bruy
a82aba9cd6
Merge pull request #4338 from timlinux/processing-fixes
...
[processing] Added more error handling for cases when processing help causes an error
2017-04-07 08:46:20 +03:00
Alexander Bruy
2308b07671
fix indentation
2017-04-07 08:25:02 +03:00
Nyall Dawson
2adccb9295
Merge pull request #4328 from nyalldawson/proc_c7
...
Porting processing to c++, part 2 (followup to #4311 )
2017-04-07 15:10:12 +10:00
Nyall Dawson
837ee29488
Indentation
2017-04-07 13:38:24 +10:00
Nyall Dawson
11d71d98bc
Attempt to fix failing GDAL test
2017-04-07 13:34:06 +10:00
Nyall Dawson
69c31a2d71
Always return const algorithms, since algorithms should not be modified
2017-04-07 13:28:42 +10:00
Nyall Dawson
5a6f11d52e
Some cleanups
2017-04-07 13:21:28 +10:00
Nyall Dawson
1bc3b28f94
Fix processing error when grass7 not available
2017-04-07 13:21:28 +10:00
Nyall Dawson
1aa7ca3452
Update sip
2017-04-07 13:21:28 +10:00
Nyall Dawson
ebd851993a
Remove processing specific methods for adding/removing providers
...
QgsProcessingRegistry methods should always be used instead
2017-04-07 13:21:28 +10:00
Nyall Dawson
fdcf04f9f3
Remove AlgorithmProvider
...
Totally ported to QgsProcessingProvider
2017-04-07 13:21:28 +10:00
Nyall Dawson
42a614154c
Also refactor provider context menu actions and remove from AlgorithmProvider
2017-04-07 13:21:28 +10:00
Nyall Dawson
651355d569
Refactor provider actions and remove from AlgorithmProvider
2017-04-07 13:21:28 +10:00
Nyall Dawson
117260dcf3
Remove activation control from AlgorithmProvider
...
Split between QgsProcessingProvider and subclasses
2017-04-07 13:21:28 +10:00
Nyall Dawson
ff32054da6
Fix some breakage
2017-04-07 13:21:28 +10:00
Nyall Dawson
3739c3aa51
Move tr out of AlgorithmProvider to subclasses
2017-04-07 13:21:28 +10:00
Nyall Dawson
9a97a87b4d
Use display name in algorithm help
2017-04-07 13:21:28 +10:00
Nyall Dawson
fb1cf1e185
Remove processing algList
...
All functionality has been moved to QgsProcessingRegistry
2017-04-07 13:21:28 +10:00
Nyall Dawson
4970bb4cd5
Move more algList functionality to QgsProcessingRegistry
2017-04-07 13:21:28 +10:00
Nyall Dawson
2a1a71574a
Move algorithm id (previously commandLineName) to QgsProcessingAlgorithm
2017-04-07 13:21:28 +10:00
Nyall Dawson
950ed680bd
Don't try to deepcopy QgsProcessingAlgorithm class
2017-04-07 13:21:28 +10:00
Nyall Dawson
b3142a0baf
Move provider algorithm handling to QgsProcessingProvider
2017-04-07 13:21:28 +10:00
Nyall Dawson
9c30a0e72e
Fix bad string encoding on windows
2017-04-07 12:45:37 +10:00
Nyall Dawson
0e72fe0591
Fix error when trying to run processing algs
...
Caused by trying to deepcopy a c++ object. This is a temporary
fix - when the next part of the processing/c++ work lands algorithm
copies will no longer be required
2017-04-07 09:36:45 +10:00
Nyall Dawson
85b38e36eb
Whitespace
2017-04-07 09:23:24 +10:00
Nyall Dawson
ca8e1d343d
[sipify] Replace nullptr with None in docstrings
...
Since nullptr has no meaning to Python devs
2017-04-07 09:21:26 +10:00
Nyall Dawson
5ccc6cccef
Update api break docs, sipify QgsRasterFileWriter
2017-04-07 09:21:26 +10:00
Etienne Trimaille
9c832adc51
disable export button if we try to export a raster layer ( #4319 )
2017-04-07 09:14:36 +10:00