summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Cocoa: Update unified toolbar area on toolbar hideMorten Johan Sørvig2014-04-097-43/+84
| | * make cmake registration of qt plugins make use of PLUGIN_EXTENDSOswald Buddenhagen2014-04-0911-0/+16
| | * automatically link plugins belonging to qt modules when building static appsOswald Buddenhagen2014-04-091-0/+1
| | * Fix a typo in QBitArray documentationJędrzej Nowacki2014-04-091-6/+6
| | * Support for DH and ECDH key exchange for QSslSocket serversRichard J. Moore2014-04-093-0/+80
| | * Only define Q_COMPILER_INITIALIZER_LISTS for MSVC 12 SP 2Frederik Gladhorn2014-04-091-1/+6
| | * Fix crash when trying to place toolbar into zero-height window.Friedemann Kleint2014-04-093-20/+32
| | * QWindowsOpenGLContextFormat: Default to version 2.Friedemann Kleint2014-04-091-0/+2
| | * Fix crash in qt_try_modal.Friedemann Kleint2014-04-091-2/+1
| | * Add unhandled Android keys.BogDan Vatra2014-04-091-151/+316
| | * QNX: Work around dlclose issueBernd Weimer2014-04-091-0/+8
| | * Fix out-of-range shiftingMaurice Kalinowski2014-04-091-2/+2
| | * QComboBox: Set the proper font after a MacSizeChange eventGabriel de Dietrich2014-04-091-0/+12
| | * Cocoa: Use private property to enable NSWindow child windowsGabriel de Dietrich2014-04-092-1/+9
| | * QPageSize: remove QPageSize:: overqualificationsMarc Mutz2014-04-092-167/+167
| | * Cocoa: Fix possible printing memory leak.Morten Johan Sørvig2014-04-091-4/+5
| | * Cocoa: Fix crash when creating printer object.Morten Johan Sørvig2014-04-091-3/+6
| | * Update qtgui.qdoc regarding OpenGLLaszlo Agocs2014-04-091-17/+35
| | * QOpenGLWidget: Avoid crashing if updateGL is called before the first resizeJocelyn Turcotte2014-04-091-0/+3
| | * Accessibility Mac: Cache Accessible Elements and Notify about changesFrederik Gladhorn2014-04-0910-62/+226
| | * Correct QOpenGLContext::versionFunctions() docsLaszlo Agocs2014-04-091-4/+6
| | * Forward "_q_platform_*" QWidgets's properties to QWindow.Tomasz Olszak2014-04-092-0/+7
| | * XCB: Only use the XFixes extension if availableUli Schlachter2014-04-091-1/+1
| | * QPageSize: clean up operator==Marc Mutz2014-04-081-3/+1
| | * QPageLayout: clean up operator==Marc Mutz2014-04-081-3/+1
| | * QPageLayout: provide op!=Marc Mutz2014-04-082-0/+16
| | * QPageLayout: make op== non-memberMarc Mutz2014-04-082-7/+11
| | * QPageLayout: use QExplicitlySharedDataPointerMarc Mutz2014-04-082-1/+12
| | * QPageLayout: remove QPageLayout:: overqualificationsMarc Mutz2014-04-082-27/+27
| | * QPageSize: provide op!=Marc Mutz2014-04-082-0/+10
| | * QPageSize: make op== non-memberMarc Mutz2014-04-082-6/+11
| | * QPageSize: mark ctors explicitMarc Mutz2014-04-081-6/+6
| | * Don't access null pointerGatis Paeglis2014-04-081-3/+6
| | * Prevent QUnifiedTimer from ticking backwards.Michael Brasser2014-04-081-4/+6
| | * Ensure we initialize things before checking the openssl version.Richard J. Moore2014-04-081-0/+3
| | * QTestCase: fix macros taking expressions to avoid clang warningsShawn Rutledge2014-04-081-7/+7
| | * Fix xcb plugin backing store byte order issueJason Haslam2014-04-081-9/+24
| | * QNX: Destroy window buffers when resizedBernd Weimer2014-04-083-37/+31
| | * HB-NG on Mac: Fix PDF in end of stringEskil Abrahamsen Blomfeldt2014-04-081-2/+22
| | * Mac style: Fix one-pixel offset for combo boxes in small sizeGabriel de Dietrich2014-04-081-1/+1
| | * QCUPSSupport: fix misuse of QDateTime::addDays()David Faure2014-04-081-1/+1
| | * QNetworkReplyHttpImpl: fix misuse of QDateTime::addSecs()David Faure2014-04-081-2/+1
| | * Mark Variable Length Arrays as a TS feature for C++14Thiago Macieira2014-04-081-1/+2
| | * Fix QNetworkRequest::setRawHeader() for QT_NO_CAST_FROM_BYTEARRAYRichard J. Moore2014-04-081-1/+1
| | * Don't redefine dynamic_cast if it's already a macroThiago Macieira2014-04-081-1/+1
| | * Android: use glyph cache resizing workaround with Vivante GC1000 GPU.Yoann Lopes2014-04-071-1/+2
| | * QPageLayout: use existing qBound()Marc Mutz2014-04-071-9/+4
| | * network: finish all pending replies upon errorPeter Hartmann2014-04-071-11/+16
| | * QStyle: Add new SH_ComboBox_UseNativePopup style hintGabriel de Dietrich2014-04-072-0/+4
| | * QComboBox: Use native popups on MacGabriel de Dietrich2014-04-072-6/+94