David
995003153a
member variable for constraint result visability
...
...as we had it for for constraint result (status).
now the setter are called when setting the editable mode changes.
and the getter to have the current visibility status.
2017-11-16 11:50:15 +01:00
Nyall Dawson
135b5c6c25
Nicer UX when adding a layer to an existing gpkg through the browser
2017-11-16 09:31:37 +11:00
gacarrillor
a00ce9e1cc
Rename editCopy/editPaste to copySelectionToClipboard/pasteFromClipboard
2017-11-15 12:51:42 -05:00
Blottiere Paul
bd30e12cf9
Merge pull request #5597 from pblottiere/bugfix-clickxy
...
[bugfix] Fixes #16852 by adding click_x and click_y variables to resolve actions
2017-11-15 16:18:36 +00:00
gacarrillor
829915e3fc
Make names from QgisApp and QgisInterface match
2017-11-15 09:26:47 -05:00
Tim Sutton
364ddc1de4
Fix #17444 : GeoNode data provider completely ignores authentication ( #5634 )
...
* Fix #17444 : GeoNode data provider completely ignores authentication - hide the authentication group until GeoNode API supports authentication.
2017-11-15 11:55:25 +02:00
Alessandro Pasotti
340f7abbb0
Merge pull request #5616 from boundlessgeo/datasource-manager-add-close
...
[gui] Datasource manager remove Ok and add Close
2017-11-15 08:47:23 +01:00
Nyall Dawson
5d476e51df
Use QVector where possible in geometry classes
2017-11-14 21:52:09 +11:00
Alessandro Pasotti
79c8f9686d
Remove OK button and add CLOSE
...
Yes, it's one more click to quit, but more intuitive UI
2017-11-13 11:29:59 +01:00
David
c2f68d6f7b
background color on constraint fields reset on toggle edit
...
if editable, the backgroundcolor should be set according the constraint result
if not editable, the backgroundcolor should be empty anyway
so it has to be reseted when synchronizeEditableState...
2017-11-13 10:49:44 +01:00
David
53d642cecc
Constraint Result Indicator invisible when not in editable mode
...
The icon for the constraint result indicator cross/tipp disappears when not in editable mode
this is made by the new method setconstraintresult.
2017-11-13 10:49:26 +01:00
Nyall Dawson
2e6d125a6f
Use =default, =delete where possible
2017-11-11 15:22:19 +10:00
Blottiere Paul
c9c1c34952
Fixes #16852 by adding click_x and click_y variables to resolve actions
2017-11-10 15:01:08 +00:00
gacarrillor
9aa1f21668
Expose through iface methods to copy/paste features between given layers
...
That is, no need to load layers into the layer tree nor make them active.
2017-11-09 07:43:38 -05:00
Matthias Kuhn
e1ffb2826b
QgsHighlight improvements
...
* Doxygen improvements
* Fix unrequired casting
* Remove unrequired contructor
2017-11-08 21:17:00 +01:00
Borys Jurgiel
61a155cf78
Merge pull request #5547 from borysiasty/stickytabs2
...
Make some QgsOptionsDialogBase's slots virtual
2017-11-07 22:21:04 +01:00
Nyall Dawson
1f769da68d
Work on resurrecting overviews
2017-11-07 11:32:38 +10:00
Nyall Dawson
7f0142c86a
Working move item content tool
2017-11-07 11:32:38 +10:00
Nyall Dawson
753f6f5050
Start hooking up map widget gui
2017-11-07 11:32:38 +10:00
Nyall Dawson
87ef5c52b0
Allow cancelation of polygon/polyline creation
2017-11-07 11:32:38 +10:00
Nyall Dawson
9a08fad506
Exclude selected nodes item when snapping during node move
2017-11-07 11:32:38 +10:00
Nyall Dawson
938b239277
Port more node tool actions
2017-11-07 11:32:38 +10:00
Nyall Dawson
ab7bb7235a
Start work on node edit tool
2017-11-07 11:32:38 +10:00
Nyall Dawson
44fe2a8d08
Add tools to create node based items
2017-11-07 11:32:38 +10:00
Nyall Dawson
b41fea90e2
Fix layout items appear in random order in gui
2017-11-07 11:32:38 +10:00
Nyall Dawson
8ca6d3e717
Refactor layout item gui registry to allow metadata for duplicate item types
...
This allows registration of item creation actions which create
items with an existing item type, but custom creation functions.
E.g. allowing actions for creation of ellipse/triangles/etc
from a single layout item type.
2017-11-07 11:32:38 +10:00
Nyall Dawson
c0b63a6778
After creating an item with the add item tool, switch immediately to select tool
2017-11-07 11:32:38 +10:00
Nyall Dawson
e836fc49b1
When selecting a different item, but the item is the same
...
type of item, just update the existing panel to show the new
item's properties
This means that flicking between selecting items of the same
type will not create a new properties widget, so scroll
bar positions, focused widgets, etc are all maintained.
Makes using layouts less annoying.
2017-11-07 11:32:37 +10:00
Nyall Dawson
aebe5a42e6
Allow reseting ratio manually for linked ratio lock buttons
2017-11-07 11:32:37 +10:00
Nyall Dawson
ea453beb73
If the same item is reselected in a layout, don't create a new
...
properties widget for it
Because if we do annoying things happen, like loss of focused
widget and scroll bar position
2017-11-07 11:32:37 +10:00
Nyall Dawson
b2414d8d8d
Start porting item properties widget
2017-11-07 11:32:37 +10:00
Nyall Dawson
d3836e502a
Move population of layout gui registry from GUI->app
...
Since we don't want all the item type subclass config widgets
to have to reside in gui, we need to populate the registry
from app instead.
2017-11-07 11:32:37 +10:00
Borys Jurgiel
6b76c2b377
Missing docstrings
2017-11-06 17:45:46 +01:00
Borys Jurgiel
64ab28bf59
Rename indx to index in some slots
2017-11-06 16:37:27 +01:00
Borys Jurgiel
966e2d6639
Make QgsOptionsDialogBase's slots virtual for overriding in derived clases with non-standard tabs (fixes broken tab behaviour in Plugin manager)
2017-11-06 14:27:32 +01:00
Matthias Kuhn
5d2c39bbfb
Add doxymentation
2017-11-01 22:20:17 +01:00
Matthias Kuhn
c3e2adce83
Const fixes for QgsSearchWidgetWrapper
2017-11-01 22:20:17 +01:00
Martin Dobias
6476fef419
Merge pull request #5451 from wonder-sk/snap-indicators
...
Snap indicators improvements
2017-10-27 20:50:53 +01:00
Martin Dobias
b726ba2936
Change vertex marker to box and segment marker to double triangle
2017-10-27 16:29:24 +02:00
Matthias Kuhn
6829a92e79
Merge pull request #5468 from m-kuhn/unobtrusiveConstraints
...
[FEATURE] Make constraint reporting less obtrusive
2017-10-27 12:47:21 +02:00
Matthias Kuhn
3eefe0dba9
Make constraint reporting less obtrusive
2017-10-26 23:04:31 +02:00
Matthias Kuhn
7ec35e0859
Add a selectOnFocus property to QgsFilterLineEdit
2017-10-26 16:29:46 +02:00
Matthias Kuhn
c661ab1090
Allow using NULL values
2017-10-26 15:31:50 +02:00
Matthias Kuhn
0b090fe141
Doxyfixes
2017-10-26 15:30:40 +02:00
Matthias Kuhn
a15c183aeb
More doxymentation
2017-10-26 15:30:39 +02:00
Matthias Kuhn
7811f38e48
[FEATURE] Add QgsFeatureListComboBox with live-filter-capabilities
2017-10-26 15:30:38 +02:00
Martin Dobias
b508bf7f1c
Build and review fixes
2017-10-26 11:28:17 +02:00
Matthias Kuhn
1fc2c3a5ce
sipify does not like copydoc
2017-10-25 00:47:07 +02:00
Matthias Kuhn
e9d6e38796
Add a spinner icon to QgsFilterLineEdit
2017-10-25 00:45:54 +02:00
Martin Dobias
1edc1a790f
Move handling of snap indicators from map tools to a new class
2017-10-24 09:04:59 +01:00