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 static builds and building of tests
Simon Hausmann
2014-10-04
1
-0
/
+1
*
Update license headers and add new licenses
Jani Heikkinen
2014-08-26
17
-306
/
+170
*
Get rid of setTimeout calls in qwebchannel.js client code.
Milian Wolff
2014-08-26
1
-2
/
+2
*
Doc: Edited links JavaScript API page and other documentation fixes.
Jerome Pasion
2014-08-23
3
-9
/
+10
*
Doc: Add extensions used by example files to .qdocconf
Topi Reinio
2014-08-21
1
-0
/
+1
*
Fixing property update for wrapped objects
Lutz Schönemann
2014-08-19
1
-2
/
+3
*
Remove the extra semi-colons
Thiago Macieira
2014-08-18
2
-4
/
+4
*
Doc: Enabled linking to qtdoc.
Jerome Pasion
2014-08-18
1
-1
/
+1
*
Remove unused #include statement
Sumedha Widyadharma
2014-08-13
1
-1
/
+0
*
Doc: Fix example documentation and paths
Topi Reinio
2014-08-13
4
-6
/
+56
*
Fixing idlestate if used with synchronous transport
Lutz Schönemann
2014-08-12
1
-1
/
+1
*
Call unwrapQObject for every response we get
Lutz Schönemann
2014-08-08
1
-3
/
+7
*
Fixup documentation issues.
Milian Wolff
2014-08-04
4
-6
/
+6
*
Use UUIDs to identify wrapped objects
Lutz Schönemann
2014-08-03
1
-7
/
+2
*
Properly disconnect a transport from the QtMetaObjectPublisher.
Milian Wolff
2014-08-01
2
-1
/
+7
*
Add documentation for the QtWebChannel module.
Milian Wolff
2014-08-01
11
-26
/
+498
*
Refactor JavaScript QWebChannel to take an external transport object.
Milian Wolff
2014-07-30
1
-33
/
+13
*
Refactor and streamline API and IPC protocol.
Milian Wolff
2014-07-29
8
-237
/
+198
*
added module.export for use with nodejs
Bernd Lamecker
2014-07-29
1
-0
/
+7
*
Fix compile warning with clang.
Milian Wolff
2014-07-28
1
-1
/
+1
*
Fix wrong include of qwebchannelglobal.h.
Milian Wolff
2014-07-28
1
-1
/
+1
*
Use defineProperty instead of __define[SG]etter__
Sumedha Widyadharma
2014-07-27
1
-20
/
+22
*
Adapt to rename to QtWebChannel and rename resource path as well.
Milian Wolff
2014-07-17
1
-1
/
+1
*
Make the QWebChannel QML API publically accessible.
Milian Wolff
2014-07-15
12
-115
/
+158
*
Make the registered objects of a QWebChannel accessible.
Milian Wolff
2014-07-05
2
-0
/
+6
*
Do not link against QtNetWork.
Milian Wolff
2014-07-04
1
-1
/
+1
*
Only depend optionally on QtWebSockets, and only use it in the example.
Milian Wolff
2014-07-04
3
-152
/
+3
*
Refactor code to use QWebChannelAbstractTransport and QtWebSockets.
Milian Wolff
2014-07-04
18
-603
/
+186
*
Do not return a function for property getters on the HTML side.
Milian Wolff
2014-07-03
1
-17
/
+6
*
Fix public headers for use with QT_NO_KEYWORDS
Pierre Rossi
2014-06-26
6
-9
/
+9
*
Send response data only to target client.
Milian Wolff
2014-03-21
12
-86
/
+82
*
Use an enum for message types instead of strings.
Milian Wolff
2014-03-21
2
-31
/
+74
*
Merge QWebChannelSocket and QWebSocketTransport.
Milian Wolff
2014-03-21
5
-162
/
+116
*
Fix minor coding style issues.
Milian Wolff
2014-03-21
3
-8
/
+8
*
Mark some constructor as explicit
Sergio Ahumada
2014-03-19
3
-3
/
+3
*
Port code to QtWebSockets.
Milian Wolff
2014-03-06
7
-616
/
+65
*
Make the underlying transport mechanism of the webchannel pluggable.
Milian Wolff
2014-02-06
19
-109
/
+658
*
Fix clang warning about struct which was forward-declared as class.
Milian Wolff
2014-01-31
1
-1
/
+1
*
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
[next]