summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_qws.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | | | | | Reviewed-by: Trust Me
| * qdoc: Moved platform-specific qdoc comments to common .cpp file.Martin Smith2009-05-071-69/+0
| | | | | | | | | | | | | | | | | | When building docs for the mac, qdoc comments for functions defined in the .h file were not found in any of the .cpp files in the mac package because they were in the x11 or windows .cpp file. So I moved them to a .cpp file that is in all the packages. Task-number: 252496 252492
| * Long live Qt 4.5!Lars Knoll2009-03-231-0/+3817
|
* Fixed compile of Qt/Embedded.Rohan McGovern2009-06-131-2/+2
| | | | | | | Fixes compile error: kernel/qapplication_qws.cpp: In static member function 'static bool QApplicationPrivate::qws_apply_settings()': kernel/qapplication_qws.cpp:2014: error: no match for 'operator!' in '!QApplicationPrivate::styleOverride' kernel/qapplication_qws.cpp:2014: note: candidates are: operator!(bool) <built-in>
* improved string operations all over the placeThierry Bastian2009-05-281-3/+3
| | | | | used character operations whenever possible better usage of QLatin1String
* qdoc: Moved platform-specific qdoc comments to common .cpp file.Martin Smith2009-05-071-69/+0
| | | | | | | | | When building docs for the mac, qdoc comments for functions defined in the .h file were not found in any of the .cpp files in the mac package because they were in the x11 or windows .cpp file. So I moved them to a .cpp file that is in all the packages. Task-number: 252496 252492
* Make QWS a bit more OS independent.Robert Griebl2009-04-021-4/+5
| | | | | | | Some patches needed to support QWS on non-Linux platforms. Reviewed-by: Paul Olav Tvete Reviewed-by: Harald Fernengel
* Long live Qt!Lars Knoll2009-03-231-0/+3817