summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add QGuiApplication::setDesktopFileName()Pier Luigi Fiorini2015-08-273-0/+36
* Add some missing libraries for shared library builds on iOS.Jake Petroules2015-08-272-1/+7
* QByteArray: Add append/prepend/insert overloadKevin Funk2015-08-272-0/+53
* QRingBuffer: allow to search from any positionAlex Trotsenko2015-08-272-13/+26
* Support accessing 32-bit Registry from 64-bit programs and vice versaSebastian Schuberth2015-08-273-55/+96
* QAbstractSocket::atEnd(): remove redundant checksAlex Trotsenko2015-08-262-2/+2
* Remove gtk2 style from qtbase, it will be moved to qtstylepluginsDmitry Shachnev2015-08-2644-6990/+4
* Accessibility: OS X: static text should have value instead of titleFrederik Gladhorn2015-08-222-0/+6
* 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
* Allow loading of static plugins if QT_NO_LIBRARY is set.Ulf Hermann2015-08-188-43/+65
* Reorder code in qfactoryloader.cppUlf Hermann2015-08-181-46/+41
* udev: Do not overwrite original device pointerMikko Harju2015-08-181-3/+3
* 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-161-0/+10
* Add QMainWindow::resizeDocksOlivier Goffart2015-08-164-0/+80
* 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
* Remove temporary string allocations when reading prepared statement.Milian Wolff2015-08-131-14/+20
* winrt: Refactor platform plugin for XAML supportAndrew Knight2015-08-1313-556/+623
* winrtmain: Start in XAML modeAndrew Knight2015-08-131-115/+148
* ANGLE: Use pixel sizes in the XAML swap chainAndrew Knight2015-08-138-90/+410
* ANGLE: check for out of date swap chain even when size is emptyAndrew Knight2015-08-131-0/+1
* QStandardPaths: on Windows, add APPDIR and APPDIR/data for GenericDataLocationDavid Faure2015-08-132-5/+3
* forkfd: Add support for FreeBSD's pdfork(2) system callThiago Macieira2015-08-111-0/+64
* Android: Add support for EnterKeyKai Uwe Broulik2015-08-115-11/+52
* Remove type punning from QRgba64.Erik Verbruggen2015-08-111-49/+68
* Move Q_ALWAYS_INLINE next to Q_NEVER_INLINE in qglobal.h.Erik Verbruggen2015-08-113-48/+39
* QNetworkReplyImpl: remove unused declarationsAlex Trotsenko2015-08-111-2/+0
* OSX: Add initial FreeType supportMathias Hasselmann2015-08-117-13/+188
* Fix repremultiply from RGB64 to RGB30Allan Sandfeld Jensen2015-08-113-218/+62
* Set the socketType and socketProtocol earlyThiago Macieira2015-08-104-2/+10
* Make Qt::Initialization a C++11 class enumThiago Macieira2015-08-101-0/+7
* Add a dedicated QListData::realloc_grow for growing QListThiago Macieira2015-08-102-3/+16
* Add QTypeInfo::isRelocatableThiago Macieira2015-08-101-12/+49
* Silence warning about unused parameterThiago Macieira2015-08-101-0/+1
* Reduce memory usage of dynamic propertiesSimon Hausmann2015-08-101-1/+1
* Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devTimur Pocheptsov2015-08-09118-407/+1160
|\