summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: removed trolltech.com from namespace in manual qdocconf fileNico Vertriest2014-07-071-1/+1
* Android: Refactor exception checking in qjni.Christian Strømme2014-07-071-19/+16
* Fix typo in QGraphicsView documentation.Mitch Curtis2014-07-071-1/+1
* Fix QTimer with negative interval in QWidgetLineControl::setCursorBlinkPeriodİsmail Dönmez2014-07-061-1/+1
* Attempt to work with Visual Studio in -Za (strict ANSI) modeThiago Macieira2014-07-051-6/+15
* Improve QListWidget documentation.Mitch Curtis2014-07-041-1/+8
* Fix debug output of QTouchEvent.Friedemann Kleint2014-07-041-1/+1
* Doc: fix a link in QAbstractOpenGLFunctions documentationLiang Qi2014-07-031-1/+1
* Accessibility Linux: Fix crashes when accessing invalid functionsFrederik Gladhorn2014-07-031-6/+13
* QPdf::addImage(): avoid a QImage detach when it's in an acceptable FormatMartin Pley2014-07-031-3/+3
* Make QDom/QXmlSimpleReader reentrant.David Faure2014-07-034-22/+22
* Move QXmlReaderPrivate to private header.David Faure2014-07-032-241/+307
* Add opt-out environment variable for @2x imagesMorten Johan Sørvig2014-07-032-3/+5
* Listen to touch events on the master device instead of slave.Maarten Lankhorst2014-07-021-36/+13
* Cocoa: Handle Qt::WA_ShowWithoutActivatingMorten Johan Sørvig2014-07-023-0/+16
* Cocoa: Handle Qt::WindowDoesNotAcceptFocusMorten Johan Sørvig2014-07-023-1/+19
* Cocoa: Fix Qt-in-namespace build.Tim Blechmann2014-07-026-19/+32
* Cocoa: Separate framestrut and normal button stateMorten Johan Sørvig2014-07-022-7/+10
* QMacStyle: Fix focus frame rendering in YosemiteGabriel de Dietrich2014-07-021-5/+14
* OS X: when opening a URL via QFileOpenEvent, pass as QUrlShawn Rutledge2014-07-021-1/+1
* QNX: Override QPlatformScreen::topLevelAtBernd Weimer2014-07-022-15/+14
* xcb: make sure to update window title when it is changedTasuku Suzuki2014-07-021-0/+1
* WINCE: Fix grabWindowAndreas Holzammer2014-07-021-1/+3
* Empty icons and Cocoa menu items.Timur Pocheptsov2014-07-021-3/+4
* QOpenGLTexture: fix the feature test for Buffer TexturesGiuseppe D'Angelo2014-07-011-3/+2
* qDebug: fix data race in qt_message_printDavid Faure2014-07-011-23/+19
* Accessibility Windows: Do not assert on invalid indexInParentFrederik Gladhorn2014-07-011-5/+3
* Fix annoying warning from ICC 14 on WindowsThiago Macieira2014-07-011-2/+2
* Doc: Various \note fixes in Qt namespace documentation.Jerome Pasion2014-07-011-19/+19
* winrt: DNS lookup: don't have duplicate entriesOliver Wolff2014-07-011-1/+6
* Mac Style: Fix QLineEdit frame in 10.10Gabriel de Dietrich2014-06-301-11/+9
* Android: Fix hover-event handling.Christian Strømme2014-06-302-19/+12
* Android: Fix namespace usageChristian Strømme2014-06-3028-0/+116
* Doc: Fix typo in QScopedValueRollbackKevin Funk2014-06-301-1/+1
* Fix pixel noise in X11 systray icons that are not 22x22Allan Sandfeld Jensen2014-06-301-0/+6
* QMac/FusionStyle: fix the background color for transient scrollbarsJ-P Nurmi2014-06-304-2/+13
* Don't compare the target methods for SlotObject connectionsThiago Macieira2014-06-291-1/+1
* qtoolbar: add missing header on OSX.Mike McQuaid2014-06-281-0/+4
* Remove bogus nullptr check for referenceFrederik Gladhorn2014-06-271-4/+0
* Add a comment stating QMutex::isRecursive should be made const in Qt6Olivier Goffart2014-06-261-1/+1
* Fix QMutex documentation saying some function are static while they are notOlivier Goffart2014-06-262-8/+8
* WinRT: no read-only paths in QStandardpaths::writableLocationOliver Wolff2014-06-261-5/+14
* Fix compilation on Windows without precompiled headersThiago Macieira2014-06-251-0/+1
* QWin32PrintEnginePrivate check for NULL pDevMode and hdc.Dyami Caliri2014-06-252-15/+14
* Merge "Merge remote-tracking branch 'origin/5.3.1' into 5.3" into refs/stagin...Frederik Gladhorn2014-06-253-7/+24
|\
| * Merge remote-tracking branch 'origin/5.3.1' into 5.3Frederik Gladhorn2014-06-253-7/+24
| |\
| | * Fix crash when reusing HB_Face in another font engineKonstantin Ritt2014-06-181-6/+21
| | * harfbuzz-ng: Pre-allocate enough space for CoreText bufferGabriel de Dietrich2014-06-181-1/+2
| | * Handle invalid sample counts gracefully in FBOsLaszlo Agocs2014-06-181-0/+1
* | | Merge "Merge remote-tracking branch 'origin/stable' into 5.3" into refs/stagi...Frederik Gladhorn2014-06-252-6/+7
|\ \ \