summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* HTML5 demo from Mobile World Congress 2011HEADmasterHenry Haverinen2011-02-2284-0/+3044
|
* URL RenderingNo'am Rosenthal2010-10-252-0/+188
|
* changed QPixmap to QImageNo'am Rosenthal2009-11-281-5/+5
|
* Added the Deconstructive HTML dojoNo'am Rosenthal2009-11-283-0/+208
|
* New example: concept of parallax home screenAriya Hidayat2009-10-2125-0/+4333
|
* Simpler magnifying glass example.Ariya Hidayat2009-09-274-0/+266
|
* Fix a bug in matching the EaseInOut curve.Ariya Hidayat2009-09-231-1/+1
|
* These tweaks are bogus.Ariya Hidayat2009-09-233-108/+14
| | | | | | Revert "various devdays tweak" This reverts commit 80fd32a99dc0dfd94611852b0fc6d1523a6e6885.
* Faster blitting by using Source compositionAriya Hidayat2009-09-221-0/+1
|
* various devdays tweakAriya Hidayat2009-09-223-14/+108
|
* Ported to PyQt.David Boddie2009-08-261-0/+193
|
* Using QtWebKit to launch S5 slide shows.Ariya Hidayat2009-08-2426-0/+2942
|
* Preload the tiles for the zoomed out version of the map.Ariya Hidayat2009-08-191-0/+4
| | | | | This eats more network, but helps to avoid the impression that the magnifying glass does not work.
* Remove gcc-ness.Ariya Hidayat2009-08-081-2/+0
|
* Patch to force the raycasting example in the landscape mode.Ariya Hidayat2009-08-081-0/+120
|
* Raycasting example.Ariya Hidayat2009-08-084-0/+302
|
* New example: Maps based on OpenStreetMap.Ariya Hidayat2009-08-033-0/+702
|
* Add a very important city :)Ariya Hidayat2009-07-291-0/+1
|
* Make it compile with Qt < 4.5.Ariya Hidayat2009-07-291-0/+4
|
* New example: Maps with a magnifying glass.Ariya Hidayat2009-07-282-0/+294
|
* Add another example: flight status.Ariya Hidayat2009-07-256-0/+771
|
* Google returns UTF-8 encoded HTML.Ariya Hidayat2009-07-251-1/+1
|
* Fixed method invocation.David Boddie2009-07-221-1/+1
|
* First attempt at a Python version of the Weather Info example.David Boddie2009-07-221-0/+446
|
* Remove unnecessary codeAriya Hidayat2009-07-211-30/+0
|
* Another weather applet example.Ariya Hidayat2009-07-2117-0/+30157
|
* A first attempt at a Python version of the Flickable example.David Boddie2009-07-171-0/+381
|
* Fix one pixel off, thanks to aportale.Ariya Hidayat2009-07-171-1/+1
|
* Flickable interface: kinetic scrolling on any QWidget.Ariya Hidayat2009-07-174-0/+545
|
* Fixlets for the S60 versions.Ariya Hidayat2009-07-161-2/+11
| | | | | (1) Do not downscale digits painting if the font is too large. (2) Disable antialiasing and smoothscaling during the animation.
* Ported this demo to Python. Getting the Symbian parts working is left as an ↵David Boddie2009-07-151-0/+348
| | | | exercise for the reader. ;-)
* Another example: digital clock with digits transition effect(s).Ariya Hidayat2009-07-142-0/+399
|
* Exclude "transparent" as it is not a real color name.Ariya Hidayat2009-06-191-0/+1
|
* Flick charm fix: scroll properly even when flicking is not done yet.Ariya Hidayat2009-06-192-0/+4
|
* Two WebKit examples demonstrating mixing native and web environmentsHenrik Hartz2009-06-1542-0/+3200
| | | | using Qt
* PyQt version of transparent QWebView.Ariya Hidayat2009-06-101-0/+74
|
* New example: transparency in QWebView.Ariya Hidayat2009-06-102-0/+88
|
* Add the PyQt version of the "night-mode" QWebView.Ariya Hidayat2009-06-081-0/+73
|
* New example: inverted ("night-mode"-like) rendering in QWebView.Ariya Hidayat2009-06-082-0/+87
|
* Ported the Snap Scroll example to Python.David Boddie2009-06-051-0/+116
|
* New example on how to do simple snap-scrolling on QWebView.Ariya Hidayat2009-06-052-0/+125
|
* Ported the gweather example to Python.David Boddie2009-06-021-0/+121
|
* Remove unneeded file to prevent compile problem.Ariya Hidayat2009-06-021-1/+0
|
* New example: QtWebKit-based weather applet.Ariya Hidayat2009-06-015-0/+223
|
* Fixed compile after API change.Ariya Hidayat2009-05-061-4/+4
| | | | Patch by Marcelo Morais.
* New example: the use of jQuery and/or the new QWebElement APIAriya Hidayat2009-04-154-0/+259
|
* Update the link to actual blog entryAriya Hidayat2009-04-151-1/+1
|
* New example: last episode of Monsterwalker.Ariya Hidayat2009-04-145-0/+499
|
* Somehow OpaquePaintEvent does not work on top-level widget on Mac.Ariya Hidayat2009-04-132-2/+49
| | | | Revert back to use offscreen pixmap to buffer th drawing.
* Implement save() and restore() for our dummy Context2D.Ariya Hidayat2009-04-132-0/+36
| | | | | This prevents the engine to trigger the exception. Now the demo loops as it should.