- 10 Nov, 2014 - 1 commit
-
-
J-P Nurmi authored
Without this change checkboxes, radio buttons, slider handle etc. are black on Android 5.0. This change applies the tint color so that the controls become green/cyan as appropriate. Task-number: QTBUG-42520 Change-Id: Ib8bd9d279f34e0f7951b311f398bc1fb11f7b1ba Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
-
- 07 Aug, 2014 - 1 commit
-
-
J-P Nurmi authored
Note: Requires Android 3.0 (API level 11) or later. Task-number: QTBUG-35081 Change-Id: Id7a4577a4d78c9474c9ccd7ae754e16fcac8f0e5 Reviewed-by:
BogDan Vatra <bogdan@kde.org> Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
- 07 Apr, 2014 - 1 commit
-
-
J-P Nurmi authored
Change-Id: Ifc9719ec6fbbd80b866c01eebc471d0ed121bd16 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 14 Feb, 2014 - 1 commit
-
-
Gabriel de Dietrich authored
MenuStyle We expose the frame and item properties together with some convenience properties (basically color related). The menu item data is exposed via a styleData object, similarly to what's done in TabViewStyle. In addition, we introduce MenuStyle.menuItem which brings some convenience when it comes to overriding subcontrols of the menu item. MenuBarStyle We expose background and menuBarItem. The menubar item's properties are accessible through the styleData property in scope. Style cascading Additionally, MenuBarStyle has a menuStyle property that will apply to all its menus and their submenus. Similarly, assigning a style to a Menu object, will apply it to its submenus. It's still possible to override the parent menu's style by declaring its own. [ChangeLog][QtQuickControls][Styles]Menu and MenuBar are now styleable Change-Id: Ib724b7a6426bdfce5da314620d51dfaa76f76500 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 10 Sep, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
Change-Id: Icb4c6d78225c072da787e4646a55d8cf71a5db7a Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
- 26 Apr, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
Change-Id: I436849ce43b11dd3b61ef59280e3b8fa39b7da0f Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 14 Mar, 2013 - 1 commit
-
-
Caroline Chao authored
Change-Id: If9df032c76e36f385aacd30cc31d6f02574c6f11 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com> Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- 21 Feb, 2013 - 2 commits
-
-
Shawn Rutledge authored
We want to use the same license as the other Qt modules. QML files stay as BSD for now. Change-Id: I10b1484f5ab0dfe2138ff7e045d0ecfd85556aa1 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
Jens Bache-Wiig authored
Change-Id: Icc61dbfc74cc2a303b9847e7d2c7ace4a9002046 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 15 Feb, 2013 - 1 commit
-
-
Jens Bache-Wiig authored
Note that I renamed Column to TableViewColumn Change-Id: I8968797cede9a117a6acac09997fba385ff76b30 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- 16 Jan, 2013 - 1 commit
-
-
Caroline Chao authored
Testing behavior when using qml and c++ based models. Autotests based on manual test: tableviewmodels. Make the tree currentItem available from TableView. Add also object names for testing purpose. Including the use of a plugin. The plugin can be used to load other cpp code needed while testing. The plugin testplugin will go under qml/QtDesktopTest. Change-Id: I76e66f35296c6142764bb6027ed9ee49ca50e47b Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
- 05 Dec, 2012 - 1 commit
-
-
Liang Qi authored
Still missing sth from qmake, it doesn't support non c++ module correctly yet(there is no CXX_MODULE in our project). Change-Id: I9a6a754e863b51b3e3a4b1eaf864ddab24e92f75 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 20 Nov, 2012 - 1 commit
-
-
Sergio Ahumada authored
Added some licenses and fixed some QT_BEGIN_LICENSE tags Change-Id: I4077ccc9a3505c055c56dcb07da85e19523695b5 Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@digia.com>
-
- 12 Nov, 2012 - 1 commit
-
-
Jens Bache-Wiig authored
This introduces the new QtDestkop.Styles module. There is a new example in the Gallery. Change-Id: I8b42943af3c623456a70c04a8e578c1535d31105 Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@digia.com>
-
- 09 Nov, 2012 - 1 commit
-
-
Jens Bache-Wiig authored
Change-Id: Ife5806f1c1ebd9fbc9627130d543d960c35eba33 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 15 Oct, 2012 - 1 commit
-
-
J-P Nurmi authored
Makes it possible to pass the local imports tree to qmlviewer: $ qmlviewer -I imports/ examples/Gallery.qml Change-Id: I6b43414a5573ea6cfef45169b2d11aa4ea53b80c Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- 10 Aug, 2012 - 1 commit
-
-
J-P Nurmi authored
Makes it possible to pass the local imports tree to qmlscene: $ qmlscene -I imports/ examples/Gallery.qml Later on, auto tests can run against the local imports tree instead of having to depend on the install step. Change-Id: I1874a5862e8c54463473843befd09097e8563e9c Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@nokia.com>
-
- 29 Jun, 2012 - 1 commit
-
-
Jens Bache-Wiig authored
The custom subdirectory doesnt make much sense for desktop and adds an uneccessary abstraction layer. This patch removes it and removes some of the properties that are no longer required. Change-Id: I65c44db54f6f97bbc1e69d85d35d55464dac794e Reviewed-by:
Gabriel de Dietrich <gabriel.dietrich-de@nokia.com>
-
- 04 Jun, 2012 - 1 commit
-
-
Jens Bache-Wiig authored
Change-Id: Ibd0a89a071ed54da7146dc8e7a7f67c93df570da Reviewed-by:
Morten Johan Sørvig <morten.sorvig@nokia.com>
-
- 21 May, 2012 - 1 commit
-
-
Jens Bache-Wiig authored
Change-Id: I834dfc98f6a3a60859af08fd555a6c741a9d8288 Reviewed-by:
Morten Johan Sørvig <morten.sorvig@nokia.com>
-
- 04 Jan, 2012 - 1 commit
-
-
Frederik Gladhorn authored
-
- 06 Dec, 2011 - 1 commit
-
-
Alan Alpert authored
Well, a little. At least one person can now run Gallery.qml again. Removes all menu related stuff, removes Window (uses the Window in QtQuick.Window instead, despite reduced functionality now). Updates to work with the quick module split, and the xmllistmodel module split. Updates version number to 0.2 as well.
-
- 16 Oct, 2011 - 1 commit
-
-
Jens Bache-Wiig authored
-
- 06 Oct, 2011 - 1 commit
-
-
Jens Bache-Wiig authored
-
- 29 Sep, 2011 - 1 commit
-
-
Jens Bache-Wiig authored
-
- 25 Sep, 2011 - 1 commit
-
-
Jens Bache-Wiig authored
We need this for SplitterRow and it has been released for a while.
-
- 15 Sep, 2011 - 2 commits
-
-
Jens Bache-Wiig authored
-
Jens Bache-Wiig authored
-
- 07 Sep, 2011 - 1 commit
-
-
Jens Bache-Wiig authored
-
- 15 Aug, 2011 - 1 commit
-
-
Jens Bache-Wiig authored
As suggested by Christian Kamm
-
- 24 Mar, 2011 - 1 commit
-
-
Jens Bache-Wiig authored
-
- 13 Mar, 2011 - 2 commits
-
-
Jens Bache-Wiig authored
-
Jens Bache-Wiig authored
-
- 02 Mar, 2011 - 1 commit
-
-
Jens Bache-Wiig authored
-
- 21 Feb, 2011 - 2 commits
-
-
Jens Bache-Wiig authored
-
Jens Bache-Wiig authored
-