summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary accelerators from .ui filesr14.0.13r14.0.xMichele Calgaro2022-09-1814-153/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 80928325ae0f4970eda99a31f03cd08231b55aed)
* Add man pages for TDE applications.Michele Calgaro2022-09-0614-23/+765
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3ea935ebd87b3cfbe1b69e9264b5d1ccb24f4bb7)
* Use TDE cmake macro to set versionMichele Calgaro2022-06-211-1/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f28e8e68203deee296dd6600cacb821f0e6b0107)
* libvncserver: remove unnecessary re-definition of true/false boolean values.Michele Calgaro2022-05-131-6/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix 'true' definition.François Andriot2022-05-121-1/+1
| | | | | | This fixes issue #43. Signed-off-by: François Andriot <francois.andriot@libertysurf.fr>
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-042-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update version number to the upcoming R14.0.13.Slávek Banko2022-05-031-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Merge translation files from master branch.r14.0.12Automated System2022-04-161-9/+10
|
* Merge translation files from master branch.Automated System2022-04-141-7/+8
|
* Merge translation files from master branch.Automated System2022-04-132-14/+16
|
* Merge translation files from master branch.Automated System2022-04-101-7/+8
|
* Merge translation files from master branch.Automated System2022-04-072-17/+18
|
* Merge translation files from master branch.Automated System2022-03-128-87/+90
|
* Reset submodule main/core/tdenetwork/admin to latest HEADAutomated System2022-01-281-0/+0
|
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-0732-141/+66
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3459eebc29bab84ae9b68498e6111acd0a58a299)
* Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.Slávek Banko2021-12-311-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e04bae8c093055fe3f0cd1d37bdcb699f4054848)
* 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> (cherry picked from commit c92ae310740e54f4eaa8296a7f7ab125a0cfbf45)
* kopete: update include path for speex>=1.0.5OBATA Akio2021-12-235-8/+5
| | | | | | | | Header files of `speex` are installed in sub directory since 1.0.4, and speex>=1.0.5 is required for libjingle using speex. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 000f9cdfa9920377350eda9de9f1db249f79d779)
* Change WITH_ALL_OPTOINS default to OFF for consistencyOBATA Akio2021-12-211-1/+1
| | | | | | | Other TDE core modules are OFF by default. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit e87c0de6e995e4fbcad4aa6e02ff5cbc1df9b5fd)
* Fix FTBFS if the TQCA library is not installed on the default locationSlávek Banko2021-11-023-0/+3
| | | | | | | for the system libraries or in TQt libraries. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 460c7ebb080d867332218a936c69c54b91e0baaf)
* Update version number to R14.0.12.Slávek Banko2021-11-021-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Merge translation files from master branch.r14.0.11Automated System2021-10-1913-160/+167
|
* Merge translation files from master branch.Automated System2021-10-184-37/+41
|
* Stock away original 256p high kopete icons.gregory guy2021-08-102-0/+0
| | | | | Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 9c8077566a6edf1450426327a4f8364952d43090)
* Add a missing icon in kopete plugin texteffect.gregory guy2021-07-092-2/+2
| | | | | Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit d1bbb5bb986eb28de288df6ed5c39f4da84b7db2)
* Fixed Kopete FTBFSMavridis Philippe2021-06-302-9/+55
| | | | | | | This commit also adds initial V4L2 support for Motion AutoAway plugin. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 7a3a7896b3c96bee076ed0da65d10eec7fc06b85)
* Fixes for Kopete videodevice supportMavridis Philippe2021-06-304-73/+88
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit de786a075b31b4988341a625ef85c081530e2a7d)
* Fixed openDesktop category nameMavridis Philippe2021-06-271-4/+5
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit e7fdaa7a61e79a1c14d72da2b02cdcfee1956579)
* Fix yahoo_crypt() prototype mismatchOBATA Akio2021-06-203-4/+41
| | | | | | | pull the prototype from crypt.c and put it in crypt.h. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit ae84576d47ce9bf314b140d59470b3d04e5038f8)
* Fix enum mismatchOBATA Akio2021-06-191-5/+5
| | | | | | | Using own enum Direction, not Qt::Orientation Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 87477e6c2b80d474efb856b56672e85dfa380a82)
* Add options WITH_ALL_OPTIONS enabled by default for consistency with the ↵gregory guy2021-06-101-8/+10
| | | | | | | | | rest of the modules. Add option WITH_GCC_VISIBILITY for symbols visibility. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit aced228e7b002f8f2cdd370b9653371301f96f2f)
* Drop builtin tqca library.gregory guy2021-06-1033-5498/+10
| | | | | | | Module tqca is expected as a dependency library by now. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 75b27d415da062fc7df07bbdacafbf85c5952e69)
* kopete: Fix crash due to null pointer dereference in IRC protocol.Slávek Banko2021-05-241-1/+1
| | | | | | | This manifests itself only if SSL/TLS is used for IRC. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 71415aad02f1e60c8e3c788bd0d844e4da034eb4)
* 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>
* Add new IRC network Libera.chat, the successor in the spirit of Freenode.Slávek Banko2021-05-212-0/+12
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit b2f5670d7e2c48be378768484f929d86a1adb02e)
* Reset submodule main/core/tdenetwork/cmake to latest HEADAutomated System2021-05-151-0/+0
|
* Update version number to R14.0.11.Slávek Banko2021-05-021-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* kopete - jabber/jingle: Do not enforce mediastreamer includes to be as plain Cr14.0.10Slávek Banko2021-03-235-5/+21
| | | | | | | because it can lead to FTBFS. Use extern "C" {...} inside the appropriate includes. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit db2db9c25c875bf9d2acf762aeb57f0ac8eb7b9e)
* krdc: Do not synchronize the contents of the clipboard in view only mode.Slávek Banko2021-03-231-8/+19
| | | | | | | This fixes an incomplete solution from commit 9598af1608. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 5fe4e2d08b99d15adbdc4d0a586061351a4d814b)
* Reset submodule main/core/tdenetwork/cmake to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/core/tdenetwork/admin to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/core/tdenetwork/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/core/tdenetwork/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/core/tdenetwork/admin to latest HEADAutomated System2021-01-271-0/+0
|
* Merge translation files from master branch.Automated System2021-01-241-8/+10
|
* 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> (cherry picked from commit 14012f5218f52f91a3444a28079a1affaaf94e69)
* Reset submodule main/core/tdenetwork/cmake to latest HEADAutomated System2021-01-131-0/+0
|
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-09111-186/+186
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a06e2c2f225d76b67b0058a9880222f75d5495c3)
* Reset submodule main/core/tdenetwork/cmake to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/core/tdenetwork/admin to latest HEADAutomated System2020-12-071-0/+0
|