summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary math.h and limits.h includesAllan Sandfeld Jensen2015-02-042-2/+0
* QCalendarWidget: simplify formatNumber()Marc Mutz2015-02-041-10/+1
* Fix 1700 override warnings [-Winconsistent-missing-override]Sérgio Martins2015-02-034-6/+6
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-0329-105/+105
* QCalendarWidget: avoid three dynamic allocationsMarc Mutz2015-02-021-21/+15
* QCalendarWidget: Extract Method formatNumber()Marc Mutz2015-02-021-34/+21
* Micro-optimize QCalendarDateSectionValidator::highlightString()Marc Mutz2015-02-021-1/+1
* Make QCalendarDateSectionValidator::highlightString() staticMarc Mutz2015-02-021-2/+2
* QCalendarWidget: use ctor-init-list (II)Marc Mutz2015-02-021-2/+4
* QCalendarWidget: use ctor-init-list (I)Marc Mutz2015-02-021-13/+13
* Make Qt for Android compile when using errors for warningsAlex Blasche2015-01-281-0/+1
* QPlainTextEditControl: reimplement anchorAt()J-P Nurmi2015-01-243-1/+6
* Introduce QFontDatabase::isPrivateFamily()Gabriel de Dietrich2015-01-211-7/+1
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2015-01-212-7/+1
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-212-7/+1
| |\
| | * Fix a crash in QPlainTextEdit::documentChangedPierre Rossi2015-01-191-2/+1
| | * Remove redundant codeAndy Shaw2015-01-071-5/+0
* | | QToolBox: remove redundant QAbstractButton::text() from paintEvent()Maks Naumov2015-01-191-1/+0
|/ /
* | QComboBox: simplify codeGiuseppe D'Angelo2015-01-161-7/+6
* | Reduce excessive painting caused by transient scrollbarsJ-P Nurmi2015-01-141-1/+1
* | QComboBox: make setModel reset the root model indexGiuseppe D'Angelo2015-01-131-0/+4
* | Android: Don't assume native window decoration in QDockWidgetKai Pastor2015-01-101-1/+1
* | QtWidgets: convert remaining users of QSize::transpose() to transposed()Marc Mutz2015-01-082-3/+3
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-294-11/+23
|\|
| * QScrollBar: emit valueChanged once even if a slot takes too much timePavel Krebs2014-12-191-3/+4
| * Don't clear lineedit in non normal echo mode when validation is invalidAndy Shaw2014-12-192-7/+18
| * doc: Fix mistake in QProgressBar::orientationAlejandro Exojo2014-12-191-1/+1
* | Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-208-53/+0
* | Make setting twice the very same model on QComboBox a no-opGiuseppe D'Angelo2014-12-201-0/+3
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-181-0/+1
|\|
| * Propagate the source of mouse eventsAlexander Volkov2014-12-111-0/+1
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-106-17/+9
|\|
| * Android: Make cursor keys work againPaul Olav Tvete2014-12-091-1/+1
| * Update window flags from QToolBarPrivate::endDrag().Friedemann Kleint2014-12-081-2/+0
| * QDockWidget: Prevent repetitive unplugging of floating dock widgets.Friedemann Kleint2014-12-041-0/+2
| * Revert "QWidgetTextControl: Suppress drag selection for OS-synthesized mouse ...Tor Arne Vestbø2014-12-041-8/+1
| * QMenuBar: fix extra indent on the right with a TopLeftCorner widget.Friedemann Kleint2014-12-041-3/+2
| * QMainWindow: Observe left contents margin when positioning status bar.Friedemann Kleint2014-12-021-1/+1
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-271-2/+2
| |\
| | * iOS, QComboBox: don't apply special case for OS X on iOSRichard Moe Gustavsen2014-11-261-2/+2
* | | QAbstractScrollArea: add a getter for the marginsGiuseppe D'Angelo2014-12-032-2/+16
* | | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-0369-523/+523
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-272-1/+6
|\| |
| * | fix the build with animation omittedShawn Rutledge2014-11-271-0/+2
| * | QLineEdit: take text margins into account in minimumSizeHint().David Faure2014-11-271-1/+4
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-2415-59/+79
|\| |
| * | QWidgetTextControl: Suppress drag selection for OS-synthesized mouse events.Friedemann Kleint2014-11-201-1/+8
| * | 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
| * | Document unified title and toolbar limitations.Morten Johan Sørvig2014-11-111-0/+7
| |/