summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-2686-723/+1338
|\
| * Cocoa: Fix backing store performance regression.Morten Johan Sørvig2015-08-253-15/+22
| * Bump PCRE to r1594Giuseppe D'Angelo2015-08-2519-398/+643
| * Fix potential crash in QWindowsWindow::setDropSiteEnabled().Friedemann Kleint2015-08-251-1/+1
| * Windows/Input context: Update enabling of IME in in update(), too.Friedemann Kleint2015-08-252-3/+15
| * iOS: calculate bounds in desktop view using transformed window bounds for bot...Richard Moe Gustavsen2015-08-251-1/+2
| * QRasterPaintEngine: Don't detach QImageSérgio Martins2015-08-251-3/+3
| * Doc: Mention Windows limitations in QFileInfo permission methodsKai Koehne2015-08-251-1/+15
| * QWindowsMimeImage: Revert image format handling back to Qt 4.Friedemann Kleint2015-08-251-7/+2
| * QNAM: Fix reply deadlocks on server closing connectionMarkus Goetz2015-08-202-1/+10
| * Fix regression in reading certain compressed bmp imagesAndy Shaw2015-08-201-3/+3
| * Fix unnecessary enter leave eventsJorgen Lind2015-08-201-2/+2
| * Avoid overflow in QTime::addSecs with too big a number of secondsThiago Macieira2015-08-191-0/+1
| * xcb: send QTabletEvent before QMouseEventShawn Rutledge2015-08-192-12/+13
| * Doc: remove type() reference from QApplication and QGuiApplicationJulien Brianceau2015-08-182-4/+2
| * QRegularExpression: fix matching over QStringRefsGiuseppe D'Angelo2015-08-181-24/+21
| * Handle action events in QLineEditIconButton.Friedemann Kleint2015-08-182-4/+36
| * egl: Do not do any further ops when context creation failsLaszlo Agocs2015-08-181-1/+2
| * Fix potential SIGFPEs in QRasterizer::rasterizeLine()Joni Poikelin2015-08-181-14/+14
| * Fix shortcuts with keypad keysAlexander Volkov2015-08-182-9/+7
| * Do not add GLSL line statements for old driversLaszlo Agocs2015-08-171-5/+12
| * Open menu on the third click on QMenuBar on X11Alexander Volkov2015-08-171-1/+1
| * fix assertion in QProcess/WinJoerg Bornemann2015-08-171-2/+4
| * QMimeDatabase: adapt to changes in shared-mime-info 1.3David Faure2015-08-161-3/+6
| * QProcess: Ensure that the stdin buffer is cleared on start()Thiago Macieira2015-08-152-2/+3
| * Fix QChar char constructors documentationSamuel Gaist2015-08-131-2/+10
| * ANGLE: call flex/bison by their standard namesAndrew Knight2015-08-132-6/+6
| * qprintdialog_unix.cpp: fix out-of-bounds when cwd is empty.David Faure2015-08-131-1/+1
| * Do not use Q_GLOBAL_STATIC in the implementation of QMutexOlivier Goffart2015-08-131-1/+22
| * Cocoa: fix integer multiplication overflow in qt_gettime()Michael Klein2015-08-131-0/+5
| * QMimeProvider: Do not crash when globPatterns is empty.Milian Wolff2015-08-121-1/+1
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-08-1219-125/+287
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-1719-125/+287
| | |\
| | | * Better handling of invalid font tables5.4Eskil Abrahamsen Blomfeldt2015-07-105-65/+176
| | | * Network: Fix up previous corruption patchMarkus Goetz2015-07-088-46/+89
| | | * Check for integer overflows in places where qAllocMore is usedMikhail Lappo2015-06-196-5/+33
| | | * quote QUuid valuesEvgeniy Fominov2015-06-071-0/+3
| | | * Make QStyle::itemPixmapRect handle devicePixelRatioDavid Edmundson2015-06-011-6/+10
| | | * Improve documentation for Qt::ItemNeverHasChildren.Florian Bruhin2015-06-011-0/+1
| | | * Update QProcess doc to use non-deprecated setProcessEnvironmentSamuel Gaist2015-05-301-4/+4
| | | * Correct calculation of filesystem data on unusual filesystemsThiago Macieira2015-05-301-3/+3
| * | | QMimeDatabase: use QElapsedTimer instead of QDateTime::currentDateTime()David Faure2015-08-122-4/+4
| * | | iOS: ensure that we restore text selection with correct cursor and anchor posRichard Moe Gustavsen2015-08-111-1/+1
| * | | iOS: support cut/copy/paste shortcuts when using Bluetooth keyboardRichard Moe Gustavsen2015-08-111-8/+42
| * | | QComboBox: make editable comboboxes usable with input methodsRichard Moe Gustavsen2015-08-111-0/+2
| * | | QLineEdit: update IM status after selection changeRichard Moe Gustavsen2015-08-111-0/+3
| * | | When the focus changes make sure that the IME finishes correctlyAndy Shaw2015-08-101-1/+1
| * | | Fix out-of-buffer read on image upscaleAllan Sandfeld Jensen2015-08-101-1/+4
| * | | Always return grayscale indexed8 from QImage::alphaChannel()Allan Sandfeld Jensen2015-08-091-3/+4
| * | | Improve readability of QTextLine's handling of (negative) right bearingTor Arne Vestbø2015-08-071-26/+55