summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rename kdelogo into tdelogogregory guy2018-11-085-4/+4
| | | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit 28c1ae5ff73808543bacf605222ab8b895cd99e8) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* this relates to bug 2618gregory guy2018-11-083-2/+2
| | | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit f067dfc575173d45c0c3cd5732e0f7b69edd6fb5) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Conversion startkde -> starttde, exitkde -> exittde in r14-xdg-upd file and ↵Michele Calgaro2018-11-023-5/+20
| | | | | | | related usage in code. This resolves bug 2282 and 2283. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b854e365affbc01f61f6a3f58347847437883953)
* fix issue #10gregory guy2018-10-271-1/+1
| | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit 47fc32f003a7a89b5cdc4f96dedf6fa1b2b239ef)
* Add includes to UI files to resolve FTBFS.Michele Calgaro2018-09-2158-238/+158
| | | | | | Partially cherry-picked from 661ed658. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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> (cherry picked from commit 00b7a9c60a278dc0730bf3cd97e7e6bb7010dfbc)
* Removed unnecessary executable flag. This relates to bug 2153.Michele Calgaro2018-09-021-0/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2e118bb337aa1e32650325720720245029888559)
* New patch for bug 2852. Should fix previous commit.Michele Calgaro2018-09-011-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a89e0f3482d136be958070369322dbb15a70768c)
* Fixed order building in tdm. This resolves bug 2852.Michele Calgaro2018-09-011-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2f1da0584b7ff7d224b1a6adbb1631083f1f9b2a)
* 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> (cherry picked from commit bcbc3ba665a4c27a0426b6b373a8b674fd0e7a31)
* Some missing desktop icons in tdebasegregory guy2018-08-283-3/+3
| | | | | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit 6e32e1ee97bfbd42ca7dfbf753c07ab0ea2d6bf3) kdcop not part of TDE menu in R14.0.x, so excluded from this commit. 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> (cherry picked from commit f6a5cd3e8dcc0a58c04afb14857d43bf98080529)
* Fixed typedef-related warnings from compiler.Michele Calgaro2018-08-231-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d33bda0b56a268d0b623e14d8915cd1f1906e86e)
* 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> (cherry picked from commit 7ed618b8261157e74ca63beddfdbc60280ae384a)
* 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> (cherry picked from commit f6d6df46476f5abddb46c45afb90fa7f7362fa0b)
* Fix FTBFS with stricter C++11Slávek Banko2018-08-183-21/+21
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 2bcacaf3312aa854cbe81ba4c33a647f2e79287f)
* Fixed corrupted japanese translations. This relates to bug 2952.Michele Calgaro2018-08-187-7/+7
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 42974b5ab6169981c56abdd610be3f2826abaffa)
* Update version numbers and date for R14.0.5 final releaser14.0.5Slávek Banko2018-07-261-1/+1
|
* 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> (cherry picked from commit cb350ca23009ebd32397638c9b55766239cf3fc1)
* 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>
* 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> (cherry picked from commit 967cf90889abe8df9f6c262319a92a5c8a660f12)
* Fixed session locking at login. This resolves bug 2874.Michele Calgaro2018-07-033-12/+28
| | | | | | Partially cherry picked from commit a359fef2. 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> (cherry picked from commit 938d5401360f60116eb3819647fa9fc4adcc1023)
* Update bug reports url to bugs.trinitydesktop.orgSlávek Banko2018-06-309-9/+9
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e544c498c0c2bc4758411fc52094dd90706f538c)
* 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> (cherry picked from commit d7f55fefe36a1f30618ab7dd5e6e39cdba98e541)
* Avoid using 10bit FBConfigsYuxuan Shui2018-06-241-0/+10
| | | | | | Fix weird color issue with Mesa 18.0 (cherry picked from commit a94535c16eb309fdd23648511e0f552fccaf7173)
* Fix kdesktop_lock screensaver stuttering on modern GPUsTimothy Pearson2018-06-241-1/+5
| | | | (cherry picked from commit 4ec011cd55856f3825672431b15c0318022c6948)
* Removed unrequired comments.Michele Calgaro2018-06-2113-75/+0
| | | | | | Partially cherry-picked from commit f2ca34345. 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> (cherry picked from commit 808ae9f1567008c91239bbff3df20702715a55c9)
* Reset states in kdesktop-lock if startSaver failsSlávek Banko2018-05-261-0/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 030fad5fe4b89985781d4b17e8675361033dbc87)
* Polish up commit ebc4be41.Michele Calgaro2018-05-271-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 77ecc1df45e816b57c75148b867ef42dd8df7231)
* 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> (cherry picked from commit d0a40adea0be5005132befbd5a355f592a4a35ac)
* 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> (cherry picked from commit 67290ac0ad24d8db32bd079c65746b5244215618)
* 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> (cherry picked from commit 00dfa3aec6f891f88ca73219d5d6859b67b3b651)
* 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> (cherry picked from commit 089c1a626e4eb780d3cb1116408c1b4964f81bbc)
* Update Konqueror sidebar links. This relates to bug 2903.Michele Calgaro2018-05-2312-388/+334
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7fa9742d0125223fc3f0b217e2404fe45d5af058)
* Reset submodule main/tdebase/admin to latest HEADAutomated System2018-05-081-0/+0
|
* Reset submodule main/tdebase/admin to latest HEADAutomated System2018-04-291-0/+0
|
* Removed "Direct Rendering" double entry in opengl info window. ThisMichele Calgaro2018-04-281-2/+0
| | | | | | | relates to bug 2697. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 19d18dfef18e0f25926f0f3bd30ac43d8674697f)
* Fixed problem with opening of 'tdecmshell opengl'. This relates to bug 2697.Michele Calgaro2018-04-261-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b5741b36925c25e9a5544a4d581b14e8236fc739)
* Fixed trash status update problem described in bug 2729.Michele Calgaro2018-04-201-4/+2
| | | | | | | | Special thanks to Emanoil for his initial investigation on this bug. Signed-off-by: Emanoil Kotsev <deloptes@yahoo.com> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f88a8e57feaca667ce6ebbe6f428f95076b329c8)
* Fixed Quick File Browser crash when the contents of a directory wasMichele Calgaro2018-02-271-4/+0
| | | | | | | modified. This resolves bug 2863. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 058bd5c36200f1b31cf06dfafc49fb08af38b1f5)
* Fix calculations in mini-cliSlávek Banko2017-12-021-2/+3
| | | | | | | | + add the leading zero to the calculated results + support for calculations that starts with a negative number Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 7f55022fcfa6abe19b893889b01cfddb75fc870c)
* Fix FTBFS with GCC7François Andriot2017-07-231-2/+2
| | | | | Signed-off-by: François Andriot <francois.andriot@free.fr> (cherry picked from commit cd2fc7ba9120fac49ebe6ceaee51bc8eaf802d05)
* Kcontrol: Set really intended parameters for previews in KonquerorSlávek Banko2017-07-111-1/+1
| | | | | | | This relates to bug 2758 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 5b8d6b25f24bd96ed3fd43ed9e19069a402e5968)
* Konqueror: Do not include items that are selected but hidden by the filterSlávek Banko2017-07-072-8/+8
| | | | | | | for operations such as copying, moving, deleting,... Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e69e2fb93014948e7734e4828330455b2a15fe7d)
* Konqueror: Deselect items that are hidden by the filter during Select and ↵Slávek Banko2017-07-072-16/+38
| | | | | | | Deselect Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 924d9936719a780488cdafecd77346c84a620c79)
* Fix build with smbclient in a samba specific directorySlávek Banko2017-06-022-1/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 50d21388fb27b915d32b406fac9e587b632413e8)