Nathan Woodrow
8c86aab0f4
[Expressions] Redesign expression function editor.
...
Add auto save
2015-11-04 21:27:00 +10:00
elpaso
35d09825bf
Added new method to bindings
2015-11-04 10:37:43 +01:00
Hugo Mercier
d16cdcf449
Add more options for filtering legend elements
...
This introduces two new options to filter legend elements:
- filter by expression: a boolean expression can be set. Only symbols of
features that make the expression evaluated to true will be kept in the legend
- filter by polygon: only symbols of features that are inside the given
polygon will be part of the legend.
The polygon filtering is used in particular for a new option in the
composer legend that allows to filter out anything that is not included
in the current atlas polygon.
2015-11-03 10:39:09 +01:00
Alessandro Pasotti
feab3ad8ec
Merge pull request #2405 from elpaso/symbol-export-select-by-group
...
Interactive selection by group of exported symbols
2015-10-28 18:22:40 +01:00
elpaso
a141ffb390
Interactive selection by group of exported symbols
...
This fixes #11681
2015-10-28 17:31:21 +01:00
Nyall Dawson
fc49f8dfa9
Add test for coverage of SIP bindings
...
Not perfect, but good for a quick warning if a new class or member
has been added to the public API without Python bindings. The test
only considers the name of members, since it seems to be impossible
to test for the signature of a Python member. (So adding a new
overloaded method without bindings will still unfortunately pass).
You can avoid the test where bindings are not applicable:
- for a whole class by placing "@note not available in Python bindings"
in the class' Doxygen comments
- or by placing the @note inside a member's Doxygen comments for a
specific member
Additionally, classes which aren't included in the API docs
will not be tested.
2015-10-28 09:54:27 +11:00
Nyall Dawson
fe221d54bf
Don't return QStrings by reference, since they're implicitly shared
...
anyway
2015-10-28 09:47:44 +11:00
Nyall Dawson
f1633a1796
Change all signals to use const refs for non trivial objects
2015-10-26 22:46:25 +11:00
Nyall Dawson
70bff3f6aa
Finish flipping a lot of methods to take const references for
...
non-trivial types
2015-10-26 22:46:14 +11:00
Matthias Kuhn
457c76d964
[sip] QgsMapCanvasSnappingUtils
2015-10-22 10:32:05 +02:00
Matthias Kuhn
ef2528bf02
Allow usage of QgsMapToolAdvancedDigitizing from python code
2015-10-22 10:32:05 +02:00
Matthias Kuhn
1132867622
Make cadDockWidget available in python
...
Followup efcbbfd
2015-10-19 17:47:54 +02:00
Nyall Dawson
c6df096c38
Followup c49b5b7, more fixes
2015-10-07 18:32:24 +11:00
Nyall Dawson
c49b5b777f
Change a lot of arguments to const references in core/gui
...
Rationale:
- there was a lot of large objects passed by value, so potentially
there's a speed bump from this
- even for implicitly shared classes like QString/QList there's still
a (small) cost for copying the objects when there's no reason to
- it's the right thing to do!
2015-10-07 12:02:04 +11:00
Nathan Woodrow
216821ff38
Don't spam message bar with more of the same error
2015-09-28 17:33:13 +10:00
Nathan Woodrow
6cf2dd0a4c
Fix annoying blocking Python error dialog
2015-09-28 17:14:06 +10:00
Larry Shaffer
c74ddf1eec
[auth] Add widget for editing an authcfg within a data source URI
2015-09-26 01:37:49 -06:00
Nyall Dawson
228d816b3b
Merge pull request #2330 from boundlessgeo/master-2_11-auth-system
...
Authentication configuration system with master password
2015-09-26 05:45:28 +10:00
Nyall Dawson
e9a060c62d
Merge pull request #2336 from slarosa/sortfilter_fieldvalues
...
[FEATURE] allow filtering for field values in expression widget
2015-09-25 18:49:07 +10:00
Salvatore Larosa
d493a69069
[FEATURE] allow filtering for field values in expression widget
2015-09-25 07:45:26 +02:00
Larry Shaffer
12de332ebd
[auth] Add authcfg ID edit widget and support for changing the ID
2015-09-24 23:12:05 -06:00
mhugent
8cec2c935f
Merge pull request #2302 from manisandro/geometry_plugins
...
Geometry Checker and Geometry Snapper plugins
2015-09-25 02:39:50 +02:00
Larry Shaffer
0975c9f7aa
[auth] Redesign Authentication section of Options
...
- Separate management options from auth config table
- Add standalone certificate manager
- Add installed auth method plugin dialog, indicating usage per plugin
2015-09-24 13:05:49 -06:00
Larry Shaffer
c894357a94
[auth system] Python bindings for core and gui classes
2015-09-21 08:51:19 -06:00
Larry Shaffer
e65aa99ae7
[FEATURE] Authentication configuration system with master password
...
- Main C++ core and gui classes and desktop app integration
- Support for authentication method plugins
- Does not contain any integration with service connections
2015-09-21 08:51:18 -06:00
Martin Dobias
50d4e720a7
[FEATURE] Mutually exclusive layer tree groups (only one child may be checked at a time)
...
The feature can be toggled individually for groups - in layer tree view context menu.
This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.
2015-09-21 19:30:15 +08:00
Sandro Mani
e9e638f6f4
Geometry Checker and Geometry Snapper plugins
2015-09-21 10:03:24 +02:00
Nyall Dawson
a77935f491
Use actual map canvas variables & values for symbology widgets
2015-09-17 20:34:51 +10:00
Nyall Dawson
a62c6a917a
Give symbol widgets optional access to a map canvas
...
This allows symbol widgets to fetch properties from the main map
canvas, for instance fetching the current scale from the map.
2015-09-16 21:57:27 +10:00
Matthias Kuhn
3831668f2e
Sip bindings for editing and cad map tools
2015-09-11 12:02:25 +02:00
Matthias Kuhn
efcbbfdaeb
Move maptools from app->gui
2015-09-11 12:02:25 +02:00
Nyall Dawson
94badce431
Avoid use of QString("")
2015-09-08 06:55:13 +10:00
Nyall Dawson
9e57e3d7ea
Add ability to set expression context variables for map canvas
2015-09-07 20:24:56 +10:00
Nyall Dawson
096d46464d
Allow setting expression context for symbol widgets and dialogs
...
This means that symbol selectors can be aware of the correct variable
scope and values for both populating expression builder widgets and
for symbol previews.
2015-09-03 22:46:37 +10:00
Matthias Kuhn
1e6f673a23
Update email address
2015-08-30 13:00:15 +02:00
Nyall Dawson
ac6c32421e
Coverity uninitialized member fixes
2015-08-28 13:06:34 +10:00
Nyall Dawson
d7b74748c8
Fix filtering of highlighted variables
2015-08-22 19:01:43 +10:00
Nyall Dawson
440926bbc4
Sort functions and variables in expression builder
2015-08-22 19:01:42 +10:00
Nyall Dawson
85bda6c05f
Add method for highlighting variables in the expression builder
2015-08-22 19:01:42 +10:00
Nyall Dawson
be26c61bc4
Ensure expression context is available to expression builders
...
called from field expression widgets
2015-08-22 19:01:42 +10:00
Nyall Dawson
a7d8519c7f
Ensure context is available to builders from data defined buttons
2015-08-22 19:01:42 +10:00
Nyall Dawson
bfc8f56ad4
Display variables and functions from contexts in expression builder
2015-08-22 19:01:42 +10:00
Nyall Dawson
54f1b9bdd4
Port expression selection dialog to contexts
2015-08-22 19:01:41 +10:00
Nyall Dawson
1c7a5b2dba
Add editor widget for editing QgsExpressionContextScope variables
2015-08-22 19:01:39 +10:00
Nyall Dawson
9d984b163e
Immediately apply conditional formatting changes to table
2015-08-21 10:04:22 +10:00
Nyall Dawson
6a3357fab8
Fix warnings, add missing sip bindings
2015-08-21 05:45:49 +10:00
Nyall Dawson
ca04bb6409
Allow more customisation of QgsNewNameDialog
2015-08-20 16:09:52 +10:00
Nyall Dawson
728ead8a53
Avoid use of deprecated rotation field methods
2015-08-07 09:06:31 +10:00
Nyall Dawson
745f91d249
Add 'edit' buttons to remaining gradient combo boxes
...
Also consolidate code for easier maintenance.
2015-08-04 16:23:06 +10:00
Juergen E. Fischer
9752c468c1
indentation update
2015-07-29 11:52:14 +02:00