summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* kopete/sms: fix FTBFS when building with gsmlibr14.1.xAlexander Golubev2025-08-221-0/+1
| | | | | | | This is a fixup to the previous series of patches to kopete/sms. Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 7e38228d6bf3a23f03b1b62a649ca9317456fc0e)
* kopete/sms: overhaul build/configure process with gsmlibAlexander Golubev2025-08-2110-46/+24
| | | | | | | | | * Build cpp files conditionally rather than #ifdef their content * Rename {INCLUDE_SMSGSM -> HAVE_GSMLIB} for consistency * Merge gsmlib's configuration check to the ConfigureChecks.cmake in the root directory. (cherry picked from commit 4dca9b8265b84c09d7156ccf1d70f3f5c401c896)
* kopete/sms: fix account manipulation issuesAlexander Golubev2025-08-212-18/+34
| | | | | | | | This fixes error message on account creation about inability to load service with empty name. As well as issue about that settings after changing them won't apply until restart of kopete. (cherry picked from commit 7568cd2b93bfdc23fd580fc50485db833b219a07)
* kopete/sms: fix a crash caused by returning a reference to local objectAlexander Golubev2025-08-211-1/+1
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 0bf48d928d7a50f6d3c3285ca88014100b828315)
* kopete/sms: move INCLUDE_SMSGSM to the root configAlexander Golubev2025-08-213-4/+4
| | | | | | | | This fixes INCLUDE_SMSGSM's #ifdef`s in kopete/protocols/sms/serviceloader.cpp which were ignored before. Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit b15319ca4f4d4cc232b72dd16390d5c3d8ac2620)
* Use tdeinstance.hMichele Calgaro2025-08-199-9/+9
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0c3c5e676e73b11349606c3c0bbb3855b423f016)
* kopete/sms: Remove deprecated throw() specifiersAlexander Golubev2025-08-172-16/+12
| | | | | | | | This fixes FTBFS when kopete is built with BUILD_KOPETE_PROTOCOL_SMS and WITH_GSM and c++ standard >=c++17. Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 5558fa4e77ee0238810db1fae61c8becff9f89fc)
* minor adjustment tweaks to the blue & green konqi backgroundLupusRubrum2025-08-092-0/+0
| | | | | Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com> (cherry picked from commit 54bf664c805b925c4a23ec6c9bd8374cf76b1531)
* Add "Paste" command to krdc (#102).Daniel Collins2025-06-306-0/+97
| | | | | | | | | | | This adds a "Paste" command to the toolbar which sends the current clipboard content to the remote host as key presses. Not implemented for RDP as we appear to defer to rdesktop and I'm not sure if we can reliably do it there (also krdc RDP isn't working for me right now). (cherry picked from commit 123ecc2bd9b3e470a34dd3aa3b0f6b66e74d6c76)
* Merge translation files from master branch.Automated System2025-06-201-5/+5
|
* Merge translation files from master branch.Automated System2025-06-172-15/+17
|
* Merge translation files from master branch.Automated System2025-06-153-26/+34
|
* changes the kopete konqi theme kde backgrounds to trinityLupusRubrum2025-05-264-0/+0
| | | | | Signed-off-by: LupusRubrum <bnw_canislupusrufus@zohomail.com> (cherry picked from commit a2927171ea33422327a927676a7c22beecce6622)
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-05-08121-584/+584
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 89969dcb2142d91b295c8d18cde46e22ef118dce)
* Use the normal mouse pointer when local mouse pointer is enabled in krdc.Daniel Collins2025-04-285-8/+3
| | | | | | | | The previously-included mouse pointer is invisible against dark backgrounds. https://mirror.git.trinitydesktop.org/gitea/TDE/tdenetwork/issues/98 (cherry picked from commit 40e3e626e4cc8bb2d65788e3c097ddae4192c4d8)
* Merge translation files from master branch.r14.1.4Automated System2025-03-151-5/+11
|
* Merge translation files from master branch.Automated System2025-03-1421-0/+1703
|
* Reset submodule main/core/tdenetwork/admin to latest HEADAutomated System2025-02-051-0/+0
|
* Remove support for OSFMichele Calgaro2025-01-128-66/+4
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 50da92376284f30d95e18960d2b24c49901fb10d)
* Reset submodule main/core/tdenetwork/libtdevnc to latest HEADAutomated System2025-01-101-0/+0
|
* Reset submodule main/core/tdenetwork/admin to latest HEADAutomated System2025-01-091-0/+0
|
* Reset submodule main/core/tdenetwork/admin to latest HEADAutomated System2025-01-081-0/+0
|
* Reset submodule main/core/tdenetwork/admin to latest HEADAutomated System2025-01-031-0/+0
|
* Reset submodule main/core/tdenetwork/libtdevnc to latest HEADAutomated System2024-12-311-0/+0
|
* Replace pthread linking with cmake-based variableMichele Calgaro2024-12-275-5/+7
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e91e7e7f8a13ac99d8fe717b9fb7a6535c2bdf2f)
* Reset submodule main/core/tdenetwork/libtdevnc to latest HEADAutomated System2024-12-271-0/+0
|
* Merge translation files from master branch.Automated System2024-11-2417-281/+286
|
* Reset submodule main/core/tdenetwork/libtdevnc to latest HEADAutomated System2024-10-311-0/+0
|
* Drop Borland compiler specific codeMichele Calgaro2024-10-311-9/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f0ce55a284dff093bf7a20e2da92667367978326)
* Reset submodule main/core/tdenetwork/admin to latest HEADr14.1.3Automated System2024-09-261-0/+0
|
* ksirc: Use Getopt::Std instead of deprecated getopts.pl library.Slávek Banko2024-09-211-25/+20
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit f60724cc0c251a5662047cc9e77422d4dd8d66dd)
* Reset submodule main/core/tdenetwork/admin to latest HEADAutomated System2024-07-121-0/+0
|
* Reset submodule main/core/tdenetwork/admin to latest HEADAutomated System2024-07-081-0/+0
|
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-0116-16/+16
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dd8d99038909d994be861a5e772e337cf17a66bf)
* Reset submodule main/core/tdenetwork/admin to latest HEADAutomated System2024-07-011-0/+0
|
* Use tq* headers instead of ntq* onesMichele Calgaro2024-06-301-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ba18787932206a9a10d6072ea7cf8ee9ac26bf19)
* Replace KDE_TQ_EXPORT_PLUGIN with TDE_* equivalentMichele Calgaro2024-05-211-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 23680779122d1b1b79cfc722753fba03f6c4560a)
* Replace KDE_DEPRECATED with TDE_DEPRECATEDMichele Calgaro2024-05-152-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f55fd652198eee4f0b3eaf4884364e141a6116c8)
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-0625-35/+35
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3e0f7a409460b4a40872efd34398ea4ebcf64c47)
* Reset submodule main/core/tdenetwork/admin to latest HEADAutomated System2024-05-021-0/+0
|
* Fix FTBFS from commit 6d93398d01f28b9047e9b9559a7075da36f3a36f.r14.1.2Slávek Banko2024-04-162-0/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 5b915e0e8243612090a2f2ff4d0a484cb5f22bc3)
* kopete: Add missing function prototypes.Slávek Banko2024-04-162-0/+2
| | | | | | | This resolves issue #77. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ca2e5007d04eeceef14fd952edf2d9255e8f92eb)
* Merge translation files from master branch.Automated System2024-04-122-7/+7
|
* Fix compatibility with C++17.Slávek Banko2024-04-122-2/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit a9978cb1f6ccf8e9189a98a5dd66a345f2c3d548)
* Remove overlooked 'register'.Slávek Banko2024-04-121-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit dba94977c0f5cf4a1a91e05431012401da3ada3b)
* Zeroconf ioslave: Add support for SFTP serversMavridis Philippe2024-03-312-1/+7
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 9bfdb1656036bd811beb76d999eefb27f1f4608a)
* Remove unnecessary 'tde_set_project_version' from CMakeL10n.txtMichele Calgaro2024-03-171-1/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit da7a04f30e8d46052dadfe1e7adf6cf7595f1303)
* Use centralized cmake versionMichele Calgaro2024-03-152-7/+12
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b5e6f76705e8b1574056639b0dc6ee7420e2beed)
* Reset submodule main/core/tdenetwork/libtdevnc to latest HEADAutomated System2024-03-151-0/+0
|
* cmake files: change keywords to lower caseMichele Calgaro2024-03-095-5/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit caba1a9ad8042154c610ec21ac5734dd3c95f744)