summaryrefslogtreecommitdiffstats
path: root/src/imports/webkit
Commit message (Collapse)AuthorAgeFilesLines
* Minor declarative webview tweaksAlan Alpert2010-05-131-2/+5
| | | | | | | Added a comment to the class docs, and cleaned up the visual tests a little. However the visual tests are old and text heavy, and since we never seem to check them we might wait on updating them for a little longer.
* Removed dependency of QDeclarativeWebView to private Qt (Declarative) APISimon Hausmann2010-05-132-163/+106
| | | | | Exchanged the use of QDeclarativePaintedItem with the use of QGraphicsWebView and its tiled backing store.
* DocAaron Kennedy2010-05-071-9/+24
|
* Simplify QML import plugin deployment linesJoona Petrell2010-04-161-2/+1
| | | | | Task-number: Reviewed-by: Martin Jones
* Merge remote branch 'origin/4.7' into HEADThiago Macieira2010-04-011-1/+1
|\ | | | | | | | | Conflicts: demos/declarative/minehunt/minehunt.pro
| * typoWarwick Allison2010-04-011-1/+1
| |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Qt Continuous Integration System2010-03-311-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: Fix regression on Symbian Fix broken test case Cleanup the deployment code Fix 'make sis' finding the dll on symbian Re-add line that was lost during webkit update. Work around bad naming of exported class in symbian sdk causing conflict Fix building on public symbian SDK. Fix qmake with the symbian makespec failing when project has a dash in it Make s60main static lib not depend on QtCore Remove stray non-latin1 character Fix out-of-source symbian build for external apps Update EABI def files for 4.7 Exporting QFontDatabase::removeAllApplicationFonts() Adding QFontDatabase::removeAllApplicationFonts()
| * Fix 'make sis' finding the dll on symbianThomas Zander2010-03-311-1/+1
| |
* | docWarwick Allison2010-03-311-0/+8
|/ | | | Task-number: QTBUG-9372
* Fix installation of qmldir filesAlan Alpert2010-03-301-1/+1
| | | | | | | The old pro files did not actually install the qmldir files in clean builds. These ones should work. Reviewed-by: Harald Fernengel
* docWarwick Allison2010-03-291-0/+4
|
* Add Symbian deploy section for qml import pluginsJoona Petrell2010-03-261-0/+11
| | | | | Task-number: QTBUG-9364 Reviewed-by: jbarron
* Remove support for QML-in-HTML-in-WebViewWarwick Allison2010-03-242-88/+0
| | | | Currently, this feature too prone to accidental misuse and abuse.
* Fix installation of imports librariesTobias Hunger2010-03-121-2/+2
|
* Don't export symbols in webkit plugin.Yann Bodson2010-03-114-63/+4
|
* Document - and use - the qmlRegisterXXX template functionsmae2010-03-101-1/+1
| | | | This commit removes the obsolete QML_REGISTER_TYPE macros.
* Fix location in which webkit import is stored in builddirTobias Hunger2010-03-101-1/+1
|
* Make QDeclarativeItem NOTIFY signals canonicalJoona Petrell2010-03-092-4/+5
| | | | | Task-number: QTBUG-7193 Reviewed-by: akennedy
* Always copy the qmldir files into the build directoryTobias Hunger2010-03-081-2/+2
| | | | ... even when -prefix is set
* Fix settings (was not exported type).Warwick Allison2010-03-034-4/+8
|
* Fix build of importsTobias Hunger2010-03-027-0/+1917
* Fix export macro used in webkit * Fix dependencies on declarative/mutlimedia * Copy qmldir files into the build tree