summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Better SQL database performance / memory usage.Warwick Allison2009-09-163-13/+93
| | | | | Rows accessible incrementally. Rows.forwardOnly for optimization.
* Remove unnecessary use of QObjectsWarwick Allison2009-09-161-106/+75
| | | | QSqlDatabase is a shared copyable type anyway, so easy to use as QScriptValue variant.
* Basic first-working SQL database interface.Warwick Allison2009-09-164-0/+323
| | | | A simple Qt-based implementation of HTML5 SQL local storage databases.
* GridView API changesMartin Jones2009-09-143-14/+16
| | | | | GridView: wrap -> keyNavigationWraps GridView: autoHighlight -> highlightFollowsCurrentItem
* More ListView API changes.Martin Jones2009-09-143-22/+18
| | | | | ListView: wrap -> keyNavigationWraps ListView: autoHighlight -> highlightFollowsCurrentItem
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-09-143-81/+92
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * 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
| |
* | ListView currentItemMode API replaced with highlight range API.Martin Jones2009-09-143-114/+130
|/
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-117-40/+47
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-09-117-36/+51
| |\ | | | | | | | | | 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-112-31/+10
| | |\ | | | | | | | | | | | | 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-115-6/+8
| | | |
| * | | 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-111-11/+10
| |_|/ |/| | | | | | | | | | | 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
|/ /
* | 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
| |
| * 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.
* Best to delete pointer before zeroing it.Martin Jones2009-09-101-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-09-107-56/+148
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-09-108-34/+108
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Cursory QFxTextInput documentation.Alan Alpert2009-09-101-0/+58
| | |
| * | Update demos to work with API changesAlan Alpert2009-09-101-0/+1
| | | | | | | | | | | | Affected are flickr and twitter.
| * | API ChangesAlan Alpert2009-09-107-56/+89
| | | | | | | | | | | | Renaming stuff in TextEdit/Input
* | | Follow renamed to SpringFollow.Martin Jones2009-09-109-94/+158
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-09-106-30/+83
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Report custom parse errors verbosely.Warwick Allison2009-09-106-30/+83
| |/
* | Support URL resolution from within script blocksAaron Kennedy2009-09-102-4/+25
|/
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-095-11/+11
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-09-0914-323/+652
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Rename QFxItem::children() to QFxItem::fxChildren()Alan Alpert2009-09-094-8/+8
| | | | | | | | | | | | | | | | | | | | | No more accidental hiding. Differently named functions for QObject children: children() QGraphicsItem children: childItems() QFxItem children: fxChildren()
| * | Fix bug with keypad navigationAlan Alpert2009-09-091-3/+3
| | | | | | | | | | | | Navigation test now passes.
* | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-0914-323/+652
|\ \ \ | | |/ | |/| | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-09-0969-1130/+1617
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Doc.Martin Jones2009-09-091-0/+2
| | | |
| | * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-09-0952-739/+1362
| | |\ \ | | | |/ | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Move ComponentInstance functionality into LoaderMartin Jones2009-09-0911-385/+223
| | | |
| * | | Add EaseFollow elementAaron Kennedy2009-09-094-3/+492
| | | |
* | | | Don't allow sparse-setting, since not efficient anyway.Warwick Allison2009-09-091-22/+16
| | | |
* | | | Fix destruction of ModelNodes (fix crash-on-exit).Warwick Allison2009-09-091-7/+6
| | | |
* | | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-0962-751/+1400
|\ \ \ \ | | |_|/ | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-09-09376-5048/+11011
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfxlistview.h
| | * \ \ Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-09-0946-687/+1146
| | |\ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | | Remove debug.Michael Brasser2009-09-091-4/+1
| | | | | |
| | | * | | Make sure animations convert between float and double when needed.Michael Brasser2009-09-091-2/+1
| | | | | |