Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update year in Nokia copyright messages. | Jason McDonald | 2012-01-11 | 3 | -3/+3 |
| | | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> | ||||
* | Squashed commit of the changes from the mobile-examples repository | David Boddie | 2011-04-28 | 2 | -0/+21 |
| | | | | (4.7-generated-declarative branch). | ||||
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 3 | -3/+3 |
| | | | | Reviewed-by: Trust Me | ||||
* | Doc: Updated example license to three clause BSD license. | David Boddie | 2010-05-19 | 3 | -81/+78 |
| | | | | | Reviewed-by: Trust Me Requested-by: Legal | ||||
* | Fixed compile of framecapture, simpleselector for symbian-abld winscw. | Rohan McGovern | 2010-02-02 | 1 | -1/+1 |
| | | | | `QT += network' is required to find the network headers. | ||||
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 3 | -3/+3 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fixing the frame hierarchy traversing in framecapture WebKit example. | Andre Pedralho | 2009-11-19 | 2 | -21/+18 |
| | | | | | Merge-request: 2142 Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com> | ||||
* | Updated the 'framecapture' WebKit example according to WebKit API changes. | Andre Pedralho | 2009-11-19 | 2 | -4/+3 |
| | | | | | Merge-request: 2142 Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com> | ||||
* | Update license headers again. | Jason McDonald | 2009-09-09 | 3 | -12/+12 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 3 | -39/+39 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update obsolete URL's in code and docs. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 3 | -3/+3 |
| | | | | Reviewed-by: Trust Me | ||||
* | Added example that uses WebKit to capture Web page frames. | Andre Pedralho | 2009-08-06 | 4 | -0/+278 |
The framecapture is based on GraphicsDojo/WebCapture and shows how to use WebKit toolkit to capture a web page and save its internal frames in different image files using the new property QWebFrame::clipRenderToViewPort. Merge-request: 1103 Reviewed-by: Ariya Hidayat <ariya.hidayat@nokia.com> |