summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add SpinBox::inputMethodComposingJ-P Nurmi2014-07-181-0/+12
* SpinBox: revert back to querying font via style panelJ-P Nurmi2014-07-173-2/+5
* Merge remote-tracking branch 'origin/5.3' into devJ-P Nurmi2014-07-176-17/+260
|\
| * MenuStyle: fix default text rendering typeJ-P Nurmi2014-07-171-0/+3
| * SpinBox: don't force active focus when tapping the buttons on touchJ-P Nurmi2014-07-141-2/+2
| * Fixed incorrect cursor when moving column in TableViewPiotr Wycisk2014-07-111-1/+2
| * Doc: Updated the example documentationVenu2014-07-111-3/+31
| * Dialog: Add missing docsShawn Rutledge2014-07-092-11/+222
* | Add MenuBarStyle::fontJ-P Nurmi2014-07-171-1/+11
* | Fix Calendar::clicked() signal emissionJ-P Nurmi2014-07-161-8/+7
* | Add Calendar::pressAndHold(date) signalJ-P Nurmi2014-07-162-0/+23
* | ComboBox: query font & colors via style panelJ-P Nurmi2014-07-163-9/+14
* | Introduce TableView::pressAndHold(int row) [signal]J-P Nurmi2014-07-141-0/+19
* | ComboBoxStyle: allow specifying text & selection colorsJ-P Nurmi2014-07-123-4/+28
* | TableView: add styleData.pressed for itemDelegate & rowDelegateJ-P Nurmi2014-07-111-13/+41
* | Merge remote-tracking branch 'origin/5.3' into devJ-P Nurmi2014-07-0956-127/+393
|\ \ | |/
| * Fix editable ComboBox mouse cursorJ-P Nurmi2014-07-091-1/+9
| * Doc: Update image for ApplicationWindowCaroline Chao2014-07-081-0/+0
| * Fix SpinBox mouse cursorJ-P Nurmi2014-07-081-1/+10
| * Mention that ApplicationWindow is not visible by default.Mitch Curtis2014-07-071-0/+4
| * Allow QT_QUICK_CONTROLS_STYLE pointing to resourcesJ-P Nurmi2014-07-031-1/+3
| * TextField/Area: soft dependency to inputMethodHintsJ-P Nurmi2014-07-022-2/+2
| * Use the correct parent window for menu popupsLaszlo Agocs2014-07-013-10/+16
| * Doc: Add a link to Tab in TabView documentationCaroline Chao2014-06-281-0/+2
| * Doc: Added images and missing snippetsVenu2014-06-2752-112/+348
* | Add ComboBoxStyle::fontJ-P Nurmi2014-07-092-1/+9
* | Add MenuStyle::fontJ-P Nurmi2014-07-091-9/+24
* | Doc: Update QtQuick.Controls.Styles version to 1.3Caroline Chao2014-07-081-3/+3
* | Add SpinBoxStyle::fontJ-P Nurmi2014-07-083-5/+8
* | Doc: Removing url variable from qdocconf file.Jerome Pasion2014-07-073-3/+0
* | Doc: Add documentation for the deployment of the ControlsCaroline Chao2014-07-042-1/+25
* | TextField/AreaStyle: add styleData.activated() signal for handlesJ-P Nurmi2014-07-015-4/+18
* | Add TextField/Area::inputMethodComposingJ-P Nurmi2014-07-012-0/+24
* | Expose FocusFrameStyle privatelyJ-P Nurmi2014-06-301-0/+1
* | Add TextField::selectByMouseJ-P Nurmi2014-06-301-2/+15
* | TextArea: fix the handles to honor selectByMouseJ-P Nurmi2014-06-302-3/+6
* | Merge remote-tracking branch 'origin/5.3' into devJ-P Nurmi2014-06-2540-155/+233
|\ \ | |/
| * Cleanup whitespaceJ-P Nurmi2014-06-242-2/+2
| * Remove QtWidgets dependency for WinRTJ-P Nurmi2014-06-242-2/+2
| * Remove Widgets dependency for QNXAndreas Holzammer2014-06-242-2/+2
| * ComboBox: open the popup on release on touch devicesJ-P Nurmi2014-06-231-2/+13
| * Slider: fix behavior inside a flickable on touchJ-P Nurmi2014-06-231-4/+8
| * Singleton SystemPaletteJ-P Nurmi2014-06-2326-55/+111
| * Kill unnecessary SystemPalette instancesJ-P Nurmi2014-06-2014-74/+5
| * Remove unused BasicButton::__textColorJ-P Nurmi2014-06-202-6/+0
| * Fix grammar in Layout::fillWidth and Layout::fillHeight documentation.Mitch Curtis2014-06-201-2/+2
| * Merge remote-tracking branch 'origin/stable' into 5.3Sergio Ahumada2014-06-146-14/+96
| |\
| | * Doc: Updated layouts docs with images and snippetsstableVenu2014-06-134-9/+77
| | * Menu: Don't open disabled submenusGabriel de Dietrich2014-06-122-5/+19
* | | Introduce Calendar.navigationBarVisibleJ-P Nurmi2014-06-232-0/+9