Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 2 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update license headers again. | Jason McDonald | 2009-09-09 | 2 | -0/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | fix warnings on mingw (gcc4.4) | Thierry Bastian | 2009-08-04 | 1 | -1/+1 |
| | | | | | | | basically reordering members initialization in constructors or fixing singed/unsigned checks. Reviewed-by: Trustme | ||||
* | QCheckBox on an out-of-process server wont allow <SPACE> key & Focus | Prasanth Ullattil | 2009-07-31 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | rect is not drawn correctly. Depending on the type of server, QAxClientSite::TranslateAccelerator() needs to process the message differently. For ActiveQt based in-process-servers, only normal Qt event handling is required. For ActiveQt based out-of-process-servers, the message has to be forwarded and Qt event handling needs to continue. For all other type of servers, forward the message and stop Qt event processing. Styles use the WA_KeyboardFocusChange attribute set on the window to decide on drawing the focus rect. ActiveQt handles the VK_TAB key in the QAxServerBase::TranslateAcceleratorW(), the attibute is now set when focus is changed. Task-number: 253763 Reviewed-by: Volker Hilsheimer | ||||
* | src/activeqt: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT ↵ | miniak | 2009-07-01 | 1 | -9/+4 |
| | | | | | | | | | support Also, buffer sizes passed to Registry APIs were incorrect. Merge-request: 604 Reviewed-by: Marius Storm-Olsen <marius@trolltech.com> | ||||
* | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 2 | -2/+2 |
|\ | |||||
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 2 | -2/+2 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
| * | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 2 | -0/+1583 |
| | |||||
* | improved string operations all over the place | Thierry Bastian | 2009-05-28 | 1 | -1/+1 |
| | | | | | used character operations whenever possible better usage of QLatin1String | ||||
* | Long live Qt! | Lars Knoll | 2009-03-23 | 2 | -0/+1583 |