Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed mistake in commit b3f07ed6c2, where the wrong icon (kwikdisk) was used ↵ | Michele Calgaro | 2018-11-17 | 6 | -0/+0 |
| | | | | | | for kcmdf (diskfree). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | add icons for control center modules, this relates to bug 1023 | gregory guy | 2018-11-15 | 28 | -0/+0 |
| | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> | ||||
* | rename kdelogo.xpm to tdelogo.png | gregory guy | 2018-11-08 | 1 | -1/+1 |
| | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> | ||||
* | rename kdelogo into tdelogo | gregory guy | 2018-11-08 | 5 | -4/+4 |
| | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> | ||||
* | this relates to bug 2618 | gregory guy | 2018-11-08 | 3 | -2/+2 |
| | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> | ||||
* | Renamed Sleep to Suspend, following discussion on a more consistent naming ↵ | Michele Calgaro | 2018-11-04 | 2 | -7/+7 |
| | | | | | | convention for shutdown actions. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Conversion startkde -> starttde, exitkde -> exittde in r14-xdg-upd file and ↵ | Michele Calgaro | 2018-11-01 | 3 | -5/+20 |
| | | | | | | related usage in code. This resolves bug 2282 and 2283. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | fix issue #10 | gregory guy | 2018-10-27 | 1 | -1/+1 |
| | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> | ||||
* | Removed obsolete Qt2's TQList/TQListIterator classes and replaced | Michele Calgaro | 2018-10-17 | 1 | -1/+1 |
| | | | | | | 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 | 10 | -10/+10 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Reset submodule main/tdebase/admin to latest HEAD | Automated System | 2018-10-08 | 1 | -0/+0 |
| | |||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-28 | 1 | -1/+1 |
| | | | | | | | | kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | qt => tqt conversion: | Slávek Banko | 2018-09-28 | 23 | -368/+105 |
| | | | | | | + libqtkde => libtqtkde Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 5 | -5/+5 |
| | | | | | | | | | 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 | 7 | -17/+17 |
| | | | | | | | | | | | 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 | 5 | -8/+8 |
| | | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Reset submodule main/tdebase/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 | 10 | -19/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Add includes to UI files to resolve FTBFS | Slávek Banko | 2018-09-19 | 59 | -239/+161 |
| | | | | 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 | 1 | -1/+1 |
| | | | | | | 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 | 56 | -67/+67 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Reset submodule main/tdebase/cmake to latest HEAD | Automated System | 2018-09-16 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/tdebase/admin to latest HEAD | Automated System | 2018-09-16 | 1 | -0/+0 |
| | |||||
* | kdesktop lockprocess: Removed unnecessary include linux/stat.h | Slávek Banko | 2018-09-05 | 1 | -3/+0 |
| | | | | | | This resolves FTBFS with glibc 2.28 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Removed unnecessary executable flag. This relates to bug 2153. | Michele Calgaro | 2018-09-02 | 1 | -0/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | New patch for bug 2852. Should fix previous commit. | Michele Calgaro | 2018-09-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fixed order building in tdm. This resolves bug 2852. | Michele Calgaro | 2018-09-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed hard-coded reference to /opt/trinity. This resolves bug 680. | Michele Calgaro | 2018-08-28 | 1 | -2/+3 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Some missing desktop icons in tdebase | gregory guy | 2018-08-27 | 4 | -4/+4 |
| | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> | ||||
* | Removed documentation about tdeioslave gopher, which by the way is not | Michele Calgaro | 2018-08-26 | 3 | -83/+0 |
| | | | | | | | | in tdebase. Documentation regarding gopher will now be provided by tdeio-gopher, if installed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | tdeioslave nfs: Add support for libtirpc | Fabio Rossi | 2018-08-26 | 2 | -3/+22 |
| | | | | | | | as a replacement for deprecated SunRPC from glibc >= 2.26 This resolves bug 2962 Signed-off-by: Fabio Rossi <rossi.f@inwind.it> | ||||
* | Fixed typedef-related warnings from compiler. | Michele Calgaro | 2018-08-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Added missing ; at the end of japanese lines. This relates to bug 2952. | Michele Calgaro | 2018-08-21 | 6 | -6/+6 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Improved description of "what's this" for placeholder in Find and | Michele Calgaro | 2018-08-21 | 1 | -2/+4 |
| | | | | | | Replace dialog. This resolves to bug 2558. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix FTBFS with stricter C++11 | Slávek Banko | 2018-08-18 | 3 | -21/+21 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fixed corrupted japanese translations. This relates to bug 2952. | Michele Calgaro | 2018-08-18 | 7 | -7/+7 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | tdeioslave: fixed info protocol, which was no longer working with recent | Michele Calgaro | 2018-07-25 | 1 | -3/+3 |
| | | | | | | perl version. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Start media backend on TDE session startup. This resolves bug 2780. | Michele Calgaro | 2018-07-17 | 3 | -0/+10 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0066e3149204abc023fa441d0982c26c8b48ba3c) | ||||
* | cmake: Use set_property( SOURCE ... COMPILE_DEFINITIONS ) | Michele Calgaro | 2018-07-04 | 7 | -9/+7 |
| | | | | | | | | instead of set_source_files_properties( ... COMPILE_FLAGS ) to avoid the problem of double escaping quotation marks. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fixed session locking at login. This resolves bug 2874. | Michele Calgaro | 2018-07-03 | 3 | -12/+28 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Kate session panel: fixed restoring of multiple Kate's main windows. | Michele Calgaro | 2018-07-02 | 1 | -6/+2 |
| | | | | | | This relates to bug 2491 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Update bug reports url to bugs.trinitydesktop.org | Slávek Banko | 2018-06-30 | 3 | -3/+3 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Update bug reports url to bugs.trinitydesktop.org | Slávek Banko | 2018-06-30 | 9 | -9/+9 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix reset of auto-action in medianotifier | Slávek Banko | 2018-06-30 | 1 | -2/+4 |
| | | | | | | This resolves bug 2941 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Avoid using 10bit FBConfigs | Yuxuan Shui | 2018-06-24 | 1 | -0/+10 |
| | | | | Fix weird color issue with Mesa 18.0 | ||||
* | Fix kdesktop_lock screensaver stuttering on modern GPUs | Timothy Pearson | 2018-06-24 | 1 | -1/+5 |
| | |||||
* | Removed unrequired comments. | Michele Calgaro | 2018-06-20 | 18 | -85/+6 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Update URL for TDE main site, wiki, themes and applications | Nikolaus Klepp | 2018-05-30 | 2 | -5/+5 |
| | | | | | | This resolves bug 2924 Signed-off-by: Nikolaus Klepp <office@klepp.biz> | ||||
* | Reset states in kdesktop-lock if startSaver fails | Slávek Banko | 2018-05-26 | 1 | -0/+2 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Polish up commit 67290ac0. | Michele Calgaro | 2018-05-27 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> |