index
:
qt/qtwebchannel.git
5.10
5.11
5.12
5.13
5.14
5.15
5.4
5.5
5.6
5.7
5.8
5.9
6.2
6.2.0
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
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
wip/cmake
Qt WebChannel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
/
webchannel
Commit message (
Expand
)
Author
Age
Files
Lines
*
standalone example: Fix non-shadow build
Arno Rehn
2024-07-03
1
-8
/
+10
*
Correct license for documentation files
Lucie Gérard
2024-04-04
4
-4
/
+4
*
Correct license for examples files
Lucie Gérard
2024-04-04
5
-5
/
+5
*
Make standalone example copy necessary files for HTML client
Øystein Heskestad
2023-09-19
1
-0
/
+31
*
Doc: Add example categories for Qt Webchannel examples
Jaishree Vyas
2023-08-23
3
-0
/
+4
*
Exclude chatserver-cpp example for Android build
Elias Hautala
2023-08-21
2
-1
/
+5
*
Doc: Update example category names
Kai Köhne
2023-07-10
1
-1
/
+1
*
Make chatclient-qml example executable
Øystein Heskestad
2023-06-30
11
-43
/
+125
*
Add wrappers to optionally convert incoming data
Øystein Heskestad
2022-11-11
1
-1
/
+44
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
3
-3
/
+3
*
Add license headers to cmake files
Lucie Gérard
2022-07-07
3
-0
/
+9
*
Use SPDX license identifiers
Lucie Gérard
2022-06-10
21
-1024
/
+48
*
Remove .prev_CMakeLists.txt
Kai Köhne
2022-03-22
1
-52
/
+0
*
Improve examples CMakeLists.txt
Kai Köhne
2022-02-17
3
-29
/
+12
*
Switch examples to build as isolated sub-builds
Alexandru Croitor
2021-12-15
1
-6
/
+6
*
Add .qmproject file for examples containing .ui.qml files
Thomas Hartmann
2021-11-16
1
-0
/
+39
*
Fix QML files in tests and examples
Balazs Egedi
2021-09-09
3
-19
/
+25
*
Raise cmake_minimum_required to VERSION 3.16 in examples
Joerg Bornemann
2021-08-17
2
-2
/
+2
*
Re-generate CMake project files
Joerg Bornemann
2021-03-15
3
-6
/
+30
*
Merge remote-tracking branch 'origin/wip/cmake' into dev
Allan Sandfeld Jensen
2021-01-29
4
-0
/
+141
|
\
|
*
Regenerate projects
wip/cmake
Alexandru Croitor
2019-11-25
3
-2
/
+46
|
*
Add cmake support
Jüri Valdmann
2019-09-23
3
-0
/
+97
*
|
Skip changes made while iterating over connections for emit
Andrew Webster
2020-02-21
1
-7
/
+5
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-01-14
1
-1
/
+1
|
\
\
|
*
|
Doc: Remove linking to example source file
Topi Reinio
2020-01-07
1
-1
/
+1
*
|
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2019-11-26
3
-35
/
+29
|
\
|
|
|
*
|
Avoid using 'for..in' to iterate over collections
Kirill Burtsev
2019-11-22
1
-27
/
+15
|
*
|
Examples: fix 'nodejs' and 'qwclient' compatibility with 'standalone'
Kirill Burtsev
2019-11-20
2
-3
/
+3
|
*
|
Example 'qwclient': fix lsObject() output of registered objects
Kirill Burtsev
2019-11-20
1
-5
/
+11
|
|
/
*
/
Unwrap QObjects embedded inside arguments
Andrew Webster
2019-09-20
1
-6
/
+8
|
/
*
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-06-22
1
-10
/
+12
|
\
|
*
Doc: Minor text layout edits
Nico Vertriest
2019-06-18
1
-10
/
+12
*
|
Return a Promise when no callback is provided for a function call
Andrew Webster
2019-04-10
1
-0
/
+16
*
|
Unwrap property updates in case they are QObjects
Andrew Webster
2019-04-10
1
-1
/
+1
*
|
Implement actual overload resolution
Arno Rehn
2019-03-29
1
-1
/
+5
*
|
Publish overloaded methods and signals to JavaScript
Milian Wolff
2019-03-25
1
-1
/
+1
*
|
Only connect to signal once per client object
Milian Wolff
2019-03-25
1
-3
/
+10
*
|
Convert QObjects in QVariantMaps
Andrew Webster
2019-02-06
1
-3
/
+9
|
/
*
qmlchatclient: Make main window visible by default
Kai Koehne
2017-09-12
1
-0
/
+1
*
Fix class name in standalone documentation
Kai Koehne
2017-09-12
1
-3
/
+3
*
Make chatclient-qml designer-friendly
Kai Koehne
2017-09-12
4
-69
/
+209
*
chatclient-qml: Show errors in a dialog
Kai Koehne
2017-09-12
1
-6
/
+21
*
Give example a meaningful window title
Kai Koehne
2017-09-12
1
-1
/
+1
*
Chatclient-qml: Use QtQuick.Controls 2
Kai Koehne
2017-09-12
1
-1
/
+1
*
Beautify code of qmlchatclient example
Kai Koehne
2017-09-12
1
-50
/
+68
*
Examples: beautify JavaScript snippets
Kai Koehne
2017-09-08
5
-65
/
+69
*
Split up classes in standalone example
Kai Koehne
2017-09-08
6
-71
/
+267
*
Examples: Use canonical include style and sort #include
Kai Koehne
2017-09-06
6
-19
/
+15
*
Allow examples to be built without module sources
Kai Koehne
2017-09-06
2
-9
/
+432
*
Examples: Fix coding style issues
Kai Koehne
2017-08-29
3
-11
/
+11
[next]