summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlworkerscript.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-1041/+0
| | | | QDeclarativeXXX.
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-231-1/+1
|\ | | | | | | | | | | Conflicts: src/declarative/util/qmlanimation.cpp src/declarative/util/qmlxmllistmodel.cpp
| * Fix build on solarisAlan Alpert2010-02-231-1/+1
| |
* | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-231-4/+0
|/ | | | Task-number: QT-2798
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/linux-g++-x11egl/qplatformdefs.h src/declarative/qml/qmldom.h src/declarative/util/qmlview.cpp src/declarative/util/qmlview.h tools/qdoc3/cppcodemarker.cpp tools/qmldebugger/standalone/canvasframerate.cpp tools/qmldebugger/standalone/engine.cpp tools/qmldebugger/standalone/expressionquerywidget.cpp tools/qmldebugger/standalone/expressionquerywidget.h tools/qmldebugger/standalone/objectpropertiesview.cpp tools/qmldebugger/standalone/objectpropertiesview.h tools/qmldebugger/standalone/objecttree.cpp tools/qmldebugger/standalone/qmldebugger.cpp tools/qmldebugger/standalone/watchtable.cpp tools/qmldebugger/standalone/watchtable.h
| * Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | MOBILITY-404 QS Windows.Wolfgang Beck2010-02-161-1/+9
|/
* Use networkAccessManagerFactory() for worker threads too.Martin Jones2010-02-091-13/+19
| | | | Task-number: QT-2850
* Don't create one QNetworkAccessManager per XMLHttpRequestAaron Kennedy2010-02-031-1/+12
|
* WorkerListModel fixesAaron Kennedy2010-01-191-4/+22
|
* Basic WorkerListModel implementationAaron Kennedy2010-01-191-1/+486
|
* Fix leaks.Michael Brasser2009-12-081-0/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-061-7/+7
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * small cleanupThierry Bastian2009-12-041-7/+7
| | | | | | | | | | | | make use of QVariant::userType over Qvariant::type make use of char for 1-string character QCoreApplication::translate is static
* | Make QmlScriptEngine reusable in WorkScript, so extra fns are available.Warwick Allison2009-12-041-2/+3
|/ | | | Add Qt.resolvedUrl(url)
* fix includesOswald Buddenhagen2009-12-031-2/+4
| | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes.
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-2/+2
| | | | It seems we're going to have to so a syncqt/configure in Qt modules.
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-021-132/+227
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlmetatype.cpp
| * Two way WorkerScript communicationsAaron Kennedy2009-11-301-132/+227
| |
* | Remove include styles that rely on configure.Warwick Allison2009-12-011-1/+1
|/ | | | May help modularization (syncqt and configure are Qt-specific).
* Basic WorkerScript functionalityAaron Kennedy2009-11-301-0/+418