summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Conversion startkde -> starttde, exitkde -> exittde in r14-xdg-upd file and ↵Michele Calgaro2018-11-013-5/+20
| | | | | | related usage in code. This resolves bug 2282 and 2283. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* fix issue #10gregory guy2018-10-271-1/+1
| | | | Signed-off-by: gregory guy <g-gregory@gmx.fr>
* Removed obsolete Qt2's TQList/TQListIterator classes and replacedMichele Calgaro2018-10-171-1/+1
| | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-1710-10/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdebase/admin to latest HEADAutomated System2018-10-081-0/+0
|
* qt -> tqt conversion:Michele Calgaro2018-09-281-1/+1
| | | | | | | | kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt => tqt conversion:Slávek Banko2018-09-2823-368/+105
| | | | | | + libqtkde => libtqtkde Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* qt -> tqt conversion:Michele Calgaro2018-09-275-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 Calgaro2018-09-277-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 Calgaro2018-09-275-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 HEADAutomated System2018-09-241-0/+0
|
* Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.Michele Calgaro2018-09-2510-19/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-1959-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 Calgaro2018-09-181-1/+1
| | | | | | module Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-1756-67/+67
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2018-09-161-0/+0
|
* Reset submodule main/tdebase/admin to latest HEADAutomated System2018-09-161-0/+0
|
* kdesktop lockprocess: Removed unnecessary include linux/stat.hSlávek Banko2018-09-051-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 Calgaro2018-09-021-0/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* New patch for bug 2852. Should fix previous commit.Michele Calgaro2018-09-011-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed order building in tdm. This resolves bug 2852.Michele Calgaro2018-09-011-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed hard-coded reference to /opt/trinity. This resolves bug 680.Michele Calgaro2018-08-281-2/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Some missing desktop icons in tdebasegregory guy2018-08-274-4/+4
| | | | Signed-off-by: gregory guy <g-gregory@gmx.fr>
* Removed documentation about tdeioslave gopher, which by the way is notMichele Calgaro2018-08-263-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 libtirpcFabio Rossi2018-08-262-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 Calgaro2018-08-231-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 Calgaro2018-08-216-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Improved description of "what's this" for placeholder in Find andMichele Calgaro2018-08-211-2/+4
| | | | | | Replace dialog. This resolves to bug 2558. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with stricter C++11Slávek Banko2018-08-183-21/+21
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed corrupted japanese translations. This relates to bug 2952.Michele Calgaro2018-08-187-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdeioslave: fixed info protocol, which was no longer working with recentMichele Calgaro2018-07-251-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 Calgaro2018-07-173-0/+10
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0066e3149204abc023fa441d0982c26c8b48ba3c)
* cmake: Use set_property( SOURCE ... COMPILE_DEFINITIONS )Michele Calgaro2018-07-047-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 Calgaro2018-07-033-12/+28
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate session panel: fixed restoring of multiple Kate's main windows.Michele Calgaro2018-07-021-6/+2
| | | | | | This relates to bug 2491 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update bug reports url to bugs.trinitydesktop.orgSlávek Banko2018-06-303-3/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update bug reports url to bugs.trinitydesktop.orgSlávek Banko2018-06-309-9/+9
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix reset of auto-action in medianotifierSlávek Banko2018-06-301-2/+4
| | | | | | This resolves bug 2941 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Avoid using 10bit FBConfigsYuxuan Shui2018-06-241-0/+10
| | | | Fix weird color issue with Mesa 18.0
* Fix kdesktop_lock screensaver stuttering on modern GPUsTimothy Pearson2018-06-241-1/+5
|
* Removed unrequired comments.Michele Calgaro2018-06-2018-85/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update URL for TDE main site, wiki, themes and applicationsNikolaus Klepp2018-05-302-5/+5
| | | | | | This resolves bug 2924 Signed-off-by: Nikolaus Klepp <office@klepp.biz>
* Reset states in kdesktop-lock if startSaver failsSlávek Banko2018-05-261-0/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Polish up commit 67290ac0.Michele Calgaro2018-05-271-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* starttde: Always add paths because folders can be createdSlávek Banko2018-05-261-6/+4
| | | | | | | by installing packages during a session. This resolves bug 2395 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed removal of older network panel files in case the user does notSlávek Banko2018-05-271-8/+18
| | | | | | | | follow the correct update+reboot+access procedure. This relates to bug 2903. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed update of network links in user folder. This resolves bug 2903.Michele Calgaro2018-05-242-25/+46
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdebase/admin to latest HEADAutomated System2018-05-241-0/+0
|
* Fixed up previous commit (unwanted change got included by mistake).Michele Calgaro2018-05-231-2/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update Konqueror sidebar links. This relates to bug 2903.Michele Calgaro2018-05-2312-388/+334
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>