summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-128-51/+14
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-113-5/+8
|\
| * Reduce allocations by using reserve()Sérgio Martins2016-02-071-2/+3
| * Fix crash introduced by 75b705fec8e9517047d7dfa98203edff69f2bf8aAndy Shaw2016-02-051-1/+1
| * End the drag if the dockwidget is being hiddenAndy Shaw2016-02-041-0/+2
| * Disintermediate QDateTimeParser::SectionNode operations.Edward Welbourne2016-02-021-3/+3
* | dbusmenu: Use proper toggle-type for items that are part of groupDmitry Shachnev2016-02-091-0/+1
* | QToolBarAreaLayout: replace inefficient QLists with QVectorMarc Mutz2016-02-081-3/+6
* | QTabBar: remove dead codeGiuseppe D'Angelo2016-02-051-3/+0
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-026-30/+26
|\|
| * QDockWidget: Restore using setGeometry since the geometry is used for the stateAndy Shaw2016-02-021-6/+2
| * Fix flickering status tips in submenus.Michal Policht2016-01-301-1/+3
| * Fix GCC 6 valid warnings about misleading indendationsThiago Macieira2016-01-303-14/+14
| * Doc: Properly document old platform-specific functionsSze Howe Koh2016-01-291-5/+3
| * Doc: Remove Qt3 compatibility functions from QToolButtonCédric Bonnier2016-01-291-4/+4
* | QFontComboBox: optimize handling of icons for delegateMarc Mutz2016-01-291-6/+6
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-213-12/+21
|\|
| * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Jani Heikkinen2016-01-211-1/+5
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-1/+5
| | |\
| | | * Emit the activated signal when the platform menu item is selected.Andy Shaw2015-12-161-1/+5
| * | | QMainWindowLayout::unplug(): Prevent unplugging when the widget is not a window.Friedemann Kleint2016-01-201-11/+12
| |/ /
| * | QFocusFrame: Don't crash on null d->widget.Morten Johan Sørvig2016-01-181-0/+4
* | | Updated license headersJani Heikkinen2016-01-15148-2072/+2960
* | | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-121-1/+1
|\| |
| * | Fix a few container detachmentsSérgio Martins2016-01-101-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-084-3/+12
|\| |
| * | Unbreak ubsan developer-buildMarc Mutz2016-01-063-2/+7
| * | Fix incorrect screen number reported by QDesktopWidgetBłażej Szczygieł2015-12-301-1/+5
* | | QLineEdit: de-inline effective*TextMargin()Marc Mutz2016-01-042-21/+22
* | | QComboBox: use NRVO from QAIM::match() and prevent a detach attemptMarc Mutz2015-12-301-2/+1
* | | QLineEdit: hold SideWidgetEntry in std::vector, not QVectorMarc Mutz2015-12-213-14/+22
* | | Make use of new QHash::erase(const_iterator) overloadMarc Mutz2015-12-192-4/+4
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-182-8/+3
|\| |
| * | QDockAreaLayout/QPlaceHolderItem: Store geometry excluding frame.Friedemann Kleint2015-12-152-8/+3
* | | QtWidgets: replace some index-based for loops with C++11 range-forMarc Mutz2015-12-161-3/+1
* | | QtWidgets: replace some Q_FOREACH loops with C++11 range-forMarc Mutz2015-12-163-12/+13
* | | widgets: Pass non-trivially-copyable or large types by const-refSérgio Martins2015-12-122-3/+3
* | | QLineEdit: fix the shortcut override events on a readonly line editGiuseppe D'Angelo2015-12-091-11/+17
* | | QAIV - allow users to control single step in ScrollPerPixel modeThorbjørn Lund Martsum2015-12-093-1/+28
* | | Remove dead code from QWidgetLineControlGiuseppe D'Angelo2015-12-082-8/+0
* | | QtWidgets: mark some constructors explicitMarc Mutz2015-12-075-13/+13
* | | QMdiArea: replace a QList<int> with a QVectorMarc Mutz2015-12-041-1/+1
* | | Give names to enum used in templates.Rolland Dudemaine2015-12-041-1/+1
* | | QMdiArea: fix quadratic behaviorMarc Mutz2015-12-031-10/+8
* | | QMdiArea: fix unintended reallocationsMarc Mutz2015-12-031-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2015-12-032-2/+2
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-022-2/+2
| |\| |
| | * | QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-1/+1
| | * | Fix closing a QMenu by pressing Alt.Friedemann Kleint2015-11-271-1/+1
* | | | QComboBox: don't re-evaluate count()/model->rowCount() all the timeMarc Mutz2015-12-021-8/+12
|/ / /