summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-0121-238/+377
|\
| * Merge "Merge remote-tracking branch 'origin/5.4.2' into 5.4" into refs/stagin...Liang Qi2015-05-296-13/+19
| |\
| | * Merge remote-tracking branch 'origin/5.4.2' into 5.4Liang Qi2015-05-296-13/+19
| | |\
| | | * Revert some changes in light of GCC 4 -fPIE reversalv5.4.2Stephen Kelly2015-05-292-1/+13
| | | * Make qglobal.h only complain for GCC >= 5 about -fPIEThiago Macieira2015-05-291-1/+2
| | | * Only add -fPIC flags for compilers known to require it.Stephen Kelly2015-05-272-6/+1
| | | * Avoid false positives from google by storing OpenSSL version as Unicode.Richard J. Moore2015-05-251-1/+4
| | | * Do not modify decoder when determining image-formatAllan Sandfeld Jensen2015-05-211-7/+0
| | | * Workaround for Samsung keyboard bugPaul Olav Tvete2015-05-201-0/+2
| * | | Fix no bearermanagement buildLorn Potter2015-05-292-20/+24
| |/ /
| * | Doc: Added the missing \brief and \image for example docsVenugopal Shivashankar2015-05-272-0/+6
| * | Fix documentation of obsoleted functions to show the right replacementAndy Shaw2015-05-261-2/+2
| * | Use the new non-obsoleted functions for getting the paper detailsAndy Shaw2015-05-261-2/+2
| * | Ensure the same behavior on Win as Unix re the host in isApparentlyStaleAndy Shaw2015-05-221-1/+1
| * | Doc: Excluded qdoc files that caused unnecessary Qt Creator warnings.Venugopal Shivashankar2015-05-201-0/+3
| * | Prevent bad-ptrs deref in QNetworkConfigurationManagerPrivateMikhail Lappo2015-05-181-0/+1
| * | Merge remote-tracking branch 'origin/5.4.2' into 5.4Liang Qi2015-05-185-184/+298
| |\|
| | * Try to ensure that -fPIC is used in CMake buildsEvangelos Foutras2015-05-141-1/+2
| | * Windows: Fix exit crash of GUI applications when deleting argv[].Friedemann Kleint2015-05-131-1/+1
| | * Make qglobal.h complain if you use -fPIEThiago Macieira2015-05-131-2/+2
| | * Android: Store and use the class names as key when caching.Christian Strømme2015-05-082-180/+293
| * | Doc: corrected autolink issues statemachine.qdocNico Vertriest2015-05-131-16/+16
| * | Doc: clarify ownership after QStackedWidget::removeWidgetJoerg Bornemann2015-05-131-1/+3
| * | Doc: fix QSystemSemaphore exampleJoerg Bornemann2015-05-131-2/+3
| * | Handle parsing of GL_VERSION as reported by Nexus 6Andy Shaw2015-05-111-0/+4
* | | Revert "Android: Don't show translucent system UI on top of Qt"Eskil Abrahamsen Blomfeldt2015-05-302-28/+1
* | | Combine x and y oriented sample helpersAllan Sandfeld Jensen2015-05-302-120/+58
* | | Remove unused call indirectionAllan Sandfeld Jensen2015-05-301-20/+4
* | | Emphasize the need for calling setDefaultFormat early on OS XLaszlo Agocs2015-05-291-0/+6
* | | Windows: Fix font metrics of Vista style wizards.Friedemann Kleint2015-05-294-16/+43
* | | windows: Use EGL extensions as they ought to be usedLaszlo Agocs2015-05-282-6/+13
* | | Improve QHeaderView::sectionsInserted performanceIvan Komissarov2015-05-281-7/+7
* | | Fix for eglfs context sharing problem in qtwebengine widgetCaner Altinbasak2015-05-281-0/+2
* | | ANGLE: Fix compilation without d3d11Kai Koehne2015-05-283-1/+62
* | | ANGLE: fix DllMain collision in static buildsAndrew Knight2015-05-281-0/+2
* | | Translate AM/PM under the QDateTimeParser context so it is consistentAndy Shaw2015-05-283-10/+11
* | | QtGui/Windows: Fix static build.Friedemann Kleint2015-05-271-4/+4
* | | Add support to disable close button from the tool window in Cocoa.Marko Kangas2015-05-271-3/+16
* | | QOpenGLWindow: initializeGL is to be called before resizeGLLaszlo Agocs2015-05-271-114/+131
* | | Fix failing input device notifications on embeddedLaszlo Agocs2015-05-272-0/+3
* | | Doc fix typo in QT_MESSAGE_PATTERNTasuku Suzuki2015-05-271-1/+1
* | | Fix forkfd on OS X 10.7 and earlier by avoiding waitid altogetherDyami Caliri2015-05-271-24/+32
* | | Fix crash due to QTreeView accessing deleted model indexes.Joerg Bornemann2015-05-271-0/+1
* | | QIODevice::read(): limit the size of result buffer with a proper valueAlex Trotsenko2015-05-271-7/+6
* | | QMetaType: Fix compilation with non default constructible Q_GADGETOlivier Goffart2015-05-272-1/+22
* | | QWindowsVistaStyle: Do not stop animations when falling back to XP.Friedemann Kleint2015-05-261-6/+0
* | | take process name into account for QLockFile's pid clash resolutionJoerg Bornemann2015-05-264-4/+102
* | | Windows: Clean Qt::WindowFullscreenButtonHint in fixTopLevelWindowFlags().Friedemann Kleint2015-05-261-0/+2
* | | Make sure we don't call dbus_connection_can_send_type on too old libdbusThiago Macieira2015-05-261-3/+0
* | | QMetaType: Do not automatically register types that derives from a Q_GADGETOlivier Goffart2015-05-232-4/+9