summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Konsole: Correct scrollUp behaviorKurt Hindenburg2021-10-111-4/+16
| | | | | | | | | | | | CSI S escape sequence (SU, scroll up) ignored if number of lines to scroll bigger than scrollable lines REVIEW: 130133 BUG: 379318 Taken from KDE patches and adapted to TDE. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Konsole: CSI 2J: Do not append current screen to historyMariusz Glebocki2021-10-111-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: This behavior is present in e.g. xterm and linux console. Currently when using CSI 2J escape sequence, screen contents are appended to scrollback (including bottom empty lines). This is breaking `clear` command, which replaces scrollback with current screen contents. BUG: 384218 Test Plan: * Start Konsole with a shell * `clear` **Expected result:** Cleared display, empty scrollback. **Actual result:** Cleared display, but scrollback contains previous display contents. --- * Start Konsole with a shell * seq 1000 * `echo -ne '\033[2J` **Expected result:** Cleared display, numbers in last scrollback lines. **Actual result:** Cleared display, but scrollback contains previous display contents (i.e. shell prompt in last lines) Reviewers: #konsole, hindenburg Reviewed By: #konsole, hindenburg Subscribers: hindenburg, konsole-devel, #konsole Tags: #konsole Differential Revision: https://phabricator.kde.org/D21282 Taken from KDE patches and adapted to TDE. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Konsole: Add support for ECMA-48 REP: repeating previous characterKurt Hindenburg2021-10-113-2/+30
| | | | | | | | | | | | | | | Patch by btown using lxde/qtermwidget@60221da by @yan12125 ECMA-48 8.3.103 describes the sequence CSI Pn b for repeating the previous character in the data stream. This sequence has been present in XTerm since January 1997 and has been added to the latest terminfo entry for xterm-new and derived entries such as xterm-256color. https://phabricator.kde.org/D10064 Taken from KDE patches and adapted to TDE. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Translated using Weblate (Russian)blu.2562021-10-101-7/+9
| | | | | | | Currently translated at 100.0% (2 of 2 strings) Translation: tdebase/ktip - ktip.desktop Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip-ktipdesktop/ru/
* Translated using Weblate (Greek)blu.2562021-10-101-7/+8
| | | | | | | Currently translated at 100.0% (2 of 2 strings) Translation: tdebase/ktip - ktip.desktop Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip-ktipdesktop/el/
* Translated using Weblate (Polish)Marek W2021-10-101-22/+22
| | | | | | | Currently translated at 100.0% (28 of 28 strings) Translation: tdebase/color schemes Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/pl/
* Translated using Weblate (Polish)Marek W2021-10-101-10/+12
| | | | | | | Currently translated at 100.0% (23 of 23 strings) Translation: tdebase/drkonqi - presets Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pl/
* Translated using Weblate (Polish)Marek W2021-10-101-18/+17
| | | | | | | Currently translated at 100.0% (55 of 55 strings) Translation: tdebase/applnk - directories Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/pl/
* Translated using Weblate (Polish)Marek W2021-10-101-8/+10
| | | | | | | Currently translated at 100.0% (15 of 15 strings) Translation: tdebase/applnk - compat Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/pl/
* KTip: removed dead FTP link from tipMavridis Philippe2021-10-091-2/+2
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* TDEMenu search shortcut: various fixesMavridis Philippe2021-10-082-9/+30
| | | | | | | | * Better Escape key usage prevention * Better handling of different shortcut counts (0 vs 1 vs 2) * Fixed a deprecated function call to setShortcut() Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* starttde: Add dynamic determination of default value for forceFontDPIEnableSlávek Banko2021-10-081-1/+8
| | | | | | | depending on the current value of forceFontDPI. This solves the automatic transition of configuration after adding support for variable font DPI. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Added support for variable font DPI (range 64-512) in user session.Michele Calgaro2021-10-074-34/+71
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Ukrainian)Roman Savochenko2021-10-061-8/+6
| | | | | | | 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/uk/
* kcontrol/tde-menu: Items for adjust text now depends on Display text in menu ↵Slávek Banko2021-10-061-1/+25
| | | | | | button checkbox. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* kcontrol/tde-menu: Search shortcut label now depends on Enable search checkbox.Slávek Banko2021-10-061-1/+7
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Search cut: Add check for Escape keyMavridis Philippe2021-10-051-0/+3
| | | | | | | We cannot accept the Escape key as a search shortcut as it is bound to other actions already. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Search shortcut option now depends on "Enable search" checkbox.Mavridis Philippe2021-10-051-0/+8
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* TDE Menu: Customizable search line shortcutMavridis Philippe2021-10-016-9/+83
| | | | | | This resolves issue #176. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* KControl: Allow RandR warning to translate.Slávek Banko2021-09-301-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* tdeinit: Fixed env. variable name (TWIN->TDEWM).Mavridis Philippe2021-09-161-2/+2
| | | | | | | This is how it is mentioned in starttde and should have been according to renaming (KDEWM->TDEWM). Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Translated using Weblate (Czech)Slávek Banko2021-09-101-3/+3
| | | | | | | 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/cs/
* kcontrol/hwmanager: Allow translate an error message about unavailable ↵Slávek Banko2021-09-101-1/+2
| | | | | | information. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* kcontrol/hwmanager: Allow translation for storage device states.Slávek Banko2021-09-091-10/+10
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Translated using Weblate (Czech)Slávek Banko2021-09-071-20/+20
| | | | | | | Currently translated at 100.0% (35 of 35 strings) Translation: tdebase/wallpapers - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/wallpapers-desktop-files/cs/
* Translated using Weblate (Czech)Slávek Banko2021-09-071-88/+83
| | | | | | | 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/cs/
* Translated using Weblate (Czech)Slávek Banko2021-09-071-8/+9
| | | | | | | Currently translated at 100.0% (5 of 5 strings) Translation: tdebase/tdescreensaver - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdescreensaver-desktop-files/cs/
* Translated using Weblate (Czech)Slávek Banko2021-09-071-2/+2
| | | | | | | Currently translated at 81.2% (369 of 454 strings) Translation: tdebase/kcontrol - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/cs/
* Translated using Weblate (Czech)Slávek Banko2021-09-051-70/+64
| | | | | | | 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/cs/
* Fixed FTBFS with gcc 4.8 when using c++11 standard.Michele Calgaro2021-09-041-5/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Czech)Slávek Banko2021-09-021-4/+4
| | | | | | | Currently translated at 100.0% (2 of 2 strings) Translation: tdebase/tdeintegration.desktop Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/cs/
* Translated using Weblate (Czech)Slávek Banko2021-09-021-66/+57
| | | | | | | 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/cs/
* Translated using Weblate (Czech)Slávek Banko2021-08-311-34/+33
| | | | | | | Currently translated at 82.8% (208 of 251 strings) Translation: tdebase/l10n - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/cs/
* Translated using Weblate (Czech)Slávek Banko2021-08-261-30/+30
| | | | | | | Currently translated at 81.2% (369 of 454 strings) Translation: tdebase/kcontrol - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/cs/
* Translated using Weblate (Czech)Slávek Banko2021-08-261-7/+8
| | | | | | | Currently translated at 100.0% (15 of 15 strings) Translation: tdebase/kdesktop - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/cs/
* Added checkbox to invert mouse wheel direction in window's titlebar and ↵Michele Calgaro2021-08-194-51/+78
| | | | | | | | frame actions. This resolves issue TDE/tde#64. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* hwdevicetray: Use the disk label for menu items, if available.Slávek Banko2021-08-151-7/+13
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Updated after changes to tdehw lib related to device notificaitons.Michele Calgaro2021-08-153-39/+81
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* kcontrol/hwmanager: Move description to the corresponding item in TDEAboutDataSlávek Banko2021-08-032-6/+14
| | | | | | and added a line break to avoid unwantedly wide about dialog. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Added missing <include> in UI file (fixes FTBFS)Mavridis Philippe2021-07-261-0/+1
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Fixed FTBFS caused by c++11 standard.Michele Calgaro2021-07-221-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use LGPL energy star icons. These icons have been downloaded fromMichele Calgaro2021-07-208-0/+0
| | | | | | | | | | | | | | | | | | | | | | | https://iconarchive.com/show/crystal-clear-icons-by-everaldo/App-energy-star-icon.html and are available under the GNU Lesser General Public License 2.1 or newer. Below is the license disclaimer from the above website. ------------------------------------------------------------------ The Crystal Clear icon set was created by Everaldo Coelho, http://www.everaldo.com/ All Icons are free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. License details: Visit http://www.everaldo.com/crystal/?action=license for details. ------------------------------------------------------------------ Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* medianotifier: add medium name and url to notification dialog.Michele Calgaro2021-07-191-5/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdehwdevicetray: fixed up notification logic for added/removed disk devices.Michele Calgaro2021-07-182-65/+60
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation filesTDE Weblate2021-07-0783-83/+83
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: TDE/tdebase Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tde/tdebase/
* Update translation filesTDE Weblate2021-07-0782-82/+82
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: TDE/tdebase Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tde/tdebase/
* Update translation filesTDE Weblate2021-07-0784-84/+84
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: TDE/tdebase Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tde/tdebase/
* Update translation filesTDE Weblate2021-07-0785-85/+85
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: TDE/tdebase Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tde/tdebase/
* Update translation filesTDE Weblate2021-07-0784-84/+84
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: TDE/tdebase Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tde/tdebase/
* Update translation filesTDE Weblate2021-07-07104-104/+104
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: TDE/tdebase Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tde/tdebase/