summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Detect which C++ standard edition the compiler defaults toThiago Macieira2015-08-255-3/+55
* Fix module reference in license headerLouai Al-Khanji2015-08-252-2/+2
* Remove unused kms pluginLouai Al-Khanji2015-08-2519-2006/+0
* Improve description of configure script's -kms switchLouai Al-Khanji2015-08-251-3/+3
* Document QStateMachine::running property in single placeLouai Al-Khanji2015-08-251-10/+2
* Fix documentation typoLouai Al-Khanji2015-08-251-1/+1
* Fix qdoc warning by documenting function argumentLouai Al-Khanji2015-08-251-2/+2
* Add #ifdef to avoid qdoc missing function warningLouai Al-Khanji2015-08-251-0/+5
* Fix warning due to undocumented function argumentLouai Al-Khanji2015-08-251-2/+7
* Fix warning due to undocumented function argumentLouai Al-Khanji2015-08-251-0/+2
* Fix invalid documentation function referenceLouai Al-Khanji2015-08-251-2/+2
* Move QCoreApplication::quitLockEnabled documentation to single placeLouai Al-Khanji2015-08-251-16/+4
* Fix permissions on qalgorithms.hThiago Macieira2015-08-251-0/+0
* Fix compilation with ICC on WindowsThiago Macieira2015-08-251-5/+5
* Avoid recreating QVariantLists when extracted from a QVariantJocelyn Turcotte2015-08-242-18/+3
* Fix double initialization of QRgba64 with C++14Allan Sandfeld Jensen2015-08-241-23/+24
* Extend the image viewer example.Friedemann Kleint2015-08-242-17/+120
* QTabletEvent manual test: show events/sec and frames/sec, proximityShawn Rutledge2015-08-241-1/+23
* QTabletEvent manual test: show event timestampShawn Rutledge2015-08-242-0/+4
* xcb: set QTabletEvent's timestamp from the window system eventShawn Rutledge2015-08-241-9/+8
* QInputEvent: document that timestamp() is in millisecondsShawn Rutledge2015-08-241-0/+2
* Windows: set QTabletEvent's timestamp from the window system eventShawn Rutledge2015-08-241-8/+10
* QLoggingRegistry: Look up logging configuration in Qt data pathKai Koehne2015-08-243-29/+37
* winphone: Fix keyboard show/hide callsAndrew Knight2015-08-241-8/+18
* Remove vestiges of Qt's own sockaddr_in6 and sockaddr_storageThiago Macieira2015-08-225-48/+13
* 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