summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replaced old sftp ioslave with backported versionMavridis Philippe2022-07-1520-5431/+1518
| | | | | | | | | Source: https://github.com/sandsmark/kde2-kio-sftp-kde4 Licence: GPLv2 or later This resolves issue #276. Signed-off-by: Mavridis Philippe <[email protected]>
* Replace listview's binary "Case Insensitive Sort" option with 3 mutually ↵Vincent Reher2022-07-0215-40/+204
| | | | | | | | | | | | exclusive options: 1. Unicode based (AB...ab) 2. Unicode based, case insensitive (aAbB) 2. Locale based This resolves issue #252. Signed-off-by: Vincent Reher <[email protected]>
* FISH: Security fix backport from KDEMavridis Philippe2022-06-271-1/+3
| | | | | | | | | | | | "Only store password in KWallet if the user asked for it" https://invent.kde.org/network/kio-extras/-/commit/d813cef3cecdec9af1532a40d677a203ff979145 Author: David Faure Licence: GPLv2 This mitigates CVE-2020-12755. Signed-off-by: Mavridis Philippe <[email protected]>
* Use TDE cmake macro to set versionMichele Calgaro2022-06-201-1/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add man pages for TDE applications.Michele Calgaro2022-05-2346-1/+6228
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* tdeio-man: add TDE specific man folder to the list of the search paths.Michele Calgaro2022-05-132-0/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Translated using Weblate (Dutch)Heimen Stoffels2022-05-031-16/+16
| | | | | | | Currently translated at 59.5% (59 of 99 strings) Translation: tdebase/tdm - sessions Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-sessions/nl/
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-032-2/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Added initial draft of release notes for R14.0.13.Michele Calgaro2022-05-032-0/+14
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Added final version of release notes for R14.0.12.Michele Calgaro2022-04-201-6/+81
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Konsole: real transparency switchMavridis Philippe2022-04-195-12/+43
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* tdehwdevicetray: add 'eject' and 'safe remove' buttons to the disk ↵Michele Calgaro2022-04-055-50/+157
| | | | | | properties dialog. Signed-off-by: Michele Calgaro <[email protected]>
* tdehwdevicetray: add 'safe remove' to the list of available actions.Michele Calgaro2022-04-052-0/+45
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Modify screen savers detection that the XSCREENSAVER_DIRSSlávek Banko2022-03-294-51/+64
| | | | | | | | | | | and XSCREENSAVER_CONFIG_DIRS variables allow multiple paths. Likewise, the XSCREENSAVER HACKS DIRS variable used to search for an screen saver executable can contain multiple paths. This relates to TDE/tdeartwork#19. Signed-off-by: Slávek Banko <[email protected]>
* Add 'safeRemove' and 'safeRemoveByNode' to mediamanager DCOP interface.Michele Calgaro2022-03-276-82/+56
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* hwmanager: use tdeio_media_mounthelper process toMichele Calgaro2022-03-265-189/+55
| | | | | | | | mount/unmout/lock/unlock/ejct media devices. This ensures a consistent media device status also with complex partition structures and LUKS encryption. Signed-off-by: Michele Calgaro <[email protected]>
* tdeio media: add releaseHolders parameter to lock/lockByNode dcop calls.Michele Calgaro2022-03-238-48/+89
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* kxkb: transparent indicator background featureMavridis Philippe2022-03-196-98/+162
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* hwmanager: simplify code after tdelibs commit 5f795c0b.Michele Calgaro2022-03-162-9/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Translated using Weblate (Italian)Michele Calgaro2022-03-161-4/+7
| | | | | | | Currently translated at 100.0% (1 of 1 strings) Translation: tdebase/tde_release_notes.desktop Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/it/
* Translated using Weblate (Italian)Michele Calgaro2022-03-161-26/+27
| | | | | | | Currently translated at 100.0% (81 of 81 strings) Translation: tdebase/twin - events Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-events/it/
* Added translation using Weblate (Italian)Michele Calgaro2022-03-161-0/+20
|
* Translated using Weblate (Italian)Michele Calgaro2022-03-131-10/+11
| | | | | | | Currently translated at 100.0% (10 of 10 strings) Translation: tdebase/twin clients - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-clients-desktop-files/it/
* Translated using Weblate (Italian)Michele Calgaro2022-03-131-14/+18
| | | | | | | Currently translated at 100.0% (31 of 31 strings) Translation: tdebase/twin - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/
* Translated using Weblate (Italian)Michele Calgaro2022-03-081-60/+60
| | | | | | | Currently translated at 100.0% (99 of 99 strings) Translation: tdebase/tdm - sessions Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-sessions/it/
* tdehwdevicetray: use DCOP calls instead of direct tdehw calls to ↵Michele Calgaro2022-03-072-72/+91
| | | | | | mount/unmount/unlock/lock/eject devices. This is for consistency of behavior and error messages. Signed-off-by: Michele Calgaro <[email protected]>
* Translated using Weblate (Italian)Michele Calgaro2022-03-061-4/+5
| | | | | | | Currently translated at 100.0% (6 of 6 strings) Translation: tdebase/tdm - themes Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/it/
* mediamanager: fix name of available backends in error messages.Michele Calgaro2022-03-061-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* tdehwdevicemanager: fix SEGV caused by removing a device when the Device listMichele Calgaro2022-03-063-18/+21
| | | | | | | dialog is open. Also make sure to update the device list correctly when a device is removed. Signed-off-by: Michele Calgaro <[email protected]>
* tdehwdevicemanager: make sure to stop polling when closing the device dialog.Michele Calgaro2022-03-041-0/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* starttde: Correct the disposal of the TDE_FULL_SESSION variableMatías Fonzo2022-03-011-2/+1
| | | | | | | | The variable is set and exported. But previously it was unset before xprop(1) can remove the property. This commit corrects or gives the xprop command the opportunity to remove the property (TDE_FULL_SESSION). Signed-off-by: Matías Fonzo <[email protected]>
* Translated using Weblate (Italian)Michele Calgaro2022-03-011-10/+10
| | | | | | | Currently translated at 100.0% (15 of 15 strings) Translation: tdebase/tdeprint - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprint-desktop-files/it/
* Translated using Weblate (Italian)Michele Calgaro2022-03-011-22/+20
| | | | | | | Currently translated at 100.0% (106 of 106 strings) Translation: tdebase/tdeioslave - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeioslave-desktop-files/it/
* Translated using Weblate (Russian)Alexander Golubev2022-02-271-2/+6
| | | | | | | Currently translated at 61.8% (281 of 454 strings) Translation: tdebase/kcontrol - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/
* Added 'eject' and 'ejectByNode' to mediamanager DCOP interface.Michele Calgaro2022-02-196-119/+133
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Translated using Weblate (Russian)Alexander Golubev2022-02-141-7/+9
| | | | | | | Currently translated at 70.0% (7 of 10 strings) Translation: tdebase/twin clients - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-clients-desktop-files/ru/
* Translated using Weblate (Russian)Alexander Golubev2022-02-141-9/+12
| | | | | | | Currently translated at 52.5% (52 of 99 strings) Translation: tdebase/tdm - sessions Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-sessions/ru/
* Translated using Weblate (Russian)Alexander Golubev2022-02-141-7/+9
| | | | | | | Currently translated at 86.6% (13 of 15 strings) Translation: tdebase/tdeprint - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprint-desktop-files/ru/
* Translated using Weblate (Russian)Alexander Golubev2022-02-141-8/+9
| | | | | | | Currently translated at 80.0% (4 of 5 strings) Translation: tdebase/ksysguard - events Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/
* Translated using Weblate (Russian)Alexander Golubev2022-02-141-7/+8
| | | | | | | Currently translated at 100.0% (5 of 5 strings) Translation: tdebase/ksysguard - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-desktop-files/ru/
* Translated using Weblate (Russian)Alexander Golubev2022-02-141-7/+8
| | | | | | | Currently translated at 61.4% (279 of 454 strings) Translation: tdebase/kcontrol - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/
* Translated using Weblate (Russian)Alexander Golubev2022-02-141-7/+9
| | | | | | | Currently translated at 100.0% (11 of 11 strings) Translation: tdebase/konsole - events Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/ru/
* Translated using Weblate (Russian)Alexander Golubev2022-02-141-7/+9
| | | | | | | Currently translated at 100.0% (2 of 2 strings) Translation: tdebase/knetattach - knetattach.desktop Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach-knetattachdesktop/ru/
* Translated using Weblate (Russian)Alexander Golubev2022-02-141-8/+9
| | | | | | | Currently translated at 100.0% (2 of 2 strings) Translation: tdebase/kmenuedit - kmenuedit.desktop Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuedit-kmenueditdesktop/ru/
* Translated using Weblate (Russian)Alexander Golubev2022-02-141-8/+10
| | | | | | | Currently translated at 47.9% (166 of 346 strings) Translation: tdebase/kappfinder - data Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/
* Translated using Weblate (Russian)Alexander Golubev2022-02-141-7/+9
| | | | | | | Currently translated at 80.0% (4 of 5 strings) Translation: tdebase/kate - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/
* Translated using Weblate (Russian)Alexander Golubev2022-02-141-7/+9
| | | | | | | Currently translated at 100.0% (2 of 2 strings) Translation: tdebase/kappfinder - kappfinder.desktop Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-kappfinderdesktop/ru/
* Removed HAL dependant code.Michele Calgaro2022-02-1428-2938/+43
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Translated using Weblate (Russian)Alexander Golubev2022-02-131-5/+7
| | | | | | | Currently translated at 61.2% (278 of 454 strings) Translation: tdebase/kcontrol - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/
* Translated using Weblate (Italian)Michele Calgaro2022-02-061-130/+120
| | | | | | | Currently translated at 100.0% (251 of 251 strings) Translation: tdebase/l10n - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/it/