summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Be more tolerant with multiple differerent metatype registrationsOlivier Goffart2015-08-261-17/+8
* ibus: Return correct scan code to windowsTakao Fujiwara2015-08-252-18/+35
* Harmonize input context selectionBernd Weimer2015-08-256-41/+26
* Fix module reference in license headerLouai Al-Khanji2015-08-252-2/+2
* Remove unused kms pluginLouai Al-Khanji2015-08-2519-2006/+0
* 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
* 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-225-13/+169
* QNativeSocketEngine: use sendmsg/recvmsg instead of sendto/recvfromThiago Macieira2015-08-224-88/+142
* QAbstractSocketEngine: introduce QIpPacketHeader for datagramsThiago Macieira2015-08-2212-77/+138
* 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
* 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-191-47/+52
* 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
* 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
* Merge dev into 5.6Oswald Buddenhagen2015-08-1783-1383/+2138
|\
| * 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