summaryrefslogtreecommitdiffstats
path: root/examples/declarative/searchbox
Commit message (Collapse)AuthorAgeFilesLines
* Restructure the examples. They are now organized into variousBea Lam2010-05-166-96/+0
| | | | | | subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples).
* Add .qmlproject files to declarative examples.Yann Bodson2010-04-201-0/+16
|
* Example fixesBea Lam2010-04-131-2/+4
|
* Fix code style in examplesBea Lam2010-04-132-9/+14
|
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-082-2/+2
|
* declarative examples cleanupYann Bodson2010-03-051-3/+3
|
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-2/+2
|
* Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-181-2/+2
| | | | | | | | | | | has proven to be confusing in practice. property/target and properties/targets will be functionally equivilant (the only distinction being singular/plural). In a transition these properties can be used for both 'matching' and explicit animation based on whether a 'to' value is supplied. The documentation, tests, examples and demos have been updated as well.
* Rename targets -> matchTargets and properties -> matchProperties.Michael Brasser2009-11-061-2/+2
|
* modifications to searchbox exampleYann Bodson2009-10-192-11/+24
|
* Add simple examplesYann Bodson2009-10-165-0/+60