summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcoreapplication_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* QCoreApplication (Windows): migrate to QString::(v)asprintfMarc Mutz2015-02-121-25/+24
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-091-1/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Windows: Use WinAPI CommandLineToArgvW() to create argv from command line.Friedemann Kleint2014-05-151-6/+24
* Fix virtual key mapping on MS WindowsJuan Luis Boya GarcĂ­a2013-10-251-0/+5
* Port of Qt 4's Windows session managementSamuel Gaist2013-09-211-0/+19
* WinRT: Basic global supportAndrew Knight2013-09-201-0/+16
* Windows logging: Fix check for console applications.Friedemann Kleint2013-09-091-2/+0
* add QCoreApplication to bootstrap libOswald Buddenhagen2013-03-141-1/+7
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Kernel: Fix gcc warning about narrowing conversionKai Koehne2012-09-131-1/+1
* Remove winEventFilter, replaced with installNativeEventFilter.David Faure2012-07-241-15/+0
* Logging: Simplify message handler logic for windowsKai Koehne2012-07-211-43/+0
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-201-6/+0
* Logging: Change arguments of message handler to avoid conversionsKai Koehne2012-04-201-9/+8
* Fix warnings about truncations in constants.Friedemann Kleint2012-04-031-1/+1
* Allow customization of qDebug output at runtimeKai Koehne2012-02-091-12/+12
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-1/+1
* QtDebug: Include file, line, function informationKai Koehne2012-02-011-0/+4
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix boolean logic issues in qcoreapplication_winKent Hansen2011-10-051-3/+3
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
|\
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* | Make QtCore compile with on Windows when -qpa is usedOlli Werwolff2011-05-241-1/+1
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1060