aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * QQuickApplicationWindowAttached: give full access to the overlayJ-P Nurmi2015-12-192-3/+3
| * Just tidy up QQuickPopup a bitJ-P Nurmi2015-12-194-48/+41
| * Rename Popup transitionsJ-P Nurmi2015-12-196-53/+55
| * Material: use QRgb instead of color namesJ-P Nurmi2015-12-191-318/+318
| * StackView: update Material style transitionsJ-P Nurmi2015-12-181-6/+18
| * Gallery: remove the problematic restart functionalityJ-P Nurmi2015-12-182-30/+10
| * SpinBox: fix behavior on touch devicesJ-P Nurmi2015-12-182-16/+48
| * Fix laggy background fading for DrawersJ-P Nurmi2015-12-181-4/+15
| * Universal: set larger touch areas for SpinBox buttonsJ-P Nurmi2015-12-181-9/+11
| * Material: show/hide transition for MenuJ-P Nurmi2015-12-181-0/+13
| * Material style for MenuJ-P Nurmi2015-12-185-6/+90
| * Gallery: improve the behavior in landscapeJ-P Nurmi2015-12-1826-41/+64
| * Gallery: remove some useless pagesJ-P Nurmi2015-12-186-269/+0
| * Run optipng -o7 -strip "all" over gallery imagesJ-P Nurmi2015-12-1820-0/+0
| * Fix Drawer to not steal touch too eagerlyJ-P Nurmi2015-12-181-6/+16
| * Fix build on ARM with -qreal floatJ-P Nurmi2015-12-188-11/+11
| * Fix build orderKonstantin Ritt2015-12-181-2/+2
| * Add Gallery exampleJ-P Nurmi2015-12-1757-0/+2630
| * testbench: make use of Pane to get "standard" content paddingJ-P Nurmi2015-12-171-384/+384
| * Update plugins.qmltypesJ-P Nurmi2015-12-173-18/+1726
| * QQuickPaddedRectangle: fix antialiasing issuesJ-P Nurmi2015-12-171-5/+18
| * Drawer: fix positioning when content size changesJ-P Nurmi2015-12-171-5/+18
| * Button: visualize disabled state more clearlyJ-P Nurmi2015-12-172-1/+4
| * ToolButton: support highlighted modeJ-P Nurmi2015-12-174-7/+15
| * ProgressBar: tweak the default styleJ-P Nurmi2015-12-171-9/+4
| * Material: fix mis-aligned text in tabsJ-P Nurmi2015-12-171-2/+2
| * Implement BusyIndicator according to designsMitch Curtis2015-12-169-23/+310
| * Make Drawers use the overlay background dimmingJ-P Nurmi2015-12-163-18/+36
| * Fix StackView resizingJ-P Nurmi2015-12-163-14/+7
| * Prefix resources to avoid clashesJ-P Nurmi2015-12-167-9/+9
| * Run optipng -o7 -strip "all" over default style imagesJ-P Nurmi2015-12-1615-0/+0
| * StackView: print better error messagesJ-P Nurmi2015-12-162-2/+8
| * Replace QLatin1Literal occurrences with QStringLiteralKonstantin Ritt2015-12-162-4/+4
| * UniversalTheme: Fix typo in the system font family nameKonstantin Ritt2015-12-161-2/+2
| * Add Overlay::background that is shown when any modal popup is openJ-P Nurmi2015-12-158-2/+79
| * Expose the actual type of QQuickApplicationWindow::overlay()Mitch Curtis2015-12-156-4/+10
| * QQuickOverlay: use d-pointerMitch Curtis2015-12-152-17/+39
| * testbench: fix the comment about use qputenv()J-P Nurmi2015-12-151-2/+1
| * Material: fix drop shadowsJ-P Nurmi2015-12-153-44/+59
| * Universal: fix Pane backgroundv5.6.0-beta1J-P Nurmi2015-12-141-1/+1
| * Fix ScrollBar & ScrollIndicator for the new GalleryJ-P Nurmi2015-12-144-8/+34
| * Make QQuickStyleSelector case-insensitiveJ-P Nurmi2015-12-141-3/+3
| * Remove QQuickStyleSelector::instance()J-P Nurmi2015-12-145-47/+38
| * Popup: rename show()/hide() to open()/close()J-P Nurmi2015-12-148-31/+31
| * Material style: read theme, accent & primary from qtlabscontrols.confJ-P Nurmi2015-12-142-4/+37
| * Universal style: read theme & accent from qtlabscontrols.confJ-P Nurmi2015-12-142-3/+35
| * Read preferred style from qtlabscontrols.confJ-P Nurmi2015-12-141-0/+7
| * Add QQuickStyle::settings()J-P Nurmi2015-12-142-0/+23
| * Docs: move "Differences between Qt Quick Controls" on its own pageJ-P Nurmi2015-12-142-246/+284
| * tst_activeFocusOnTab: remove unnecessary layouts dependencyJ-P Nurmi2015-12-121-3/+2