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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add binary compatibility file for 5.11 for QtWebChannel
Milla Pohjanheimo
2018-06-05
1
-0
/
+5987
*
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2018-01-20
3
-1
/
+6046
|
\
|
*
Merge remote-tracking branch 'origin/5.9' into 5.10
5.10
Liang Qi
2018-01-18
2
-1
/
+64
|
|
\
|
|
*
Merge remote-tracking branch 'origin/5.9.4' into 5.9
Liang Qi
2018-01-18
1
-3
/
+3
|
|
|
\
|
|
|
*
Clean up TestWebChannel::testAsyncObject
v5.9.4
5.9.4
Sami Nurmenniemi
2018-01-09
1
-12
/
+3
|
|
|
*
Fix TestWebChannel::testAsyncObject
Sami Nurmenniemi
2018-01-09
1
-3
/
+12
|
|
*
|
Allow deleting a channel during method invocation
Jüri Valdmann
2018-01-08
2
-1
/
+64
|
|
|
/
|
*
|
Add binary compatibility file for QtWebChannel for 5.10
Milla Pohjanheimo
2018-01-09
1
-0
/
+5982
*
|
|
Merge remote-tracking branch 'origin/5.10' into dev
Lars Knoll
2018-01-03
1
-3
/
+3
|
\
\
\
|
|
/
/
|
*
|
Clean up TestWebChannel::testAsyncObject
Sami Nurmenniemi
2017-12-29
1
-12
/
+3
|
*
|
Fix TestWebChannel::testAsyncObject
Sami Nurmenniemi
2017-12-28
1
-3
/
+12
|
|
/
*
|
Replace Q_DECL_OVERRIDE with override
Kevin Funk
2017-09-21
3
-3
/
+3
|
/
*
Do not crash on non-QVariant return types
Milian Wolff
2017-08-08
2
-10
/
+39
*
Update binary compatibility file for Qt5.9.0 for QtWebChannel
Milla Pohjanheimo
2017-06-30
1
-0
/
+5661
*
Gracefully handle early deregistration of objects
Milian Wolff
2017-05-15
2
-0
/
+16
*
Fix licensing
Jani Heikkinen
2017-05-05
2
-34
/
+24
*
Binary compatibility file for qtwebchannel (5.8.0)
5.8
Milla Pohjanheimo
2017-02-03
1
-0
/
+5641
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-11-26
5
-0
/
+11025
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
5.7
Liang Qi
2016-11-24
2
-0
/
+5329
|
|
\
|
|
*
BC include file and global.cfg added for QtWebChannel
Milla Pohjanheimo
2016-10-13
2
-0
/
+5329
|
*
|
BC file added for QtWebChannel (5.7)
Milla Pohjanheimo
2016-10-14
1
-0
/
+5606
|
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-10-01
2
-0
/
+90
|
|
\
\
|
|
|
/
|
|
*
Fix asynchronous signals from QObjects in different threads
Dave Andrews
2016-09-29
2
-4
/
+38
|
|
*
Fix asynchronous method calls on QObjects in different threads
Dave Andrews
2016-09-29
2
-0
/
+56
*
|
|
Merge remote-tracking branch 'origin/5.7' into dev
Liang Qi
2016-08-03
7
-26
/
+188
|
\
\
\
|
|
/
/
|
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-08-01
7
-3
/
+220
|
|
\
\
|
|
|
/
|
|
*
Add a test that emits signals from C++ and checks them in QML
v5.6.2
5.6.2
Milian Wolff
2016-07-21
5
-3
/
+165
|
|
*
Remove deleted transport objects
Kai Dohmen
2016-07-21
2
-0
/
+55
*
|
|
Merge remote-tracking branch 'origin/5.7' into dev
Edward Welbourne
2016-07-21
3
-5
/
+270
|
\
\
\
|
|
/
/
|
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Edward Welbourne
2016-07-15
3
-5
/
+270
|
|
\
\
|
|
|
/
|
|
*
Add test to verify that bools get properly converted.
Milian Wolff
2016-07-13
2
-0
/
+33
|
|
*
Properly unwrap QObject signal parameters on the JavaScript side.
Milian Wolff
2016-06-28
1
-5
/
+14
|
|
*
Make passing objects from website to server possible
Kai Dohmen
2016-06-21
2
-0
/
+66
|
|
*
Fix setting properties of QJson{Value,Array,Object} type.
Milian Wolff
2016-05-26
2
-4
/
+115
|
|
*
Enable calling C++ functions taking QJson arguments via webchannel.
Milian Wolff
2016-05-25
2
-0
/
+46
*
|
|
Remove deleted transport objects
Kai Dohmen
2016-05-31
2
-0
/
+55
|
/
/
*
|
Updated license headers
Antti Kokko
2016-01-20
12
-205
/
+145
|
/
*
Support subclass property getters and setters.
Pierre Rossi
2015-07-08
3
-0
/
+212
*
Fix wrap registered object issue
Lutz Schönemann
2015-05-15
2
-0
/
+76
*
Update copyright headers
v5.5.0-alpha1
Antti Kokko
2015-02-17
12
-72
/
+72
*
Merge branch '5.4' into dev
Milian Wolff
2015-02-04
5
-27
/
+70
|
\
|
*
Fix crash on signal after deregistration
Lutz Schönemann
2014-12-03
2
-0
/
+25
|
*
Make objects inside properties accessible.
Milian Wolff
2014-12-02
1
-1
/
+16
*
|
Make the tests less flaky and don't send empty property updates.
Milian Wolff
2015-01-16
2
-28
/
+61
*
|
Do not broadcast signals or property changes of wrapped qobjects
Bernd Lamecker
2014-12-19
4
-4
/
+368
*
|
Separate registered and autoregistered QObjects
Sumedha Widyadharma
2014-12-15
3
-41
/
+215
*
|
Do not broadcast initialization data to all clients.
Milian Wolff
2014-12-08
1
-2
/
+2
|
/
*
Never manually connect to the destroyed signal of any object.
Milian Wolff
2014-10-17
1
-22
/
+10
*
Fixing failing testcases
Lutz Schönemann
2014-08-26
1
-4
/
+21
*
Update license headers and add new licenses
Jani Heikkinen
2014-08-26
11
-198
/
+110
[next]