summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Disable sqlite for Windows Phone 8 buildsOliver Wolff2013-09-151-0/+2
* qmake: added file deployment support for winrt and winphone targetsKamil Trzcinski2013-09-155-60/+123
* qmake: added support for WindowsMetadataFileKamil Trzcinski2013-09-153-0/+19
* qmake: added CompileAsWinRT switch to the VCCLCompilerTool (the cl /ZW option)Kamil Trzcinski2013-09-153-0/+10
* Use correct toolset version for winphone buildsOliver Wolff2013-09-152-4/+5
* qmake: enable default reference for all winphone targetsKamil Trzcinski2013-09-151-0/+10
* qmake: added VCPROJ_ARCH variable.Kamil Trzcinski2013-09-151-4/+13
* qmake: added WinRT and WinPhone configuration switchKamil Trzcinski2013-09-154-2/+29
* Fixed sqlite build for WinRTOliver Wolff2013-09-151-0/+1
* Create clean makefiles for winrt buildsAndrew Knight2013-09-151-0/+93
* Revert "Reimplement qBinaryFind in terms of std::lower_bound"Giuseppe D'Angelo2013-09-141-3/+2
* Use Q_STATIC_ASSERT to report error about missing Q_OBJECTOlivier Goffart2013-09-146-13/+38
* Do 64-bit loops in QBitArray::count(bool)Thiago Macieira2013-09-141-1/+6
* Let the compiler do the unaligned loads in QBitArray::count(bool)Thiago Macieira2013-09-141-2/+21
* QDateTime - Store Qt::TimeSpec, remove Daylight StatusJohn Layt2013-09-142-102/+116
* QDateTime - Switch to using msecs based functionsJohn Layt2013-09-143-199/+42
* winmain for winrtAndrew Knight2013-09-143-2/+157
* Remove qSort usages from qtbase examplesGiuseppe D'Angelo2013-09-143-4/+10
* QDateTime - Add test case for Daylight Time TransitionsJohn Layt2013-09-141-0/+377
* build system support for WinRTOliver Wolff2013-09-1412-5/+408
* Drop leftovers after 02651060b6ce5b16b06721378a239a6d2bd9f528Konstantin Ritt2013-09-141-6/+0
* Fix build with -WerrorKonstantin Ritt2013-09-141-1/+1
* ICC 13.0 supports atomicsThiago Macieira2013-09-141-0/+1
* Update ICC warnings disabled by default.Thiago Macieira2013-09-141-1/+1
* Base64: Implement the "base64url" encoding and the stripping of '='Thiago Macieira2013-09-145-14/+151
* Whitespace: re-indent the {to,from}Base64 functionsThiago Macieira2013-09-141-44/+52
* QStandardPaths: add a test that just dumps the valuesThiago Macieira2013-09-141-0/+36
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-1446-8954/+8953
|\
| * Merge branch 'stable' into devSergio Ahumada2013-09-1346-8954/+8953
| |\
| | * Fix highdpi CE_HeaderLabel pixmaps in fusion styleMorten Johan Sørvig2013-09-131-1/+4
| | * QNX: new signals for foreign windows creation/closingMyoungSeok Song2013-09-132-1/+8
| | * QNX: add nativeResourceForScreenMyoungSeok Song2013-09-122-0/+9
| | * Windows style: Support underlined mnemonics from Qt Quick ControlsGabriel de Dietrich2013-09-121-0/+6
| | * QtConcurrent: fix median calculationMarc Mutz2013-09-121-1/+1
| | * standarddialogs example: add detailed textShawn Rutledge2013-09-121-0/+4
| | * QMessageBox: implemented shortcut for selectAllShawn Rutledge2013-09-121-0/+9
| | * QMessageBox: shortcuts for selectAll, copy don't conflict with buttonsShawn Rutledge2013-09-121-1/+1
| | * Windows: Fix window opacity for non-translucent windows.Friedemann Kleint2013-09-122-2/+5
| | * Compilation fix for libjpeg release 9aavit2013-09-111-23/+6
| | * fix configure -commercialJoerg Bornemann2013-09-113-8/+8
| | * Fix echoplugin docs: Q_INTERFACES expects a space-separated list.Mitch Curtis2013-09-111-1/+1
| | * Fix the internal QDir sortingGiuseppe D'Angelo2013-09-101-2/+0
| | * Fix Invalid Drawable error when using createWindowContainer on Mac.Chris Meyer2013-09-102-3/+7
| | * Doc: split up Qdoc-manualNico Vertriest2013-09-1018-8893/+8859
| | * Fix a typo in documentationJędrzej Nowacki2013-09-101-1/+1
| | * Correct type mismatches sentence in signals and slots documentation.Mitch Curtis2013-09-101-1/+3
| | * Doc: Reintroduce \beginqdoc and \endqdoc macrosTopi Reinio2013-09-101-0/+2
| | * QRawFont::fromFont does not get antialias setting from fontconfigAllan Sandfeld Jensen2013-09-091-0/+8
| | * Removed unused distance field functions.Yoann Lopes2013-09-091-6/+0
| | * Move winId!=0 assertion from QWindow to QWidgetAndrew Knight2013-09-092-5/+5