index
:
delta/qt5/qtwebchannel.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
dev
wip/cmake
wip/qt6
code.qt.io: qt/qtwebchannel.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark QtWebKit as optional module dependency.
Milian Wolff
2014-01-31
1
-1
/
+1
*
Add QML WebKit example which can be run with qmlscene.
Milian Wolff
2014-01-31
3
-0
/
+176
*
Remove examples written by Noam which are under the Nokia license.
Milian Wolff
2014-01-16
17
-859
/
+0
*
Fixup license headers of the files written by me.
Milian Wolff
2014-01-16
1
-3
/
+2
*
Add declarative object-registration API to QML WebChannel.
Milian Wolff
2014-01-10
1
-9
/
+7
*
Simplify usage of QWebChannel on the server side.
Milian Wolff
2014-01-08
2
-20
/
+2
*
Fixup and cleanup examples to make them work properly.
Milian Wolff
2014-01-08
8
-13
/
+35
*
Simplify QWebChannel usage by merging webchannel.js and qobject.js.
Milian Wolff
2014-01-08
4
-30
/
+21
*
Fix assertion at shutdown or on QObject destruction.
Milian Wolff
2014-01-08
1
-2
/
+2
*
Add standalone C++/Qt example which opens HTML client in a browser.
Milian Wolff
2013-12-20
5
-0
/
+247
*
Restructure sources and assimilate to Qt module structure.
Milian Wolff
2013-12-12
4
-8
/
+8
*
Cleanup sources, mostly by removing QtCreator generated bloat.
Milian Wolff
2013-11-14
26
-1065
/
+92
*
Remove obsolete CONFIG+=ordered from qmake files.
Milian Wolff
2013-11-13
1
-1
/
+0
*
Make it possible to wrap QObject's on the fly.
Milian Wolff
2013-11-01
5
-51
/
+107
*
Make it possible to start the examples from a different dir.
Milian Wolff
2013-11-01
2
-2
/
+2
*
Greatly optimize WebChannel in various ways.
Milian Wolff
2013-11-01
3
-2
/
+7
*
Allow IP's in base url.
Milian Wolff
2013-11-01
3
-3
/
+3
*
Refactor QWebChannel to use a custom WebSocket server implementation.
Milian Wolff
2013-11-01
6
-72
/
+110
*
Make it possible to build everything in one go
Milian Wolff
2013-11-01
3
-2
/
+8
*
Add a callback for when the QObject integration is setup.
Milian Wolff
2013-11-01
1
-7
/
+8
*
Fix method invocation and signal submission with multiple arguments.
Milian Wolff
2013-11-01
3
-17
/
+37
*
Ensure proper signal connection and property binding.
Milian Wolff
2013-11-01
3
-7
/
+23
*
Clarify connections between webview and webchannel.
Milian Wolff
2013-11-01
1
-2
/
+2
*
Simplify the code a bit
Milian Wolff
2013-11-01
1
-4
/
+1
*
Add a common MetaObjectPublisher::registerObjects.
Milian Wolff
2013-11-01
1
-8
/
+1
*
Fix document.write call - the '+' is required...
Milian Wolff
2013-11-01
1
-2
/
+2
*
Refactor the QObject QWebChannel and make the API reusable.
Milian Wolff
2013-11-01
9
-231
/
+53
*
Port hybridshell example to newer Qt5
Milian Wolff
2013-11-01
8
-254
/
+238
*
Make the 'go' button actually do something.
Milian Wolff
2013-11-01
1
-6
/
+9
*
Make the qmlapp example work with newer Qt5
Milian Wolff
2013-11-01
1
-5
/
+3
*
Port src and examples/qtobject to current Qt5
Milian Wolff
2013-11-01
9
-256
/
+240
*
Fix iteration over objects - they do not have .forEach nor .length.
Milian Wolff
2013-11-01
1
-8
/
+10
*
Added README file
No'am Rosenthal
2011-08-30
1
-1
/
+0
*
Change the invokeMethod syntax to allow for a return callback
No'am Rosenthal
2011-08-09
4
-4
/
+14
*
QObject example
No'am Rosenthal
2011-08-09
3
-80
/
+120
*
Added QObject example
No'am Rosenthal
2011-08-09
14
-0
/
+802
*
Added license headers
No'am Rosenthal
2011-08-08
4
-0
/
+162
*
Add retain slot, and shell example
No'am Rosenthal
2011-08-08
20
-4
/
+809
*
Switched to using http POST for exec/subscribe
No'am Rosenthal
2011-08-08
2
-2
/
+6
*
Use regexp for finding the baseUrl parameter
No'am Rosenthal
2011-08-04
2
-13
/
+3
*
Change message type to foobar, to make more readable
No'am Rosenthal
2011-08-04
1
-0
/
+1
*
Change message type to foobar, to make more readable
No'am Rosenthal
2011-08-04
2
-2
/
+2
*
Use navigator.createWebChannel instead of a global navigator.webChannel
No'am Rosenthal
2011-08-04
1
-17
/
+19
*
Switch to using an IFrame
No'am Rosenthal
2011-08-04
1
-16
/
+7
*
Switch to using an IFrame
No'am Rosenthal
2011-08-04
2
-7
/
+21
*
move the invoking JS to the server side
No'am Rosenthal
2011-07-14
2
-2
/
+12
*
Fix some indentations, and remove more dead code
No'am Rosenthal
2011-07-13
2
-4
/
+4
*
Remove some dead code
No'am Rosenthal
2011-07-13
2
-10
/
+21
*
Remove some dead code
No'am Rosenthal
2011-07-13
1
-2
/
+1
*
Switch from WebSockets to Comet
No'am Rosenthal
2011-07-13
2
-6
/
+22
[next]