summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcoreapplication_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rework qAppFileName() on MS-Win to handle problems gracefullyEdward Welbourne2017-07-251-35/+25
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-081-27/+0
|\
| * QtCore & winmain: Remove dead codeThiago Macieira2017-01-311-27/+0
* | Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-181-19/+0
* | Provide sensible defaults for QCoreApplication::applicationVersionJake Petroules2017-01-121-0/+68
|/
* Clean up qwindowdefs_win.hLars Knoll2016-07-141-0/+2
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-22/+33
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-26/+33
| |\
| | * winrt: Fix potential crash in QCoreApplicationMaurice Kalinowski2016-06-131-26/+33
* | | Remove Windows CE vestigesJoerg Bornemann2016-06-021-5/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-031-2/+2
|\| |
| * | CoreLib: use const (and const APIs) moreAnton Kudryavtsev2016-04-181-2/+2
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-29/+2
|/ /
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtCore: eradicate all Q_FOREACH loops [kernel]Marc Mutz2016-01-121-1/+1
|/
* qcoreapplication_win.cpp: Correct FIXME comment on qWinMain().Friedemann Kleint2015-11-021-3/+4
* Rework WinRT timer handlingOliver Wolff2015-04-201-22/+24
* 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