summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QApplication: Deprecate ColorSpec, setColorSpec() and colorSpec().Friedemann Kleint2016-04-264-10/+13
* QAbstractItemView - Fix docs to match behavior (SelectionMode)Thorbjørn Martsum2016-04-241-2/+2
* QTabBar: Add setAccessibleTabName() and accessibleTabName()Dongmei Wang2016-04-244-6/+54
* Removes spacing when widget is hidden in QGridLayoutKarim Pinter2016-04-211-3/+7
* Implement QFormLayout row removalSamuel Gaist2016-04-142-12/+326
* Windows CE cleanup.Friedemann Kleint2016-04-148-10226/+0
* Take the size and the icon size for MDI buttons from a styleAlexander Volkov2016-04-135-22/+39
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-1124-155/+216
|\
| * QtBase: use erase and std::remove_if with QList and QVectorAnton Kudryavtsev2016-04-083-16/+22
| * add cross-platform tablet->mouse event synth; enable on AndroidShawn Rutledge2016-04-081-0/+1
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-0714-119/+168
| |\
| | * QFontDialog: re-enable X close button in window decorationMarc Mutz2016-04-061-1/+1
| | * Refactor QWindowsXPStylePrivate::drawBackground() and helpers.Friedemann Kleint2016-04-062-9/+7
| | * Add some QChar::unicode() calls to brush over deprecation warninghjk2016-04-061-1/+1
| | * QToolButton: always restart the menu popup timerGiuseppe D'Angelo2016-04-062-1/+9
| | * QListView: propagate the source of wheel eventsAlexander Volkov2016-04-061-1/+1
| | * Make sure QStyleOption is correctly initialized.Hannah von Reth2016-04-051-7/+3
| | * Fix regression in scaled QLabel on hi-res display.Jason Haslam2016-04-051-2/+4
| | * QHeaderView::setStretchLastSection: make it a noop when setting the same valueGiuseppe D'Angelo2016-04-051-0/+2
| | * Accept partial line scrollsAllan Sandfeld Jensen2016-04-051-1/+9
| | * Vista style animation: Create images with device pixel ratio.Friedemann Kleint2016-04-052-17/+18
| | * Windows XP style: Change theme logic to use qreal.Friedemann Kleint2016-04-055-69/+65
| | * Windows XP style: Allow High DPI scaling to draw directly.Friedemann Kleint2016-04-052-11/+51
| * | Widgets: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-068-20/+24
| * | Fix slow scrolling by wheel after setting a custom scrollbarAlexander Volkov2016-04-051-0/+1
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-0747-2139/+50
* | | QAbstractScrollArea: Remove needless static_cast for QWheelEventAlexander Volkov2016-04-051-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-05178-622/+1976
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-0413-57/+93
| |\|
| | * QAbstractItemView: don't call restart() on invalid QElapsedTimerMarc Mutz2016-04-032-2/+10
| | * QGraphicsView: clarify documentation for viewportTransformGiuseppe D'Angelo2016-04-021-1/+1
| | * QScrollerTimer: fix a memory leakGiuseppe D'Angelo2016-04-021-1/+1
| | * QGraphics*Layout: fix memory leaksGiuseppe D'Angelo2016-04-012-9/+10
| | * Refactor methods QTextEdit/QPlainTextEdit::inputMethodQuery().Friedemann Kleint2016-03-302-33/+29
| | * QTextEdit::inputMethodQuery(): Preserve types when applying offset.Friedemann Kleint2016-03-301-5/+5
| | * QMacStyle: Return a guess for SE_ProgressBarGroove's rectGabriel de Dietrich2016-03-292-1/+4
| | * QPlainTextEdit: Take vertical offset into account when answering input method...Friedemann Kleint2016-03-291-5/+5
| | * QTabBar: enable high dpi moving of a tabGiuseppe D'Angelo2016-03-252-7/+35
| | * Allow to style arrows drawn with drawPrimitive in QCommonStyle.Hannah von Reth2016-03-251-3/+3
| * | Unify license header usage.Jani Heikkinen2016-03-29154-514/+1794
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-244-12/+30
| |\|
| | * Don't propagate unsolicited events from QWidgetWindow to QWidgetAlexander Volkov2016-03-241-5/+19
| | * Fix Fusion style combobox dirty lines in HiDPI mode.Marko Kangas2016-03-241-7/+1
| | * QAbstractItemView: trigger handlers (and redraw) when changing selection modelGiuseppe D'Angelo2016-03-231-0/+9
| | * Initialize input method for read-only QTextBrowserMarko Kangas2016-03-231-0/+1
| * | Fix some documentation warnings.Friedemann Kleint2016-03-241-2/+2
| * | Use default nullptr parents in QAction constructorshjk2016-03-231-3/+3
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-237-31/+54
| |\|
| | * QWidget::create(): Mark parameter window as ignored.Friedemann Kleint2016-03-222-17/+15
| | * QLineEdit: Use High DPI pixmap for clear button.Friedemann Kleint2016-03-224-13/+39