Nyall Dawson
bfd37e1122
[sipify] Add return types for functions in docstrings
...
and change \return -> :return: in docystrings
2017-04-08 09:48:48 +10:00
Nyall Dawson
5718abd4e1
Spell check "condtion" -> "condition"
2017-04-05 10:36:04 +10:00
Nyall Dawson
4eeacb8fdf
[sipify] Replace :: with . during doxygen->docstring conversion
...
e.g.
You can use QgsXmlUtils::writeVariant to save it to an XML document
->
You can use QgsXmlUtils.writeVariant to load it from an XML document
2017-04-05 10:32:27 +10:00
Nyall Dawson
9b3539ab07
Update sip files
2017-04-03 13:18:36 +10:00
Matthias Kuhn
4cfb60796e
Sipify QgsConditionalStyle
2017-04-02 23:37:17 +02:00
Denis Rouzaud
275736de92
removed V2 from QgsSymbolV2*
2016-08-05 08:22:21 +02:00
Nyall Dawson
556d87a86c
Fix some clang warnings
2015-11-02 18:07:16 +11:00
Juergen E. Fischer
4cdf05f90f
fix typo
2015-10-19 23:54:01 +02:00
Nyall Dawson
c6df096c38
Followup c49b5b7, more fixes
2015-10-07 18:32:24 +11:00
Nyall Dawson
c49b5b777f
Change a lot of arguments to const references in core/gui
...
Rationale:
- there was a lot of large objects passed by value, so potentially
there's a speed bump from this
- even for implicitly shared classes like QString/QList there's still
a (small) cost for copying the objects when there's no reason to
- it's the right thing to do!
2015-10-07 12:02:04 +11:00
Nyall Dawson
e04f4018d1
Fix warnings
2015-08-26 06:52:02 +10:00
Nathan Woodrow
2f60a5f85c
[Conditional Styles] Better defaults
...
Add QgsConditionalLayerStyles to hold row and field styles
2015-08-25 21:08:55 +10:00
Nathan Woodrow
83115cd16a
Merge row style support for attribute table
...
Conflicts:
python/core/qgsconditionalstyle.sip
python/core/qgsfielduiproperties.sip
src/core/qgsfielduiproperties.cpp
src/core/qgsfielduiproperties.h
src/gui/attributetable/qgsattributetablemodel.cpp
src/ui/qgsfieldconditionalformatwidget.ui
tests/src/python/test_qgsconditionalstyle.py
2015-08-23 12:35:29 +10:00
Nathan Woodrow
b87073e146
Refresh attribute table for row styles. Tests
2015-08-23 10:53:03 +10:00
Juergen E. Fischer
93d45a0452
fix translation string
2015-08-22 14:12:29 +02:00
Nyall Dawson
4bf8b131e3
Port conditional styles to expression contexts
2015-08-22 19:01:43 +10:00
Nathan Woodrow
faa32f36cf
[FEATURE] Conditional formatting for attribute table cells
2015-08-20 23:06:31 +10:00