summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Windows: Default to MS Shell Dlg 2Eskil Abrahamsen Blomfeldt2014-07-221-1/+1
* | Improve debug output of QImage, QPixmap and QIcon.Friedemann Kleint2014-07-213-3/+33
* | Improve debugging output for QLoggingCategoryKai Koehne2014-07-211-6/+6
* | Add example qtlogging.conf file to QLoggingCategory documentationKai Koehne2014-07-211-1/+7
* | iOS: Detect external screen connections and expose as additional QScreenTor Arne Vestbø2014-07-214-24/+87
* | iOS: Add helper for getting the iOS platform integration instanceTor Arne Vestbø2014-07-216-4/+16
* | iOS: Fix compilation with Xcode6/iOS8 SDKTor Arne Vestbø2014-07-211-0/+1
* | iOS: Refactor qioswindow.mm into quiview.mm and quiview_accessibility.mmTor Arne Vestbø2014-07-216-380/+493
* | Fusion style: Use QStyleHelper::dpiScaled() where applicable.Friedemann Kleint2014-07-211-57/+83
* | Update bundled HarfBuzz-NG copy to 0.9.32Konstantin Ritt2014-07-2066-3396/+4289
* | QRingBuffer: purge unused part of the apiAlex Trotsenko2014-07-181-33/+0
* | Implement QApplication::topLevelAt() using QGuiApplication::topLevelAt().Friedemann Kleint2014-07-181-10/+3
* | qdoc: Validate index file pathsTopi Reinio2014-07-181-1/+10
* | qdoc: Support use of \value command outside \enum topic.Topi Reinio2014-07-184-15/+31
* | QItemSelectionModel: Sort persistent model indexes taking parent into account.Friedemann Kleint2014-07-171-3/+21
* | QDoc: Allow the listing of uppercase- and lowercase-named items in list.Jerome Pasion2014-07-171-1/+1
* | RCC: Use macros not defined in qglobal.hhjk2014-07-161-12/+12
* | rcc: Prevent CRLF conversion on Windows for -binaryKai Koehne2014-07-161-0/+9
* | QDoc: Allow QDoc to collect all QML basic types in a map.Jerome Pasion2014-07-153-1/+22
* | windows: Fix ANGLE function resolution in static buildsAndrew Knight2014-07-152-165/+188
* | QDebug: Add resetFormat()Kai Koehne2014-07-152-2/+19
* | QGroupBox: Exclude top level widgets from child event handling.Friedemann Kleint2014-07-151-0/+2
* | Remove outdated commentFrederik Gladhorn2014-07-151-1/+0
* | Improve QLoggingCategory example code in documentationKai Koehne2014-07-151-14/+14
* | Rename QPixelFormat enum value to avoid conflict with X.h.Axel Rasmussen2014-07-143-6/+6
* | Doc: update QCoreApplication to be clear that we don't support text UIThiago Macieira2014-07-141-2/+2
* | QDoc: Prevent QDoc from outputting the brief for example pages.Jerome Pasion2014-07-141-1/+2
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devShawn Rutledge2014-07-1417-247/+165
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-1417-247/+165
| |\|
| | * Android: Simplify the jni code in QtAndroidClipboardChristian Strømme2014-07-143-60/+12
| | * Android: Simplify the jni code in QAndroidPlatformServicesChristian Strømme2014-07-142-19/+6
| | * Android: Update QSslSocketPrivate::fetchSslCertificateData()Christian Strømme2014-07-141-110/+16
| | * Work around ICC bug in brace initializations containing constexprThiago Macieira2014-07-121-1/+2
| | * Doc: edited qtxml.qdocconfNico Vertriest2014-07-111-1/+1
| | * xcb: QTabletEvents and proximity events correctly identify the toolShawn Rutledge2014-07-112-45/+115
| | * Android: Prefer "Droid Serif" as default serif fontEskil Abrahamsen Blomfeldt2014-07-102-0/+3
| | * Fixed wrong function name in a file snippetIvan Komissarov2014-07-101-1/+1
| | * Android: enable FBO readback workaround for more devices.Yoann Lopes2014-07-101-3/+2
| | * Fix fallbacks for adapted common scriptEskil Abrahamsen Blomfeldt2014-07-103-7/+7
* | | QLoggingCategory documentation improvementsKai Koehne2014-07-141-1/+3
|/ /
* | Speedup qDebug() << QDate(...)Jędrzej Nowacki2014-07-141-1/+1
* | Logging: fix support for %{time format} in QT_MESSAGE_PATTERNOlivier Goffart2014-07-131-1/+1
* | Revert "QRegularExpression: lock a mutex only if there's actual work to do"Giuseppe D'Angelo2014-07-131-2/+2
* | Revert "Session management for OS X"Olivier Goffart2014-07-136-186/+16
* | Android: New bearer pluginChristian Strømme2014-07-1016-0/+1288
* | Session management for OS XSamuel Gaist2014-07-106-16/+186
* | winrt: Clean up platform message dialog helperAndrew Knight2014-07-105-221/+259
* | winrt: Introduce theme paletteAndrew Knight2014-07-102-0/+77
* | winrt: Clean up platform themeAndrew Knight2014-07-105-117/+151
* | Fix various issues with qandroidstylePhilippe Lelong2014-07-102-67/+328