Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Reset submodule main/tdevelop/cmake to latest HEAD | Automated System | 2018-12-10 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD | Automated System | 2018-12-09 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdevelop/cmake to latest HEAD | Automated System | 2018-12-09 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdevelop/admin to latest HEAD | Automated System | 2018-12-09 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdevelop/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-02 | 2 | -5/+6 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Reset submodule main/tdevelop/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 | 5 | -7/+7 | |
| | | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed ↵ | Michele Calgaro | 2018-10-13 | 2 | -16/+16 | |
| | | | | | | AC_CHECK_GNU_EXTENSIONS. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD | Automated System | 2018-10-08 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdevelop/admin to latest HEAD | Automated System | 2018-10-08 | 1 | -0/+0 | |
| | ||||||
* | Fixed FTBFS caused by qt->tqt renaming. | Michele Calgaro | 2018-09-28 | 8 | -0/+0 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-28 | 23 | -37/+37 | |
| | | | | | | | | kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 8 | -8/+8 | |
| | | | | | | | | | 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 | 30 | -58/+58 | |
| | | | | | | | | | | | 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 | 2 | -10/+10 | |
| | | | | | | | | | 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 | -1/+1 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | QT_INCLUDES => TQT_INCLUDES conversion | Slávek Banko | 2018-09-26 | 2 | -3/+3 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD | Automated System | 2018-09-24 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdevelop/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-23 | 124 | -787/+469 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin ↵ | Michele Calgaro | 2018-09-18 | 6 | -11/+11 | |
| | | | | | | module 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 | 39 | -46/+46 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD | Automated System | 2018-09-16 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdevelop/cmake to latest HEAD | Automated System | 2018-09-16 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdevelop/admin to latest HEAD | Automated System | 2018-09-16 | 1 | -0/+0 | |
| | ||||||
* | 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> | |||||
* | Fixed typedef-related warnings from compiler. | Michele Calgaro | 2018-08-23 | 1 | -139/+53 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Fix FTBFS with stricter C++11 | Slávek Banko | 2018-08-19 | 1 | -1/+1 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Update bug reports url to bugs.trinitydesktop.org | Slávek Banko | 2018-07-01 | 25 | -30/+30 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD | Automated System | 2018-05-24 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdevelop/admin to latest HEAD | Automated System | 2018-05-24 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD | Automated System | 2018-05-08 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdevelop/admin to latest HEAD | Automated System | 2018-05-08 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD | Automated System | 2018-04-29 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdevelop/admin to latest HEAD | Automated System | 2018-04-29 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdevelop/cmake to latest HEAD | Automated System | 2017-03-26 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdevelop/cmake to latest HEAD | Automated System | 2017-02-18 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdevelop/cmake to latest HEAD | Automated System | 2017-01-29 | 1 | -0/+0 | |
| | ||||||
* | cmake: add tde_add_check_executable macro | Slávek Banko | 2017-01-26 | 1 | -0/+0 | |
| | ||||||
* | Fix FTBFS with GCC6 | Slávek Banko | 2016-09-03 | 2 | -2/+2 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD | Automated System | 2016-08-07 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdevelop/admin to latest HEAD | Automated System | 2016-08-07 | 1 | -0/+0 | |
| | ||||||
* | Fix invalid headers in PNG files and optimize for size | Timothy Pearson | 2016-07-23 | 463 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdevelop/cmake to latest HEAD | Automated System | 2016-04-19 | 1 | -0/+0 | |
| | ||||||
* | Reset submodule main/tdevelop/cmake to latest HEAD | Automated System | 2016-03-17 | 1 | -0/+0 | |
| | ||||||
* | Added license file for subversion code used in previous commit. | Michele Calgaro | 2015-10-18 | 1 | -0/+274 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Fixed FTBFS caused by changes introduced by subversion 1.9. This relates to ↵ | Michele Calgaro | 2015-10-18 | 1 | -7/+58 | |
| | | | | | | bug 2528. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Update version number to R14.1.0 | Michele Calgaro | 2015-07-12 | 4 | -4/+4 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Fix FTBFS with clang | Slávek Banko | 2015-06-29 | 3 | -2/+3 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> |