summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | WinRT: Stub out QStandardPathsOliver Wolff2013-09-262-1/+77
* | WinRT: QSettings stubAndrew Knight2013-09-262-5/+64
* | Implement qt_error_string for WinRTOliver Wolff2013-09-261-1/+14
* | WinRT: Introduced qfunctions_winrtOliver Wolff2013-09-2610-5/+382
* | WinRT: Don't build the network-chat exampleAndrew Knight2013-09-261-1/+1
* | add WinRT event dispatcherOliver Wolff2013-09-269-10/+608
* | threading support for winrtKamil Trzcinski2013-09-266-2/+187
* | WinRT: Disable QFileSystemWatcherOliver Wolff2013-09-261-0/+1
* | Merge branch 'stable' into devSergio Ahumada2013-09-2555-150/+896
|\|
| * Add shortcutsOverride in QLineEdit for used shortcutsDavid Edmundson2013-09-241-1/+3
| * Doc: Restore QDoc's use of the \sinceJerome Pasion2013-09-242-31/+9
| * iOS: Resolve location of crt.o at build time, not qmake timeTor Arne Vestbø2013-09-241-6/+2
| * Cocoa: Use internal style mask to disable resizing popup parentsGabriel de Dietrich2013-09-242-5/+10
| * iOS: bugfix touch events to also work in inverted portrait/landscapeRichard Moe Gustavsen2013-09-241-11/+5
| * qmake: add $$title() function to convert strings to title caseTor Arne Vestbø2013-09-241-2/+10
| * Windows: Increase the max length of a system tray tooltip.Sérgio Martins2013-09-241-1/+1
| * qdoc: Import statement now shows correct versionMartin Smith2013-09-241-1/+7
| * Remove some qBinaryFind usages from the Cocoa helpersGiuseppe D'Angelo2013-09-241-4/+4
| * Fix WinCE/MSVC2008 build.Sérgio Martins2013-09-242-0/+6
| * Android: fixed arguments passed to the Qt application.Yoann Lopes2013-09-241-2/+2
| * Add QKeySequenceEditIvan Komissarov2013-09-2410-0/+627
| * Support logcat output from tests on AndroidEskil Abrahamsen Blomfeldt2013-09-241-0/+6
| * Remove some qSort usages from QTimeZoneGiuseppe D'Angelo2013-09-241-3/+5
| * moc: Don't stumble over MSVC __declspec.Stephen Kelly2013-09-242-3/+11
| * Xcode: Quote variable names with invalid characters in themTor Arne Vestbø2013-09-241-1/+4
| * Add newlines to qEmergencyOut output on stderr.Robin Burchell2013-09-241-2/+2
| * When calling setPageSizeMM then the size needs to be passed as MMAndy Shaw2013-09-232-3/+24
| * Remove qBinaryFind usages from QtCoreGiuseppe D'Angelo2013-09-233-8/+11
| * Remove some qBinaryFind usages from the CUPS printing codeGiuseppe D'Angelo2013-09-231-2/+4
| * Remove a Borland-related inclusionGiuseppe D'Angelo2013-09-231-6/+0
| * Remove some qBinaryFind usages from QtWidgetsGiuseppe D'Angelo2013-09-232-7/+5
| * Remove some qBinaryFind usages from QtGuiGiuseppe D'Angelo2013-09-235-14/+23
| * Remove some qBinaryFind usages from QtGuiGiuseppe D'Angelo2013-09-233-6/+12
| * Remove a Borland-related inclusionGiuseppe D'Angelo2013-09-231-5/+0
| * QFileSystemModel: Fix build when QT_NO_FILESYSTEMWATCHER is definedAndrew Knight2013-09-231-2/+45
| * Fix warnings about conversion from const char* to QString.Thiago Macieira2013-09-231-3/+3
| * De-inline virtuals of some non-exported private classes in QtGuiThiago Macieira2013-09-234-6/+25
| * Fix conversion from 8-bit to QString without proper encodingThiago Macieira2013-09-231-1/+1
| * Fixed build issue on BlackBerryBernd Weimer2013-09-231-1/+1
| * Fix a c&p bug in the IA2 bridge when returning the row descriptionJan Arve Saether2013-09-232-3/+8
| * qdoc: \externalpage links are fixedMartin Smith2013-09-233-11/+21
* | Bump Qt version to 5.3.0Thiago Macieira2013-09-243-5/+7
|/
* qios: always auto rotate as specified in Info.plistRichard Moe Gustavsen2013-09-231-8/+3
* Port QMacCocoaViewContainer to Qt 5.Morten Johan Sørvig2013-09-236-31/+130
* Port QMacNativeWidget to Qt 5Morten Johan Sørvig2013-09-237-23/+219
* tst_QReadWriteLock: replace a volatile bool with an atomic intMarc Mutz2013-09-231-6/+6
* tst_QMutex: fix a raceMarc Mutz2013-09-231-3/+1
* QDateTime - Remove some benchmark testsJohn Layt2013-09-231-83/+0
* QDateTime - Add QTimeZone supportJohn Layt2013-09-2311-16/+713
* QTimeZone - Add Windows backendJohn Layt2013-09-235-26/+815