Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reset submodule main/tdelibs/cmake to latest HEAD | Automated System | 2019-02-03 | 1 | -0/+0 |
| | |||||
* | Use a common test for dbus detection and paths configuration. | Slávek Banko | 2019-01-31 | 1 | -25/+2 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Use common test for large files support. | Slávek Banko | 2019-01-28 | 4 | -12/+2 |
| | | | | | | Drop hardcoded definition -D_LARGEFILE64_SOURCE=1. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Use common GCC visibility test. | Slávek Banko | 2019-01-28 | 1 | -8/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Reset submodule main/tdelibs/cmake to latest HEAD | Automated System | 2019-01-28 | 1 | -0/+0 |
| | |||||
* | Fix if-else syntax for the case missing OSS support | OBATA Akio | 2019-01-28 | 1 | -3/+1 |
| | |||||
* | Change to always build and install KACL | OBATA Akio | 2019-01-27 | 1 | -7/+3 |
| | | | | It is used by others even if missing POSIX ACL support. | ||||
* | Add some missing supplement macros for MIDI support | OBATA Akio | 2019-01-26 | 1 | -0/+2 |
| | | | | They are used but not defined for missing OSS support. | ||||
* | Change to define __STDC_LIMIT_MACROS first | OBATA Akio | 2019-01-25 | 1 | -5/+5 |
| | | | | | <stdint.h> (or other system headers handling the macro) may be included indirectly from other header files (<sys/types.h> is a reasonable one). | ||||
* | Convert GETMNTINFO_USES_STATVFS check to CMake | OBATA Akio | 2019-01-25 | 2 | -1/+12 |
| | | | | Fix to build on such platforms, it is used but not checked with CMake. | ||||
* | Reset submodule main/tdelibs/cmake to latest HEAD | Automated System | 2019-01-13 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdelibs/cmake to latest HEAD | Automated System | 2019-01-12 | 1 | -0/+0 |
| | |||||
* | Update CMakeL10n rules | Slávek Banko | 2019-01-12 | 2 | -2/+11 |
| | | | | | | | + Add rule to update template with common texts - tde.pot. + Add the X-POT option to ensure that the common texts are part of tdelibs.pot. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fixed access to TDE wallets created before R14.0.6 that uses special ↵ | Michele Calgaro | 2018-12-28 | 1 | -2/+7 |
| | | | | | | non-ascii characters in their password. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fixed problem with access to tdewallet caused by commit 6ec26d85. | Emanoil Kotsev | 2018-12-27 | 1 | -1/+1 |
| | | | | | | | This resolves issue #11 Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Avoid overriding user linker flags (LDFLAGS) for modules and shared libs | Fabio Rossi | 2018-12-17 | 2 | -3/+3 |
| | | | | Signed-off-by: Fabio Rossi <rossi.f@inwind.it> | ||||
* | Reset submodule main/tdelibs/cmake to latest HEAD | Automated System | 2018-12-10 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdelibs/cmake to latest HEAD | Automated System | 2018-12-09 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdelibs/admin to latest HEAD | Automated System | 2018-12-09 | 1 | -0/+0 |
| | |||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-09 | 38 | -0/+281 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Rename translation context QXml => TQXml | Slávek Banko | 2018-12-04 | 1 | -1/+1 |
| | | | | | | to match the translation context in TQt3. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Deleted blank line at the beginning of the file. | Slávek Banko | 2018-12-02 | 1 | -1/+0 |
| | | | | | | This prevented proper processing by extractrc. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Reset submodule main/tdelibs/cmake to latest HEAD | Automated System | 2018-12-02 | 1 | -0/+0 |
| | |||||
* | Small adjustments in Kate syntax highlighting files. | Slávek Banko | 2018-12-02 | 2 | -3/+3 |
| | | | | | | | | + Modify the line break in <language> tag in cpp.xml. + Remove UTF8 BOM from ppd.xml. + It allows processing by extractattr. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Reset submodule main/tdelibs/cmake to latest HEAD | Automated System | 2018-11-29 | 1 | -0/+0 |
| | |||||
* | add some missing icons, these have been converted/resized from the highest ↵ | gregory guy | 2018-11-28 | 105 | -0/+0 |
| | | | | | | resolution available Signed-off-by: gregory guy <g-gregory@gmx.fr> | ||||
* | KPasswordEdit::password() now returns a TQString instead of a const char *. ↵ | Michele Calgaro | 2018-11-27 | 7 | -51/+37 |
| | | | | | | This relates to bug 2961. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | fix issue #3 utempter detection | gregory guy | 2018-11-13 | 1 | -2/+2 |
| | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> | ||||
* | Conversion exitkde -> exittde in knotify.evertsrc file. This relates to | Michele Calgaro | 2018-11-01 | 1 | -1/+1 |
| | | | | | | bug 2283. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fixed potential FTBFS in htmlattrs.c. This relates to bug 2850. | Michele Calgaro | 2018-10-31 | 1 | -2/+3 |
| | | | | | | | The FTBFS seems to happen only for some users, so this fix should help in such cases. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed obsolete CHECK_PTR and replaced CHECK_PTR/Q_CHECK_PTR with TQ_CHECK_PTR. | Michele Calgaro | 2018-10-27 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed obsolete Qt2's TQVector class and replaced | Michele Calgaro | 2018-10-20 | 2 | -2/+2 |
| | | | | | | with TQt3's TQPtrVector. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fixed unwanted rename in Kate's qt4 syntax highlight file. | Michele Calgaro | 2018-10-17 | 1 | -179/+179 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 26 | -247/+247 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed ↵ | Michele Calgaro | 2018-10-13 | 1 | -4/+0 |
| | | | | | | AC_CHECK_GNU_EXTENSIONS. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Reset submodule main/tdelibs/admin to latest HEAD | Automated System | 2018-10-08 | 1 | -0/+0 |
| | |||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-28 | 3 | -3/+3 |
| | | | | | | | | kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fixed unvoluntary rename in qt4 syntax highlight file. | Michele Calgaro | 2018-09-27 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 12 | -16/+16 |
| | | | | | | | | | 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> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 9 | -20/+20 |
| | | | | | | | | | | | QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 8 | -9/+9 |
| | | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | qt_includes => tqt_includes conversion | Slávek Banko | 2018-09-26 | 1 | -2/+2 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | QT_INCLUDES => TQT_INCLUDES conversion | Slávek Banko | 2018-09-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Reset submodule main/tdelibs/admin to latest HEAD | Automated System | 2018-09-24 | 1 | -0/+0 |
| | |||||
* | Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define. | Michele Calgaro | 2018-09-25 | 4 | -10/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | AC_PATH_QT* -> AC_PATH_TQT* conversion | Michele Calgaro | 2018-09-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 105 | -187/+187 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Conversion QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT | Slávek Banko | 2018-09-17 | 2 | -4/+4 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Reset submodule main/tdelibs/cmake to latest HEAD | Automated System | 2018-09-16 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdelibs/admin to latest HEAD | Automated System | 2018-09-16 | 1 | -0/+0 |
| |