Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up, improve and fix konq-plugins desktop files. | Chris | 2019-12-18 | 1 | -5/+7 |
| | | | | Signed-off-by: Chris <[email protected]> | ||||
* | Fix obsolete KDE version check for Kopete. | Chris | 2019-12-16 | 1 | -4/+2 |
| | | | | | | ...which resulted in wrong configure entry. Signed-off-by: Chris <[email protected]> | ||||
* | Add includes to UI files to resolve FTBFS. | Slávek Banko | 2019-12-11 | 3 | -13/+10 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | kopete: Change the default MSN server from messenger.hotmail.com | Slávek Banko | 2019-12-11 | 6 | -8/+8 |
| | | | | | | to m1.escargot.log1p.xyz. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | kopete: Restore the MSN protocol because a replacement MSN server was created. | Slávek Banko | 2019-12-11 | 158 | -63/+23315 |
| | | | | | | This reverts commits 0486034738 - 2d5f9c55da and f6fd4ab6c0. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Add includes to UI files to resolve FTBFS. | Slávek Banko | 2019-12-10 | 1 | -3/+3 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | kopete: Change the default AIM server from login.oscar.aol.com to ↵ | Slávek Banko | 2019-12-10 | 3 | -9/+9 |
| | | | | | | iwarg.ddns.net. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | kopete: Restore the AIM protocol because a replacement AIM server was created. | Slávek Banko | 2019-12-10 | 91 | -79/+5029 |
| | | | | | | This reverts commits 036b0229db and dc34f9c391. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Reset submodule main/tdenetwork/cmake to latest HEAD | Automated System | 2019-12-08 | 1 | -0/+0 |
| | |||||
* | Switch all submodules to https. | Slávek Banko | 2019-12-08 | 1 | -2/+2 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Clean up desktop files and fix German translations. | Chris | 2019-11-28 | 7 | -122/+49 |
| | | | | Signed-off-by: Chris <[email protected]> | ||||
* | Adding checking for Samba version 4 in kcm_sambaconf/sambafile.cpp | Andrew Randrianasulu | 2019-10-27 | 1 | -6/+9 |
| | | | | | | | | | | Fixes issue #15 in tdenetwork Signed-off-by: Andrew Randrianasulu <[email protected]> Minor adjustments to refine the version test. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Removed .lsm files. lsm database is outdated and unmaintained. | Michele Calgaro | 2019-09-01 | 1 | -14/+0 |
| | |||||
* | krfb: Add a function for appending new symbols to the actual X-server keymap | Roman Savochenko | 2019-08-14 | 2 | -0/+54 |
| | | | | | | This resolves bug 3014 and issue #11 Signed-off-by: Roman Savochenko <[email protected]> | ||||
* | Modernize path to first video device to /dev/video0. | Chris | 2019-08-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Chris <[email protected]> | ||||
* | Fix remaining brandings in tdenetwork. | Chris | 2019-07-20 | 2 | -2/+2 |
| | | | | Signed-off-by: Chris <[email protected]> | ||||
* | Fix branding of kopete and make it promoting TDE. | Chris | 2019-07-17 | 2 | -4/+4 |
| | | | | Signed-off-by: Chris <[email protected]> | ||||
* | Reset submodule main/tdenetwork/cmake to latest HEAD | Automated System | 2019-06-12 | 1 | -0/+0 |
| | |||||
* | Adjusted to use new TQStringVariantMap type. | Michele Calgaro | 2019-06-01 | 2 | -5/+5 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix FTBFS from commit 2c188798. | Slávek Banko | 2019-04-21 | 1 | -0/+3 |
| | | | | | | On Linux, utmp.h is necessary even if utmpx.h is present. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | kppp: fix to build on NetBSD | OBATA Akio | 2019-04-21 | 1 | -2/+5 |
| | | | | Signed-off-by: OBATA Akio <[email protected]> | ||||
* | Change to check `strerror` and `fdopen` with CMake | OBATA Akio | 2019-04-20 | 3 | -2/+11 |
| | | | | | | It is hard to update list of "available" platforms. Signed-off-by: OBATA Akio <[email protected]> | ||||
* | Change to just include <utmpx.h> over <utmp.h> | OBATA Akio | 2019-04-20 | 1 | -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 <[email protected]> | ||||
* | Change to dclare `strlcat` and `strlcpy` conditionally | OBATA Akio | 2019-04-20 | 2 | -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 <[email protected]> | ||||
* | Reset submodule main/tdenetwork/cmake to latest HEAD | Automated System | 2019-04-02 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdenetwork/libtdevnc to latest HEAD | Automated System | 2019-03-03 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdenetwork/cmake to latest HEAD | Automated System | 2019-02-19 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdenetwork/admin to latest HEAD | Automated System | 2019-02-19 | 1 | -0/+0 |
| | |||||
* | Use socklen_t directly, instead of deprecated ksize_t. | Slávek Banko | 2019-02-17 | 3 | -5/+3 |
| | | | | | | This resolves FTBFS on FreeBSD 12. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Reset submodule main/tdenetwork/libtdevnc to latest HEAD | Automated System | 2019-02-06 | 1 | -0/+0 |
| | |||||
* | Use common CMake tests. | Slávek Banko | 2019-02-06 | 2 | -8/+6 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Reset submodule main/tdenetwork/cmake to latest HEAD | Automated System | 2019-02-03 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdenetwork/cmake to latest HEAD | Automated System | 2019-01-28 | 1 | -0/+0 |
| | |||||
* | Fix empty translation. | Slávek Banko | 2019-01-13 | 2 | -2/+2 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Reset submodule main/tdenetwork/cmake to latest HEAD | Automated System | 2019-01-13 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdenetwork/cmake to latest HEAD | Automated System | 2019-01-12 | 1 | -0/+0 |
| | |||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-20 | 31 | -0/+171 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Avoid overriding user linker flags (LDFLAGS) for modules and shared libs | Fabio Rossi | 2018-12-17 | 1 | -2/+2 |
| | | | | Signed-off-by: Fabio Rossi <[email protected]> | ||||
* | Reset submodule main/tdenetwork/cmake to latest HEAD | Automated System | 2018-12-10 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdenetwork/cmake to latest HEAD | Automated System | 2018-12-09 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdenetwork/admin to latest HEAD | Automated System | 2018-12-09 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdenetwork/cmake to latest HEAD | Automated System | 2018-12-02 | 1 | -0/+0 |
| | |||||
* | Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. | Michele Calgaro | 2018-12-01 | 11 | -27/+27 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Reset submodule main/tdenetwork/cmake to latest HEAD | Automated System | 2018-11-29 | 1 | -0/+0 |
| | |||||
* | Removed obsolete Qt2's TQList/TQListIterator classes and replaced | Michele Calgaro | 2018-10-17 | 1 | -2/+2 |
| | | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 3 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | change EXEC_PROCESS for EXECUTE_PROCESS, this solves issue #2 | gregory guy | 2018-10-15 | 1 | -2/+2 |
| | | | | | Signed-off-by: gregory guy <[email protected]> Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed ↵ | Michele Calgaro | 2018-10-13 | 5 | -6/+6 |
| | | | | | | AC_CHECK_GNU_EXTENSIONS. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Reset submodule main/tdenetwork/libtdevnc to latest HEAD | Automated System | 2018-10-08 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdenetwork/admin to latest HEAD | Automated System | 2018-10-08 | 1 | -0/+0 |
| |