Nyall Dawson
53e1df45ab
sipify QgsDistanceArea
2017-04-18 08:14:16 +10:00
Martin Dobias
7b202edf04
Remove QgsVectorLayer::snapPoint() and unused code in QgsSelectedFeature
2017-04-17 17:37:16 +08:00
Alexander Bruy
c749057f02
Merge pull request #4363 from alexbruy/passwordlineedits
...
[needs-docs] use QgsPasswordLineEdit in the master password dialog
2017-04-17 12:28:50 +03:00
Mathieu Pellerin
8c20d993f8
sipify qgscolorbutton and qgscolorrampbutton ( #4365 )
...
* get rid of params to get rid of warnings
2017-04-17 16:10:11 +07:00
Martin Dobias
316d9c3359
R.I.P. QgsSnapper and QgsMapCanvasSnapper
...
These classes have been replaced by more efficient and flexible classes
(see QgsPointLocator, QgsSnappingUtils, QgsMapCanvasSnappingUtils)
2017-04-17 17:08:48 +08:00
Mark Johnson
8b08285e90
added measureLineProjected and computeSpheroidProject to QgsDistanceArea
2017-04-17 19:06:30 +10:00
Alexander Bruy
85788151c2
doxymentation
2017-04-17 10:59:17 +03:00
Alexander Bruy
6bcc066d6f
sipify QgsCredentials dialog
2017-04-17 10:59:17 +03:00
Martin Dobias
e73a52bb35
[FEATURE] New node tool implementation
2017-04-17 14:23:36 +08:00
Nyall Dawson
eff5a823c9
[sipify] Convert "\a arg" to "`arg
`" when processing Docstrings
...
Allows argument names to be highlighted in Python docs
2017-04-17 13:49:59 +10:00
Nyall Dawson
6a72c945af
[sipify] Don't autocreate Docstrings for overridden members
...
Skip the autocreated Docstrings with rtype annotations if the
member is overridden - better to use the base class
Docstring in this case.
2017-04-17 11:03:02 +10:00
Nyall Dawson
96d5b9dae6
Implement a QGIS 3.0 TODO for QgsMessageLogViewer, cleanup docs
2017-04-17 10:55:53 +10:00
Nyall Dawson
798c318288
[sipify] Fix loss of class docstring if newline present between
...
class doxygen and class definition
2017-04-17 10:49:29 +10:00
rldhont
cc55ae1932
Merge pull request #4344 from rldhont/server-wfs-configparser
...
[Server] WFS refactoring and QgsWfsProjectParser removal
2017-04-14 17:32:16 +02:00
Matthias Kuhn
0e09fdacde
Use monospace fonts for console on all platforms
2017-04-12 22:21:59 +02:00
matteo
16c8dac2ac
travis fix
2017-04-12 21:07:30 +02:00
matteo
bca0ca25ee
2 new plots added
2017-04-12 21:07:30 +02:00
matteo
0c5b667986
fix category error and remove np dependency
2017-04-12 21:07:30 +02:00
Alessandro Pasotti
9c2f88c911
QgsSettings: add writeArray and more group and array tests
2017-04-12 18:02:17 +02:00
Alessandro Pasotti
c9f0509841
Merge pull request #4355 from boundlessgeo/password-helper-authmanager3
...
[feature][needs-docs] Master Password integration with OS password manager
2017-04-12 13:04:43 +02:00
Nyall Dawson
226bd9bb60
Move QgsRectangle and QgsBox3d to geometry folder
...
Since these are both geometry related classes, it's nicer to
keep these all together
2017-04-12 15:27:34 +10:00
Nyall Dawson
36ca6d2380
Add methods to convert between QgsRectangle and QgsBox3d
...
Also add volume calculation to QgsBox3d
2017-04-12 14:45:47 +10:00
Nyall Dawson
6632fd6849
Cleanup QgsRectangle header and sipify
...
Also add methods for returning area and perimeter of rectangle
2017-04-12 14:39:02 +10:00
Nyall Dawson
e3dfe17861
Add unit tests for QgsBox3d
2017-04-12 14:08:47 +10:00
Nyall Dawson
0d843ff4e6
Initial framework for 3D box class
2017-04-12 14:08:47 +10:00
Alessandro Pasotti
090d5305e5
[feature][needs-docs] Master Password integration with OS password manager
...
This PR adds (optional) synchronization of the master password
with the OS password manager (AKA wallet/keychain).
A set of new menu items has been added in the options ->
authentication -> utilities to manage the new behavior.
Notifications are handled by the message bar unless the
password r/w operation is triggered from a modal dialog,
in this case the notifications will be routed through
the recently exposed QgisApp::showSystemNotification
that uses the OS tray notifications.
This new feature requires libqt5keychain, and was tested
with v. 0.5+
2017-04-11 15:00:29 +02:00
Nyall Dawson
a45e5700da
Use weak pointers for registered QgsOptionsWidgetFactorys
...
Avoids QGIS crashing if a plugin crashes without deregistering
its QgsOptionsWidgetFactory.
2017-04-11 14:25:50 +10:00
Nyall Dawson
f2a7dcbdd7
Rename QgsMapLayer::metadata -> htmlMetadata()
...
Frees up metadata() for use as a structured metadata getter
2017-04-10 18:45:00 +10:00
Nyall Dawson
9837c9965c
Merge pull request #4348 from nyalldawson/sipify_maplayer
...
Sipify QgsMapLayer and cleanup API
2017-04-10 18:07:55 +10:00
Nyall Dawson
9dabb9dd20
Avoid some "" literals and QString::nulls in layer API
...
Use QString() instead
2017-04-10 17:17:17 +10:00
Nyall Dawson
de62c4e643
Fix some QgsMapLayer getters which are incorrectly marked as slots
2017-04-10 17:12:14 +10:00
Nyall Dawson
1128373830
Remove QgsMapLayer::invalidTransformInput slot
...
Calling slot does nothing and is not used anywhere
2017-04-10 17:09:43 +10:00
Nyall Dawson
acd8aa94a3
Sipify QgsMapLayer
2017-04-10 17:07:50 +10:00
Alexander Bruy
78d02b7fab
Merge pull request #4299 from alexbruy/checkable-combobox
...
[FEATURE] New custom widget checkable combobox
2017-04-10 09:33:01 +03:00
Nyall Dawson
b0c88f1b80
Add missing currentThemeChanged signal to interface
2017-04-10 09:19:42 +10:00
Nyall Dawson
8cf5860d72
Fix missing sip cast for QgsHillshadeRenderer
2017-04-10 08:52:32 +10:00
Matthias Kuhn
5805cf99f1
Some docstring improvements
2017-04-08 23:42:55 +02:00
Matthias Kuhn
14e949b96c
[sipify] skip non-public template based member declarations
2017-04-08 23:42:55 +02:00
Matthias Kuhn
d902575f58
Sipify
2017-04-08 23:42:55 +02:00
rldhont
d018f0329a
[Server] remove QgsWfsProjectParser
2017-04-08 17:07:17 +02:00
rldhont
04ed2b4dcd
[Server] WFS GetCapapbilities and DescribeFeatureType refactoring
...
Remove QgsWFSProjectParser from GetCapabilities and DescribeFeatureType
2017-04-08 17:06:56 +02:00
Nathan Woodrow
f450b98b26
sip skip on ColumnConfig == for now
...
Fails on Windows build for some reason
2017-04-08 21:59:34 +10:00
Alexander Bruy
0803b56861
remove docs for parent parameter
2017-04-08 12:00:20 +03:00
Alexander Bruy
df0c26d9e0
update SIP file
2017-04-08 11:31:54 +03:00
Alexander Bruy
fc4ce3c562
address Nyall's comments:
...
- add TransferThis to parent argument
- QSignalSpy always available with Qt5
2017-04-08 08:30:59 +03:00
Alexander Bruy
22ea3ac48f
homogenize doxygen comments
2017-04-08 08:30:59 +03:00
Alexander Bruy
8b7a6b80a7
sipify
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
ec2af9bd89
more doxymentation
2017-04-08 08:30:59 +03:00
Alexander Bruy
6ab2bd0673
add Python bindings
2017-04-08 08:30:59 +03:00