summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* make Q_DECLARE_TR_FUNCTIONS() compile with QT_NO_DEPRECATEDOswald Buddenhagen2013-03-131-2/+9
* QStandardPaths::displayName() is unavailable when bootstrappedOswald Buddenhagen2013-03-131-0/+2
* consolidate syncqt invocationsOswald Buddenhagen2013-03-132-30/+12
* Window deactivation should set focus reason.Frederik Gladhorn2013-03-131-1/+1
* Improve warning messages (and readability) of connectSlotsByName()Axel Waggershauser2013-03-131-12/+40
* remove pointless DBUS_PATH includesOswald Buddenhagen2013-03-132-4/+0
* Don't include custom qopengles2ext.h on iOSTor Arne Vestbø2013-03-131-21/+32
* Generate a Qt5ConfigVersion.cmake file.Stephen Kelly2013-03-131-2/+5
* Fix openglextensions module depends.Stephen Kelly2013-03-131-1/+0
* Improved appearance of mac toolbar handlesJens Bache-Wiig2013-03-131-9/+3
* Improve the look and feel of Mac extension arrowJens Bache-Wiig2013-03-136-75/+6
* Draw StatusBar with gradient on macJens Bache-Wiig2013-03-131-12/+0
* Add convenience for section actions in QMenuKevin Ottens2013-03-136-2/+115
* Fix build with Windows SDKs pre 7.0.Friedemann Kleint2013-03-131-3/+3
* Fixed bug in QTimeLine::setPaused(false)Jan Arve Saether2013-03-131-0/+3
* QTextEngine::itemize(): Minor optimizationKonstantin Ritt2013-03-131-1/+1
* Hide Harfbuzz from the outer worldKonstantin Ritt2013-03-137-107/+227
* Avoid using HB types in QFontEngine APIKonstantin Ritt2013-03-136-55/+81
* g_thread_init is deprecatedFrederik Gladhorn2013-03-121-0/+2
* melt src/tools/tools.pro into src/src.proOswald Buddenhagen2013-03-122-46/+34
* remove strange qdoc dependencyOswald Buddenhagen2013-03-121-7/+0
* QNX: Fix build errorRafael Roquetto2013-03-121-5/+0
* interpret format argument of QString::sprintf() as UTF-8Oswald Buddenhagen2013-03-121-1/+3
* make QtCriticalMsg fatal if QT_FATAL_WARNINGS is setOswald Buddenhagen2013-03-121-1/+1
* de-duplicate and accelerate codeOswald Buddenhagen2013-03-121-3/+1
* fix encoding when invoking default message handlerOswald Buddenhagen2013-03-121-1/+1
* fix encoding when printing debug under winceOswald Buddenhagen2013-03-121-1/+1
* don't clobber 8-bit outputOswald Buddenhagen2013-03-121-2/+2
* Replace HB types used in API with Qt analogsKonstantin Ritt2013-03-1212-66/+73
* Do not list desktop widgets and desktop screen widgets as top-levels.Friedemann Kleint2013-03-122-3/+2
* Android: install java-related filesPaul Olav Tvete2013-03-123-15/+29
* Android build fixPaul Olav Tvete2013-03-121-1/+1
* XCB: support creation of OpenGL ES profilesGiuseppe D'Angelo2013-03-121-46/+78
* Get rid of qt_determine_writing_systems_from_truetype_bits()Konstantin Ritt2013-03-128-384/+115
* QFontComboBox: Minor code optimization & simplificationKonstantin Ritt2013-03-121-25/+12
* Avoid crash in QVertexArrayObject destructorSean Harmer2013-03-121-1/+2
* Add QOpenGLTimerQuery and QOpenGLTimeMonitor classesSean Harmer2013-03-124-3/+1174
* Fix wrong initial positionCaroline Chao2013-03-122-1/+25
* Update gl2ext.h with the latest version from KhronosGiuseppe D'Angelo2013-03-121-20/+461
* Reset the X error handler after initializing GTKGiuseppe D'Angelo2013-03-121-0/+8
* QRegularExpression: refactor the handling of the study dataGiuseppe D'Angelo2013-03-121-17/+24
* Build with GL headers in non-standard locations.Volker Krause2013-03-121-0/+4
* Add support for setting/getting the paper name on the QPrinterAndy Shaw2013-03-129-18/+209
* Silence warning about unused fields in test event (CLANG).Friedemann Kleint2013-03-121-1/+1
* Fix warning about unhandled enumeration value.Friedemann Kleint2013-03-121-0/+2
* Fix MinGW-64-warnings about cast from DWORD to HWND.Friedemann Kleint2013-03-121-8/+12
* QApplication: Fix MSVC-warning about unused variable q.Friedemann Kleint2013-03-121-6/+2
* Windows: Use arrow cursor for toplevels with no cursor set.Friedemann Kleint2013-03-121-2/+15
* Documentation and versioning for new Window propertiesShawn Rutledge2013-03-122-18/+28
* Android: Allow more than three touch pointsPaul Olav Tvete2013-03-121-41/+7