Chris Crook
2f706bc47a
Refactoring ready for manual update dialog. Also improves labelling of StdDev classifications and better determination of decimal places to use
2014-09-24 10:50:54 +12:00
Chris Crook
91358aaa15
Merge branch 'master' into CategorizedRendererUpdate
2014-09-24 06:04:58 +12:00
Denis Rouzaud
e19442310d
followup 443fa8cc920216bb0ac470babf1709e1242d169c
2014-09-23 15:18:19 +02:00
Matthias Kuhn
0d9683e419
Sip update and const correctness
2014-09-23 14:39:05 +02:00
Denis Rouzaud
443fa8cc92
add invalid label inly once
2014-09-23 13:43:08 +02:00
Nyall Dawson
0f8fef1203
Followup bad94e0
2014-09-23 19:51:54 +10:00
Nyall Dawson
34f00d106f
[FEATURE][composer] Add checkbox for showing unique records only in composer
...
attribute tables. (Sponsored by my OCD)
2014-09-23 19:28:40 +10:00
Nathan Woodrow
d37f75f2b9
Merge pull request #1589 from slarosa/fix11247
...
[expression builder] fixes #11247
2014-09-23 18:34:48 +10:00
Salvatore Larosa
bad94e00c1
[expression builder] fixes #11247
2014-09-23 10:33:21 +02:00
Matthias Kuhn
72a33ea78f
QgsFilterLineEdit: Hide clear button when read only
2014-09-23 09:28:34 +02:00
Matthias Kuhn
55f86d5dfa
Fix re-initialization of dual view
2014-09-22 22:42:09 +02:00
Matthias Kuhn
f351195d94
[FEATURE] Add suffix support for range widget
2014-09-22 19:38:34 +02:00
Matthias Kuhn
c1c81eae94
Update sip bindings
2014-09-22 18:38:36 +02:00
Matthias Kuhn
c23b1678d7
Better QgsFilterLineEdit support for several edit widgets
2014-09-22 18:22:26 +02:00
Matthias Kuhn
b1474c828c
Add better Null support to QgsFilterLineEdit
2014-09-22 18:22:26 +02:00
Matthias Kuhn
b90dba4fd9
Attribute form: do not try to edit non-editable fields
2014-09-22 18:22:26 +02:00
Matthias Kuhn
e613c8b35c
Make operations on the feature selection more memory friendly
2014-09-22 18:22:26 +02:00
Nyall Dawson
30ada2833a
[FEATURE][composer] Add a checkbox to filter attribute tables to
...
features which intersect the current atlas feature. Sponsored by City
of Uster, Switzerland.
2014-09-22 22:59:39 +10:00
Nyall Dawson
14690d0716
[FEATURE][composer] Add choice of display style for empty tables. Options
...
include hiding the entire table, showing empty cells, or displaying a
set message in the table body. Sponsored by City of Uster, Switzerland.
2014-09-22 22:59:30 +10:00
Nyall Dawson
c3ec4b9eb0
[FEATURE][composer] Add option for showing child features from a relation
...
for attribute tables in the composer. If selected, the attribute table
will show all related features to the current atlas feature within
the table body. Sponsored by City of Uster, Switzerland.
2014-09-22 22:59:20 +10:00
Nyall Dawson
f58768c550
[FEATURE][composer] Option for current atlas feature as source for
...
attribute tables. Sponsored by City of Uster, Switzerland.
2014-09-22 22:59:07 +10:00
Nyall Dawson
1704866b60
Allow creation of new color palettes in color dialog
2014-09-22 22:46:16 +10:00
Nyall Dawson
9b009785f9
[composer] Avoid Qt warnings with composer html item
2014-09-22 21:41:10 +10:00
Nyall Dawson
b9e65b4131
[composer] Use a transparent background for HTML items
2014-09-22 20:54:40 +10:00
Nyall Dawson
1cb328c349
Fix incorrectly failing composer html test
2014-09-22 20:54:40 +10:00
Matthias Kuhn
c94a958915
Followup 96e39f7
2014-09-22 12:38:28 +02:00
Matthias Kuhn
68c49fe09a
Fix performance issues with moving selection on canvas (Funded by good will)
...
Fix #11197
2014-09-22 12:30:48 +02:00
Matthias Kuhn
96e39f7567
Re-initialize relation editor on setRelationFeature
...
Fix #11236
2014-09-22 12:30:48 +02:00
Nyall Dawson
d85f6251f2
Merge pull request #1540 from manisandro/composer_html_fixes
...
Recompute webpage viewport dimensions when resizing html frames
2014-09-22 20:20:52 +10:00
Nyall Dawson
86cbc2ef43
Merge pull request #1582 from nyalldawson/db_manager_fixes
...
Usability improvements for db manager
2014-09-22 19:51:05 +10:00
Matthias Kuhn
bb3ead3b0f
Transfer ownership of drag-and-drop layout elements in sip
...
Fix #11207
2014-09-22 11:25:40 +02:00
Nyall Dawson
b893cb241c
[FEATURE][composer] Allow manual control of column widths for attribute table items.
2014-09-22 19:13:47 +10:00
Nyall Dawson
97805b64d0
Fix doxygen and build warnings
2014-09-22 18:58:58 +10:00
Marco Hugentobler
f58fbe0d7c
WFS server: insert/update/delete are only dependent on wfs publish property. Funded by Sourcepole QGIS Enterprise
2014-09-22 09:44:41 +02:00
Matthias Kuhn
6f84cdceab
Proper handling of NULL values for edit widgets
...
* Photo widget preserves NULL value
* Web widget preserves NULL value
* Attribute table can distinguish between 0 and NULL (Fix #11235 )
2014-09-22 09:27:09 +02:00
Matthias Kuhn
35936084ff
Restore buttonbox visibility after attribute form reload
...
Followup febe37de
Fix #11229
Fix #11194
2014-09-22 08:47:14 +02:00
Juergen E. Fischer
a3d3a44b16
german translation update
2014-09-22 00:52:15 +02:00
Juergen E. Fischer
96e47ed516
fix doxygen warnings
2014-09-22 00:36:30 +02:00
Matthias Kuhn
febe37dece
Cleanup button box when reinitializing attribute form
2014-09-21 20:54:34 +02:00
Nyall Dawson
eea0451b79
Some fixes to TestQgsComposerTableV2
2014-09-21 21:31:24 +10:00
Nyall Dawson
a554434e50
[composer] Fix failing QgsAtlasComposition python test
2014-09-21 21:06:10 +10:00
Nyall Dawson
7904c100cf
[composer] Add some missing Transfer/TransferThis methods to sip bindings
2014-09-21 21:05:29 +10:00
Nyall Dawson
6138131366
Fix failing atlas tests
2014-09-21 21:00:44 +10:00
Nyall Dawson
3af68f4888
Rebuild composer test images at 96 dpi to speed up unit tests
2014-09-21 19:47:39 +10:00
Nyall Dawson
37665375fe
Fix warning
2014-09-21 14:00:58 +10:00
Denis Rouzaud
d279197e6c
create a relationsChanged signal for relation manager
2014-09-21 13:52:22 +10:00
Nyall Dawson
97ea6f68c9
Split composer map overview tests off into their own test suite
2014-09-21 00:47:57 +10:00
Nyall Dawson
ccad38bf33
[composer] Clean up QgsComposerMap api, add docs and missing sip bindings for composer overviews
2014-09-21 00:47:57 +10:00
Nyall Dawson
2671d6796e
Don't try to draw icon for hidden color buttons
2014-09-21 00:47:57 +10:00
Nyall Dawson
fb2279f620
Add a changed signal to QgsRelationManager
2014-09-21 00:23:01 +10:00