summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-031-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Raise the minimum required version of CMake to 3.1.Slávek Banko2021-12-291-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Make sure to handle pending messages at start up if a dbus serviceMichele Calgaro2021-12-083-8/+31
| | | | | | | | | | is invoked by the dbus daemon. Prior to this fix, when a service was started by the dbus daemon, the first dbus call sent to it was being held back till the next dbus call was performed, resulting in a long timeout for the first unhandled call and a delayed answer. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove cmake submodule since it has now been replaced by cmake-trinity ↵Slávek Banko2021-05-242-3/+0
| | | | | | dependency. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Instead of unusual use of full destination path for apidox in build ↵Slávek Banko2021-05-233-10/+8
| | | | | | directory, use simple 'apidocs'. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Automatic apidox installation using CMake codeSlávek Banko2021-05-211-3/+11
| | | | | | instead of an external shell script from cmake submodule. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEADAutomated System2021-05-151-0/+0
|
* Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Raise the minimum required version of CMake to 2.8.12.Slávek Banko2021-01-181-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEADAutomated System2021-01-131-0/+0
|
* Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEADAutomated System2020-10-091-0/+0
|
* Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEADAutomated System2020-09-181-0/+0
|
* Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEADAutomated System2020-07-291-0/+0
|
* Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEADAutomated System2020-06-261-0/+0
|
* Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEADAutomated System2020-06-241-0/+0
|
* Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEADAutomated System2020-06-141-0/+0
|
* Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEADAutomated System2020-06-141-0/+0
|
* Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEADAutomated System2020-06-121-0/+0
|
* Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEADAutomated System2020-06-071-0/+0
|
* Fix #25 dbusxml2qt3 root node with no nameEmanoil Kotsev2020-05-291-57/+58
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEADAutomated System2020-05-281-0/+0
|
* Fix #23 dbusxml2qt3 with multiple interfacesEmanoil Kotsev2020-05-261-2/+3
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEADAutomated System2020-05-241-0/+0
|
* Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEADAutomated System2020-05-171-0/+0
|
* Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEADAutomated System2020-05-111-0/+0
|
* Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEADAutomated System2020-05-101-0/+0
|
* Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEADAutomated System2020-05-071-0/+0
|
* Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEADAutomated System2020-04-081-0/+0
|
* Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEADAutomated System2020-04-041-0/+0
|
* Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEADAutomated System2020-03-231-0/+0
|
* Generate DBusBaseNode class to handle the empty nodes.Emanoil Kotsev2020-03-113-6/+60
| | | | | | | | | | - Prevent showing Introspection in empty nodes - fix method generation for objectpath array in signature like a{oa{sa{sv}}} - Hide Introspectable interface if there is no interface in the node - Add support for multiple nodes introspection - addChildNode function to support multiple nodes Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEADAutomated System2019-12-081-0/+0
|
* Switch all submodules to https.Slávek Banko2019-12-081-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix problem with d-feet and annotation missing value attributeEmanoil Kotsev2019-06-291-0/+2
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Fix regression from recent signals and async changesEmanoil Kotsev2019-06-281-1/+5
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Fix for issue 11 based on latest masterEmanoil Kotsev2019-06-281-5/+19
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Handle primitives in signals properly (not const)Emanoil Kotsev2019-06-221-2/+13
| | | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed direction of signals in generated code. This resolves issue #19.Michele Calgaro2019-06-202-52/+88
| | | | | | | This commit is partially based on work done by Emanoil Kotsev <deloptes@gmail.com>. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEADAutomated System2019-06-121-0/+0
|
* Fixed problem with missing include of introspectableInterface.h file inSlávek Banko2019-05-261-12/+14
| | | | | | | generated node file in case the custom interface file name is used. This relates to issue #17. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Added methods to create a TQT_DBusDataMap<T> object from a TQMap<T, ↵Michele Calgaro2019-05-201-0/+160
| | | | | | | | | TQT_DBusDataMap<U> > map. This fixes a compilation problem when objects with a signature like a{oa{...}} are generated. This refers to issue #7. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Modified TQT_DBusObjectPath to inherit from TQString instead ofMichele Calgaro2019-05-203-32/+40
| | | | | | TQCString. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed problem with missing include of introspectableInterface.h file inMichele Calgaro2019-05-171-0/+9
| | | | | | generated node file. This refers to issue #17. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added function to easily create a TQT_DBusData variant object from a givenMichele Calgaro2019-05-152-0/+15
| | | | | | | TQT_DBusData object. This simplify the creation of dictionaries where the value has to be of type Variant. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Changed file names to conform to .cmake convention for configurationMichele Calgaro2019-05-132-1/+1
| | | | | | files. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed generation of Introspectable interface file. This resolves #17.Michele Calgaro2019-05-093-4/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>