summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QWindowsVistaStyle: Set theme flag noContent for PE_FrameLineEditFriedemann Kleint2017-02-161-0/+1
* Take window frame into account when dragging dock widgetSergio Martins2017-02-161-1/+3
* Lazily create QPlatformWindow for Qt::Desktop windowsTor Arne Vestbø2017-02-161-7/+12
* Fix minor typos in apidocFrederik Schwarzer2017-02-151-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-141-9/+4
|\
| * QFormLayout: take the correct row in takeRow()Marc Mutz2017-02-081-9/+4
* | Windows styles/wizard: Do not invoke winId() of desktop windowsFriedemann Kleint2017-02-132-13/+4
* | Prevent Qt::ForeignWindow from propagating into QWidget for non-toplevelsTor Arne Vestbø2017-02-091-0/+2
* | Add QPlatformWindow::isForeignWindow()Tor Arne Vestbø2017-02-091-3/+6
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-0810-75/+98
|\|
| * Fix result handling in QDialog::doneSamuel Gaist2017-02-071-1/+1
| * QInputDialog: prevent crash in static get*() functions when parent gets deletedMarc Mutz2017-02-062-65/+59
| * Clear dock indicator when not over a floating dock group windowSergio Martins2017-02-012-5/+27
| * Doc: Normalize \since usageTopi Reinio2017-01-313-3/+3
| * Fix build with -no-feature-animationPaul Olav Tvete2017-01-302-1/+8
* | Fix some qdoc warnings for 5.9Friedemann Kleint2017-02-062-2/+2
* | QTabBar: fix vertical tabs appearanceOleg Yadrov2017-02-021-3/+13
* | Merge remote-tracking branch 'gerrit/dev' into HEADOswald Buddenhagen2017-02-0158-223/+517
|\ \
| * | QCommonStyle: fix a few typos and formatting issuesOleg Yadrov2017-01-311-5/+5
| * | QSizePolicy: implement transpose() via transposed()Marc Mutz2017-01-311-11/+1
| * | QtWidgets: convert some users of QSizePolicy::transpose() to transposed()Marc Mutz2017-01-313-9/+3
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-3038-111/+301
| |\|
| | * QKeySequenceEdit: Allow for the case where pressing SHIFT+letter gives a diff...Andy Shaw2017-01-271-9/+23
| | * Fix dock widget having the wrong parent after a dragSergio Martins2017-01-261-2/+4
| | * Remove duplicated feature definitionPaul Olav Tvete2017-01-261-7/+1
| | * Fix build with -no-feature-lineeditPaul Olav Tvete2017-01-261-0/+4
| | * Fix build with -no-feature-whatsthisPaul Olav Tvete2017-01-251-0/+2
| | * Fix build with -no-feature-treewidgetPaul Olav Tvete2017-01-251-2/+2
| | * Compile with -no-feature-tooltipPaul Olav Tvete2017-01-253-0/+6
| | * Fix build with -no-feature-toolbuttonPaul Olav Tvete2017-01-253-2/+12
| | * Fix build with -no-feature-tabbarPaul Olav Tvete2017-01-254-5/+26
| | * Fix build with -no-feature-tabwidgetPaul Olav Tvete2017-01-251-11/+9
| | * Fix build with -no-feature-sliderPaul Olav Tvete2017-01-252-1/+3
| | * Fix build with -no-feature-texteditPaul Olav Tvete2017-01-252-1/+5
| | * Fix styles compilation with features removed, round 2Paul Olav Tvete2017-01-254-11/+72
| | * Fix build with -no-feature-rubberbandPaul Olav Tvete2017-01-251-1/+2
| | * Fix build with -no-feature-menubarPaul Olav Tvete2017-01-251-2/+9
| | * Fix build with -no-feature-menuPaul Olav Tvete2017-01-253-2/+10
| | * Compile with -no-feature-itemviewsPaul Olav Tvete2017-01-253-5/+11
| | * Fix build with -no-feature-graphicsviewPaul Olav Tvete2017-01-251-0/+3
| | * Fix build with -no-feature-dockwidgetPaul Olav Tvete2017-01-251-4/+20
| | * Fix style compilation with -no-feature-...Paul Olav Tvete2017-01-255-6/+41
| | * Remove reimplementations of removed featuresPaul Olav Tvete2017-01-252-4/+4
| | * Make sure features are defined before testing themPaul Olav Tvete2017-01-253-9/+9
| | * model-view-programming.qdoc: Add missing list/endlistFriedemann Kleint2017-01-241-0/+2
| | * QMacNativeWidget: Remove Carbon reference from documentationGabriel de Dietrich2017-01-231-6/+2
| | * QMacCocoaViewContainer: Fix typos, wording in documentationGabriel de Dietrich2017-01-231-22/+17
| * | QSizePolicy: add a transposed() methodMarc Mutz2017-01-282-0/+50
| * | QSizePolicy: add some constexprMarc Mutz2017-01-281-14/+24
| * | Use std::enable_if instead of QEnableIfAlexander Volkov2017-01-272-8/+8