summaryrefslogtreecommitdiffstats
path: root/tdeioslave
Commit message (Collapse)AuthorAgeFilesLines
* mediamanager always get started at TDE startup. Therefore the module is no ↵Michele Calgaro2020-02-062-8/+10
| | | | | | | longer available in TCC->TDE Components->Service Manager->Startup Services for enable/disable at startup. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e9f503cdb8eae03d99e1042b10f4e9e146f2cd5e)
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-302-42/+42
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8250c8e42310cb39ceb6ae425bc8546208733e99)
* Use xdg-user-dirs to detect XDG variables instead of kxdglauncher. This ↵Michele Calgaro2020-01-121-1/+1
| | | | | | | relates to issue TDE/tdelibs#60. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6b70b67b4b2a867f228889cbb06dfff173d24e5d)
* Synchronize German translation of cursor with the rest.Chris2019-12-181-1/+3
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 0128cf22d9788e60db8923b82a19e1a15837c805)
* Improve German translation and fix some desktop files.Chris2019-12-171-1/+1
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 7b55ca5987f067c9c77e547db32d047b92027822)
* Synchronize German translation with the rest and fix some icons.Chris2019-12-162-2/+2
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 0daae46f23f33c0b02bf3d58ab8c1428e7bd71b7)
* Fix duplicated, missing and misleading icons.Chris2019-12-151-1/+1
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit af4fd07d142b78fd266c9e2d3cc76cf2e66b3ebb)
* Prefer TIRPC detection over search for rpc/rpc.h header.François Andriot2019-12-041-4/+4
| | | | | | Signed-off-by: François Andriot <francois.andriot@free.fr> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit db1e25b1feef6df33c9c1b2d3811d02890c10d77)
* Fix and translate German device icon names.Chris2019-10-0714-5/+15
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 5f3f0c0651b78f7bc90588cf683e9ea5239ce4f0)
* Revive NetBSD supportOBATA Akio2019-08-183-5/+10
| | | | | | | Catch up to TDE and OS changes Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 2a88ec3c02ab46c8b816cfa348ea53075f57a59c)
* Fixed incorrect display of media device mime comment. This relates toMichele Calgaro2019-08-142-17/+17
| | | | | | | issue TDE/tdelibs#35. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit df19ff6b7dc7adcdb88e86d50d9d88d622a09d88)
* mediamanager: cleaned up use of medium name map.Michele Calgaro2019-06-071-28/+15
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c393eecadbc73e8db1d63fdc29c907d0340bb80c)
* Add CMakeL10n rules.Slávek Banko2018-12-0925-0/+82
| | | | | | | Update TIMEZONES list. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit b95b665c78a047fc540e2bc4a8c19be6db03b825)
* Add includes to UI files to resolve FTBFS.Michele Calgaro2018-09-213-19/+15
| | | | | | Partially cherry-picked from 661ed658. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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)
* Some missing desktop icons in tdebasegregory guy2018-08-281-1/+1
| | | | | | | | 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)
* Fix FTBFS with stricter C++11Slávek Banko2018-08-182-5/+5
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 2bcacaf3312aa854cbe81ba4c33a647f2e79287f)
* 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>
* 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)
* 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)
* 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)
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-242-0/+0
| | | | (cherry picked from commit 09dce5e19f37776c560f0af4eb000baaaf6b50b1)
* fix encoding for My_Documents folder for three locales was missing beforeAlexander Golubev2016-07-051-3/+3
| | | | (cherry picked from commit bf26a0b86a8e8ae0255fd66bcf563b32914de2f5)
* Added "default" mount option to TDE hardware manager. This resolves bug 2593.Michele Calgaro2016-02-263-5/+14
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 71bd29a534261d3ac976a4f2fb2c953172d165b5)
* Fix device icons in the media:/ tdeioslave to comply with XDG standardsSlávek Banko2016-02-032-10/+18
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 99f5115dac933f1b32e1156425eafd371b50169b)
* Hide underlying partitions of non-active device mapper devices from the ↵Slávek Banko2016-01-311-1/+2
| | | | | | | media:/ tdeioslave Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 8d53affe8e249450df8263a0e9a32b4bf9dc4134)
* Fix hard disks media icons in tdehw storage backendSlávek Banko2016-01-291-27/+24
| | | | | | | This relates to Bug 2473 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 90bad2e8140e362df33ea371ab28f128359e90cb)
* Fix removable hard disks mimetype in tdehw storage backendSlávek Banko2016-01-291-3/+3
| | | | | | | This relates to Bug 2473 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ce73b505b2fb7ca3877cebdcd4785ac9ecbf0148)
* Fix openpty detection with util.h and libutil.hSlávek Banko2015-06-142-11/+23
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 4e9aeea22462957753950edc3ccad2549009b178)
* Fix FTBFS on freebsdSlávek Banko2015-06-121-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 08122b137e76ffcf7067f634a7668002732e11d9)
* Fix incorrectly renamed device iconsTimothy Pearson2015-04-0318-18/+18
| | | | (cherry picked from commit 0fcff03e30aae068e0738863f64abf55d96f4af5)
* Bring system icon into XDG complianceTimothy Pearson2015-03-267-7/+7
| | | | (cherry picked from commit a8203cf740d018000b2e36cdb60e63fd08b2f692)
* Rename most device icons to comply with XDG standardsTimothy Pearson2015-03-0443-43/+43
| | | | (cherry picked from commit 0157291f5ea3af6c7fae08ff20eb346bb01624f8)
* Fix KDE->TDE branding in dialog messages.Darrell Anderson2015-01-282-2/+2
| | | | | | | Signed-off-by: Darrell Anderson <darrella@clovermail.net> (cherry picked from commit ad2dc879b6b3dbeb127b8238b46760a325f74c52) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed wrong DocPath strings. This relates to bug 2319Michele Calgaro2015-01-2337-37/+37
| | | | | (cherry picked from commit 2db89f3986ff88bc55edca190c25bef5df7c3c33) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Allow mounted digital camera devices to be unmounted via the context menuTimothy Pearson2015-01-091-1/+1
| | | | (cherry picked from commit 6fd7171a14f88994b0391efaf77071a917e2e32a)
* Hide udev hidden devices via the hidden file mechanismTimothy Pearson2014-11-284-12/+35
| | | | This resolves Bug 2211
* Honor disk hidden flag when handling device insertion notifiersTimothy Pearson2014-11-271-0/+6
| | | | This relates to Bug 2211
* Fix accidental renaming of device icons in GIT hash 46e2e9Timothy Pearson2014-11-169-9/+9
|
* Fix errors accidentally introduced in GIT hash 77a1b1Timothy Pearson2014-11-146-13/+22
|
* Fix another incorrect renaming from the previous mimetype compliance patchesTimothy Pearson2014-10-261-1/+1
|
* Fix stragglers that were not properly renamed in the XDG standardization commitsTimothy Pearson2014-10-241-1/+1
|
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-2214-14/+14
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-192-118/+118
|
* Revert "Fix remaining missing semicolons at end of Keywords strings"Timothy Pearson2014-10-192-118/+118
| | | | This reverts commit fd2369a8f0b40ef35586b3407750ec4662d1be7e.
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-192-118/+118
|
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebaseTimothy Pearson2014-10-187-28/+42
|\