summaryrefslogtreecommitdiff
path: root/src/controls/Private/qquickstyleitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings for -no-feature-itemviewsv5.9.0-beta1Nikita Krupenko2017-03-291-0/+2
* Build fix for various widget featuresPaul Olav Tvete2017-03-031-4/+34
* Merge remote-tracking branch 'origin/5.7' into 5.8v5.8.0-alpha1Liang Qi2016-08-301-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-271-1/+1
| |\
| | * Doc: Change instances of 'OS X' to 'macOS'Topi Reinio2016-08-151-1/+1
* | | Migrate to the new QSGNinePatchNodeLaszlo Agocs2016-06-221-122/+3
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+33
|\ \ | |/
| * Delete the m_styleoption properlyAlbert Astals Cid2016-05-111-1/+33
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-101-1/+0
|\ \ | |/
| * Remove unused variableAleix Pol2016-04-201-1/+0
* | Controls: append "1" to all C++ classesMitch Curtis2016-03-181-43/+43
* | Unify license header usageAntti Kokko2016-02-041-12/+15
|/
* QQuickStyleItem: replace if-else chain with switchAnton Kudryavtsev2016-01-191-7/+14
* QQuickStyleItem: wrap const char * in QStringLiteralAnton Kudryavtsev2016-01-191-45/+46
* QQuickStyleItem: wrap const char * in QLatin1StringAnton Kudryavtsev2016-01-191-102/+102
* Controls: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-01-191-2/+2
* Take QApplication::wheelScrollLines into account from ScrollViewAleix Pol2015-05-221-0/+2
* Do not override QGuiApplication::palette() if setHarald Hvaal2015-04-201-0/+3
* Draw right number of the ticks on a vertical non-styled Slider.Andrey Chichinov2015-03-211-2/+3
* Introducing TreeViewGabriel de Dietrich2015-02-131-0/+25
* Controls: update license headersJ-P Nurmi2015-02-111-15/+18
* Correct sizing of combobox itemsMarco Martin2014-11-041-0/+2
* Update license headers and add new license filesAntti Kokko2014-08-251-19/+11
* Fix the nine patch node factory function callSimon Hausmann2014-08-121-1/+1
* Use the new QSGNinePatch node interface from the scene graphSimon Hausmann2014-08-091-24/+56
* Set State_KeyboardFocusChange if focus has been requested by keyboardBerthold Krevert2014-05-121-0/+10
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-111-2/+10
|\
| * Take into account icon size when determining button sizeDavid Edmundson2014-04-091-2/+10
* | Fix typo in commentDavid Edmundson2014-04-021-1/+1
|/
* Disable mipmapping on the style itemLaszlo Agocs2014-03-311-0/+2
* StyleItem: Resolve item palette per item typev5.3.0-beta1Gabriel de Dietrich2014-03-201-4/+66
* MenuStyle: Adding missing 'submenuPopupDelay' propertyGabriel de Dietrich2014-03-051-1/+3
* Fix gray SpinBox background on macJens Bache-Wiig2014-03-031-0/+9
* Support text alignment for TableViewHeaderv5.3.0-alpha1Jens Bache-Wiig2014-02-251-0/+1
* Introducing styling for Menu, MenuBarGabriel de Dietrich2014-02-141-7/+10
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-271-0/+4
|\
| * Fix implicit width for SpinBoxJens Bache-Wiig2014-01-221-0/+4
* | Fix a rounding error in the baseline of SpinBoxJan Arve Saether2014-01-211-4/+9
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-0/+2
|\ \ | |/
| * Set style object on QStyleOptionFrames in QQuickStyleItemMartin Gräßlin2013-12-131-0/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-051-1/+5
|\ \ | |/
| * Fix desktop style animations to stop when the control is hiddenv5.2.0J-P Nurmi2013-12-031-1/+5
* | Pass a valid style option to fetch default frame widthDavid Edmundson2013-12-041-1/+1
|/
* Fix retina rendering issues with Qt Quick ControlsJens Bache-Wiig2013-11-201-1/+5
* Optimize TableView by using ImageProviderJens Bache-Wiig2013-11-071-0/+41
* Added 9-patch functionality to StyleItemGunnar Sletta2013-10-221-12/+108
* Make ToolButton a Button and allow stylingJens Bache-Wiig2013-09-271-0/+5
* QML Base style: support transient scrollbarsJ-P Nurmi2013-09-251-1/+0
* Pick up baselineOffset from the style.Jan Arve Saether2013-09-201-0/+68
* ComboBox: Make popup scrollableGabriel de Dietrich2013-09-191-4/+19