summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Gcc 4.5.* build fix.Tomasz Olszak2014-10-101-2/+5
* | Print warning when unable to query physical screen sizeGatis Paeglis2014-10-101-0/+5
* | Add a warning when using QOpenGLWidget as a native childLaszlo Agocs2014-10-101-0/+6
* | Add information about unsupported SSL protocol when creating context.Mikołaj Siedlarek2014-10-101-4/+13
* | Prevent parsing of SSL certificates from 0-size buffers.Mikołaj Siedlarek2014-10-101-1/+1
* | Android: Fix memory leak in QClipboard::setMimeData()Eskil Abrahamsen Blomfeldt2014-10-101-0/+1
* | Android: Support QClipboard::clear()Eskil Abrahamsen Blomfeldt2014-10-101-4/+2
* | Android: Thread fix/optimizationPaul Olav Tvete2014-10-101-3/+3
* | Android: null pointer checkPaul Olav Tvete2014-10-101-0/+3
* | Android: Don't call requestLayout() when changing the geometry.Christian Strømme2014-10-091-2/+0
* | Removing a few unneeded "? true : false"Alessandro Portale2014-10-0912-24/+24
* | Don't stream QStringLiterals into QDebugMarc Mutz2014-10-094-10/+10
* | QFactoryLoader: de-duplicate two QStringLiteralsMarc Mutz2014-10-091-4/+8
* | Don't use QStringLiteral in startsWith/endsWidthMarc Mutz2014-10-096-13/+13
* | Don't use QStringLiteral in comparisonsMarc Mutz2014-10-0931-61/+61
* | Don't use QByteArrayLiteral in comparisonsMarc Mutz2014-10-097-19/+19
* | moc: don't use QByteArrayLiteralMarc Mutz2014-10-091-7/+7
* | Fix license text and URLs in QMessageBox::aboutQt().Friedemann Kleint2014-10-091-13/+10
* | QCss: mark many classes as movableMarc Mutz2014-10-081-0/+24
* | QCss: Move declaration of ValueExtractorMarc Mutz2014-10-081-39/+34
* | QCss: unexport some classesMarc Mutz2014-10-081-6/+8
* | iOS: add system paletteRichard Moe Gustavsen2014-10-082-0/+13
* | Add text ranges to QGlyphRunPrivateEskil Abrahamsen Blomfeldt2014-10-082-8/+69
* | qdoc: Fix generation of qhp sections for unsorted pagesTopi Reinio2014-10-081-1/+7
* | Utilize Q_FORWARD_DECLARE_OBJC_CLASS in QCocoaFileDialogHelper.Jake Petroules2014-10-082-34/+25
* | 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