summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Remove repository name from examplesinstallpathv5.6.1-1v5.6.15.6.1Topi Reinio2016-05-121-1/+1
* Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-033-4/+4
* consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-2/+2
* Add the "We mean it" warning to private headersv5.6.0-rc1v5.6.05.6.0Sergio Martins2016-02-095-0/+55
* Doc: Update examplesinstallpath to include the repository namev5.6.0-beta1Topi Reinio2015-10-211-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-022-4/+4
|\
| * Compile when QML is disabled5.5Andy Shaw2015-09-292-0/+6
* | Fix #include's in public headersPierre Rossi2015-08-192-3/+3
* | Fix builds without qml moduleJulien Corjon2015-07-242-0/+6
* | Support subclass property getters and setters.Pierre Rossi2015-07-081-0/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-291-5/+13
|\ \ | |/
| * Doc: Added a brief overview about the modulev5.5.0-beta1Venugopal Shivashankar2015-04-201-5/+13
* | Fix wrap registered object issueLutz Schönemann2015-05-152-4/+7
|/
* Update copyright headersv5.5.0-alpha1Antti Kokko2015-02-1720-120/+120
* Merge branch '5.4' into devMilian Wolff2015-02-046-92/+160
|\
| * Update plugins.qmltypesKai Koehne2014-12-042-32/+32
| * Fix crash on signal after deregistrationLutz Schönemann2014-12-032-9/+17
| * Fix: Delete objects even when no transport is availableLutz Schönemann2014-12-021-0/+2
| * Make objects inside properties accessible.Milian Wolff2014-12-023-35/+85
* | Make the tests less flaky and don't send empty property updates.Milian Wolff2015-01-161-4/+6
* | Do not broadcast signals or property changes of wrapped qobjectsBernd Lamecker2014-12-192-27/+76
* | Separate registered and autoregistered QObjectsSumedha Widyadharma2014-12-152-24/+39
* | Do not broadcast initialization data to all clients.Milian Wolff2014-12-083-51/+29
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-203-21/+6
|\ \ | |/
| * Remove obsolete conversion work-around.5.4.0Milian Wolff2014-10-172-19/+1
| * Never manually connect to the destroyed signal of any object.Milian Wolff2014-10-171-1/+2
| * Minor optimization: Do not send list of empty enums.Milian Wolff2014-10-171-1/+3
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-0/+1
|\ \ | |/
| * Fix static builds and building of testsSimon Hausmann2014-10-041-0/+1
* | Fix: Delete objects even when no transport is availableLutz Schönemann2014-10-061-0/+2
|/
* Update license headers and add new licensesJani Heikkinen2014-08-2617-306/+170
* Get rid of setTimeout calls in qwebchannel.js client code.Milian Wolff2014-08-261-2/+2
* Doc: Edited links JavaScript API page and other documentation fixes.Jerome Pasion2014-08-233-9/+10
* Doc: Add extensions used by example files to .qdocconfTopi Reinio2014-08-211-0/+1
* Fixing property update for wrapped objectsLutz Schönemann2014-08-191-2/+3
* Remove the extra semi-colonsThiago Macieira2014-08-182-4/+4
* Doc: Enabled linking to qtdoc.Jerome Pasion2014-08-181-1/+1
* Remove unused #include statementSumedha Widyadharma2014-08-131-1/+0
* Doc: Fix example documentation and pathsTopi Reinio2014-08-134-6/+56
* Fixing idlestate if used with synchronous transportLutz Schönemann2014-08-121-1/+1
* Call unwrapQObject for every response we getLutz Schönemann2014-08-081-3/+7
* Fixup documentation issues.Milian Wolff2014-08-044-6/+6
* Use UUIDs to identify wrapped objectsLutz Schönemann2014-08-031-7/+2
* Properly disconnect a transport from the QtMetaObjectPublisher.Milian Wolff2014-08-012-1/+7
* Add documentation for the QtWebChannel module.Milian Wolff2014-08-0111-26/+498
* Refactor JavaScript QWebChannel to take an external transport object.Milian Wolff2014-07-301-33/+13
* Refactor and streamline API and IPC protocol.Milian Wolff2014-07-298-237/+198
* added module.export for use with nodejsBernd Lamecker2014-07-291-0/+7
* Fix compile warning with clang.Milian Wolff2014-07-281-1/+1
* Fix wrong include of qwebchannelglobal.h.Milian Wolff2014-07-281-1/+1