Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | kppp: fix to build on NetBSD | OBATA Akio | 2019-04-21 | 1 | -2/+5 | |
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> | |||||
* | 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 <obache@wizdas.com> | |||||
* | 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 <obache@wizdas.com> | |||||
* | 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 <obache@wizdas.com> | |||||
* | 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 <slavek.banko@axis.cz> | |||||
* | 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 <slavek.banko@axis.cz> | |||||
* | 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 <slavek.banko@axis.cz> | |||||
* | 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 <slavek.banko@axis.cz> | |||||
* | Avoid overriding user linker flags (LDFLAGS) for modules and shared libs | Fabio Rossi | 2018-12-17 | 1 | -2/+2 | |
| | | | | Signed-off-by: Fabio Rossi <rossi.f@inwind.it> | |||||
* | 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 <michele.calgaro@yahoo.it> | |||||
* | 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 <michele.calgaro@yahoo.it> | |||||
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 3 | -3/+3 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | change EXEC_PROCESS for EXECUTE_PROCESS, this solves issue #2 | gregory guy | 2018-10-15 | 1 | -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 Calgaro | 2018-10-13 | 5 | -6/+6 | |
| | | | | | | AC_CHECK_GNU_EXTENSIONS. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | 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 | |
| | ||||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 11 | -11/+11 | |
| | | | | | | | | | QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Reset submodule main/tdenetwork/admin to latest HEAD | Automated System | 2018-09-24 | 1 | -0/+0 | |
| | ||||||
* | Add includes to UI files to resolve FTBFS | Slávek Banko | 2018-09-21 | 96 | -491/+333 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 64 | -99/+99 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Reset submodule main/tdenetwork/cmake to latest HEAD | Automated System | 2018-09-16 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdenetwork/admin to latest HEAD | Automated System | 2018-09-16 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdenetwork/libtdevnc to latest HEAD | Michele Calgaro | 2018-09-12 | 1 | -0/+0 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Removed unnecessary executable flag. This relates to bug 2153. | Michele Calgaro | 2018-09-03 | 1 | -0/+0 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Reset submodule main/tdenetwork/libtdevnc to latest HEAD | Automated System | 2018-09-02 | 1 | -0/+0 | |
| | ||||||
* | Fixed typedef-related warnings from compiler. | Michele Calgaro | 2018-08-23 | 2 | -2/+2 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Fix FTBFS with stricter C++11 | Slávek Banko | 2018-08-19 | 5 | -5/+5 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Update bug reports url to bugs.trinitydesktop.org | Slávek Banko | 2018-07-01 | 8 | -8/+8 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Reset submodule main/tdenetwork/libtdevnc to latest HEAD | Automated System | 2018-06-22 | 1 | -0/+0 | |
| | ||||||
* | kopete: Add descriptions for connection options | Slávek Banko | 2018-06-17 | 2 | -3/+70 | |
| | | | | | | This relates to bug 2669 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Reset submodule main/tdenetwork/admin to latest HEAD | Automated System | 2018-05-24 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdenetwork/admin to latest HEAD | Automated System | 2018-05-08 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdenetwork/admin to latest HEAD | Automated System | 2018-04-29 | 1 | -0/+0 | |
| | ||||||
* | kopete: Remove the AIM specific code from liboscar | Slávek Banko | 2017-12-30 | 27 | -716/+68 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | kopete: Remove AIM protocol | Slávek Banko | 2017-12-30 | 65 | -4318/+19 | |
| | | | | | | | AIM network has been shutdown in 2017-12-15 This resolves Bug 2846 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | kopete: Remove references to MSN from the documentation | Slávek Banko | 2017-12-30 | 2 | -9/+3 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> |