summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove __cdecl from Windows desktop atomicsThiago Macieira2015-02-201-1/+1
* Windows: Refactor FreeType font database.Friedemann Kleint2015-02-201-100/+132
* Add explanatory text to translated strings in font database.Friedemann Kleint2015-02-201-0/+2
* Guarantee there is always a valid HFONT to get metrics forKonstantin Ritt2015-02-201-6/+7
* [QFreetypeFace::addBitmapToPath] Get rid of unused paramKonstantin Ritt2015-02-202-3/+3
* Fix MSVC 2013/64bit warnings about conversion from 'size_t' to 'int'.Friedemann Kleint2015-02-182-5/+5
* PostgreSQL: Fix special floating point handling for 'float' types.Friedemann Kleint2015-02-181-15/+27
* Use QPlatformWindow::mapToGlobal()/mapFromGlobal() for Qt::ForeignWindow.Friedemann Kleint2015-02-181-6/+10
* Merge remote-tracking branch 'origin/dev' into 5.5Frederik Gladhorn2015-02-1769-376/+362
|\
| * xcb: Fix build with -no-xcb-xlib -qt-xcbAndrew Knight2015-02-174-12/+16
| * Introduce QT_NO_MIMETYPESérgio Martins2015-02-1728-14/+116
| * Fix license headersSergio Ahumada2015-02-165-111/+71
| * Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-1624-189/+123
| * Android: Fix compile on arm64-v8aBogDan Vatra2015-02-161-1/+1
| * LocalSocket: Do not return early in waitForReadyReadKai Koehne2015-02-161-3/+0
| * Add widget support for requestUpdate() and improve its docs and testsLaszlo Agocs2015-02-162-5/+20
| * Use d2i_DHparams instead of poking around inside the DH struct.Richard J. Moore2015-02-163-41/+14
| * qdoc: Clear the list of output files during generator initTopi Reinio2015-02-161-0/+1
* | Fix QDebug cumulating operator<< with many Q_ENUMOlivier Goffart2015-02-174-24/+33
* | Output the JSON binary data with printable charactersThiago Macieira2015-02-171-1/+7
* | Use Clang 3.6's __builtin_assume in Q_ASSUMEThiago Macieira2015-02-171-1/+5
* | Fix Intel compiler warning about change of signThiago Macieira2015-02-171-4/+4
* | Fix compilation with ICC: failure to parse placement of Q_DECL_OVERRIDEThiago Macieira2015-02-173-3/+3
|/
* QDateTime: micro-optimize QDebug op<<Marc Mutz2015-02-151-8/+5
* Add missing QPlainTextEdit::createStandardContextMenu(QPoint)J-P Nurmi2015-02-152-1/+21
* QWidgetTextControl: add object names for standard context menu actionsJ-P Nurmi2015-02-151-0/+8
* QSsl: teach the SecureTransport backend about TlsV1_0OrLater, TlsV1_1OrLater ...Mikkel Krautz2015-02-151-0/+21
* Remove support for some very old compilersAllan Sandfeld Jensen2015-02-154-47/+0
* QFileDialog: don't warn about directory url prematurlyRichard Moe Gustavsen2015-02-151-1/+1
* QFileDialog: don't clear directory url upon showRichard Moe Gustavsen2015-02-151-4/+0
* qstandardpaths_ios: add system path for PicturesLocationRichard Moe Gustavsen2015-02-151-2/+10
* iOS: add native file dialog for selecing photos/assetsRichard Moe Gustavsen2015-02-155-2/+252
* iOS: add a file engine to support loading assets/photosRichard Moe Gustavsen2015-02-155-1/+399
* Add conversion between Q_ENUMs and strings in QVariantOlivier Goffart2015-02-151-3/+71
* Updated BSD licensed file headersJani Heikkinen2015-02-15476-1415/+1415
* Make the printing of complex byte arrays prettierThiago Macieira2015-02-153-1/+68
* Optimize the Latin1 conversion code in the JSON parser with SSE2Thiago Macieira2015-02-151-5/+28
* QTextLayout: Reserve space ahead of time.Robin Burchell2015-02-151-0/+2
* QFontDatabase: Move style key near usage to avoid heap allocsRobin Burchell2015-02-151-8/+4
* QFontDatabase: Optimize QtFontStyle::Key::Key().Robin Burchell2015-02-151-6/+13
* Fix indentation and move some variables aroundKonstantin Ritt2015-02-151-63/+52
* QDBusConnection::registorObject with interfaceKevron Rees2015-02-155-3/+31
* Do not mark non-existent touch points as stationaryMikko Harju2015-02-141-0/+4
* Animation classes: micro-optimize loops.Friedemann Kleint2015-02-143-39/+40
* Add support for GPU bug list reading.Friedemann Kleint2015-02-143-0/+455
* Windows: Use QVersionNumber in GPU driver version.Friedemann Kleint2015-02-142-76/+14
* QDateTime: make qt_monthNumberFromShortName() staticMarc Mutz2015-02-141-1/+1
* QDateTime: use existing functions for short month name parsingMarc Mutz2015-02-141-35/+21
* QDateTimePrivate: enable read caching on m_status in setDateTime()Marc Mutz2015-02-141-6/+6
* QDateTime: pass explicit length to QLatin1String ctorMarc Mutz2015-02-141-1/+1