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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixup documentation issues.
Milian Wolff
2014-08-04
5
-9
/
+9
*
Use UUIDs to identify wrapped objects
Lutz Schönemann
2014-08-03
1
-7
/
+2
*
Enable the QML tests even when QtWebKit is not available.
Milian Wolff
2014-08-03
2
-4
/
+6
*
Fix js src path in HTML chat client
Sumedha Widyadharma
2014-08-01
1
-1
/
+1
*
Properly disconnect a transport from the QtMetaObjectPublisher.
Milian Wolff
2014-08-01
4
-1
/
+21
*
Install missing index.html for standalone example
Sumedha Widyadharma
2014-08-01
1
-0
/
+2
*
Add documentation for the QtWebChannel module.
Milian Wolff
2014-08-01
25
-85
/
+681
*
Refactor JavaScript QWebChannel to take an external transport object.
Milian Wolff
2014-07-30
3
-55
/
+51
*
Refactor and streamline API and IPC protocol.
Milian Wolff
2014-07-29
18
-602
/
+499
*
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
*
Align .qmake.conf with other Qt modules.
Milian Wolff
2014-07-28
1
-2
/
+2
*
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
*
The standalone example depends on QtWidgets
Sumedha Widyadharma
2014-07-24
1
-1
/
+1
*
Explicitly distinguish between JavaScript Client and QML Client.
Milian Wolff
2014-07-18
2
-17
/
+17
*
Adapt to rename to QtWebChannel and rename resource path as well.
Milian Wolff
2014-07-17
7
-6
/
+3
*
Make the QWebChannel QML API publically accessible.
Milian Wolff
2014-07-15
24
-134
/
+316
*
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
10
-85
/
+214
*
Refactor code to use QWebChannelAbstractTransport and QtWebSockets.
Milian Wolff
2014-07-04
47
-1323
/
+662
*
Do not return a function for property getters on the HTML side.
Milian Wolff
2014-07-03
4
-21
/
+10
*
Add cmake test, adapt test directory layout and point to dev branches.
Milian Wolff
2014-07-03
27
-11
/
+35
*
Add .tag file and fix .gitignore
Sergio Ahumada
2014-07-02
2
-1
/
+1
*
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
16
-118
/
+87
*
Use an enum for message types instead of strings.
Milian Wolff
2014-03-21
5
-45
/
+100
*
Refactor QML test code and add a test for multiple websocket clients.
Milian Wolff
2014-03-21
5
-50
/
+234
*
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
8
-618
/
+68
*
Change destruction order to fix crash on close.
Milian Wolff
2014-02-06
1
-1
/
+1
*
Make the underlying transport mechanism of the webchannel pluggable.
Milian Wolff
2014-02-06
38
-179
/
+813
*
Update README and use markdown for nicer display on gitorious.
Milian Wolff
2014-02-06
2
-60
/
+90
*
Add license files
Milian Wolff
2014-02-06
4
-0
/
+1660
*
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
*
Mark QtWebKit as optional module dependency.
Milian Wolff
2014-01-31
3
-2
/
+6
*
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
26
-113
/
+135
*
Properly convert JSON data to target type of function parameter.
Milian Wolff
2014-01-10
4
-44
/
+64
*
Add declarative object-registration API to QML WebChannel.
Milian Wolff
2014-01-10
9
-19
/
+256
*
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
19
-536
/
+711
*
Make test_property less flaky by skipping idle messages.
Milian Wolff
2014-01-08
1
-8
/
+4
[next]