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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix compilation when building with namespaced Qt.
Milian Wolff
2014-01-31
16
-1
/
+59
*
Fixup license headers of the files written by me.
Milian Wolff
2014-01-16
18
-52
/
+37
*
Properly convert JSON data to target type of function parameter.
Milian Wolff
2014-01-10
2
-44
/
+9
*
Add declarative object-registration API to QML WebChannel.
Milian Wolff
2014-01-10
7
-5
/
+244
*
Fix warning about include in public header.
Milian Wolff
2014-01-09
1
-1
/
+1
*
Fix regression in handling of var-emitting signals from QML.
Milian Wolff
2014-01-09
2
-1
/
+24
*
Cleanup public API, remove private slot.
Milian Wolff
2014-01-08
4
-12
/
+5
*
Simplify usage of QWebChannel on the server side.
Milian Wolff
2014-01-08
14
-439
/
+671
*
Simplify QWebChannel usage by merging webchannel.js and qobject.js.
Milian Wolff
2014-01-08
4
-193
/
+153
*
Optimize: Use property-indices instead of names for notifications.
Milian Wolff
2014-01-08
3
-30
/
+29
*
Fix assertion at shutdown or on QObject destruction.
Milian Wolff
2014-01-08
2
-30
/
+35
*
Optimize client initialization by using QJson directly.
Milian Wolff
2013-12-27
3
-38
/
+44
*
Optimize SignalHandler by obsoleting the call to senderSignalIndex.
Milian Wolff
2013-12-27
1
-17
/
+16
*
Cleanup and optimize code a bit by calling senderSignalIndex less.
Milian Wolff
2013-12-27
1
-6
/
+10
*
Port MetaObjectPublisher benchmarks to C++.
Milian Wolff
2013-12-27
4
-164
/
+195
*
Add standalone C++/Qt example which opens HTML client in a browser.
Milian Wolff
2013-12-20
2
-0
/
+21
*
Restructure sources and assimilate to Qt module structure.
Milian Wolff
2013-12-12
24
-373
/
+481
*
Port the MetaObjectPublisher to C++.
Milian Wolff
2013-12-11
10
-492
/
+1041
*
Optimize and cleanup code by moving WebChannel.qml logic into C++.
Milian Wolff
2013-12-05
8
-82
/
+47
*
Cleanup code a bit.
Milian Wolff
2013-12-05
3
-7
/
+5
*
Make it possible to disconnect from signals on the client side.
Milian Wolff
2013-12-05
2
-10
/
+56
*
compile
Thomas McGuire
2013-11-27
1
-0
/
+1
*
Test QObject wrapping, when factory-style methods are called.
Milian Wolff
2013-11-25
1
-0
/
+6
*
Use strict mode in JavaScript files.
Milian Wolff
2013-11-25
2
-0
/
+4
*
Optimize QtMetaObjectPublisher::classInfoForObject.
Milian Wolff
2013-11-25
1
-4
/
+13
*
Cleanup QML code.
Milian Wolff
2013-11-22
1
-11
/
+4
*
Add a test for the property update grouping.
Milian Wolff
2013-11-22
1
-1
/
+1
*
Add an initial test suite for the MetaObjectPublisher
Milian Wolff
2013-11-22
1
-2
/
+2
*
Cleanup sources, mostly by removing QtCreator generated bloat.
Milian Wolff
2013-11-14
7
-163
/
+0
*
Add unit test harness for QWebChannel and two initial tests.
Milian Wolff
2013-11-14
2
-12
/
+22
*
Add KDAB/Qt-Project license to files edited by the previous commits.
Milian Wolff
2013-11-01
6
-0
/
+18
*
Make it possible to wrap QObject's on the fly.
Milian Wolff
2013-11-01
5
-8
/
+168
*
Greatly optimize WebChannel in various ways.
Milian Wolff
2013-11-01
6
-109
/
+460
*
Use QStringLiteral here.
Milian Wolff
2013-11-01
1
-1
/
+1
*
Optimize: If no callback is given, send data directly without execId.
Milian Wolff
2013-11-01
1
-0
/
+5
*
Add debug method to webchannel.
Milian Wolff
2013-11-01
1
-1
/
+6
*
Optimize: Share more byte array literals.
Milian Wolff
2013-11-01
1
-7
/
+9
*
Optimize: create the web socket header only once.
Milian Wolff
2013-11-01
2
-11
/
+13
*
Fix wrapping of execId
Thomas McGuire
2013-11-01
1
-1
/
+1
*
Make it possible to connect multiple WebChannels to the same server.
Milian Wolff
2013-11-01
1
-3
/
+12
*
Use 127.0.0.1. instead of localhost.
Milian Wolff
2013-11-01
1
-1
/
+1
*
Gracefully handle requests/responses without data.
Milian Wolff
2013-11-01
2
-2
/
+2
*
Add support for websocket ping/pongs.
Milian Wolff
2013-11-01
5
-2
/
+16
*
Add support for Q_ENUMS access via the web channel.
Milian Wolff
2013-11-01
2
-0
/
+14
*
Validate the QWebChannel secret and use the QWebChannel protocol.
Milian Wolff
2013-11-01
4
-26
/
+40
*
Properly support void-returning method invocations
Milian Wolff
2013-11-01
1
-1
/
+4
*
Refactor QWebChannel to use a custom WebSocket server implementation.
Milian Wolff
2013-11-01
14
-629
/
+824
*
Be more forgiving in bad API usage, show proper error messages.
Milian Wolff
2013-11-01
2
-1
/
+14
*
Minor cleanup
Milian Wolff
2013-11-01
1
-2
/
+2
*
Add a callback for when the QObject integration is setup.
Milian Wolff
2013-11-01
1
-1
/
+4
[prev]
[next]