summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation of MIPS with ClangThiago Macieira2014-10-071-1/+1
* Add Cinnamon to the list of Gtk+-based DEsDmitry Shachnev2014-10-071-0/+1
* MSVC: Restore 'public' accessibility of QVariant member functions.Friedemann Kleint2014-10-071-1/+2
* Clean up the CFTypes used in popuplateFamilyAndy Shaw2014-10-071-2/+2
* Correct devicePixelRatio for software OpenGLMorten Johan Sørvig2014-10-071-6/+7
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Oswald Buddenhagen2014-10-0711-62/+174
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-10-0611-62/+174
| |\
| | * Doc: Clarify QBitArray::fill() documentationTopi Reinio2014-10-032-3/+17
| | * QMacStyle: Fix QToolButton appearance on YosemiteTimur Pocheptsov2014-10-021-1/+20
| | * Avoid naming clashes with QStringLiteral local variableKai Koehne2014-10-011-3/+3
| | * Accessibility: Fix crash with invalid QAccessibleInterfaceDyami Caliri2014-09-301-1/+1
| | * QPlainTextEdit: Fix crash on complex undo w/full width selectionEskil Abrahamsen Blomfeldt2014-09-301-1/+1
| | * QMacStyle: Generalize Cocoa control renderingGabriel de Dietrich2014-09-292-51/+97
| | * QCocoaMenu: Keep a reference to the containing menu itemGabriel de Dietrich2014-09-294-3/+36
* | | Doc: deletion plugin-howtos.qdocNico Vertriest2014-10-078-685/+42
* | | Fix native GTK2 dialogs to receive focusJ-P Nurmi2014-10-061-0/+1
* | | Do not re-create windows during application shutdownShawn Rutledge2014-10-061-1/+1
* | | Windows DirectWrite: Fix off-by-one in font descentEskil Abrahamsen Blomfeldt2014-10-061-2/+2
|/ /
* | Rename internal enum value to avoid clashing with XlibLaszlo Agocs2014-10-051-2/+2
* | Fix QTextInlineObject class documentationAlex Blasche2014-10-051-6/+3
* | QSizePolicy: remove an outdated commentMarc Mutz2014-10-041-1/+0
* | QBrush: be more robust in detach()Marc Mutz2014-10-031-2/+10
* | iOS: Properly scope window deactivation on resignFirstResponderTor Arne Vestbø2014-10-031-1/+2
* | Android: Hide vkb when IM disabled for focus objectEskil Abrahamsen Blomfeldt2014-10-031-4/+8
* | Fix the text field alignment.BogDan Vatra2014-10-031-2/+0
* | Pass a sized format when creating multisampled renderbuffers on ESLaszlo Agocs2014-10-033-15/+18
* | QRegion: fix a valgrind warningMarc Mutz2014-10-021-1/+1
* | Remove wrong unneeded definition in qopenglextensions_p.hAllan Sandfeld Jensen2014-10-021-12/+0
* | iOS: Move statusbar visibility handling to QIOSViewControllerTor Arne Vestbø2014-10-027-59/+71
* | Revert "Don't generate documentation for classes which are not available"Venu2014-10-021-9/+0
* | Doc: Removed a few references to the outdated featuresVenu2014-10-021-8/+1
* | Update the signal and slots docsAlex Blasche2014-10-021-7/+4
* | Windows: Transform regions of window masks correctly.Friedemann Kleint2014-10-021-1/+1
* | Warn when loading opengl32sw.dll failsKai Koehne2014-10-021-1/+3
* | Android: Don't include Apache code under LGPLv2 licenseEskil Abrahamsen Blomfeldt2014-10-024-14/+69
* | Use PopupMenu when possible.BogDan Vatra2014-10-019-35/+228
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-0127-67/+188
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-2927-67/+188
| |\|
| | * Uic: fix a leakGiuseppe D'Angelo2014-09-261-0/+2
| | * QNAM: Fix previous HTTP upload CPU fixMarkus Goetz2014-09-252-1/+11
| | * XCB: fix a memory leakGiuseppe D'Angelo2014-09-251-1/+3
| | * QMacStyle: Improvements to some buttons on YosemiteGabriel de Dietrich2014-09-242-18/+62
| | * Fix compilation on OS X with macx-clang-32Andy Shaw2014-09-231-4/+4
| | * Cocoa: Properly remove content view from its superview in setNSWindow()Gabriel de Dietrich2014-09-231-0/+4
| | * QSettings: Don't chop off trailing tabs that were actually part of a value.Christian Kandeler2014-09-231-5/+7
| | * Document that default-constructed QFuture are canceledThiago Macieira2014-09-221-1/+1
| | * Refactor some loops over EINTRGiuseppe D'Angelo2014-09-221-5/+2
| | * QFile: fix undefined behavior when closing a buffered fileGiuseppe D'Angelo2014-09-221-13/+9
| | * Prevent a Coverity warning about a dangerous code pathGiuseppe D'Angelo2014-09-221-2/+1
| | * QTransform: initialize the d memberGiuseppe D'Angelo2014-09-222-2/+12