summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Translated using Weblate (Italian)Leandro Nini2021-11-021-5/+8
| | | | | | | Currently translated at 100.0% (2 of 2 strings) Translation: tdebase/kdcop - kdcop.desktop Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/it/
* Translated using Weblate (Italian)Leandro Nini2021-11-021-18/+21
| | | | | | | Currently translated at 93.7% (15 of 16 strings) Translation: tdebase/ksplash - themes Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-themes/it/
* Translated using Weblate (Italian)Leandro Nini2021-11-021-10/+10
| | | | | | | Currently translated at 95.2% (60 of 63 strings) Translation: tdebase/konqueror - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror-desktop-files/it/
* Translated using Weblate (Italian)Leandro Nini2021-11-021-29/+19
| | | | | | | Currently translated at 96.8% (31 of 32 strings) Translation: tdebase/konsole - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/it/
* Translated using Weblate (Italian)Leandro Nini2021-11-021-7/+8
| | | | | | | Currently translated at 97.1% (69 of 71 strings) Translation: tdebase/kicker - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/it/
* Translated using Weblate (Italian)Leandro Nini2021-11-021-7/+4
| | | | | | | Currently translated at 73.5% (334 of 454 strings) Translation: tdebase/kcontrol - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/it/
* Translated using Weblate (Italian)Leandro Nini2021-11-021-9/+7
| | | | | | | 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/it/
* Added initial draft of release notes for R14.0.12.Michele Calgaro2021-11-022-0/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Italian)Leandro Nini2021-10-311-21/+19
| | | | | | | Currently translated at 73.3% (333 of 454 strings) Translation: tdebase/kcontrol - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/it/
* Added translation using Weblate (Italian)Leandro Nini2021-10-311-0/+25
|
* Added translation using Weblate (Italian)Leandro Nini2021-10-311-0/+97
|
* Translated using Weblate (Italian)Michele Calgaro2021-10-241-5/+6
| | | | | | | Currently translated at 100.0% (5 of 5 strings) Translation: tdebase/kate - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/it/
* Translated using Weblate (Polish)Marek W2021-10-181-54/+54
| | | | | | | 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/pl/
* Translated using Weblate (Polish)Marek W2021-10-181-7/+8
| | | | | | | Currently translated at 100.0% (9 of 9 strings) Translation: tdebase/ksplash - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/pl/
* Translated using Weblate (Polish)Marek W2021-10-181-11/+14
| | | | | | | Currently translated at 98.4% (62 of 63 strings) Translation: tdebase/khotkeys - data Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/pl/
* Translated using Weblate (Polish)Marek W2021-10-181-13/+15
| | | | | | | Currently translated at 100.0% (51 of 51 strings) Translation: tdebase/kdesktop - icons Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/pl/
* Added final version of release notes for R14.0.11.Michele Calgaro2021-10-161-6/+99
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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/