Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better SQL database performance / memory usage. | Warwick Allison | 2009-09-16 | 3 | -13/+93 |
| | | | | | Rows accessible incrementally. Rows.forwardOnly for optimization. | ||||
* | Remove unnecessary use of QObjects | Warwick Allison | 2009-09-16 | 1 | -106/+75 |
| | | | | QSqlDatabase is a shared copyable type anyway, so easy to use as QScriptValue variant. | ||||
* | Basic first-working SQL database interface. | Warwick Allison | 2009-09-16 | 4 | -0/+323 |
| | | | | A simple Qt-based implementation of HTML5 SQL local storage databases. | ||||
* | GridView API changes | Martin Jones | 2009-09-14 | 3 | -14/+16 |
| | | | | | GridView: wrap -> keyNavigationWraps GridView: autoHighlight -> highlightFollowsCurrentItem | ||||
* | More ListView API changes. | Martin Jones | 2009-09-14 | 3 | -22/+18 |
| | | | | | ListView: wrap -> keyNavigationWraps ListView: autoHighlight -> highlightFollowsCurrentItem | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-09-14 | 3 | -81/+92 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Don't crash. | Warwick Allison | 2009-09-14 | 1 | -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 Allison | 2009-09-14 | 2 | -80/+86 |
| | | |||||
* | | ListView currentItemMode API replaced with highlight range API. | Martin Jones | 2009-09-14 | 3 | -114/+130 |
|/ | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-09-11 | 7 | -40/+47 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-09-11 | 7 | -36/+51 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Fix moving an item to the first visible position. | Martin Jones | 2009-09-11 | 2 | -19/+19 |
| | | | | | | | | | | | | Also fix the type of some properties/variables. | ||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-09-11 | 2 | -31/+10 |
| | |\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | Avoid spurious flicks due to quick clicking motions. | Martin Jones | 2009-09-11 | 1 | -10/+20 |
| | | | | |||||
| | * | | current -> currentItem property in ListView and GridView | Martin Jones | 2009-09-11 | 5 | -6/+8 |
| | | | | |||||
| * | | | Don't need to save and restore painter for tiling. | Michael Brasser | 2009-09-11 | 1 | -5/+0 |
| | | | | |||||
* | | | | Fix that empty string "resolves" to empty URL. | Warwick Allison | 2009-09-11 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | Fix typo. | ||||
* | | | | Ensure text size changes when text is made empty, or elides to empty. | Warwick Allison | 2009-09-11 | 1 | -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 Allison | 2009-09-11 | 1 | -1/+4 |
|/ / | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-09-11 | 5 | -26/+137 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Handle itemsMoved() in GridView. | Martin Jones | 2009-09-11 | 2 | -0/+64 |
| | | |||||
| * | Implement itemsMoved() in ListView. | Martin Jones | 2009-09-10 | 3 | -26/+73 |
| | | | | | | | | No animation possible currently. | ||||
* | | Use drawTiledPixmap for tiling. | Michael Brasser | 2009-09-11 | 1 | -30/+6 |
|/ | | | | So we can take advantage of backend optimizations. | ||||
* | Best to delete pointer before zeroing it. | Martin Jones | 2009-09-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-09-10 | 7 | -56/+148 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-09-10 | 8 | -34/+108 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Cursory QFxTextInput documentation. | Alan Alpert | 2009-09-10 | 1 | -0/+58 |
| | | | |||||
| * | | Update demos to work with API changes | Alan Alpert | 2009-09-10 | 1 | -0/+1 |
| | | | | | | | | | | | | Affected are flickr and twitter. | ||||
| * | | API Changes | Alan Alpert | 2009-09-10 | 7 | -56/+89 |
| | | | | | | | | | | | | Renaming stuff in TextEdit/Input | ||||
* | | | Follow renamed to SpringFollow. | Martin Jones | 2009-09-10 | 9 | -94/+158 |
| |/ |/| | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-09-10 | 6 | -30/+83 |
|\ \ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Report custom parse errors verbosely. | Warwick Allison | 2009-09-10 | 6 | -30/+83 |
| |/ | |||||
* | | Support URL resolution from within script blocks | Aaron Kennedy | 2009-09-10 | 2 | -4/+25 |
|/ | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-09-09 | 5 | -11/+11 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-09-09 | 14 | -323/+652 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Rename QFxItem::children() to QFxItem::fxChildren() | Alan Alpert | 2009-09-09 | 4 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | No more accidental hiding. Differently named functions for QObject children: children() QGraphicsItem children: childItems() QFxItem children: fxChildren() | ||||
| * | | Fix bug with keypad navigation | Alan Alpert | 2009-09-09 | 1 | -3/+3 |
| | | | | | | | | | | | | Navigation test now passes. | ||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-09-09 | 14 | -323/+652 |
|\ \ \ | | |/ | |/| | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-09-09 | 69 | -1130/+1617 |
| |\ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | Doc. | Martin Jones | 2009-09-09 | 1 | -0/+2 |
| | | | | |||||
| | * | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-09-09 | 52 | -739/+1362 |
| | |\ \ | | | |/ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | Move ComponentInstance functionality into Loader | Martin Jones | 2009-09-09 | 11 | -385/+223 |
| | | | | |||||
| * | | | Add EaseFollow element | Aaron Kennedy | 2009-09-09 | 4 | -3/+492 |
| | | | | |||||
* | | | | Don't allow sparse-setting, since not efficient anyway. | Warwick Allison | 2009-09-09 | 1 | -22/+16 |
| | | | | |||||
* | | | | Fix destruction of ModelNodes (fix crash-on-exit). | Warwick Allison | 2009-09-09 | 1 | -7/+6 |
| | | | | |||||
* | | | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-09-09 | 62 | -751/+1400 |
|\ \ \ \ | | |_|/ | |/| | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-09-09 | 376 | -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 Alpert | 2009-09-09 | 46 | -687/+1146 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | * | | | Remove debug. | Michael Brasser | 2009-09-09 | 1 | -4/+1 |
| | | | | | | |||||
| | | * | | | Make sure animations convert between float and double when needed. | Michael Brasser | 2009-09-09 | 1 | -2/+1 |
| | | | | | |