summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-09-1447-304/+512
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfxtext.cpp
| * Don't crash.Warwick Allison2009-09-141-1/+6
| | | | | | | | | | The engine tree shouldn't have all these objects in it, but for now, just prevent crash when there are signals with parameters.
| * Move XmlListModelRole to be properly private.Warwick Allison2009-09-142-80/+86
| |
| * Track QML API changes.Warwick Allison2009-09-141-3/+3
| |
| * Fixed UrlBar to not clip off top 3 pixels of the pageNigel Hietala2009-09-121-1/+1
| |
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-119-42/+49
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-09-1111-40/+87
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * Fix moving an item to the first visible position.Martin Jones2009-09-112-19/+19
| | | | | | | | | | | | | | | | Also fix the type of some properties/variables.
| | | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-09-114-33/+44
| | | |\ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | Avoid spurious flicks due to quick clicking motions.Martin Jones2009-09-111-10/+20
| | | | |
| | | * | current -> currentItem property in ListView and GridViewMartin Jones2009-09-117-8/+10
| | | | |
| | * | | Don't need to save and restore painter for tiling.Michael Brasser2009-09-111-5/+0
| | | | |
| * | | | Fix that empty string "resolves" to empty URL.Warwick Allison2009-09-111-4/+3
| | | | | | | | | | | | | | | | | | | | Fix typo.
| * | | | Ensure text size changes when text is made empty, or elides to empty.Warwick Allison2009-09-112-13/+12
| | |_|/ | |/| | | | | | | | | | | | | | Previously, old size would persist if text changed from non-"" to "". Elide text in example (tests and demonstrates)
| * | | Ensure item moves are passed on literally so views can animate literally.Warwick Allison2009-09-111-1/+4
| | | |
| * | | tweakWarwick Allison2009-09-112-2/+34
| |/ /
| * | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-09-115-26/+137
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Handle itemsMoved() in GridView.Martin Jones2009-09-112-0/+64
| | |
| | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-09-1013-14/+16
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Implement itemsMoved() in ListView.Martin Jones2009-09-103-26/+73
| | | | | | | | | | | | | | | | No animation possible currently.
| * | | Use drawTiledPixmap for tiling.Michael Brasser2009-09-111-30/+6
| | |/ | |/| | | | | | | So we can take advantage of backend optimizations.
| * | Fixed references to QFxPainted, which got replaced by QFxPaintedItemThorbjørn Lindeijer2009-09-102-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | See commit 415708f85341448c6f30bbca6e31e48dbfde72a5, and later renaming of QFxImageItem to QFxPaintedItem in commit d1bb572b9fb5b0286df992c8ae560d91c9dc3388. Also added a table of contents to the QML for C++ Programmers page.
| * | Remove unused imports from examples for extending.Christian Kamm2009-09-1010-10/+0
| | | | | | | | | | | | Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
| * | Fix QML_DEFINE_EXTENDED_TYPE use in extending/extended example.Christian Kamm2009-09-101-1/+1
| | | | | | | | | | | | Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
| * | Fix extending examples by inserting the appropriate import.Christian Kamm2009-09-1010-0/+10
| |/ | | | | | | | | Reviewed-by: owolff Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
| * Best to delete pointer before zeroing it.Martin Jones2009-09-101-1/+1
| |
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-09-1011-62/+154
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Follow renamed to SpringFollow.Martin Jones2009-09-1019-115/+180
| | |
* | | Text now has one line of implicit height when it has zero lines of textAlan Alpert2009-09-102-3/+4
| |/ |/| | | | | Task-number: 255266
* | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-09-1012-38/+120
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-09-109-31/+92
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-109-8/+406
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Report custom parse errors verbosely.Warwick Allison2009-09-109-31/+92
| | | |
| * | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-09-103-7/+294
| |\ \ \ | | | |/ | | |/| | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-09-1011-63/+539
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | typoYann Bodson2009-09-101-3/+3
| | | | |
| * | | | Support URL resolution from within script blocksAaron Kennedy2009-09-102-4/+25
| | | | |
* | | | | Cursory QFxTextInput documentation.Alan Alpert2009-09-101-0/+58
| | | | |
* | | | | Update demos to work with API changesAlan Alpert2009-09-105-6/+7
| | | | | | | | | | | | | | | | | | | | Affected are flickr and twitter.
* | | | | API ChangesAlan Alpert2009-09-107-56/+89
| |_|/ / |/| | | | | | | | | | | Renaming stuff in TextEdit/Input
* | | | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-09-099-59/+248
|\ \ \ \ | |/ / / | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Autotest for property aliasesAaron Kennedy2009-09-096-1/+112
| | |/ | |/|
| * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-0924-264/+263
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-0926-334/+803
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Don't allow sparse-setting, since not efficient anyway.Warwick Allison2009-09-091-22/+16
| | | |
| * | | clearer exampleWarwick Allison2009-09-091-4/+12
| | | |
| * | | Fix destruction of ModelNodes (fix crash-on-exit).Warwick Allison2009-09-091-7/+6
| | | |
| * | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-09142-1950/+2266
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Modifying ListModel from JS: work for structured data too.Warwick Allison2009-09-093-27/+104
| | | | |
* | | | | Start on QFxTextInput autotestsAlan Alpert2009-09-092-4/+291
| |_|_|/ |/| | | | | | | | | | | Actually has tests in it now. Not all implemented yet though.