Nyall Dawson
603168e8fa
Update sip
2017-07-07 08:54:00 +10:00
Nyall Dawson
014b0400da
Merge pull request #4736 from nyalldawson/text_button
...
New gui widget QgsFontButton
2017-07-07 07:38:18 +10:00
Blottiere Paul
df5551a2b7
Add the hint as a placeholder on text edit
2017-07-06 21:27:53 +02:00
Blottiere Paul
e5eda5f889
Add a hint on widgets for non existent joined features
2017-07-06 21:27:37 +02:00
Juergen E. Fischer
536f6432a3
debian packaging: update oracle dependencies
2017-07-06 18:37:54 +02:00
Matthias Kuhn
91f908f754
Protected -> Private
2017-07-06 17:31:09 +02:00
Matthias Kuhn
11e24c29e7
Remove leftovers
2017-07-06 17:31:09 +02:00
Matthias Kuhn
c973c83c8c
Remove unused variable
2017-07-06 17:31:09 +02:00
Nathan Woodrow
e49aaedcb1
Don't duplicate layer tree node when alt is held
...
Looks like it duplicates the layer but it really just copies the node
meaning QGIS can get confused
Duplicate on Alt will come at a later date
2017-07-06 22:11:36 +10:00
Nyall Dawson
e2acf5369f
Add custom widget for QgsFontButton
2017-07-06 20:02:25 +10:00
Nyall Dawson
bacad8cea6
[needs-docs] Show recently used fonts in submenu in font button
2017-07-06 19:56:39 +10:00
Nyall Dawson
e95b65ef48
[needs-docs] Mouse wheeling over font buttons can change font size
...
With ctrl+mouse wheel changing in smaller size increments
2017-07-06 19:56:39 +10:00
Nyall Dawson
49ad7836d3
Recommend that QgsFontButton is used instead of getFont
2017-07-06 19:56:39 +10:00
Nyall Dawson
43f11f4fa0
Use QgsFontButton everywhere we can
2017-07-06 19:56:39 +10:00
Nyall Dawson
0fd1f8e563
Fix size hint for font button
2017-07-06 19:56:39 +10:00
Nyall Dawson
99855ea35a
Add method to use QgsFontButton in cut down mode for QFont settings only
...
The button can now be used in two different modes. The default behavior
is to include all settings used for configuring
QgsTextFormat/QgsTextRenderer classes. A cut down mode (without settings
for color/buffer/drop shadow/etc) is also available when the resultant
font is to be used only in a QFont object.
2017-07-06 19:56:39 +10:00
Nyall Dawson
5ac9745cad
Add methods to convert QFont to/from mime data
2017-07-06 19:56:39 +10:00
Nyall Dawson
0b9fb5d6e1
[needs-docs] New gui widget QgsFontButton
...
A standard widget for configuring text format properties for use
with QgsTextRenderer/QgsTextFormat.
It's modelled heavily off QgsColorButton, and supports lots of nice
things like dragging formats between buttons, copying and pasting
format settings, dropping colors from color buttons, dragging colors
from font buttons to color buttons, directly setting font size
and opacity/color without having to open a dialog.
2017-07-06 19:56:39 +10:00
Denis Rouzaud
a73131176f
reason spelling
2017-07-06 11:29:08 +02:00
Nyall Dawson
ddf5acebe7
Merge pull request #4807 from nyalldawson/layout_item_registry
...
Create a layout item registry for item types
2017-07-06 19:12:43 +10:00
Denis Rouzaud
f3a6df5c0d
obscure spelling
2017-07-06 11:10:04 +02:00
Denis Rouzaud
df209774d4
simplify custom widgets CMakeLists.txt
2017-07-06 10:50:38 +02:00
Nyall Dawson
2745797fcd
Use windows path format for project_path/project_folder variables on windows
2017-07-06 14:00:02 +10:00
Blottiere Paul
e306cb4b09
Add some tests
2017-07-05 23:21:06 +02:00
Juergen E. Fischer
ecae3c9519
Only convert geometries to provider type when provider does strict type checking
...
(ie. not for shapes; fixes #16593 , #16784 , #16792 , #16770 ;
followup 87116abd72; forward ported from d19ed1c6)
2017-07-05 19:08:24 +02:00
Blottiere Paul
15546d84cf
Add a method which builds an expression to test if a field is equal to a value
2017-07-05 18:40:08 +02:00
Denis Rouzaud
5b8e2c2f27
remove QgsVectorLayer::hasGeometryType in favor of QgsMapLayer::isSpatial
2017-07-05 10:18:32 +02:00
Nathan Woodrow
1c273f815d
[MSSQL] Fix string length when using nchar, nvarchar, ntext
2017-07-05 14:25:13 +10:00
Nyall Dawson
70d2ae292f
Merge pull request #4730 from Zverik/atlas_rotate
...
Rotate geometry before calculating bounding box in atlas
2017-07-05 05:04:05 +10:00
rldhont
1aad6894be
Merge pull request #4811 from rldhont/polygon-asgml-picking
...
[Geometry] Polygon::asGml: fix outer and add tests
2017-07-04 15:48:03 +02:00
rldhont
fe8522f811
[Geometry] Polygon::asGml: fix outer and add tests
2017-07-04 14:07:59 +02:00
Nyall Dawson
0a8f75576d
Merge pull request #4787 from nyalldawson/expand_favourites
...
Always expand out browser favorites node on startup
2017-07-04 18:37:42 +10:00
Nathan Woodrow
b5360f8dcf
[MSSQL] Correctly set geometry type from geometry_columns table
2017-07-04 14:54:19 +10:00
Nyall Dawson
1fc81d6f98
Fix typo (coordiantes)
2017-07-04 14:33:11 +10:00
Nathan Woodrow
62c8998f85
[MSSQL] Fix connection string issue for browser
2017-07-04 12:19:10 +10:00
Blottiere Paul
8e43acabae
Do not differentiate strings from non string in conditions
2017-07-03 23:06:08 +02:00
Blottiere Paul
b94d17a7dc
More fixes about filtering safety
2017-07-03 22:28:28 +02:00
Blottiere Paul
66591f9f4e
Add unit test
2017-07-03 22:12:32 +02:00
Blottiere Paul
2d44e400e1
[bugfix] Fixes relation widget reference when filter value contains a quote #16399
2017-07-03 22:11:19 +02:00
Blottiere Paul
5253aa80e2
Fields of non existent joined features are set to NULL
2017-07-03 19:19:32 +02:00
Nathan Woodrow
502efd1bf5
Auto resize first column in info tool
2017-07-03 20:25:03 +10:00
Nyall Dawson
6307bc490d
Merge pull request #4808 from nyalldawson/model_out_layer_names
...
Fix incorrect layer names used when loading result layers from models
2017-07-03 17:46:21 +10:00
Harrissou Sant-anna
b57cd0deb1
[processing] align the "Iterate over layer" button ( #4796 )
2017-07-03 14:13:30 +07:00
Harrissou Sant-anna
b811761873
Reorganize point symbol dialogs ( #4802 )
2017-07-03 14:11:14 +07:00
Nyall Dawson
bdaba00a01
Fix incorrect layer names used when loading result layers from models
2017-07-03 17:08:52 +10:00
Harrissou Sant-anna
ab437cd4de
Ok is spelled OK
2017-07-03 08:49:50 +02:00
Harrissou Sant-anna
59e9f79658
ok is spelled OK
2017-07-03 08:49:50 +02:00
Matthias Kuhn
7306c1360e
Followup 7683cfac: add license headers
2017-07-03 08:31:17 +02:00
Nyall Dawson
ada01d8671
Fix build warnings
2017-07-03 15:00:00 +10:00
Nyall Dawson
7972092311
Update docs, sip
2017-07-03 14:21:40 +10:00