Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Standard dialogs example does not respect non-native flag | Richard Moe Gustavsen | 2010-01-22 | 1 | -1/+6 |
| | | | | | | When showing a colordialog from the example, it does not check if the 'use native dialogs' checkbox is checked. This patch makes sure it does | ||||
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | StandardDialogs example: Fix warning about QKeySequence::mnemonic. | Friedemann Kleint | 2009-11-25 | 1 | -1/+1 |
| | | | | | | ... with several '&'. Task-number: QTBUG-5667 Reviewed-by: Gabriel | ||||
* | Integrate the GuiPlatformPlugin interface | Olivier Goffart | 2009-10-07 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This is an internal interface for plugins that can be provided by the platform to give platform-specific features by platforms built on top of Qt. We can easlily integrate Qt on Windows, Mac, Gnome, ... without any plugin because we can link to their respective library (dynamically if we don't want to depend on it). On Gnome, we can dynamically resolve Gtk+ symbols. This is however not possible for KDE or other platform built on top of Qt: we can't link against their library because they depend on us and we can't dynamically resolve the symbols because they are mangled (C++) So this plugin provides hooks inside Qt to be able to do things like native File or Color dialog, native icons, accurate reading of the config file, and so on. This is currently private API. Task-number: QT-406 Reviewed-by: Jens Bache-Wiig Reviewed-by: Oswald Buddenhagen | ||||
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update tech preview license header. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update license headers. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Doc - Some minor cleanups in the documentation of QInputDialog. Also | Kavindra Devi Palaraja | 2009-04-16 | 1 | -3/+3 |
| | | | | | | | | | | marked getInt() as since Qt 4.5 and finally modified the StandardDialogs example to reflect the fact that getInteger() is deprecated. Task-number: 251288 Reviewed-by: nrc <qt-info@nokia.com> BT: Yes | ||||
* | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 1 | -0/+390 |