summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libinput: Rename logging category to prevent clashesLaszlo Agocs2015-08-182-3/+9
* Add Intel NUC device makespecLaszlo Agocs2015-08-182-0/+54
* Merge dev into 5.6Oswald Buddenhagen2015-08-1795-1387/+2408
|\
| * 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
| * Remove temporary string allocations when reading prepared statement.Milian Wolff2015-08-133-14/+124
| * 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
| * Don't try to dynamically resolve dbus symbols if QT_NO_LIBRARYUlf Hermann2015-08-132-1/+5
| * forkfd: Add support for FreeBSD's pdfork(2) system callThiago Macieira2015-08-111-0/+64
| * Fix mainwindow examples when clipboard support is disabled.Rafael Roquetto2015-08-112-0/+9
| * Android: Add support for EnterKeyKai Uwe Broulik2015-08-115-11/+52
| * configure: Remove unused variable.David Schulz2015-08-111-3/+0
| * Remove type punning from QRgba64.Erik Verbruggen2015-08-112-49/+87
| * 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-114-218/+66
| * windows: Verify the built-in GPU blacklist in autotestsLaszlo Agocs2015-08-111-0/+16
* | QHostAddress hashing: use qHashBitsThiago Macieira2015-08-161-1/+1
* | QNetworkInterface: remove fallback code for Windows pre-XP and CE pre-4Thiago Macieira2015-08-161-56/+0
* | Fix thread-safety of qnetworkinterface_win.cpp:resolveLibsThiago Macieira2015-08-161-3/+4
* | QNetworkInterface: make the name lookup search numbers in string formsThiago Macieira2015-08-162-5/+21
* | QNetworkInterface: Merge the two sections of code that do SIOCGIFxxxThiago Macieira2015-08-161-21/+21
* | QNetworkInterface: prefer SIOCGIFINDEX over if_nametoindexThiago Macieira2015-08-161-1/+6
* | Add QHostAddress::isMulticastThiago Macieira2015-08-153-1/+66
* | QtTest: Add QHostAddress support for QCOMPARE failuresThiago Macieira2015-08-152-12/+20
* | Fix warning of unused variableThiago Macieira2015-08-151-2/+1
* | QHostAddress: don't inline the parse() functionThiago Macieira2015-08-141-1/+1
* | Fix a typoTimur Pocheptsov2015-08-141-1/+1
* | Doc: Remove the section about IPv6 site-local addressesThiago Macieira2015-08-131-5/+0
* | Fix -Wcast-qual warningsThiago Macieira2015-08-134-4/+4
* | Merge the multiple implementations of getting the local hostnameThiago Macieira2015-08-1310-99/+145