53 Commits

Author SHA1 Message Date
Matthias Kuhn
a5d7c1708c Make string translatable 2018-09-05 11:01:32 +02:00
Nyall Dawson
9a1f129640 Show field alias in tooltip in form editor tab 2018-08-14 16:00:19 +10:00
Nyall Dawson
b69389b650 Run clang-tidy modernization checks 2018-06-05 12:50:39 +10:00
Denis Rouzaud
5d7a6c18ec remove useless API break 2018-05-09 14:02:51 -04:00
Denis Rouzaud
30b7fd183c use QgsNetworkContentFetcherRegistry 2018-05-09 11:01:59 -04:00
Denis Rouzaud
18699299ab [FEATURE ] allow to use URLs for attribute forms 2018-05-09 11:01:59 -04:00
David
05547398be styling stuff 2018-03-29 15:22:41 +02:00
David
5b7a525ed2 displayName in DnDTreeItem
a displayName defined on creation. Usually on fields the fieldname and on relations the relationname.
no other logical use for that. The DnDTreeItem.name is used as id and should be unique, not like displayName.
2018-03-29 14:28:07 +02:00
David
901327c269 fix relation id confusion
if inserting a relation the id is used as name because it's used as identificator
2018-03-29 14:05:52 +02:00
Nyall Dawson
a3a999e416 Drop fields in correct position in drag and drop designer
Instead of always dropping fields at the end of the container,
insert them at the dropped location. Otherwise the drop indicator
line is misleading.
2018-01-16 17:44:50 +10:00
Nyall Dawson
fe2292c59a Fix default value 'apply on update' setting not correctly restored
Fixes #17712
2018-01-16 16:09:41 +10:00
Nyall Dawson
749468a971 Hey, this isn't pal or openoffice... comments in English please! 2018-01-16 16:09:41 +10:00
David
75efd51d21 write correct tooltip 2018-01-12 16:31:26 +01:00
David
8eaecd1c22 relation cardinality bugfix
relation cardinality was handled with it's name as QString instead of it's value as QVector and this leaded to problems in the attribute form.

Fix #17805
2018-01-12 16:31:26 +01:00
Nyall Dawson
a15b54d997 Swap missing 0->nullptr and add missing overrides 2017-12-12 21:14:58 +11:00
Juergen E. Fischer
150a64e9ac fix warnings and translation strings 2017-11-12 21:57:15 +01:00
Nyall Dawson
2e6d125a6f Use =default, =delete where possible 2017-11-11 15:22:19 +10:00
Nyall Dawson
871f71305d Use clang-tidy modernize-use-default-member-init to modernize initializers 2017-11-11 10:54:44 +10:00
David
0ba8f97979 no +/- buttons when not needed and some graphical finetuning
scroll area for attribute type config, but no scroll area for whole tab
set attribute type config to invisible when a container box is selected
2017-11-08 16:53:04 +01:00
David
ba243e559d References #17412 Fixes problem when changeing sort but not when renaming
When sort and then toggle edditing, the problem was that it wanted to rename all the fields
Whis is avoided now by checking the indexes
But still problems open when one wants to rename fields in unsorted layout
2017-11-07 17:15:25 +01:00
David
44d8db9cdf editable and lable on top + fixes
in attribute form properties: editable and lable on top config to general
fix: in case that somebody deletes a field on sourcedata and then wants to change config on it in attribute - it's now disabled (but not updated)
fix: if adding new attribute after adding a virtual one, the display of the list was wrong (value of virtual in non-virtual row) - now it reloads the table correctly
2017-11-07 15:28:46 +01:00
David
7e2ee74da8 help and suppress form
help from attributetypedialog is handled over the help of vectorlayerproperties
suppress form combo takes the default value from the settings
fixed troubles on loading gui
2017-11-06 16:34:05 +01:00
David
52240ad7f7 fixed problem with saving first entry 2017-11-06 14:21:21 +01:00
David
2c0d5188d5 some changes in attribute form properties and source data properties
changed style of layout, initcode and suppress-combo
display read only comment
fixed saving of wfs
improved layout
some tooltips
2017-11-06 13:29:47 +01:00
David
d21d45b72b basics of new dialog for the initcode python functionalities
means, some cosmetic changes should still be done in qgsattributesforminitcode.ui
2017-11-02 15:31:40 +01:00
David
c3716474a1 attribute editor layout selection etc. 2017-11-02 11:36:50 +01:00
David
90546b0d79 final relation cardinality combobox 2017-11-02 09:12:52 +01:00
David
02d2ba64ef spelling 2017-10-27 20:57:13 +02:00
David
fb0a5ca79b Relation Combo 2017-10-27 19:18:34 +02:00
David
e7a3a28b3f commit 2017-10-27 18:59:13 +02:00
David
e724dfcd36 commit 2017-10-27 18:58:56 +02:00
David
665a6f0376 combobox for cardinality 2017-10-27 18:37:56 +02:00
David
6055e713a3 Relation Cardinality config 2017-10-27 17:58:33 +02:00
David
e251b24437 relation properties 2017-10-27 17:12:30 +02:00
David
b198923183 Relation Cardinality without own gui 2017-10-27 13:19:09 +02:00
David
6af4bb84fd relationconfig 2017-10-27 12:26:11 +02:00
David
9df37d315b alias field and fixed problem with storing 2017-10-27 07:45:12 +02:00
David
3a547dc5b9 relations in list
alias comment in gui (not ready yet)
2017-10-26 17:06:54 +02:00
David
18b6caf14c add relations into drag-tree 2017-10-26 09:37:12 +02:00
Matthias Kuhn
e4767e693f
Remove debug statement 2017-09-29 14:48:37 +02:00
Matthias Kuhn
7410fbb009
Some layout changes 2017-09-29 14:33:08 +02:00
Matthias Kuhn
d5e0b183ff
Fix store/reload of widget configuration 2017-09-29 14:15:30 +02:00
Matthias Kuhn
95a392b0f3
Fix reference to temporary 2017-09-29 11:03:27 +02:00
Matthias Kuhn
a1fd82042f
Avoid warnings 2017-09-29 11:02:45 +02:00
Matthias Kuhn
431250499f
Change widget selection list to combobox 2017-09-28 14:01:51 +02:00
Matthias Kuhn
630b567d7d
Descriptive Titles 2017-09-28 13:26:46 +02:00
Matthias Kuhn
8f7190f224
Remove switch default: Force warnings 2017-09-28 12:03:55 +02:00
Matthias Kuhn
8bef8d81a0
Range-based for loop 2017-09-28 12:03:21 +02:00
Matthias Kuhn
67d2dd53bd
m prefix is only for members 2017-09-28 12:03:17 +02:00
Matthias Kuhn
89943e1259
Add getter/setter for type 2017-09-28 11:59:26 +02:00