summaryrefslogtreecommitdiff
path: root/src/controls
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix some issuesSze Howe Koh2014-03-314-4/+5
* Disable mipmapping on the style itemLaszlo Agocs2014-03-311-0/+2
* Add a note on recycling of delegates for TableViewJens Bache-Wiig2014-03-281-1/+16
* Doc: Fix broken links (explicit intra-module qualifiers)Sze Howe Koh2014-03-275-6/+6
* Doc: Fix some warnings in Qt Quick ControlsSergio Ahumada2014-03-273-10/+10
* Warn that use of private types requires both public and private importsMitch Curtis2014-03-251-1/+2
* StyleItem: Resolve item palette per item typev5.3.0-beta1Gabriel de Dietrich2014-03-202-4/+67
* Set numerical input hint on SpinBoxJens Bache-Wiig2014-03-201-0/+1
* Try to maintain bindings to checked property in CheckBoxJens Bache-Wiig2014-03-201-2/+12
* Let ApplicationWindows default max size be unbounded.Jan Arve Saether2014-03-191-2/+2
* Add example for indeterminate progress bar animationJens Bache-Wiig2014-03-181-0/+36
* ComboBox: fix a warning in MenuContentItemJ-P Nurmi2014-03-181-0/+1
* MenuItem: Don't delete owned bound actionsGabriel de Dietrich2014-03-181-6/+1
* Doc: Append handler names to \qmlsignal documentationSze Howe Koh2014-03-188-0/+38
* ScrollView: flick threshold comes from platform styleShawn Rutledge2014-03-181-1/+1
* Slider: don't prevent stealing until drag threshold is exceededShawn Rutledge2014-03-183-1/+18
* Clean-up styling improvements for CalendarKonstantin Ritt2014-03-172-5/+3
* Button's text should use SystemPalette.buttonTextKonstantin Ritt2014-03-171-1/+1
* Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2014-03-152-0/+9
|\
| * Close popup windows when application state changesold/5.2Gabriel de Dietrich2014-02-262-0/+9
* | Menu: Improved sloppy menus logicGabriel de Dietrich2014-03-131-7/+20
* | Menu: Estimate item height from first visible itemGabriel de Dietrich2014-03-131-1/+13
* | Label should use SystemPalette.windowTextRuslan Nigmatullin2014-03-131-1/+1
* | Styling improvements for CalendarJens Bache-Wiig2014-03-128-45/+163
* | Fixed offset for overlay in moveable TableViewColumnsJens Bache-Wiig2014-03-111-3/+3
* | Popupmenu: update item under mouse upon pressRichard Moe Gustavsen2014-03-101-0/+1
* | Simplify Slider's MouseAreaFrederik Gladhorn2014-03-101-6/+1
* | MenuItem: Update platform menu item when checkable changesAndrew Knight2014-03-102-2/+14
* | Menu: Adding sloppy submenu navigationGabriel de Dietrich2014-03-071-3/+43
* | Popup Window: Privately expose popup geometryGabriel de Dietrich2014-03-075-0/+17
* | Menu: Harden popup closing logicGabriel de Dietrich2014-03-071-1/+6
* | MenuStyle: Adding missing 'submenuPopupDelay' propertyGabriel de Dietrich2014-03-054-2/+9
* | Bump version number of controls in qdocJens Bache-Wiig2014-03-041-2/+2
* | MenuStyle: Fix popup margins for DesktopGabriel de Dietrich2014-03-041-14/+9
* | MenuBarStyle: Fix metrics, selected appearanceGabriel de Dietrich2014-03-031-7/+15
* | Fix some typosSergio Ahumada2014-03-031-1/+1
* | Fix gray SpinBox background on macJens Bache-Wiig2014-03-031-0/+9
* | Avoid warning when maximum size < minimum sizeJan Arve Saether2014-03-031-2/+18
* | Set baselineOffset on Styles/Base correctlyJan Arve Saether2014-02-264-0/+10
* | TableView: Make "model" property consistent with ListViewJens Bache-Wiig2014-02-261-1/+1
* | Support text alignment for TableViewHeaderv5.3.0-alpha1Jens Bache-Wiig2014-02-253-2/+3
* | Fix initial incorrect value for SwitchJens Bache-Wiig2014-02-252-12/+9
* | TableView: fix activeFocusOnTab behaviorLiang Qi2014-02-251-1/+1
* | Add styleData.totalWidth for TabViewStyle::tabJ-P Nurmi2014-02-252-0/+2
* | Respect Tab::enabledJ-P Nurmi2014-02-213-0/+8
* | Minor cleanup and optimizations for TableViewJens Bache-Wiig2014-02-212-9/+7
* | MenuContentItem: Remove scroller indicator style warningGabriel de Dietrich2014-02-201-1/+1
* | Speed up binding comparisons for TableViewJens Bache-Wiig2014-02-201-9/+9
* | Improve TableView performance by caching row-delegatesJens Bache-Wiig2014-02-202-70/+115
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-178-15/+13
|\ \