summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| | * QGuiApplication: fix crash caused by posting fake mouse eventRichard Moe Gustavsen2014-04-071-6/+10
| | * fix build for MSVC 2010Joerg Bornemann2014-04-071-2/+2
| | * Fix a crash on startup with QOpenGLWidgetJocelyn Turcotte2014-04-071-1/+2
| | * OSX: add several menuitem roles to support menu shortcuts in dialogsShawn Rutledge2014-04-077-3/+102
| | * Mac Accessibility: Make more widgets name/description workFrederik Gladhorn2014-04-051-1/+4
| | * Accessibility text updates for QTextEditFrederik Gladhorn2014-04-053-0/+30
| | * QPagedPaintDevice - Move QPageLayout methodsJohn Layt2014-04-057-126/+374
| | * Use the new 3-operand testAndSet functions in QMutexThiago Macieira2014-04-052-6/+12
| | * Use category names when logging to the journalAlejandro Exojo2014-04-051-7/+9
| | * Improve QWidget::metric for PdmDevicePixelRatio.Morten Johan Sørvig2014-04-051-6/+9
| | * OS X: Improve QLibraryInfo app bundle testing.Morten Johan Sørvig2014-04-051-1/+3
| | * Cocoa: Don't beep on maximize.Morten Johan Sørvig2014-04-051-1/+1
| | * Cocoa: Make backing store flush accurate.Morten Johan Sørvig2014-04-051-2/+3
| | * Cocoa: Make QScreen::topLevelAt() work correctlyMorten Johan Sørvig2014-04-053-0/+37
| | * Compile: isChildOfQMdiSubWindow may be unused.Morten Johan Sørvig2014-04-051-0/+2
| | * Cocoa: Support pasting rich text to Qt appsMorten Johan Sørvig2014-04-052-0/+72
| | * Fix capacity reservation for shared QByteArrayThiago Macieira2014-04-051-1/+1
| | * Use Q_STATIC_ASSERT to check that the array has the right sizeThiago Macieira2014-04-051-12/+1
| | * Consistently hide the parts that require xcb-xkbThiago Macieira2014-04-052-2/+4
| | * QNX: Surpress manual window activation during showFullScreenFabian Bumberger2014-04-052-0/+6
| | * Fix neon image scaling function declarationsSamuli Piippo2014-04-041-2/+2
| | * Doc: Fix documentation warning in qstylehints.cppSergio Ahumada2014-04-041-1/+1
| | * purge vestiges of opengl es 1 supportOswald Buddenhagen2014-04-0410-77/+20
| | * Don't read before the beginning of the stringThiago Macieira2014-04-041-5/+11
| | * QTextLayout: Fix cursor movement from invalid positionKonstantin Ritt2014-04-042-7/+13
| | * Optimize QTextEngine::insertionPointsForLine() a bitKonstantin Ritt2014-04-041-0/+3
| | * QTextLayout: Fix visual cursor movement in some casesKonstantin Ritt2014-04-041-12/+8