summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QNativeSocketEngine Unix: do the same as for WindowsThiago Macieira2015-08-223-117/+57
* QNativeSocketEngine Windows: bring bind() in line with UnixThiago Macieira2015-08-221-25/+19
* QNativeSocketEngine Windows: simplify the conversion to struct sockaddrThiago Macieira2015-08-222-35/+20
* QNativeSocketEngine: add code to send extra IP header dataThiago Macieira2015-08-222-0/+116
* QNativeSocketEngine: add code to receive IP header dataThiago Macieira2015-08-226-13/+170
* QNativeSocketEngine: use sendmsg/recvmsg instead of sendto/recvfromThiago Macieira2015-08-224-88/+142
* Autotest: Print errno in case of failureThiago Macieira2015-08-221-0/+1
* QAbstractSocketEngine: introduce QIpPacketHeader for datagramsThiago Macieira2015-08-2214-101/+161
* Set QAction::NoRole on dock widget view actions.Friedemann Kleint2015-08-221-0/+1
* Remove Q_DECLARE_TYPEINFO that causes a build errorThiago Macieira2015-08-221-1/+0
* Add support for same-file intrinsics with Clang 3.7Thiago Macieira2015-08-221-2/+3
* libinput: Fix key mappingLaszlo Agocs2015-08-211-4/+7
* Fix pointer size detection when cross-compilingLaszlo Agocs2015-08-211-1/+4
* Polish the imageviewer example.Friedemann Kleint2015-08-213-74/+37
* winrt: Hide status bar on windows phone.Samuel Nevala2015-08-201-0/+25
* Fix Clang warning about copy elisionThiago Macieira2015-08-191-1/+1
* Doc: Remove invalid uses of \relates commandTopi Reinio2015-08-195-9/+2
* qdoc: Check and warn if \relates is used incorrectlyTopi Reinio2015-08-192-1/+7
* qdoc: Improve resolving related non-members and their overload numbersTopi Reinio2015-08-196-33/+112
* Exclude ANGLE from translations.Friedemann Kleint2015-08-191-0/+2
* QHostAddress: Improve code generationThiago Macieira2015-08-192-47/+54
* Disable the testlib watchdog if a debugger is presentSimon Hausmann2015-08-191-5/+41
* qthread_win.cpp: Fix compiler warnings by MSVC2015 (64bit).Friedemann Kleint2015-08-181-3/+3
* Polish widgets/dialogs/standarddialogs example.Friedemann Kleint2015-08-182-0/+10
* linuxfb: Use libinput by default when availableLaszlo Agocs2015-08-181-0/+11
* eglfs: Use libinput by default when availableLaszlo Agocs2015-08-181-0/+12
* 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