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
Sandro Mani
bb21395e3d
Make QgsVScrollArea inherit QgsScrollArea
2017-10-24 09:35:28 +02:00
Sandro Mani
1f300cfa2e
Add QgsVScrollArea sip bindings
2017-10-23 17:25:08 +02:00
Nyall Dawson
a48c2e8fd4
Merge pull request #4947 from lbartoletti/regularShape_gui
...
[FEATURE][needs-docs] Add gui to draw Circle, Ellipse, Rectangle and Regular Polygon
2017-10-23 16:04:23 +11:00
Nyall Dawson
406425d68a
Rename method, docs and api breaks documentation
2017-10-19 07:29:48 +10:00
Nyall Dawson
587072cae9
Split QgsFileDownloader into separate core/gui classes
...
So that the guts of this class can be used from non-gui code
2017-10-19 06:32:50 +10:00
lbartoletti
c4a75f0007
Fix remaining rubber band
2017-10-16 22:13:47 +02:00
Nyall Dawson
6e40b88fd7
Fix warnings
2017-10-16 10:59:14 +10:00
Nathan Woodrow
cf241f51ae
[FEATURE][needs-docs] Show projection bounds in projection widget ( #5356 )
...
- Script to pull bounds from EPSG.org Postgres dump
- Add resources/data/world_map.shp for reference
- Show canvas bounds for reference
2017-10-16 10:40:05 +10:00
Nyall Dawson
9a3b547d33
Merge pull request #5330 from nyalldawson/layout_next
...
[layouts] Port group handling
2017-10-13 13:02:44 +10:00
Martin Dobias
89b884a382
Fixes to initial unwanted segment when tracing with offset + unit tests!
2017-10-10 10:50:27 +02:00
Denis Rouzaud
8759e7cd03
fix SIP_CONVERT_TO_SUBCLASS placement
2017-10-09 13:43:42 +02:00
Matthias Kuhn
b2620ae2bb
Add ConvertToSubClass code to vertexmarker
2017-10-09 13:43:42 +02:00
Nyall Dawson
606ad21a51
Port group actions from composer
2017-10-09 19:23:46 +10:00
Blottiere Paul
ac66ced1c3
Merge pull request #5086 from pblottiere/pr_auxiliary_storage
...
[Feature] Auxiliary Storage
2017-10-09 08:58:21 +01:00
Denis Rouzaud
6e14854f90
[sipify] remove redundant private sections
2017-10-09 09:51:40 +02:00
Blottiere Paul
c2b829011c
Update documentation and sip binding
2017-10-09 05:13:59 +01:00
Blottiere Paul
4fa3400981
Properly update layer settings when an auxiliary field is deleted
2017-10-09 05:13:59 +01:00
Blottiere Paul
e14c5a248b
Update documentation and sip binding
2017-10-09 05:13:59 +01:00
Blottiere Paul
703fbde035
Do not activate auxiliary data button everywhere
2017-10-09 05:13:59 +01:00
Blottiere Paul
429b1ec3c2
Fix auxiliary field creation for QgsSymbolListWidget
2017-10-09 05:13:59 +01:00
Blottiere Paul
df021570a4
Auxiliary fields for symbol layers
2017-10-09 05:13:59 +01:00
Blottiere Paul
8826a8abaa
Update auxiliary storage tab and data defined buttons according to auxiliary fields
2017-10-09 05:01:34 +01:00
Blottiere Paul
6b81286a8f
Implement action create auxiliary field
2017-10-09 05:01:34 +01:00
Blottiere Paul
1cfa21512d
[needs-doc] Add a new button in property menu to create auxiliary fields
2017-10-09 05:01:34 +01:00
Nyall Dawson
42676dc93c
Move some getters which are incorrectly marked as slots,
...
remove some unnecessary 'const's from signals
Thanks to clazy const-signal-or-slot check
2017-10-09 11:53:06 +10:00
Nyall Dawson
3d8440cc0b
Merge pull request #5326 from nyalldawson/frick_off_autoconnects
...
Flip autoconnected slots to explicit connections
2017-10-09 10:24:04 +10:00
Nyall Dawson
7cfd284fb1
Remove all previously autoconnected slots from public API
...
These are implementation details only, and should not be
part of the stable API.
We need the flexibility to change these at any stage without
being bound by any API contract.
2017-10-09 09:04:18 +10:00
Nyall Dawson
fea2726c1c
Flip autoconnected slots to explicit connections, pt 1
2017-10-09 07:30:52 +10:00
Nyall Dawson
88a7f02c77
Port preview modes from composer
2017-10-06 17:48:25 +10:00
Nyall Dawson
95a76eeef8
Port delete action - TODO: undo/redo
2017-10-06 17:48:25 +10:00
Nyall Dawson
e3616f08c4
[FEATURE][layout] Add actions to auto resize items in a selection
...
Options are resize to narrowest, widest, shortest and tallest.
2017-10-06 17:48:25 +10:00
Nyall Dawson
5141c05ba7
[FEATURE][layout] Add item distribution actions
...
Adds actions for distributing selections of items by their
left/center/right/top/bottom edges.
Useful for quickly evenly distributing items in the layout
Needs new icons
2017-10-06 17:48:25 +10:00
Nyall Dawson
0939333273
Port item alignment to layouts
2017-10-06 17:48:25 +10:00
Nyall Dawson
822d6f76a3
Move actions which apply to selected items only to QgsLayoutView
...
Selections are a gui concept, so these actions belong to the
gui class instead of cluterring QgsLayout
2017-10-06 17:48:25 +10:00