summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Minor optimization for QTextEngine::shapeText()Konstantin Ritt2014-02-111-43/+36
* Fix log_clusters calculation in HarfBuzz-NG code pathKonstantin Ritt2014-02-111-37/+16
* Fix drawing vertical gradients in RGBA8888 formatsAllan Sandfeld Jensen2014-02-101-7/+7
* Fix assert when converting RGBx8888 to ARGB32_PMAllan Sandfeld Jensen2014-02-101-1/+1
* Make QUrl::isLocalFile fast by storing a flagThiago Macieira2014-02-101-9/+33
* Remove useless ifFrederik Gladhorn2014-02-101-3/+2
* Accessibility: Fix reporting the same name/value twiceFrederik Gladhorn2014-02-103-4/+4
* Doc: fix typo in QDebugStateSaver docuDavid Faure2014-02-101-1/+1
* qdoc: fix memory leaks, unchecked open(), hardcoded path - in debugging codeDavid Faure2014-02-101-6/+5
* QStandardPaths: fix empty path in XDG_DATA_DIRS being treated as '/'.David Faure2014-02-101-4/+11
* QDir::tempPath: clarify trailing-slash situation.David Faure2014-02-101-2/+2
* QDir::tempPath: make fallback code more readable.David Faure2014-02-101-2/+2
* Don't deadlock when deleting slot objects in QMetaObject::activate()Thomas McGuire2014-02-081-1/+7
* QPA fix: allow setting the initially selected name filter (KDE)Dominik Haumann2014-02-081-1/+3
* QStandardPaths: remove trailing slash when reading from user-dirs.dirsDavid Faure2014-02-081-0/+2
* Accessibility Win: handle disabled stateFrederik Gladhorn2014-02-071-0/+2
* Fix linuxfb argument 'mmsize' parsingPeter Kümmel2014-02-071-2/+2
* Compose: Fix assert for non-UTF8 locales in table generatorGabriel de Dietrich2014-02-071-1/+1
* Small doc fix.Niels Weber2014-02-071-1/+1
* Fix printing with a custom paper specified.Andy Shaw2014-02-061-2/+6
* Doc: corrected description of QTableWidget::clear()Nico Vertriest2014-02-061-1/+3
* Fix the docs on when setDocument() deletes the previous documentAndy Shaw2014-02-061-2/+2
* QTabWidget: fix moving of the current tabJ-P Nurmi2014-02-051-0/+3
* Do not check for !IsRenderBufferLaszlo Agocs2014-02-051-3/+0
* Doc: fix documentation for QWidget::windowHandle.David Faure2014-02-051-2/+8
* Accessibility Linux: Fix all widgets reporting being editableFrederik Gladhorn2014-02-051-17/+10
* Checking input mask before scanning evdev devicesCedric Chedaleux2014-02-051-12/+16
* Do not query max samples on glesLaszlo Agocs2014-02-051-0/+2
* Make QWindowContainer accessibleFrederik Gladhorn2014-02-056-4/+58
* QNX: fix wrong coding styleRafael Roquetto2014-02-051-1/+1
* Plugin minimalegl: Remove superfluous keys() function.Friedemann Kleint2014-02-051-8/+0
* Cocoa: fix single punctuation input via CJK input methodLiang Qi2014-02-052-1/+8
* NPOT texture support in QOpenGLTextureCacheCedric Chedaleux2014-02-041-1/+28
* QFileSelector: correct the macros for Apple platforms.Jake Petroules2014-02-041-5/+9
* QDeclarativeTypeLoader doesn't close processed QNetworkRepliesFrantisek Vacek2014-02-041-0/+6
* Fix KDE calculated colors being all blackKimmo Leppälä2014-02-041-3/+7
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-02-041-1/+2
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-02-031-1/+2
| |\
| | * qdoc: Never use a collision page as a main QCH landing pagev5.2.1Topi Reinio2014-01-291-1/+2
* | | Doc: Fix broken linksSze Howe Koh2014-02-0418-32/+26
* | | Fix sorted QSortFilterProxyModel filter updateNils Jeisecke2014-02-031-3/+14
* | | Fixed duplicate QMoveEvent generated for each QWidget::move callAlex Montgomery2014-02-031-1/+4
* | | Fix compilation: testBit is only used if mtdev isn'tThiago Macieira2014-02-031-0/+2
|/ /
* | Ensure the text is not cut off when shown under a toolbutton iconAndy Shaw2014-02-031-1/+1
* | Fix access after delete with Harfbuzz NG code path.Allan Sandfeld Jensen2014-02-031-1/+3
* | OSX: FileDialogHelper uses options to remember the selected filterShawn Rutledge2014-02-031-2/+4
* | QLogging: Avoid infinite loop in error caseEl Mehdi Fekari2014-02-021-5/+38
* | Fix QByteArray documentation w.r.t. QString-related methodsGiuseppe D'Angelo2014-02-011-18/+12
* | CMake: don't require GL when build with -no-openglPeter Kümmel2014-02-011-1/+1
* | Add the default argument for the new connection syntaxThiago Macieira2014-02-011-2/+2