Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix to QFxWebView to show cursor in focused text input. Correction textedit ↵ | Tapani Mikola | 2009-08-14 | 4 | -1/+19 |
| | | | | and lineedit so that they emit focuschanged signals. Clean ups to webbrowser.qml. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-08-13 | 4 | -9/+74 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-08-13 | 2 | -2/+0 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-08-13 | 7 | -168/+199 |
| | |\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | QGraphicsRotation3D has been merged into QGraphicsRotation. | Michael Brasser | 2009-08-13 | 2 | -2/+0 |
| | | | | |||||
| * | | | Change QFxWebView to support hoverMove events (and send them to WebKit as ↵ | Tapani Mikola | 2009-08-13 | 2 | -7/+74 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | mouseMove:s). Also sending all the events up as accepted if interactive is on. E.g. push button is not working, if not done so. removed the odd timer based event sending that put e.g. moves and presses in wrong order. Now, the webbrowser is working quite ok! | ||||
* | | | Make the QFxBorderImage the parent of its QFxScaleGrid | Martin Jones | 2009-08-13 | 3 | -3/+4 |
| | | | |||||
* | | | Register the QFxVisualModel base class. | Martin Jones | 2009-08-13 | 2 | -0/+2 |
|/ / | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-08-13 | 6 | -168/+168 |
|\ \ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Rename layouts to positioners | Alan Alpert | 2009-08-13 | 6 | -168/+168 |
| |/ | |||||
* | | doc | Warwick Allison | 2009-08-13 | 1 | -0/+31 |
|/ | |||||
* | Minor code cleanups. | Martin Jones | 2009-08-12 | 1 | -1/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Rhys Weatherley | 2009-08-12 | 11 | -1315/+559 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-08-12 | 23 | -595/+1393 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Change key handling to use a Keys attached property. | Martin Jones | 2009-08-12 | 11 | -1315/+559 |
| | | | | | | | | | | | | | | | Replaces KeyAction, allowing focus to be set on the actual item that wants focus, rather than a separate handler item. | ||||
* | | | Add NOTIFY signals for QFxScaleGrid | Rhys Weatherley | 2009-08-12 | 2 | -8/+29 |
| |/ |/| | | | | | | | | | | | This change allows things like "border.top" to be used to position items based on the values in a ".sci" file. Reviewed-by: Michael Brasser | ||||
* | | Cleanup QFxLineEdit API | Alan Alpert | 2009-08-11 | 4 | -50/+127 |
| | | | | | | | | | | | | | | Synchronized properties with a previous discussion and with QFxTextEdit. Note that not all properties are fully implemented yet. This commit also fixes a typo in QFxTextEdit. | ||||
* | | Clearer name for two PreserveAspect modes. | Warwick Allison | 2009-08-10 | 2 | -5/+6 |
| | | |||||
* | | CRLF => LF. | Andreas Aardal Hanssen | 2009-08-10 | 3 | -605/+605 |
| | | |||||
* | | docs | Yann Bodson | 2009-08-10 | 1 | -7/+7 |
| | | |||||
* | | Add a PreserveAspectFill mode (needs a better name) | Yann Bodson | 2009-08-10 | 2 | -1/+10 |
| | | |||||
* | | Support adding "window objects" to webview | Aaron Kennedy | 2009-08-10 | 2 | -2/+82 |
| | | | | | | | | | | This functionality is equivalent to the C++ QWebFrame::addToJavaScriptWindowObject() API. | ||||
* | | Add a WebView::evaluateJavaScript() method | Aaron Kennedy | 2009-08-10 | 2 | -0/+12 |
| | | | | | | | | Authored-by: Tapani Mikola | ||||
* | | Documentation | Yann Bodson | 2009-08-10 | 7 | -16/+80 |
| | | |||||
* | | Add new class QFxBorderImage. | Yann Bodson | 2009-08-09 | 12 | -289/+667 |
| | | | | | | | | | | * Move scalegrid code into QFxBorderImage * Update examples | ||||
* | | Start moving code from QFxImage to QFxImageBase | Yann Bodson | 2009-08-07 | 6 | -348/+358 |
| | | |||||
* | | Add new class QFxImageBase | Yann Bodson | 2009-08-07 | 7 | -7/+201 |
| | | | | | | | | New base class for QFxImage and QFxBorderImage. | ||||
* | | Fix build | Yann Bodson | 2009-08-07 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-08-07 | 3 | -3/+3 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-08-07 | 3 | -3/+8 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-08-07 | 2 | -7/+7 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfxscalegrid.cpp | ||||
| | * | | Should be static | Yann Bodson | 2009-08-07 | 2 | -4/+9 |
| | | | | |||||
| * | | | PathView needs to filter Left mouse button. | Martin Jones | 2009-08-07 | 1 | -1/+1 |
| |/ / | |||||
* | | | Start refactoring QFxPixmap so it isn't as slow to use. | Michael Brasser | 2009-08-07 | 3 | -93/+65 |
| |/ |/| | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-08-06 | 2 | -7/+35 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-08-06 | 6 | -61/+263 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Wait until componentComplete before creating items. | Martin Jones | 2009-08-06 | 2 | -7/+35 |
| | | | | | | | | | | | | | | | Depending upon what offset is eventually set there may still be some unnecessary item create/release, but not more than pathItemCount. | ||||
* | | | Fix warnings. | Michael Brasser | 2009-08-06 | 2 | -1/+6 |
| |/ |/| | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-08-06 | 7 | -19/+231 |
|\ \ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Add QFxLayoutItem | Alan Alpert | 2009-08-06 | 3 | -0/+200 |
| |/ | | | | | | | | | The LayoutItem allows fluid parts to be resized using classical Qt layouts. | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-08-05 | 8 | -32/+118 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Add qDebug support for QFxItem*. | Michael Brasser | 2009-08-05 | 2 | -0/+16 |
| | | | |||||
| * | | More QFxItem cleanup. | Michael Brasser | 2009-08-05 | 4 | -19/+15 |
| | | | |||||
* | | | Add support for CSS-like horizontalTileRule and verticalTileRule to ScaleGrid. | Yann Bodson | 2009-08-06 | 3 | -61/+63 |
| |/ |/| | | | | | | | | | * Simplify and improve QFxImage code by using qDrawBorderPixmap * Add horizontalTileRule and verticalTileRule to .sci files * Add example in example/declarative/border-image | ||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-08-05 | 4 | -6/+74 |
|\ \ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Add a VisualItemModel.index attached property to items in the model. | Martin Jones | 2009-08-05 | 2 | -1/+53 |
| | | | |||||
| * | | Fix previous commit. | Martin Jones | 2009-08-05 | 1 | -3/+3 |
| | | | |||||
| * | | Document keepMouseFocus | Martin Jones | 2009-08-05 | 2 | -5/+21 |
| | | | |||||
* | | | Only register the QFxAnchorLine metatype once | Aaron Kennedy | 2009-08-05 | 1 | -2/+10 |
|/ / | | | | | | | | | I initially assumed that qRegisterMetaType would do something clever to avoid this cost, but it doesn't. | ||||
* | | Make QFxAnchorLine private and internal | Aaron Kennedy | 2009-08-05 | 6 | -26/+36 |
|/ |