Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed direction of signals in generated code. This resolves issue #19. | Michele Calgaro | 2019-06-20 | 2 | -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 HEAD | Automated System | 2019-06-12 | 1 | -0/+0 | |
| | ||||||
* | Fixed problem with missing include of introspectableInterface.h file in | Slávek Banko | 2019-05-26 | 1 | -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 Calgaro | 2019-05-20 | 1 | -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 of | Michele Calgaro | 2019-05-20 | 3 | -32/+40 | |
| | | | | | | TQCString. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Fixed problem with missing include of introspectableInterface.h file in | Michele Calgaro | 2019-05-17 | 1 | -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 given | Michele Calgaro | 2019-05-15 | 2 | -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 configuration | Michele Calgaro | 2019-05-13 | 2 | -1/+1 | |
| | | | | | | files. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Fixed generation of Introspectable interface file. This resolves #17. | Michele Calgaro | 2019-05-09 | 3 | -4/+13 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Removed unused files. | Michele Calgaro | 2019-05-02 | 2 | -4/+0 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Make the use of the class name requested by the -c | Slávek Banko | 2019-05-02 | 1 | -8/+16 | |
| | | | | | | | | command line option consistent. This resolves issue #14. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Adjusting class name moved from generators to caller. | Slávek Banko | 2019-04-30 | 2 | -21/+21 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Fixed problem with interface file name generation and inclusion. This | Michele Calgaro | 2019-04-30 | 3 | -7/+18 | |
| | | | | | | relates to #5. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Fixed previous commit. The name of the included moc file needs to be taken ↵ | Michele Calgaro | 2019-04-30 | 3 | -8/+12 | |
| | | | | | | | | from the specified basename when available. The location of the function call was also wrong. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Fix for issue #9 - add include moc in proxy cpp | Emanoil Kotsev | 2019-04-28 | 1 | -0/+8 | |
| | | | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | missed from commit 99fc7a4311 | Emanoil Kotsev | 2019-04-28 | 1 | -1/+1 | |
| | ||||||
* | Fixed up names of files and classes. | Michele Calgaro | 2019-04-28 | 3 | -15/+24 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Add Proxy and Interface to class name. | Emanoil Kotsev | 2019-04-28 | 1 | -0/+2 | |
| | | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> | |||||
* | dd node name if not a root node. | Emanoil Kotsev | 2019-04-28 | 1 | -0/+4 | |
| | | | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Create node class with ending with Node. | Emanoil Kotsev | 2019-04-28 | 1 | -1/+4 | |
| | | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> | |||||
* | Fix missing interface.h in generated code and filename. | Emanoil Kotsev | 2019-04-28 | 2 | -2/+2 | |
| | | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> | |||||
* | Added cmake configuration option for api dox location. This provides | Michele Calgaro | 2019-04-27 | 1 | -1/+5 | |
| | | | | | | | flexibility when building for different distros, in case the location of the api dox need to be different. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Moved source files to "src" folder. | Michele Calgaro | 2019-04-27 | 39 | -62/+82 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Removed dependency on admin module. | Slávek Banko | 2019-04-26 | 1 | -0/+0 | |
| | | | | | | | Again because the automated system on primary server inadvertently added it. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Reset submodule main/dependencies/dbus-1-tqt/admin to latest HEAD | Automated System | 2019-04-26 | 1 | -0/+0 | |
| | ||||||
* | Improved dbus api dox documentation creation. | Michele Calgaro | 2019-04-25 | 1 | -9/+1568 | |
| | | | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Removed dependency on admin module. | Michele Calgaro | 2019-04-18 | 2 | -3/+0 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Added generation of api documentation based on doxygen. | Michele Calgaro | 2019-04-18 | 2 | -0/+26 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEAD | Automated System | 2019-04-02 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEAD | Automated System | 2019-02-19 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/dependencies/dbus-1-tqt/admin to latest HEAD | Automated System | 2019-02-19 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEAD | Automated System | 2019-02-03 | 1 | -0/+0 | |
| | ||||||
* | Add missing TQDBUS_EXPORT. | Slávek Banko | 2019-01-30 | 2 | -2/+4 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Update CMake rules | Slávek Banko | 2019-01-30 | 2 | -0/+26 | |
| | | | | | | | | + Add WITH_GCC_VISIBILITY option + Use common tde_setup_gcc_visibility + Add TestBigEndian and tde_setup_largefiles Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEAD | Automated System | 2019-01-28 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEAD | Automated System | 2019-01-13 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEAD | Automated System | 2019-01-12 | 1 | -0/+0 | |
| | ||||||
* | add a function to handle maps of objectpaths | Emanoil Kotsev | 2018-12-19 | 1 | -11/+21 | |
| | | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> | |||||
* | Avoid overriding user linker flags (LDFLAGS) for modules and shared libs | Fabio Rossi | 2018-12-17 | 1 | -1/+1 | |
| | | | | Signed-off-by: Fabio Rossi <rossi.f@inwind.it> | |||||
* | Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEAD | Automated System | 2018-12-10 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEAD | Automated System | 2018-12-09 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/dependencies/dbus-1-tqt/admin to latest HEAD | Automated System | 2018-12-09 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEAD | Automated System | 2018-12-02 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEAD | Automated System | 2018-11-29 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/dependencies/dbus-1-tqt/admin to latest HEAD | Automated System | 2018-10-08 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/dependencies/dbus-1-tqt/admin to latest HEAD | Automated System | 2018-09-24 | 1 | -0/+0 | |
| | ||||||
* | QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin ↵ | Michele Calgaro | 2018-09-18 | 1 | -1/+1 | |
| | | | | | | module Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEAD | Automated System | 2018-09-16 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/dependencies/dbus-1-tqt/admin to latest HEAD | Automated System | 2018-09-16 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/dependencies/dbus-1-tqt/admin to latest HEAD | Automated System | 2018-05-24 | 1 | -0/+0 | |
| |