summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tst_QState: fix memleaksMarc Mutz2014-10-191-9/+9
* tst_QThreadPool: fix memleakMarc Mutz2014-10-191-6/+6
* tst_QSharedPointer: fix memleakMarc Mutz2014-10-191-1/+2
* tst_QMetaType: fix memleaksMarc Mutz2014-10-191-14/+26
* tst_QMimeData: test doesn't require QGuiApplicationMarc Mutz2014-10-191-1/+1
* qdatetime.h: include correct headerMarc Mutz2014-10-191-1/+1
* Android: Update Ministro's requirements.BogDan Vatra2014-10-192-2/+2
* Widgets: only update IM if the widget is the current focus objectRichard Moe Gustavsen2014-10-191-4/+6
* Add qHash(QSslError) overloadMarc Mutz2014-10-194-5/+24
* Add qHash(QSslCertificate) overloadMarc Mutz2014-10-196-5/+38
* QSizePolicy: remind to mark as Q_PRIMITIVE_TYPE in Qt 6Marc Mutz2014-10-191-0/+4
* iOS: ensure we have a valid focusObject before sending it IM eventsRichard Moe Gustavsen2014-10-191-1/+1
* iOS: ignore sender of actions for edit menuRichard Moe Gustavsen2014-10-191-1/+2
* CoreText font database: Use dynamic type on iOS to resolve theme fontsRichard Moe Gustavsen2014-10-191-5/+45
* iOS: ensure edit menu works on iOS6Richard Moe Gustavsen2014-10-191-3/+8
* OS X: Emit QClipboard::dataChanged when activating applicationDyami Caliri2014-10-182-3/+21
* Bump default deployment target to 10.7Morten Johan Sørvig2014-10-188-8/+8
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-187-22/+211
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-147-22/+211
| |\
| | * Fix QtBearer connman backend report correctly on lte networkLorn Potter2014-10-131-1/+1
| | * QMacStyle: Fix QPushButton with menu appearance on 10.10Gabriel de Dietrich2014-10-132-16/+42
| | * QAbstractItemView: fix CTRL+A select all behaviorMaximilian Hrabowski2014-10-132-3/+161
| | * QMacStyle: save context state before changing to avoid crashDyami Caliri2014-10-131-1/+1
| | * Initialize QFileSystemMetaData::size_ data memberGiuseppe D'Angelo2014-10-131-1/+2
| | * XCB: silence warnings about possibly undefined shiftsGiuseppe D'Angelo2014-10-061-0/+4
* | | QMacStyle: Fix QSlider appearance on YosemiteGabriel de Dietrich2014-10-182-10/+142
* | | QMacStyle: Add optional block parameter to drawNSViewInRect()Gabriel de Dietrich2014-10-182-3/+8
* | | Fix use-after-delete bug in tst_QWidget::taskQTBUG_27643_enterEvents()Marc Mutz2014-10-181-0/+1
* | | Make font hinting and antialiasing size dependent when using FontConfigAlexander Volkov2014-10-171-0/+3
* | | Fix QAbstractListModel's detailed description.Mitch Curtis2014-10-171-2/+2
* | | Android: Improve cache logic in findClass()Christian Strømme2014-10-171-30/+35
* | | Move Qt Core examples under a common subdirectoryTopi Reinio2014-10-1789-131/+138
* | | Fix undefined behavior in QLoggingRegistry::defaultCategoryFilter()Marc Mutz2014-10-171-3/+5
* | | XCB: Always set X window attributes in QXcbWindow::setWindowFlags().Friedemann Kleint2014-10-171-20/+31
* | | Export QFSFileEngine symbolsKai Koehne2014-10-171-1/+1
* | | QSettings: Prevent assert when passing empty keys.Friedemann Kleint2014-10-172-0/+19
* | | xcb: Fix a type of variables for xkb modifiers masksAlexander Volkov2014-10-161-2/+2
* | | Accessibility Linux: Make a full copy of a key eventAlexander Volkov2014-10-161-1/+3
* | | Reduce code duplication in QFontconfigDatabaseAlexander Volkov2014-10-162-146/+97
* | | xcb: Don't return 0 as a possible key for a shortcutAlexander Volkov2014-10-161-1/+1
* | | Avoid breaking BC with new virtuals in QOpenGLPaintDeviceLaszlo Agocs2014-10-166-55/+117
* | | QWindowsGuiEventDispatcher: Register timers in constructor.Friedemann Kleint2014-10-153-6/+5
* | | QTestLib: Remove valgrind version check.Friedemann Kleint2014-10-151-21/+3
* | | qdoc: Fixed recursion of \sincelist command handlingTopi Reinio2014-10-151-4/+4
* | | Consolidate how contentDescription is calculated.Jan Arve Saether2014-10-151-10/+18
* | | Avoid sleeping 100ms in QProcessPrivate::drainOutputPipes()Oswald Buddenhagen2014-10-151-1/+1
* | | Prevent 'recursive' update events when calling QToolButton::setMenu()Tor Arne Vestbø2014-10-151-0/+3
* | | Cocoa: Send obscure events on OcclusionStateHiddenMorten Johan Sørvig2014-10-141-4/+2
* | | Fix QOpenGLWidget on Cocoa when used as viewportLaszlo Agocs2014-10-146-5/+103
* | | Make QStringRef::right() consistent with QString::right()Eskil Abrahamsen Blomfeldt2014-10-143-4/+4
|/ /