36 Commits

Author SHA1 Message Date
Nyall Dawson
9c06d86ad8 Fix some HIG string violations 2018-03-22 12:32:08 +10:00
Juergen E. Fischer
c3573b1636 more translation string fixes and updates 2018-02-17 11:33:36 +01:00
Nyall Dawson
618baf925d Small refactor of QgsPropertyOverrideButton 2017-12-02 11:13:31 +10:00
Nyall Dawson
c12770d041 Indentation 2017-12-01 10:00:42 +11:00
Nyall Dawson
149e331d2c Fix data defined button icon size on hidpi screens 2017-11-27 11:32:30 +10:00
Harrissou Sant-anna
4f9e2a5f29 Do not change property widget status if the dialog is rejected
refs #16766
2017-11-27 07:01:13 +11:00
Harrissou Sant-anna
731b57c8a7 Add Cancel and Help buttons to Property assistant dialog
because sometimes opening this dialog is a mistake and you want to close it
Also enable the Help capability
2017-11-27 07:01:13 +11:00
Juergen E. Fischer
a1024905bf fix windows warnings 2017-11-07 21:44:54 +01:00
Mathieu Pellerin
2383edbe00 [property override btn] integer64 (instead of unknown type) for longlong 2017-10-26 17:36:36 +07:00
Nyall Dawson
5a14a928cd Fix corrupted text in buttons 2017-10-18 10:25:36 +10:00
Martin Dobias
5515d68219 [FEATURE] Data-defined extrusion and height for 3D polygon symbols
... because buildings with even heights are boring!
2017-10-11 21:17:16 +02:00
Blottiere Paul
9cb3ff3cf2 Fix checkbox status for auxiliary field 2017-10-09 05:39:22 +01:00
Blottiere Paul
7483c6e95f Remove QgsAuxiliaryField class 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
ba9a84f343 Rename name method to nameFromProperty 2017-10-09 05:01:35 +01:00
Blottiere Paul
c22bfdc8de Fix comment 2017-10-09 05:01:35 +01:00
Blottiere Paul
e1781b9728 Button to store data in project activates the property if it exists in auxiliary layer 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
a87d352bd7 Run clang-tidy modernize-use-default-member-init to move member
initialization to headers (c++11 style)
2017-09-27 05:02:34 +10:00
Nyall Dawson
31c1ae1c6a Add missing QStringLiterals 2017-09-25 17:12:03 +10:00
Nyall Dawson
b468ab3ee5 Simplify boolean expressions
By applying clang-tidy readability-simplify-boolean-expr fixit
2017-09-11 17:11:50 +10:00
Nyall Dawson
ba64e3e533 Remove redundant initializations
Fixes when a member is initialized both in the header and
source to the same initial value

(via clang-tidy modernize-use-default-member-init fixit)
2017-09-11 17:09:35 +10:00
Alexandre Neto
8d4dec5c3f Making dialog titles use Book Style Capitalization [needs-docs] 2017-07-26 15:16:36 +01:00
Nyall Dawson
f69d1c2065 Convert isolated '...' strings to '…'
Ideally we'd replace ALL ... instances to …, but need to
first work out how to avoid the translation burden of this
change
2017-06-05 09:56:58 +10:00
Denis Rouzaud
922b162b86 attachment widget: data defined button for document type 2017-05-15 17:57:25 +02:00
Nyall Dawson
ae59e35dac Complete daily allocation of Qt5 connect transitions 2017-04-04 09:40:25 +10:00
Juergen E. Fischer
a10c890383 More QgsSettings updates:
* revives WMS
* QgsSettings::clear() added
* section added to QgsSettings::contains()
* type parameter added to sip binding of QgsSettings.value()
* TODO: customization & evis
2017-03-04 02:37:59 +01:00
Denis Rouzaud
e7079eead9 run astyle on src/gui 2017-03-03 09:09:37 +01:00
Nyall Dawson
76e27818a5 [FEATURE] Interactive color assistant for data defined colors 2017-02-14 13:48:11 +10:00
Nyall Dawson
85677196b2 Show a default symbol in assistant legend preview if none set 2017-02-14 13:48:11 +10:00
Nyall Dawson
84dd983b79 Restore legend preview in symbol size assistant 2017-02-14 13:48:11 +10:00
Nyall Dawson
3371003402 Small tweaks to property override button behavior 2017-02-14 13:48:11 +10:00
Nyall Dawson
f70a03116e Add basic shell for widget 2017-02-14 13:48:11 +10:00
Nyall Dawson
be9e93d671 Refactor internals of QgsPropertyOverrideButton 2017-02-05 15:16:48 +10:00
Nyall Dawson
963ce09d51 Identation update 2017-01-23 12:45:22 +10:00
Nyall Dawson
d5664ed635 Clean up GUI for properties 2017-01-23 12:45:21 +10:00