summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qmime_win.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings for mingwThierry Bastian2009-07-151-1/+1
| | | | | did a small refactor and used QStyleHelper::uniqueName in plastique and windows styles
* src/gui: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-011-94/+52
| | | | | | | | | | | | | Also - Make winPeekMessage() & winPostMessage() obsolete - FlashWindowEx, IsValidLanguageGroup functions no longer resolved dynamically (available on >= Windows 2000) - LoadIcon/LoadCursor -> LoadImage w/LR_SHARED for system icons/cursors - qsystemtrayicon_win: use Shell_NotifyIconGetRect if available (Windows 7) Merge-request: 604 Reviewed-by: Marius Storm-Olsen <marius@trolltech.com>
* 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
| * Long live Qt 4.5!Lars Knoll2009-03-231-0/+1594
|
* improved string operations all over the placeThierry Bastian2009-05-281-4/+4
| | | | | used character operations whenever possible better usage of QLatin1String
* Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-251-1/+1
| | | | | | | 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 Knoll2009-03-231-0/+1594