summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QEventDispatcherUNIX: Use poll instead of selectLouai Al-Khanji2016-01-262-324/+206
* Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-26100-515/+824
|\
| * Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-26100-515/+824
| |\
| | * Doc: Added brief statement to XML examplesNico Vertriest2016-01-262-0/+3
| | * Doc: removed double occurrence of systray.qdocNico Vertriest2016-01-262-186/+6
| | * Doc: Added brief statement for examples overview pageNico Vertriest2016-01-262-0/+3
| | * Android: Probe for virtual keyboard heightBogDan Vatra2016-01-261-7/+49
| | * Call out to QtDBus message spies in the main threadThiago Macieira2016-01-253-13/+57
| | * Repaint QOpenGLWidget when screen changesDyami Caliri2016-01-241-0/+3
| | * Fix tlw source rect transformation for backingstore blit.Dyami Caliri2016-01-241-1/+1
| | * Q*Application: don't allocate memory just to compare C stringsMarc Mutz2016-01-233-37/+45
| | * Android: Fix compile on arm64BogDan Vatra2016-01-231-0/+3
| | * Speed up QObject::connect with function pointersSimon Hausmann2016-01-221-0/+1
| | * QNX: Fix -developer-buildRafael Roquetto2016-01-221-4/+4
| | * Cocoa: Update QWindow::screen() on expose/show.Morten Johan Sørvig2016-01-221-0/+12
| | * Autotest: make tst_QDateTime pass when LC_TIME != en_USThiago Macieira2016-01-221-9/+6
| | * Hide better the private API QTextCursor constructorsThiago Macieira2016-01-229-19/+28
| | * Fix build with QT_NO_OPENGLTor Arne Vestbø2016-01-211-0/+1
| | * Use QFileInfo::exists(f) instead of QFileInfo(f).exists()Tobias Koenig2016-01-214-8/+8
| | * Remove dead code from QOpenGLPaintEngineAllan Sandfeld Jensen2016-01-212-19/+1
| | * Work around MinGW-make's magic prefixing of paths.Frederik Gladhorn2016-01-218-4/+38
| | * give the pkg-config wrapper a proper nameOswald Buddenhagen2016-01-211-0/+1
| | * Avoid heap allocations in Median classTobias Koenig2016-01-213-1/+145
| | * QString: optimize case conversion codeKonstantin Ritt2016-01-211-24/+30
| | * eglfs: Detect llvmpipe and show a warningLaszlo Agocs2016-01-214-0/+19
| | * Make pkgConfigExecutable() work when a pkg-config is defined in the specChristian Strømme2016-01-212-2/+5
| | * Fix some mis-guided fall-throughs #ifdef QT_BOOTSTRAPPED.Edward Welbourne2016-01-211-9/+13
| | * Fix pixmap types in org.kde.StatusNotifierItem.xmlDmitry Shachnev2016-01-212-8/+8
| | * QMake: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-01-217-16/+16
| | * QtPlatformSupport: Remove virtual from declarations with override.Friedemann Kleint2016-01-215-59/+59
| | * QGnomeTheme: Change the QFont members to pointer members.Friedemann Kleint2016-01-211-12/+12
| | * winrt: Fix potential crash in readDatagramMaurice Kalinowski2016-01-211-1/+1
| | * winrt: msvc2015: refactor file handlingMaurice Kalinowski2016-01-2126-41/+220
| | * [docs] Fix reverse STL iteration exampleMarc Mutz2016-01-212-7/+4
| | * Fix the use of R_X86_64_GOTPCREL on a 64-bit field: it should be 32-bitThiago Macieira2016-01-211-5/+7
| | * Autotest: remove the check that broadcast = ip | ~netmaskThiago Macieira2016-01-211-7/+0
| | * QNetworkInterface: don't add a QNetworkAddressEntry if no IP is knownThiago Macieira2016-01-211-17/+17
| | * QNetworkInterface: fix handling of interfaces with no addressesThiago Macieira2016-01-211-1/+1
* | | uic: optimize generateMultiDirectiveBegin()Marc Mutz2016-01-261-15/+7
* | | Fixed rendering of translucent CSS borders to prevent visible overlapBrad Stanton2016-01-261-1/+3
* | | Add user friendly warning to basic fontdb when there are no fontsLaszlo Agocs2016-01-261-2/+3
* | | QAbstractSocket: do not use internal buffer for discarding the dataAlex Trotsenko2016-01-261-15/+28
* | | qabstractnetworkcache - enable several testsTimur Pocheptsov2016-01-261-7/+0
|/ /
* | xcb: remove compressExposeEvent() from handleMapNotifyEvent()Liang Qi2016-01-261-3/+1
* | tst_qcombobox: Don't use the deprecated QTest::qWaitForWindowShown()Liang Qi2016-01-261-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-26172-3316/+4222
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-21172-3316/+4222
| |\|
| | * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Jani Heikkinen2016-01-2185-2324/+2115
| | |\
| | | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-1985-2324/+2115
| | | |\
| | | | * xcb: Fallback to Xlib screen when glXGetCurrentDisplay() returns NULLBłażej Szczygieł2016-01-182-6/+11