| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Yann Bodson | 2010-08-26 | 1 | -4/+26 |
|\ |
|
| * | Add quit buttons to declarative demos | Joona Petrell | 2010-08-26 | 1 | -4/+26 |
|
|
* | | Make declarative examples a bit more qt-like. | Yann Bodson | 2010-08-26 | 4 | -0/+0 |
|/ |
|
* | QML focus API updates. | Michael Brasser | 2010-07-21 | 1 | -1/+1 |
|
|
* | Remove the old WebView element in src/import. The new one is in src/3rdparty/... | Alexis Menard | 2010-06-18 | 2 | -4/+3 |
|
|
* | Add go button to webbrowser example. | Yann Bodson | 2010-06-10 | 5 | -4/+36 |
|
|
* | Accept enter key in the webbrower demo url input. | Martin Jones | 2010-06-07 | 1 | -0/+4 |
|
|
* | Fix some bugs in the QML Web Browser buttons | Alan Alpert | 2010-05-31 | 2 | -1/+2 |
|
|
* | Fix zoom bug in QML Web Browser demo | Alan Alpert | 2010-05-31 | 2 | -3/+3 |
|
|
* | Add license headers for .qml files. | Jason McDonald | 2010-05-21 | 6 | -0/+246 |
|
|
* | Removed dependency of QDeclarativeWebView to private Qt (Declarative) API | Simon Hausmann | 2010-05-13 | 1 | -22/+7 |
|
|
* | Flickable small API changes. | Yann Bodson | 2010-05-12 | 2 | -10/+6 |
|
|
* | Expand if available space changes. | Warwick Allison | 2010-05-11 | 1 | -0/+6 |
|
|
* | Cleanup and simplify the webbrowser demo. | Yann Bodson | 2010-05-11 | 36 | -487/+225 |
|
|
* | Cleanup | Yann Bodson | 2010-05-06 | 1 | -3/+3 |
|
|
* | Use enum rather than string for easing type. | Yann Bodson | 2010-05-05 | 2 | -3/+3 |
|
|
* | Add .qmlproject files for declarative demos. | Yann Bodson | 2010-04-20 | 1 | -0/+16 |
|
|
* | Don't use zoomfactor. | Warwick Allison | 2010-04-16 | 1 | -2/+2 |
|
|
* | Replace "import Qt 4.6" with "import Qt 4.7" | Michael Brasser | 2010-04-08 | 5 | -5/+5 |
|
|
* | Deprecate inline Script {} blocks | Aaron Kennedy | 2010-03-22 | 2 | -34/+28 |
|
|
* | Truncate title at right if too long (cannot currently ElideRight and center). | Warwick Allison | 2010-03-11 | 1 | -3/+1 |
|
|
* | Fix zooming (broke with transformOrigin default change). | Warwick Allison | 2010-03-02 | 1 | -0/+1 |
|
|
* | Move WebView to an extension plugin. | Warwick Allison | 2010-03-02 | 2 | -0/+2 |
|
|
* | follow syntax change | Warwick Allison | 2010-03-02 | 1 | -1/+1 |
|
|
* | Test, demo, and work-around bug QTBUG-8535 | Warwick Allison | 2010-02-26 | 2 | -18/+28 |
|
|
* | Renamed Flickable viewportXXX properties contentXXX | Martin Jones | 2010-02-26 | 3 | -19/+19 |
|
|
* | Updates all qml examples/demos to use the easing curve value type syntax | Leonardo Sobral Cunha | 2010-02-23 | 3 | -6/+6 |
|
|
* | Rename MouseRegion -> MouseArea | Martin Jones | 2010-02-22 | 2 | -6/+6 |
|
|
* | Get rid of the matchProperties/properties distinction, as it | Michael Brasser | 2010-02-18 | 3 | -5/+5 |
|
|
* | Fix initial scaling. QWebPage::setPreferredSize doesn't really work. | Warwick Allison | 2009-12-02 | 1 | -3/+3 |
|
|
* | Restructure for easier re-use. | Warwick Allison | 2009-12-02 | 7 | -278/+276 |
|
|
* | Change from scaling/zooming by zoomFactor to instead use painter scaling. | Warwick Allison | 2009-12-02 | 1 | -10/+22 |
|
|
* | If zooming on nothing, zoom 2x rather than doing nothing. | Warwick Allison | 2009-11-25 | 1 | -0/+2 |
|
|
* | Use console.log, not print | Warwick Allison | 2009-11-23 | 1 | -1/+1 |
|
|
* | Pass error messages through to WebView users. | Warwick Allison | 2009-11-18 | 1 | -0/+2 |
|
|
* | Fix URL update in demo | Warwick Allison | 2009-11-18 | 1 | -1/+1 |
|
|
* | Partial fix for QTBUGT-5845 | Warwick Allison | 2009-11-17 | 1 | -7/+8 |
|
|
* | Remove WebView::pagewidth and tidy up - it's not needed and interfered | Warwick Allison | 2009-11-10 | 1 | -17/+26 |
|
|
* | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 2 | -5/+5 |
|
|
* | Update semantics of targets/properties and target/property. | Michael Brasser | 2009-11-06 | 1 | -1/+1 |
|
|
* | Fix assertion (sc not declared). | Warwick Allison | 2009-11-02 | 1 | -1/+1 |
|
|
* | cleanup | Yann Bodson | 2009-10-28 | 2 | -4/+4 |
|
|
* | Incorrect use of Script {} | Aaron Kennedy | 2009-10-08 | 1 | -2/+0 |
|
|
* | lowercase ids | Yann Bodson | 2009-10-06 | 2 | -86/+86 |
|
|
* | Change .sci syntax to match BorderImage. | Yann Bodson | 2009-10-05 | 5 | -25/+25 |
|
|
* | Fixed UrlBar to not clip off top 3 pixels of the page | Nigel Hietala | 2009-09-12 | 1 | -1/+1 |
|
|
* | Follow renamed to SpringFollow. | Martin Jones | 2009-09-10 | 1 | -0/+1 |
|
|
* | Smooth the rendering in the tiles, not of the tiles. | Warwick Allison | 2009-09-04 | 1 | -1/+1 |
|
|
* | Fix animation-after-zooming problem. | Warwick Allison | 2009-09-02 | 1 | -6/+23 |
|
|
* | Revive animated zooming. | Warwick Allison | 2009-08-31 | 1 | -3/+65 |
|
|