summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-307-55/+55
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Synchronize German translation of Kopete with the rest.Chris2019-12-182-4/+5
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Clean up, improve and fix konq-plugins desktop files.Chris2019-12-181-5/+7
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix obsolete KDE version check for Kopete.Chris2019-12-161-4/+2
| | | | | | ...which resulted in wrong configure entry. Signed-off-by: Chris <xchrisx@uber.space>
* Add includes to UI files to resolve FTBFS.Slávek Banko2019-12-113-13/+10
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* kopete: Change the default MSN server from messenger.hotmail.comSlávek Banko2019-12-116-8/+8
| | | | | | to m1.escargot.log1p.xyz. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* kopete: Restore the MSN protocol because a replacement MSN server was created.Slávek Banko2019-12-11158-63/+23315
| | | | | | This reverts commits 0486034738 - 2d5f9c55da and f6fd4ab6c0. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add includes to UI files to resolve FTBFS.Slávek Banko2019-12-101-3/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* kopete: Change the default AIM server from login.oscar.aol.com to ↵Slávek Banko2019-12-103-9/+9
| | | | | | iwarg.ddns.net. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* kopete: Restore the AIM protocol because a replacement AIM server was created.Slávek Banko2019-12-1091-79/+5029
| | | | | | This reverts commits 036b0229db and dc34f9c391. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdenetwork/cmake to latest HEADAutomated System2019-12-081-0/+0
|
* Switch all submodules to https.Slávek Banko2019-12-081-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Clean up desktop files and fix German translations.Chris2019-11-287-122/+49
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Adding checking for Samba version 4 in kcm_sambaconf/sambafile.cppAndrew Randrianasulu2019-10-271-6/+9
| | | | | | | | | | Fixes issue #15 in tdenetwork Signed-off-by: Andrew Randrianasulu <randrianasulu@gmail.com> Minor adjustments to refine the version test. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed .lsm files. lsm database is outdated and unmaintained.Michele Calgaro2019-09-011-14/+0
|
* krfb: Add a function for appending new symbols to the actual X-server keymapRoman Savochenko2019-08-142-0/+54
| | | | | | This resolves bug 3014 and issue #11 Signed-off-by: Roman Savochenko <roman@oscada.org>
* Modernize path to first video device to /dev/video0.Chris2019-08-131-2/+2
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix remaining brandings in tdenetwork.Chris2019-07-202-2/+2
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix branding of kopete and make it promoting TDE.Chris2019-07-172-4/+4
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Reset submodule main/tdenetwork/cmake to latest HEADAutomated System2019-06-121-0/+0
|
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-06-012-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS from commit 2c188798.Slávek Banko2019-04-211-0/+3
| | | | | | On Linux, utmp.h is necessary even if utmpx.h is present. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* kppp: fix to build on NetBSDOBATA Akio2019-04-211-2/+5
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Change to check `strerror` and `fdopen` with CMakeOBATA Akio2019-04-203-2/+11
| | | | | | It is hard to update list of "available" platforms. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Change to just include <utmpx.h> over <utmp.h>OBATA Akio2019-04-201-3/+2
| | | | | | | | Including deprecated <utmp.h> over standard <utmpx.h> may cause unwanted side effects, for example, enables old-code-compatibility functions and override utmpx functions. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Change to dclare `strlcat` and `strlcpy` conditionallyOBATA Akio2019-04-202-1/+19
| | | | | | | | | | They should be declared only for the case missing. Current prototype signatures should be for suppliment implementations in TDE core library. It may differ than platform builtin one, 3rd argment is `size_t', so it cause prototype mismatch for the case `size_t` != `unsigned long`. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Reset submodule main/tdenetwork/cmake to latest HEADAutomated System2019-04-021-0/+0
|
* Reset submodule main/tdenetwork/libtdevnc to latest HEADAutomated System2019-03-031-0/+0
|
* Reset submodule main/tdenetwork/cmake to latest HEADAutomated System2019-02-191-0/+0
|
* Reset submodule main/tdenetwork/admin to latest HEADAutomated System2019-02-191-0/+0
|
* Use socklen_t directly, instead of deprecated ksize_t.Slávek Banko2019-02-173-5/+3
| | | | | | This resolves FTBFS on FreeBSD 12. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdenetwork/libtdevnc to latest HEADAutomated System2019-02-061-0/+0
|
* Use common CMake tests.Slávek Banko2019-02-062-8/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdenetwork/cmake to latest HEADAutomated System2019-02-031-0/+0
|
* Reset submodule main/tdenetwork/cmake to latest HEADAutomated System2019-01-281-0/+0
|
* Fix empty translation.Slávek Banko2019-01-132-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdenetwork/cmake to latest HEADAutomated System2019-01-131-0/+0
|
* Reset submodule main/tdenetwork/cmake to latest HEADAutomated System2019-01-121-0/+0
|
* Add CMakeL10n rules.Slávek Banko2018-12-2031-0/+171
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Avoid overriding user linker flags (LDFLAGS) for modules and shared libsFabio Rossi2018-12-171-2/+2
| | | | Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
* Reset submodule main/tdenetwork/cmake to latest HEADAutomated System2018-12-101-0/+0
|
* Reset submodule main/tdenetwork/cmake to latest HEADAutomated System2018-12-091-0/+0
|
* Reset submodule main/tdenetwork/admin to latest HEADAutomated System2018-12-091-0/+0
|
* Reset submodule main/tdenetwork/cmake to latest HEADAutomated System2018-12-021-0/+0
|
* Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.Michele Calgaro2018-12-0111-27/+27
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdenetwork/cmake to latest HEADAutomated System2018-11-291-0/+0
|
* Removed obsolete Qt2's TQList/TQListIterator classes and replacedMichele Calgaro2018-10-171-2/+2
| | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-173-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* change EXEC_PROCESS for EXECUTE_PROCESS, this solves issue #2gregory guy2018-10-151-2/+2
| | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed ↵Michele Calgaro2018-10-135-6/+6
| | | | | | AC_CHECK_GNU_EXTENSIONS. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>