summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QGroupBox: Send unhandled mouse events to parent widgetAlex Henrie2015-09-032-0/+115
* Implement QDebug support for QSharedPointerGiuseppe D'Angelo2015-09-033-0/+24
* QRingBuffer: improve indexOf() performanceAlex Trotsenko2015-09-031-7/+6
* Improve evdevtablet plugin with support for multiple tablet devicesRomain Pokrzywka2015-09-037-130/+311
* Remove TARGET.EPOCHEAPSIZE settings (Symbian).Friedemann Kleint2015-09-034-4/+0
* Add a qtHookData field for Qt Creator's data displayhjk2015-09-034-2/+22
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-01345-345/+0
* Introduce Qt::AA_PluginApplication replacing Qt::AA_MacPluginApplication.Friedemann Kleint2015-09-015-12/+21
* qdoc: Fixed linking for overloaded functionsMartin Smith2015-09-012-19/+26
* QWidgets tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0.Friedemann Kleint2015-08-316-8/+11
* qtbase tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.Friedemann Kleint2015-08-3127-45/+32
* The new Registry{32,64}Format enum values did not make it into Qt 5.6Sebastian Schuberth2015-08-311-2/+2
* QRingBuffer: avoid allocation in c'torAlex Trotsenko2015-08-273-28/+55
* Add QGuiApplication::setDesktopFileName()Pier Luigi Fiorini2015-08-274-0/+52
* Add some missing libraries for shared library builds on iOS.Jake Petroules2015-08-272-1/+7
* Doc: removed reference to index.html in qmake manualNico Vertriest2015-08-271-1/+1
* QByteArray: Add append/prepend/insert overloadKevin Funk2015-08-273-10/+78
* QRingBuffer: allow to search from any positionAlex Trotsenko2015-08-273-14/+28
* Support accessing 32-bit Registry from 64-bit programs and vice versaSebastian Schuberth2015-08-274-55/+143
* QAbstractSocket::atEnd(): remove redundant checksAlex Trotsenko2015-08-262-2/+2
* Remove gtk2 style from qtbase, it will be moved to qtstylepluginsDmitry Shachnev2015-08-2649-7016/+19
* Accessibility: OS X: static text should have value instead of titleFrederik Gladhorn2015-08-222-0/+6
* QGraphicsView tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0.Friedemann Kleint2015-08-2229-273/+268
* xcb: Don't update the geometry of a screen if XrandR is not availableAlexander Volkov2015-08-211-2/+0
* Windows QPA: Replace some ugly typedefs by auto.Friedemann Kleint2015-08-212-7/+3
* add Pointer event typeShawn Rutledge2015-08-201-0/+2
* tst_qnetworkreply::ioGetFromBuiltinHttp - fix blacklisted test (OS X)Timur Pocheptsov2015-08-202-2/+8
* tests/auto/dbus: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-195-40/+40
* tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-1948-571/+571
* Autotest: Fix build error with QT_NO_EXCEPTIONSRainer Keller2015-08-191-2/+2
* Allow loading of static plugins if QT_NO_LIBRARY is set.Ulf Hermann2015-08-1810-44/+77
* Reorder code in qfactoryloader.cppUlf Hermann2015-08-181-46/+41
* udev: Do not overwrite original device pointerMikko Harju2015-08-181-3/+3
* Purge all fontsLaszlo Agocs2015-08-1882-30298/+0
* doc: Add a few missing const keywords in \fn commandsMartin Smith2015-08-162-4/+4
* qdoc: Instantiator::objectAt now appear in docsMartin Smith2015-08-161-25/+24
* qdoc: Allow formal parameters in link targetsMartin Smith2015-08-1616-111/+238
* QProcess: discard unwanted output from the child processAlex Trotsenko2015-08-162-0/+30
* Add QMainWindow::resizeDocksOlivier Goffart2015-08-165-0/+173
* OSX FreeType: Add support for sub pixel font rendering.Sérgio Martins2015-08-144-2/+24
* OSX FreeType: respect hinting preferenceAndreas Hartmetz2015-08-141-0/+1
* Move setter for QFont::HintingPreference to QFontEngineFT.Andreas Hartmetz2015-08-143-26/+29
* Call sendWindowSystemEvents() on deferred flushMorten Johan Sørvig2015-08-131-1/+1
* Propagate keyboard event accept statusMorten Johan Sørvig2015-08-133-7/+8
* Propagate event accepted state to platform pluginsMorten Johan Sørvig2015-08-132-3/+7
* Add QPlatformWindow::windowFrameGeometry()Morten Johan Sørvig2015-08-132-0/+9
* Make QT_SCALE_FACTOR work on WaylandMorten Johan Sørvig2015-08-131-1/+2
* Remove Q_DEAD_CODE_FROM_QT4_MAC sectionsMorten Johan Sørvig2015-08-131-50/+1
* Use QScopedPointer for library pathsUlf Hermann2015-08-131-31/+21
* QAbstractSocket::canReadLine(): remove code duplicationAlex Trotsenko2015-08-132-3/+3