summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Reset submodule main/tdenetwork/libtdevnc to latest HEADAutomated System2018-10-081-0/+0
|
* Reset submodule main/tdenetwork/admin to latest HEADAutomated System2018-10-081-0/+0
|
* qt -> tqt conversion:Michele Calgaro2018-09-2711-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 HEADAutomated System2018-09-241-0/+0
|
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-2196-491/+333
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-1764-99/+99
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdenetwork/cmake to latest HEADAutomated System2018-09-161-0/+0
|
* Reset submodule main/tdenetwork/admin to latest HEADAutomated System2018-09-161-0/+0
|
* Reset submodule main/tdenetwork/libtdevnc to latest HEADMichele Calgaro2018-09-121-0/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unnecessary executable flag. This relates to bug 2153.Michele Calgaro2018-09-031-0/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdenetwork/libtdevnc to latest HEADAutomated System2018-09-021-0/+0
|
* Fixed typedef-related warnings from compiler.Michele Calgaro2018-08-232-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with stricter C++11Slávek Banko2018-08-195-5/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update bug reports url to bugs.trinitydesktop.orgSlávek Banko2018-07-018-8/+8
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdenetwork/libtdevnc to latest HEADAutomated System2018-06-221-0/+0
|
* kopete: Add descriptions for connection optionsSlávek Banko2018-06-172-3/+70
| | | | | | This relates to bug 2669 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdenetwork/admin to latest HEADAutomated System2018-05-241-0/+0
|
* Reset submodule main/tdenetwork/admin to latest HEADAutomated System2018-05-081-0/+0
|
* Reset submodule main/tdenetwork/admin to latest HEADAutomated System2018-04-291-0/+0
|
* kopete: Remove the AIM specific code from liboscarSlávek Banko2017-12-3027-716/+68
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* kopete: Remove AIM protocolSlávek Banko2017-12-3065-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 documentationSlávek Banko2017-12-302-9/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* kopete: Fix unintended renaming ICQ => ICTQSlávek Banko2017-12-294-17/+17
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>