summaryrefslogtreecommitdiff
path: root/src/src.pro
Commit message (Collapse)AuthorAgeFilesLines
* Make the iOS style a plugin so that it can be built for static correctlyAndy Shaw2016-03-181-1/+1
| | | | | Change-Id: I60ae4aa9e0e1ffdc8f74a611202fef10df023b05 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Move Qt Quick Layouts to qtdeclarative repoJan Arve Saether2016-02-261-2/+0
| | | | | Change-Id: Ia82322488e804ba40d4c91d0bc7e6431ebe973be Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Import Qt Quick Extras (the former Qt Quick Enterprise Controls)Mitch Curtis2015-02-131-0/+3
| | | | | Change-Id: I59c5c97c564f707da4ce617e25e13ff8124f7d4b Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Make WinRT style use qt_quick_controls_style_init()J-P Nurmi2015-01-201-0/+1
| | | | | Change-Id: Ib78ef26e5bda1a5a3047368e8bde67f1d23bcd01 Reviewed-by: Caroline Chao <caroline.chao@theqtcompany.com>
* Add iOS style stubJ-P Nurmi2014-09-021-0/+1
| | | | | Change-Id: I47839d44345f589f01fcec9154c2c83c93bd3285 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
* Android styleJ-P Nurmi2014-08-071-0/+1
| | | | | | | | | 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>
* move QtQuick.Dialogs from qtdeclarative to qtquickcontrolsShawn Rutledge2014-01-031-0/+5
| | | | | | | | | | This will enable using Controls in the QML dialog implementations. For now, Controls are used only as drop-in replacements for the Button, Checkbox, and TextField which were custom implementations in the qtdeclarative module before. Change-Id: Ic79e9e8e5715a72ce51f4c724bfdfd33653300f2 Reviewed-by: Liang Qi <liang.qi@digia.com>
* Move Styles and Private under controlsCaroline Chao2013-08-161-1/+1
| | | | | | | | | | | Register the C++ private API from the controls plugin. The private plugin is not needed anymore. The Controls "submodules" Styles and Private are moved to the controls subfolder in the sources tree. Change-Id: I98358227c945b6cd1a8dbff9d07e6cad4f044277 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* Remove the QtQuick.Controls.Styles.Private moduleCaroline Chao2013-06-241-1/+1
| | | | | | | | | | This module doesn't bring much value by itself. Move the private styles to the QtQuick.Controls.Private module instead. Change-Id: I2f633b4334b5a6120a3c402e9e30b294811f048d Reviewed-by: J-P Nurmi <jpnurmi@digia.com> Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* Move src/stylesprivate to src/styles/privateJ-P Nurmi2013-05-241-1/+1
| | | | | Change-Id: I86102ddb14371498b9451f247f1f709633e82458 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* Refactor and clean up public style APIJens Bache-Wiig2013-05-081-1/+1
| | | | | Change-Id: I10271c860abd9b45a262e3548628e6a3026e1a4f Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* Remove experimental controlsCaroline Chao2013-05-071-1/+1
| | | | | | | | | | Those controls are not properly tested nor documented. They are not part of the release. Remove them for now to avoid confusion. Change-Id: Ic8bb536e9e91f4fb763f0e1c9b00602e87dd8c44 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* Change the layout engine of RowLayout and ColumnLayout.Jan Arve Saether2013-03-061-0/+2
| | | | | | | | | It now uses the gridlayoutengine from graphicsview, which also gives us a well tested grid layout engine almost for free. Change-Id: I939ae4d2b321c8079935ff3374e8e5d10d02384b Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* Rename QtDesktop to QtQuick.ControlsJens Bache-Wiig2013-02-211-1/+1
| | | | | Change-Id: Icc61dbfc74cc2a303b9847e7d2c7ace4a9002046 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* Introduce private pluginJens Bache-Wiig2013-02-081-1/+1
| | | | | Change-Id: I4beedc773df5b9b207554b55e86aa1439cb4d06e Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* Move Dialog and Dial to "Experimental" moduleJens Bache-Wiig2013-02-051-1/+1
| | | | | | | | | We need to ensure that only the components that are ready are actually part of the public API. I think both these components need more work and validation before going in. Change-Id: I77abab27508f9cf22127475822f19c5f03a8c24e Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* Modularized for Qt 5Liang Qi2012-12-051-57/+2
| | | | | | | | | 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>
* Replace our hacked desktopviewer and windowJens Bache-Wiig2012-11-081-4/+0
| | | | | | | | | | | This removes the old qtoplevelwindow implementation we had as we can completely use QWindow for this now. We can also kill the desktopviewer since qmlscene works on windows now. Change-Id: Ic24e25a712ddbb6eb46349d33a810b223127d55e Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* Restructure: components/ -> imports/QtDesktop/J-P Nurmi2012-08-101-1/+1
| | | | | | | | | | | 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>
* Port the FileDialog component for the Qt 5 componentsShawn Rutledge2012-07-181-2/+4
| | | | | | | | | | | | | The following is from the original commit in the 4.x branch: Reuse QFileDialog to implement the FileDialog desktop component. old change-Ids: I9d64a87dd1885f298b2d7db690e4a26de3a2fb70 which was written by Alberto Mardegan <mardy@users.sourceforge.net> and Ic4aac60ad1dcad7fc9c10caea36a6abd84ee6ce1 Make the TopLevel.qml File menu show a file dialog. Also borrowed a couple more Tango icons for the Gallery example. Change-Id: Ia5abb2a0ae432e03fcbe46a7f682e891537593ab Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@nokia.com>
* Remove deprecated CursorAreaAdriano Rezende2012-07-051-2/+0
| | | | | | | All components now use the new MouseArea API. Change-Id: Id6380a71c1c3d0489b8a31ba1e95ca6fafd2b7bf Reviewed-by: Gabriel de Dietrich <gabriel.dietrich-de@nokia.com>
* Fix ToolTip and improve ButtonBehaviorAdriano Rezende2012-07-031-2/+2
| | | | | Change-Id: I099aa93a8ee28c5e7e76ef8e316449266acbadd2 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@nokia.com>
* Remove qdeclarativefolderlistmodelJens Bache-Wiig2012-06-291-2/+0
| | | | | | | | Not used for anytning so lets kill it Change-Id: If68efb4c6e90f5c88e33728cee23df12bb7fb1d1 Reviewed-by: Leonardo Sobral Cunha <leo.cunha@nokia.com> Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@nokia.com>
* Add RowLayout and ColumnLayout componentsAdriano Rezende2012-06-291-2/+8
| | | | | | | | These components provides a more powerful layout features necessary for desktop applications. Change-Id: Id41fc7dedeac46128775c56cc0c1d18515b67d54 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@nokia.com>
* Don't use QMainWindow on Qt 5.Morten Johan Sorvig2012-05-211-4/+0
| | | | | | | | | Simplify and make QQuickView the top-level window. Menus still work on OS X, other platforms are unknown. Change-Id: Ic5bd505ed91675dd34aef7ee2926cd603fc3e9ad Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
* Port menus to Qt 5.Morten Johan Sorvig2012-05-151-2/+8
| | | | | | | | | | | | | | | | | | Copy over qtmenu and qtmenuitem from the Qt 4 branch. Register types in qstyleplugin.cpp. Delete Menu.qml MenuItem.qml - no longer in use and replaced by C++ code. Some porting was necessary, in particular changing QtMenuBase's base class from QObject to QtQuickItem. Bugs: On OS X the menu bar is displayed only ~50% if the time. Other platforms are not tested. Context menus do not work. Change-Id: I4e9cc6952ec1c70dc28cfda2352ba9962b539b17 Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
* Port QWindowItem to Qt 5.Morten Johan Sorvig2012-05-141-0/+8
| | | | | | | | | | | | | | | | | | | Add ifdefs to the Qt 4 version. Depending on what branching strategy we chose we either merge this back to the master branch or strip out the Qt 4 code later on. Add QWindowWidget for embedding QWindows in QWidget hierarchies. QTopLevelWindow is still a QMainWindow (we want to re-use the menu implementation), but the center widget is now a QWidnowWidget with an embedded QQuickView. Change-Id: I173878efc869d8224e7330a13b37e85730d8ecbf Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
* Remove symbian support.Debao Zhang2012-05-081-11/+1
| | | | | Change-Id: Ibe4653ffdee2b28b3def1c9f29bfd895da756810 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@nokia.com>
* Doesn't use script and declarativeDebao Zhang2012-05-071-1/+0
| | | | | Change-Id: I9f7ef7a71073907c852d333048a5d42e151df55c Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* Stop using deperacated header files.Debao Zhang2012-04-231-1/+1
| | | | | Change-Id: I0c600fe57dc9e6a61d348cd6f4fc7dcf21fa2b70 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* We need to link widgets.Frederik Gladhorn2011-12-151-1/+2
|
* Add quick as dependency.Frederik Gladhorn2011-12-091-0/+1
| | | | (due to declarative module refactoring)
* Work again.Alan Alpert2011-12-061-12/+2
| | | | | | | | | | | | 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.
* Debug library suffix on win32Sidorov Aleksey2011-10-281-10/+6
| | | | | Merge-request: 9 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@nokia.com>
* Add support for Attached properties in SplitterJens Bache-Wiig2011-10-161-2/+6
|
* Add support for round line edit on macJens Bache-Wiig2011-09-281-0/+4
|
* Refactor source tree a bitJens Bache-Wiig2011-09-211-2/+63
|
* Desktop components are now installableMarco Bubke2011-06-231-0/+2