Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed warnings on mingw | Thierry Bastian | 2009-07-16 | 1 | -2/+2 |
| | |||||
* | QDoubleSpinBox: make sure people can't choose too many decimals | Thierry Bastian | 2009-07-10 | 1 | -3/+4 |
| | | | | | | Maximum number of decimals is DBL_MAX_10_EXP + DBL_DIG Task-number: 257291 | ||||
* | Fixed sizeHint update bug in QSpinBox. | jasplin | 2009-06-24 | 1 | -0/+6 |
| | | | | | | | | QSpinBox failed to recalculate its cached size hint when setting the range, prefix, or suffix. Reviewed-by: janarve Task-number: 255051 | ||||
* | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 1 | -2/+2 |
|\ | |||||
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
| * | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 1 | -0/+1536 |
| | |||||
* | remove q->layout() and q->parentWidget() code where unnecessary | Thierry Bastian | 2009-06-11 | 1 | -7/+6 |
| | |||||
* | Do not use the locale in QDoubleSpinBoxPrivate::round | Olivier Goffart | 2009-05-27 | 1 | -3/+1 |
| | | | | | | | | | | We had a report from a customer saying this breaks if the decimal separator is the same as the group separator. This is not really something we want to support, but because this fix is easy and cleanup the code I decided to fix it. Reviewed-by: Thierry Task-number: 253962 | ||||
* | Fixed 'crazy' warnings about using a string instead of a character | Thierry Bastian | 2009-05-25 | 1 | -3/+3 |
| | | | | | | | Wherever I found that we were using a string instead of a single char I fixed the code. Reviewed-by: olivier | ||||
* | Long live Qt! | Lars Knoll | 2009-03-23 | 1 | -0/+1536 |