Re: [Qgis-developer] NULL handling and numeric data types

2014-09-24 Thread Matthias Kuhn
Just implemented it for text edit (when using QgsFilterLineEdit or QLineEdit). [1] Please let me know if it works and if you are missing it in other places as well. Matthias [1] https://github.com/qgis/QGIS/commit/3f8a860503c78689c981234f874771f8b1277c97 On 24.09.2014 16:59, Matthias Kuhn

Re: [Qgis-developer] NULL handling and numeric data types

2014-09-24 Thread Denis Rouzaud
It would be nice to use setSpecialValueText for spin boxes if possible too ;) Adding a clear button could be done similarly to the the QgsDateTimeEdit. Cheers, Denis On 24.09.2014 17:13, Matthias Kuhn wrote: Just implemented it for text edit (when using QgsFilterLineEdit or QLineEdit). [1]

Re: [Qgis-developer] NULL handling and numeric data types

2014-09-24 Thread Andreas Neumann
Thank you Matthias for the very quick fix. This fix only changes the NULL value behavior of the widget - right? This will probably have no effect on what QGIS server does with NULL values, right? Thanks a lot, Andreas Am 24.09.2014 15:13, schrieb Matthias Kuhn: Just implemented it for text

Re: [Qgis-developer] NULL handling and numeric data types

2014-09-24 Thread Matthias Kuhn
Hi Andreas On 24.09.2014 17:55, Andreas Neumann wrote: Thank you Matthias for the very quick fix. This fix only changes the NULL value behavior of the widget - right? This will probably have no effect on what QGIS server does with NULL values, right? Correct, it's just representation on