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
*
Fix crash on signal after deregistration
Lutz Schönemann
2014-12-03
4
-9
/
+42
*
Fix: Delete objects even when no transport is available
Lutz Schönemann
2014-12-02
1
-0
/
+2
*
Make objects inside properties accessible.
Milian Wolff
2014-12-02
4
-36
/
+101
*
Remove obsolete conversion work-around.
5.4.0
Milian Wolff
2014-10-17
2
-19
/
+1
*
Never manually connect to the destroyed signal of any object.
Milian Wolff
2014-10-17
2
-23
/
+12
*
Minor optimization: Do not send list of empty enums.
Milian Wolff
2014-10-17
1
-1
/
+3
*
Added some more examples
Bernd Lamecker
2014-10-16
18
-10
/
+823
*
Revert "Added some more examples"
Jani Heikkinen
2014-10-13
15
-634
/
+8
*
Added some more examples
Bernd Lamecker
2014-10-10
15
-8
/
+634
*
Fix static builds and building of tests
Simon Hausmann
2014-10-04
1
-0
/
+1
*
Fixing failing testcases
Lutz Schönemann
2014-08-26
1
-4
/
+21
*
Update license headers and add new licenses
Jani Heikkinen
2014-08-26
40
-1317
/
+828
*
Get rid of setTimeout calls in qwebchannel.js client code.
Milian Wolff
2014-08-26
3
-27
/
+8
*
Doc: Edited links JavaScript API page and other documentation fixes.
Jerome Pasion
2014-08-23
4
-11
/
+14
*
Doc: Add extensions used by example files to .qdocconf
Topi Reinio
2014-08-21
2
-2
/
+3
*
Fixing property update for wrapped objects
Lutz Schönemann
2014-08-19
2
-2
/
+33
*
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
21
-10
/
+15
*
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
2
-11
/
+48
*
Added a nodeJS example
Oswald Buddenhagen
2014-08-07
6
-1
/
+167
*
Make standalone example mostly self-contained.
Milian Wolff
2014-08-07
4
-4
/
+38
*
Fix namespace build of test
Frederik Gladhorn
2014-08-04
2
-0
/
+6
*
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
[next]