summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix crash on Android L and list view items.BogDan Vatra2014-11-152-78/+42
| * Set Android palette and fonts in QPA plugin.BogDan Vatra2014-11-142-244/+15
* | Use single finger pan to scroll text edits on touch screens.Friedemann Kleint2014-11-201-2/+21
* | QWidgetTextControl: Suppress drag selection for OS-synthesized mouse events.Friedemann Kleint2014-11-203-1/+35
* | Text editors: Prevent autoscroll timer triggering from synth mouse eventsFriedemann Kleint2014-11-202-12/+16
* | Fix rubberband position for tabbed mdi windowsPaul Olav Tvete2014-11-192-9/+16
* | Fix broken resource cleanup in QOpenGLWidgetLaszlo Agocs2014-11-171-0/+10
* | QPanGestureRecognizer: Make the number of touch points a parameter.Friedemann Kleint2014-11-174-20/+40
* | QFusionStyle: properly indent an if statementGiuseppe D'Angelo2014-11-141-1/+3
* | send touch update when more points begin after single touch is ignoredShawn Rutledge2014-11-132-3/+11
* | a widget's window is transient for its parent's top-level windowShawn Rutledge2014-11-131-2/+3
* | Fix MinGW compiler warning in qwindowsxpstyle.cpp.Friedemann Kleint2014-11-131-1/+1
* | Prevent a crash when buffer() returns 0Andy Shaw2014-11-131-1/+2
* | QGraphicsTextItem: document that adjustSize can center/right align textGiuseppe D'Angelo2014-11-121-0/+1
* | QGraphicsItem: document that setOpacity(0) almost makes the item invisibleGiuseppe D'Angelo2014-11-111-2/+11
* | Document unified title and toolbar limitations.Morten Johan Sørvig2014-11-111-0/+7
* | Compile fix for QT_NO_TEXTHTMLPARSER in QtWidgetsJulien Brianceau2014-11-111-0/+2
|/
* Compile fix for QT_NO_DOCKWIDGET in QtWidgetsJulien Brianceau2014-11-081-1/+1
* QGraphicsItem: clarify the documentation about caching modes and update()Giuseppe D'Angelo2014-11-071-2/+20
* Windows: fix unreadable white text for focused combo boxesJ-P Nurmi2014-11-051-1/+5
* QMenu check for null result from QPlatformMenu::menuItemForTagDyami Caliri2014-11-051-2/+4
* New Qt logoAlessandro Portale2014-11-051-0/+0
* Fix too many resizes and move events for native widgetsJørgen Lind2014-11-044-20/+50
* Fix tab icon vertical alignmentMarko Kangas2014-11-041-1/+1
* QFileDialog: prevent section collapsing in the main selection areaGiuseppe D'Angelo2014-11-033-1/+7
* Regenerate qfiledialog_embedded.uiGiuseppe D'Angelo2014-11-031-96/+108
* Doc: corrected wrong equivalent of obsolete QGraphicsItem::rotateNico Vertriest2014-11-031-1/+1
* QMacStyle: More tweaks for editable QComboBoxGabriel de Dietrich2014-11-021-5/+18
* Cleanup: Remove some obsolete code supporting a pre-4.3 formatLars Knoll2014-10-314-32/+16
* QWindowsStyle: fix CE_ComboBoxLabel text colorJ-P Nurmi2014-10-301-0/+14
* QMacStyle: Several fixes for QtQuick Controls on YosemiteGabriel de Dietrich2014-10-302-15/+12
* QMacStyle: Fix QCombobox offsets in YosemiteGabriel de Dietrich2014-10-301-3/+6
* Cocoa: Handle Qt::WA_MacAlwaysShowToolWindowShawn Rutledge2014-10-291-0/+2
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Oswald Buddenhagen2014-10-296-4/+14
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-10-286-4/+14
| |\
| | * Doc: Don't show a description for omitted SH_ComboBox_UseNativePopup enum itemAlexander Volkov2014-10-282-2/+3
| | * OS X: Fix broken 2x menu icon when style sheet is appliedMihailNaydenov2014-10-281-2/+2
| | * Compile fix for QT_NO_IM in QtWidgetsSteffen Imhof2014-10-283-1/+10
| | * Move animation-related header out of QT_NO_IM #ifndef.Steffen Imhof2014-10-281-1/+1
* | | Fix QWidget::scroll during paintingAllan Sandfeld Jensen2014-10-291-1/+1
|/ /
* | Doc: Fix method names for QFileSystemModelAlexander Volkov2014-10-281-1/+1
* | Check geometry correctly when replaying popup mouse events.Friedemann Kleint2014-10-281-8/+13
* | QMacStyle: Remove code depending depending on OS X 10.6 and olderGabriel de Dietrich2014-10-272-121/+36
* | QMacStyle: Refactor painter offset into drawNSViewInRect()Gabriel de Dietrich2014-10-272-39/+40
* | QGtkStyle: fix segfault after re-creating QAppJ-P Nurmi2014-10-271-1/+3
* | QSwipeGestureRecognizer: Prevent cancel in startup-phase.Friedemann Kleint2014-10-272-10/+23
* | Doc: Include QtWidgets instead of QtGuiAlexander Volkov2014-10-271-1/+1
* | Android: Keyboard doesn't hide from done buttonSamuel Nevala2014-10-251-0/+7
* | Doc: Fix CustomStyle snippetAlexander Volkov2014-10-245-4/+5
* | QGraphicsScene: stabilize stacking order of toplevel itemsaavit2014-10-241-1/+1