summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Translate AM/PM under the QDateTimeParser context so it is consistentAndy Shaw2015-05-281-2/+2
| | * | Fix crash due to QTreeView accessing deleted model indexes.Joerg Bornemann2015-05-271-0/+1
| | * | QWindowsVistaStyle: Do not stop animations when falling back to XP.Friedemann Kleint2015-05-261-6/+0
| | * | Fix a crash in tst_QTouchEvent::deleteInRawEventTranslation().Friedemann Kleint2015-05-221-2/+3
| | * | D-Bus system tray icon: submenus can be created after context menuShawn Rutledge2015-05-211-5/+7
| | * | Don't propagate single touch events only from touchpads on OS XAlexander Volkov2015-05-211-2/+4
| | * | Unclutter debug operators of gestures.Friedemann Kleint2015-05-201-17/+33
| | * | WinRT/Winphone: Fix warnings in qtbaseOliver Wolff2015-05-183-5/+10
| | * | Fix typo and formatting in QWidget font documentation.Mitch Curtis2015-05-181-2/+2
| | * | QStyle debug helpers: refactor dead codeGiuseppe D'Angelo2015-05-161-1/+1
| | * | QMenuBar: honor the left widget size hintGiuseppe D'Angelo2015-05-161-1/+1
| | * | QFileSystemModel: remove useless checkGiuseppe D'Angelo2015-05-151-1/+1
| | * | Fix division by zero crash when restoring screen settingsKati Kankaanpaa2015-05-131-3/+2
| | * | Cocoa integration - implement Qt::WindowModal file dialogsTimur Pocheptsov2015-05-131-1/+4
| | * | Remove init() function declaration.Morten Johan Sørvig2015-05-131-1/+0
| | * | Create contexts and pbuffers with the correct screen in QOpenGLWidgetLaszlo Agocs2015-05-122-0/+3
| | * | Improve QListView scroll bar calculation.Christoph Schleifenbaum2015-05-101-4/+22
| | * | QDialogButtonBox: prevent crashes on deletions in slotsGiuseppe D'Angelo2015-05-091-1/+11
| | * | Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-084-6/+19
| | |\|
| | | * Merge remote-tracking branch 'origin/5.4.2' into 5.4Simon Hausmann2015-05-041-1/+13
| | | |\
| | | | * ItemViews: Fix acceptance of drag enter eventsChristoph Schleifenbaum2015-05-011-1/+13
| | | * | Fix shortcuts when using setDefaultActionPaul Olav Tvete2015-05-021-1/+1
| | | |/
| | | * Fix finding the closest active touch point for the pressed touch pointAlexander Volkov2015-04-162-4/+5
| | * | QLineEdit: show the clear button if it gets enabled after setting a textGiuseppe D'Angelo2015-05-072-5/+5
| | * | QColumnView: re-enable scrolling of the preview widgetGiuseppe D'Angelo2015-05-071-0/+10
| | * | QSizePolicy: improve docs of retainSizeWhenHiddenMarc Mutz2015-05-071-3/+4
| | * | Give QSizePolicy its own .cppMarc Mutz2015-05-075-113/+124
| | * | Mark QGraphicsScene::focusNextPrevChild as virtual in Qt 6Giuseppe D'Angelo2015-05-061-0/+4
| | * | doc: document how QFileDialog can be used to pick photos on iOSRichard Moe Gustavsen2015-05-061-0/+6
| | * | Make data tables const.Volker Krause2015-05-052-2/+2
| | * | QGraphicsWidget: call normal "setParent" when setting a parentGiuseppe D'Angelo2015-05-051-3/+1
* | | | De-duplicate vtables, part I: exported private classesMarc Mutz2015-06-034-0/+10
|/ / /
* | | QFramePrivate & subclasses: declare dtor out-of-lineMarc Mutz2015-06-028-1/+24
* | | Fix crash during autotest execution on Mac OS XLars Knoll2015-06-021-0/+3
* | | QFramePrivate: use direct instead of copy initializationMarc Mutz2015-06-011-1/+1
* | | QGraphicsTransformPrivate: declare dtor out-of-line and export classMarc Mutz2015-06-012-1/+8
* | | QGraphicsWidget: micro-optimizationMarc Mutz2015-05-301-3/+1
* | | QWidget{Text,Line}Control: reserve() a vectorMarc Mutz2015-05-302-0/+2
* | | Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-05-303-8/+8
* | | Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-273-20/+7
* | | Allow horizontal scrolling with a mouse wheel for QListViewAlexander Volkov2015-05-262-0/+34
* | | QWidgetWindow: Avoid using global static non-trivial type.Sérgio Martins2015-05-251-1/+1
* | | Respecting correct text interaction flags when setting text cursor.David Schulz2015-05-181-2/+3
* | | QMouseEvent: add constructor which takes the source as a parameterAlexander Volkov2015-05-126-23/+16
* | | Add QMainWindow::GroupedDragging DockOptionOlivier Goffart2015-05-128-90/+705
* | | Deprecate ItemIsTristate in favor of ItemIsAutoTristate.David Faure2015-05-071-4/+4
* | | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-05-045-6/+6
|\| |
| * | QFileDialog: Stabilize tests.Friedemann Kleint2015-05-012-3/+3
| * | Minor optimization to QWidgetPrivate::setFont_helper()Konstantin Ritt2015-05-011-1/+1
| * | Fix QTreeView ending up in wrong state when dragKatja Marttila2015-04-291-1/+1