Nyall Dawson
701ea057b1
Fix broken QMap<QVariantList,...> finding, which causes case-insensitive
...
comparisons to be made when resolving primary keys in the Oracle and
Postgres providers
qt's built in qMapLessThanKey for QVariantList is broken and does a
case-insensitive operation, so we replace it with a working version instead...
2019-11-22 04:09:50 +10:00
Juergen E. Fischer
5ee5e37a94
fix windows build including some warnings
2019-11-06 00:49:15 +01:00
Matthias Kuhn
c796b2d592
Workaround sip issues
2019-11-02 19:47:09 +01:00
Matthias Kuhn
f07bc52fa8
Many followup fixes
2019-11-02 15:02:00 +01:00
Matthias Kuhn
d26375abba
Fix this and that
2019-11-02 15:01:59 +01:00
Matthias Kuhn
208ea9b033
More Q_GLOBAL_STATIC
...
Because it's pure fun
2019-11-02 15:01:59 +01:00
Denis Rouzaud
dceb8223f8
switch back to non scoped enum
...
there is an issue in SIP when mixing non-scoped and scoped enums in the same class
see https://www.riverbankcomputing.com/hg/sip/rev/ccc4eda868de
and if switching all to scoped enum, there is a conversion issue in slot
for MessageLevel (whhen connection QgsMessageLog::messageReceived)
2019-10-02 15:53:15 +02:00
Denis Rouzaud
86550e9837
create a method in QgsGui to determine if running Python macros is allowed
2019-10-02 15:53:15 +02:00
Denis Rouzaud
96e8abde39
use an enum for enable macros possibilities
2019-10-02 15:53:14 +02:00
David Signer
38e4bacb7d
missing sip
2019-08-15 11:03:19 +02:00
Nyall Dawson
b6d66becab
Sipify
2019-02-27 09:41:11 +10:00
lbartoletti
b4d01e461f
qgsRound: places should be of integer type instead of double
2019-02-07 17:00:41 +11:00
Denis Rouzaud
5fa5631bbd
add enum value to key and reverse helpers ( #8879 )
...
* add enum value to key and reverse helpers
* cast cont char* to QString
* use QStringLiteral
2019-01-17 09:40:13 -05:00
Matthias Kuhn
66f2272be0
Improve API docs concerning sort behavior
2018-10-02 15:37:07 +10:00
Alessandro Pasotti
a68a82cb60
qgsVariantEqual second iteration
2018-10-01 14:59:19 +02:00
Alessandro Pasotti
90e2c45502
Add qgsVariantEqual for null-aware comparison
2018-10-01 14:02:09 +02:00
Matthias Kuhn
b65f725cfa
Rename SIP_FINAL to FINAL
2018-09-19 08:42:44 +02:00
Denis Rouzaud
3b1b41f391
add qgsEnumMap to list all entries (int, string) of enums
2018-09-12 11:38:54 -04:00
Alessandro Pasotti
bb01ef3456
Add qgsPermissiveToLongLong
2018-09-01 18:01:23 +02:00
Nyall Dawson
a4c8386e88
[sipify] Replace std::numeric_limits with old style DBL_MAX/etc
2018-06-17 09:24:37 +10:00
Nyall Dawson
47e7a100d9
DBL_EPSILON -> numeric_limits
2018-06-17 09:24:37 +10:00
Denis Rouzaud
65bb60e96c
run sipify
2018-05-28 10:39:34 -08:00
Denis Rouzaud
7df2593caf
move auto generated sip file in dedicated folder
2018-05-14 10:23:37 -04:00