summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused tools/qmlwidget files.Caroline Chao2013-04-302-84/+0
| | | | | Change-Id: Id48fea5609cb52b5a79d9ad345a07774112b26d2 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* Move examples into separate quick/controls directoryKai Koehne2013-04-301-1/+1
| | | | | | | | | | This makes sure all examples are in a separate directory for the Qt source packages. It also is in line with how the other repositories are structured. Task-number: QTBUG-30886 Change-Id: Idc2856e5dfaf467c8cb9764aee327a3b20c7b2d0 Reviewed-by: Caroline Chao <caroline.chao@digia.com>
* Replaced BSD with LGPL license to conform with Qt Project modulesShawn Rutledge2013-02-211-27/+28
| | | | | | | | 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>
* Modularized for Qt 5Liang Qi2012-12-052-0/+83
| | | | | | | | | 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>
* Cleaned up the desktop branchJens Bache-Wiig2011-02-214-552/+0
|
* Updated Switch with implicit size, other minor improvementsMathias Malmqvist2011-02-181-0/+7
|
* Update stretchbench to use components' implicit sizingMathias Malmqvist2011-02-162-13/+21
| | | | | Merge-request: 272 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@nokia.com>
* Changed ProgressBar maximumValue to 1.0Adriano Rezende2011-02-011-1/+4
| | | | | | | | The default value for maximumValue property is 1.0 according to the Common API specs. Merge-request: 169 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@nokia.com>
* Update ButtonRow/Column when one of the buttons gets hiddenGabriel de Dietrich2011-01-181-2/+2
|
* Added some StretchBench tests for ButtoRow and ButtonColumnMathias Malmqvist2011-01-151-6/+27
| | | | | Merge-request: 128 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@nokia.com>
* Added new implementation for ButtonRow and ButtonColumn based onJens Bache-Wiig2011-01-141-0/+22
| | | | | | | | | | | | | | existing implementation from the mainline according to the specification agreed upon in the common API. Leaving the ButtonBlock until we have cleaned up any dependencies on it. Done with/reviewed by gabriel There are some warnings triggered when running the benchmarks, although they disappear/reappear somehow randomly depending on the workaround.
* Rename LineEdit and MultiLineEdit to TextField and TextAreaJens Bache-Wiig2010-12-201-16/+16
| | | | As agreed on QtComponents-200
* Changed ChoiceList's default text property from 'content' to more generic 'text'Mathias Malmqvist2010-12-201-30/+30
| | | | | Merge-request: 70 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@nokia.com>
* Ensure that widgets look crisp when scaled in stretchbenchJens Bache-Wiig2010-12-171-4/+6
| | | | | | Right now we can stretch things with sub-pixel accuracy. This looks ugly when the images do not align to pixel edges. Instead I now floor the values to avoid this.
* Improvments to StretchBenchMathias Malmqvist2010-12-171-1/+23
| | | | | Merge-request: 63 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@nokia.com>
* Updated import statement in all files from Qt 4.7 to QtQuick 1.0Mathias Malmqvist2010-12-172-2/+2
| | | | | Merge-request: 63 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@nokia.com>
* Improved the ChoiceList implementationMathias Malmqvist2010-12-101-6/+31
| | | | | Merge-request: 52 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@nokia.com>
* Move StretchBench parts into a subdirectoryJens Bache-Wiig2010-12-093-2/+3
| | | | | Merge-request: 51 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@nokia.com>
* Reorganised the repositoryJens Bache-Wiig2010-12-093-0/+441
- Moved widgets into components - Moved Gallery into examples - Moved StretchBench into tools Merge-request: 51 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@nokia.com>