summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adds qFindFirstSetBit() and qFindLastSetBit().Glen Mabey2015-03-283-0/+302
* Cocoa integration - menus and Qt::Tool windowsTimur Pocheptsov2015-03-273-2/+22
* QWidgetWindow: use sendEvent to forward events to the wrapped QWidgetGiuseppe D'Angelo2015-03-264-15/+64
* Fixed bug in QLayout::replaceWidget()Jan Arve Saether2015-03-261-2/+1
* Haiku: Fix clipboard implementationTobias Koenig2015-03-252-9/+40
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-24806-140601/+47090
|\
| * OSX: add another missing AutoReleasePool.Erik Verbruggen2015-03-231-0/+1
| * Use glFinish() in QOpenGLWidget unless glFlush() is known to be enoughLaszlo Agocs2015-03-233-4/+39
| * eglfs: Unblank on startupLaszlo Agocs2015-03-231-0/+4
| * eglfs: Disable the blinking cursorLaszlo Agocs2015-03-232-7/+24
| * Do not search test binary if QProcess is not supported.Pasi Petäjäjärvi2015-03-231-0/+2
| * QVarLengthArray: Do not require operator!= for element comparisonKai Koehne2015-03-231-5/+4
| * QVarLengthArray: Add initializer_list constructorKai Koehne2015-03-233-0/+84
| * QGLWidget: make renderText() work in high-dpi modeMorten Johan Sørvig2015-03-231-1/+4
| * QWidget: render() in correct resolution on retinaTimur Pocheptsov2015-03-231-1/+4
| * QSplashScreen: Center also on high-dpi screensMorten Johan Sørvig2015-03-231-1/+1
| * Android: update android gradle plugin versionBogDan Vatra2015-03-231-1/+1
| * Android: Early spring QPA cleanupBogDan Vatra2015-03-232-13/+5
| * QDoubleSpinBox: Set back an upper limit widthCaroline Chao2015-03-232-4/+16
| * Update bundled HarfBuzz to 0.9.40Konstantin Ritt2015-03-236-9/+17
| * [locale database utility] Minor code deduplicationKonstantin Ritt2015-03-231-20/+9
| * [locale database utility] Optimize by caching the locale lookup chainKonstantin Ritt2015-03-231-0/+7
| * [locale database utility] Fix inheritance chainKonstantin Ritt2015-03-231-1/+1
| * Report a correct Unicode version used by QtKonstantin Ritt2015-03-233-5/+5
| * Clean-up tst_QCharKonstantin Ritt2015-03-231-297/+218
| * Relicense forkfd under an MIT licenseThiago Macieira2015-03-233-85/+47
| * Fix problems with extended selection after changing the model contentsFrank Reininghaus2015-03-224-10/+135
| * Cocoa: Don't let key events triggering input method events close dialog.Christoph Schleifenbaum2015-03-213-0/+11
| * Stop doing s/HAVE_CONFIG_H/PCRE_HAVE_CONFIG_H/g in bundled PCRE sourcesKonstantin Ritt2015-03-2026-34/+31
| * Build bundled PCRE copy as qt_helper_libKonstantin Ritt2015-03-205-41/+65
| * Introduce icu_dependency.priKonstantin Ritt2015-03-203-26/+16
| * Add a note about not requesting a profileLaszlo Agocs2015-03-201-1/+1
| * Add OpenGL 4.5 to contextinfo exampleLaszlo Agocs2015-03-201-1/+2
| * Disable usage of glTexStorage on Mali ES 3.0Laszlo Agocs2015-03-201-2/+3
| * Sort the entries in QDir by using the QDateTime::msecsTo()Andy Shaw2015-03-201-1/+1
| * MySQL: Fix test so it expects the right integer typeAndy Shaw2015-03-201-3/+3
| * MySQL: Keep the precision of the field when formatting the valueAndy Shaw2015-03-202-10/+29
| * [QWindowsFontDatabase] Move code around to improve readabilityKonstantin Ritt2015-03-201-44/+30
| * Simplify QWindowsFontDatabase::createEngine()Konstantin Ritt2015-03-203-15/+12
| * An attempt to fix font stretching with DirectFrite font engineKonstantin Ritt2015-03-201-17/+15
| * Only get font metrics if we're going to use themKonstantin Ritt2015-03-201-26/+20
| * Do not re-create font if it is not of TMPF_TRUETYPEKonstantin Ritt2015-03-201-3/+1
| * [QFontEngineFT] Get rid of redundant lockFace()/unlockFace() callsKonstantin Ritt2015-03-201-8/+0
| * [QFontEngineFT] Fix memory leaks and possible double deletionsKonstantin Ritt2015-03-201-13/+18
| * Apply Qt-specific changes to the bundled FreeTypeKonstantin Ritt2015-03-202-1/+3
| * Update bundled FreeType to 2.5.5Konstantin Ritt2015-03-20610-139644/+45347
| * Android: Use nullptr instead of Q_NULLPTRBogDan Vatra2015-03-202-38/+38
| * Proper screen change handling for devicePixelRatioPaul Olav Tvete2015-03-201-2/+17
| * Windows: Activate popup when there is no active window.Friedemann Kleint2015-03-201-5/+8
| * Diaglib: Add gesture events to event filter.Friedemann Kleint2015-03-202-0/+7