summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-275-11/+40
|\
| * Android: Keyboard doesn't hide from done buttonSamuel Nevala2014-10-251-0/+7
| * Correctly update QComboBox appearance on editable changeEskil Abrahamsen Blomfeldt2014-10-242-4/+3
| * QMainWindow: respect the maximum size of the central widgetPaul Olav Tvete2014-10-241-2/+4
| * Respect contents margins when calculating the size hintLars Knoll2014-10-221-0/+3
| * Fix height of combo popup when the list view has non-zero spacing.Friedemann Kleint2014-10-222-5/+23
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-204-1/+9
|\|
| * Prevent 'recursive' update events when calling QToolButton::setMenu()Tor Arne Vestbø2014-10-151-0/+3
| * Fix QOpenGLWidget on Cocoa when used as viewportLaszlo Agocs2014-10-141-0/+3
| * osx: let qcombobox specify target rect when showing popupRichard Moe Gustavsen2014-10-131-1/+1
| * QMenu: ensure that a menu item's icon can be removed dynamicallyShawn Rutledge2014-10-101-0/+2
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-095-7/+8
|\|
| * Removing a few unneeded "? true : false"Alessandro Portale2014-10-093-4/+4
| * Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-10-061-1/+1
| |\
| | * QPlainTextEdit: Fix crash on complex undo w/full width selectionEskil Abrahamsen Blomfeldt2014-09-301-1/+1
| * | Doc: Use title case in section1 titlesNico Vertriest2014-09-301-1/+1
| * | QMdiArea: Fix positioning of cascaded sub windows.Friedemann Kleint2014-09-301-1/+2
* | | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-29147-2922/+1750
|\| |
| * | Widgets: remove references to QStyleOptionFrameV<n>Marc Mutz2014-09-264-18/+16
| * | Update license headers and add new license filesMatti Paaso2014-09-24145-2747/+1587
| * | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-246-4/+27
| |\ \
| | * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-236-4/+27
| | |\|
| | | * QToolButton: properly reset the size hint when a menu is set on itGiuseppe D'Angelo2014-09-161-0/+4
| | | * QSizeGrip: use a QPointer to the tracked TLWGiuseppe D'Angelo2014-09-151-1/+1
| | | * Fix possible divide by zero in QPlainTextEditEskil Abrahamsen Blomfeldt2014-09-111-1/+2
| | | * Add missing private headers warningSamuel Gaist2014-09-041-0/+11
| | | * Fix QT_NO_ANIMATION buildSérgio Martins2014-08-132-0/+8
| | | * Show the correct cursor for QLineEdit's side buttons.Marcel Krems2014-08-121-2/+1
| * | | Fix too fast zooming in QTextEdit with smooth scrolling eventsAllan Sandfeld Jensen2014-09-234-24/+41
| * | | QCalendarWidget: fix a bug when parsing date/time formatsMarc Mutz2014-09-231-0/+1
| * | | QCalendarWidget: move all helper classes into the unnamed namespaceMarc Mutz2014-09-231-0/+4
| * | | QCalendarWidget: move QCalendarTextNavigator into qcalendarwidget.cppMarc Mutz2014-09-233-114/+41
| * | | Fix spin box with fine grained wheel eventsAllan Sandfeld Jensen2014-09-232-2/+6
| |/ /
| * | Fix crash in QCombobox when resetting model during currentIndexChanged()Alex Blasche2014-09-211-1/+1
| * | Respect the PM_SmallIconSize setting for icons in a menu on OS XAndy Shaw2014-09-201-1/+10
| * | Fix saving handle width in QSplitter::saveState()Alexander Volkov2014-09-161-1/+1
| * | Respect Qt::FontRole for QComboBox items.Mitch Curtis2014-09-161-3/+8
| * | Doc: Fixed broken links introduced by "OS X" doc change.Jerome Pasion2014-09-111-7/+7
* | | Deprecate the QStyleOptionProgressBar::orientation memberGiuseppe D'Angelo2014-09-181-1/+1
* | | Refactor the sloppy submenu logicJørgen Lind2014-09-163-106/+444
* | | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-105-8/+6
|\| |
| * | QMdiSubWindow: Keep event filter on system menu over its lifetime.Friedemann Kleint2014-09-041-2/+1
| * | Widgets: remove pointless assignmentsMaks Naumov2014-09-032-5/+2
| * | Fix drawing of QLineEdit's actions when Qt::AA_UseHighDpiPixmaps is set.Friedemann Kleint2014-09-021-1/+1
| * | Fix no-opengl buildLaszlo Agocs2014-09-011-0/+2
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-09-016-13/+42
|\| |
| * | QLineEdit: Disable standard key 'cut' when there is no selection.Friedemann Kleint2014-08-281-1/+1
| * | fix a camel case include guard macroTasuku Suzuki2014-08-261-3/+3
| * | Accessibility: QSpinBox should not have any childrenFrederik Gladhorn2014-08-194-9/+28
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-122-0/+10
| |\|