summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QLineEdit: mark a comment with ### Qt6Marc Mutz2014-08-281-1/+1
* QGradient: note to unwrap 'void *dummy' in Qt 6Marc Mutz2014-08-281-1/+1
* Fix font family name mismatch between localized and non-localized versionLi Qiu2014-08-281-0/+9
* QString:add (last)indexOf overload with QRegularExpressionMatch outputSamuel Gaist2014-08-273-5/+69
* Fail early when creating QOpenGLVertexArrayObjectJørgen Lind2014-08-261-0/+5
* Refactor QString::contains(QRegularExpression)Giuseppe D'Angelo2014-08-241-8/+3
* Compile with -no-feature-accessibilityFrederik Gladhorn2014-08-2116-23/+42
* QString: replace an inefficient QList with QVectorMarc Mutz2014-08-191-3/+5
* Simplify and unify Q{ByteArray,String{,Ref}}::{simplify,trimmed}Thiago Macieira2014-08-194-144/+151
* Add rvalue-ref qualified QString::to{Upper,Lower,CaseFolded}Thiago Macieira2014-08-193-13/+81
* Unify and refactor QString::to{Upper,Lower,CaseFolded}Thiago Macieira2014-08-192-158/+84
* Add rvalue-ref qualified overload of QByteArray::to{Upper,Lower}Thiago Macieira2014-08-193-7/+56
* Optimize qstricmp()/qstrnicmp()Marc Mutz2014-08-191-3/+3
* Unify and optimize QByteArray::to{Upper,Lower}Thiago Macieira2014-08-191-20/+99
* Update 3rdparty/atspi2 constantsFrederik Gladhorn2014-08-181-13/+105
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-08-18110-12604/+14812
|\
| * eglfs/stub: Die fatally if the framebuffer can't be opened.Robin Burchell2014-08-171-1/+3
| * kms: Also initialize in resize(), if required.Robin Burchell2014-08-171-0/+5
| * GTK2 theme should use GTK configured font variantAllan Sandfeld Jensen2014-08-174-7/+33
| * Android: Also support android style for debug deploymentEskil Abrahamsen Blomfeldt2014-08-161-8/+6
| * Support autohint and lcdfilter fontconfig configurationAllan Sandfeld Jensen2014-08-163-0/+25
| * Forward menu button events to Qt if there is no visible menubar.BogDan Vatra2014-08-168-21/+37
| * Handle 10-bit per color formats in qt_mac_toCGImageAllan Sandfeld Jensen2014-08-161-5/+6
| * Compile on Android without statfs.f_flagsAllan Sandfeld Jensen2014-08-161-0/+2
| * QMimeData: replace an inefficient QList with a QVectorMarc Mutz2014-08-151-1/+2
| * GLX: request up to OpenGL 4.5 / ES 3.1 by defaultGiuseppe D'Angelo2014-08-151-4/+4
| * Fix compilation of QPixelFormat with old clangFrederik Gladhorn2014-08-151-1/+3
| * Add support for accelerated glyph rendering in the directfb pluginSimon Hausmann2014-08-155-1/+189
| * DirectFB fix build error in QDirectFBWindowAndy Nichols2014-08-151-1/+1
| * DirectFB define platform integration capabilitiesAndy Nichols2014-08-152-0/+15
| * Make sure to have a pbuffer-capable config for the temp pbufferLaszlo Agocs2014-08-141-1/+5
| * Fix documentation and memrotate of new RGB30 QImage formatsAllan Sandfeld Jensen2014-08-142-3/+6
| * Move SubpixelAntialiasingType from QFontEngineFT to QFontEngineAllan Sandfeld Jensen2014-08-144-44/+44
| * Update qopenglext.h and qopengles2ext.hLaszlo Agocs2014-08-144-12271/+10795
| * qdoc: Stop outputting duplicate \brief for QML type and module pagesTopi Reinio2014-08-141-2/+3
| * Remove redundant code from QMetaProperty.Jędrzej Nowacki2014-08-141-9/+1
| * Fix compile for harfbuzz-ng for winceAndreas Holzammer2014-08-143-0/+16
| * winrt: Add partial SSL key supportAndrew Knight2014-08-131-9/+121
| * Introduce secure transport backend for Windows RuntimeOliver Wolff2014-08-1310-18/+616
| * winrt: Fix deadlock in thread dispatcher accessAndrew Knight2014-08-131-6/+8
| * Fix composition for windows with alphaLaszlo Agocs2014-08-138-21/+64
| * Add the QStorageInfo classIvan Komissarov2014-08-139-7/+1646
| * Implement native settings format for WinRTMaurice Kalinowski2014-08-134-4/+705
| * Create.tag entries for QML classesDavid Edmundson2014-08-132-0/+4
| * Android: don't kill the app without warningPaul Olav Tvete2014-08-131-3/+1
| * Replace the const QString global static with a QStringLiteralThiago Macieira2014-08-131-4/+10
| * Add accessible rolesFrederik Gladhorn2014-08-135-1/+81
| * Remove invalid assertFrederik Gladhorn2014-08-131-2/+1
| * Accessibility: Fix boundaries for text functions in QLineEditFrederik Gladhorn2014-08-132-31/+38
| * Fix error reported by address sanitizerOlivier Goffart2014-08-132-14/+20