summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge translation files from master branch.Automated System2022-01-092-17/+19
|
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-0521-110/+41
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3078b5fa12d8988c55fdb511682736daecbc1ff8)
* Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.Slávek Banko2021-12-311-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit d9743d0420c071e5dcc70f0ff793a035b829ea38)
* Raise the minimum required version of CMake to 3.1.Slávek Banko2021-12-291-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 941e4a6f6d8a90af54adec42095ceaddbaf4d09f)
* Add dispwin (Argyll) support to set the ICC profile.Slávek Banko2021-12-281-5/+16
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 2caf1dfebc751722ef215f8c91977a26c2d971c6)
* tdm: improve documentation. This resolves issue #249.Michele Calgaro2021-12-281-1/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dcb4b6b7738ae14210ec3845928ea1de62d0cc83)
* Merge translation files from master branch.Automated System2021-12-191-27/+27
|
* konsole: fixup comments text and location.Michele Calgaro2021-12-131-3/+10
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 76fe6863ce1338d0e1dd0a9bc84630187a21ed11)
* Backported commit 66c83048 from KDE's Konsole source code.Michele Calgaro2021-12-133-10/+51
| | | | | | | | | | | | | | | | | | | | https://invent.kde.org/utilities/konsole/-/commit/66c830484c3e042284b23114ab51f99a706cea9e This relates to issue TDE/tde#71. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> ------------------------------------------------------------- Original commit info: From: Luis Alves <luisalves05@gmail.com> Date: Wed, 10 Jun 2020 17:34:15 -0300 Subject: Add new ANSI sequences CNL and CPL - It implements Cursor Next Line (CNL) sequence. - It implments Cursor Previous Line (CPL) sequence. - Ex: echo -e "Hello\e[3EWorld" or echo -e "Hello\e[3FWorld" ------------------------------------------------------------- (cherry picked from commit d397267391a4bbf21bf070e4c0f19b618914aab2)
* Fixed hanging of system on shutdown caused by conflicts between tdm and ↵Michele Calgaro2021-12-127-12/+18
| | | | | | | | | plymouth. This resolves bug 2806. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 013b337217f10bf5f9d027757c5d4cc8fbb19988)
* Konsole: fixed detection of root mc in session menu. This resolves issue #245.Michele Calgaro2021-12-101-0/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1f39afd8d12daf963fc0e21156b38c67b396dd9a)
* Merge translation files from master branch.Automated System2021-12-024-57/+60
|
* Merge translation files from master branch.Automated System2021-11-271-5/+8
|
* Merge translation files from master branch.Automated System2021-11-231-10/+9
|
* (Readme) Replace most mentions of KDE with TDEGamerappa2021-11-231-20/+21
| | | | | | | | This isn’t completely done as there’s still a few outdated bits of infomation in there. Signed-off-by: Gamerappa <chazpelo2@gmail.com> (cherry picked from commit bd865430b434c8a68f8ebe9eb926e1addeeb9692)
* Merge translation files from master branch.Automated System2021-11-211-65/+65
|
* Merge translation files from master branch.Automated System2021-11-101-51/+51
|
* Merge translation files from master branch.Automated System2021-11-091-85/+68
|
* Fixed clearing Xft.dpi settings when no value is set in TCC module. This ↵Michele Calgaro2021-11-041-3/+0
| | | | | | | resolves issue TDE/tde#70. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d46fe0e5a48179cd32d0ef336932c3459c699d85)
* Merge translation files from master branch.Automated System2021-11-028-90/+204
|
* 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> (cherry picked from commit b264e00f681a554f3c55a9cb2b975d0e10519c99)
* Update version number to R14.0.12.Slávek Banko2021-11-021-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Merge translation files from master branch.r14.0.11Automated System2021-10-194-87/+93
|
* Added final version of release notes for R14.0.11.Michele Calgaro2021-10-171-6/+99
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 98aff0ce80004d2f60ded34def550f9435326871)
* 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> (cherry picked from commit 0bb1c7eb4c2c423ebf52d199ad307e4163821a67)
* 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> (cherry picked from commit 838025df1cdfed31cfb086329cbf090b79d33159)
* 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> (cherry picked from commit 4934beb5506ba7564e0f397781cd7fe7d49eb0c0)
* Merge translation files from master branch.Automated System2021-10-106-74/+80
|
* KTip: removed dead FTP link from tipMavridis Philippe2021-10-091-2/+2
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit f7550c45c6be8b4f230ba8498ae121cd3f7211f6)
* 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> (cherry picked from commit 10cddab2e38a26d4a2593fcb095fca8230a39486)
* 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> (cherry picked from commit 48077a30f9997448365742e3c7060bb7ad862aa7)
* 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> (cherry picked from commit e8d86645043847265b61825c9a1f20a6b93cc924)
* Merge translation files from master branch.Automated System2021-10-061-8/+7
|
* 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> (cherry picked from commit 0f139004ca5848d85ffa5f1bb304969096da7c40)
* 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> (cherry picked from commit 622236d20341605e793a3585eed02fd810f66981)
* 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> (cherry picked from commit c3d4d73313a3241026b96cbad0cabc12782135a2)
* Search shortcut option now depends on "Enable search" checkbox.Mavridis Philippe2021-10-051-0/+8
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 4a60c1ead4edf7d88941f878b3f30f0ffe4cfad0)
* TDE Menu: Customizable search line shortcutMavridis Philippe2021-10-016-9/+83
| | | | | | | This resolves issue #176. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 2557c13094ebabc5916ac166fd842cb0f5897250)
* KControl: Allow RandR warning to translate.Slávek Banko2021-09-301-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9a444a3310e17fae54f0425bc83eb91efcea8706)
* 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> (cherry picked from commit 72f07e2805c9612c5acfb3e88fc6a85b506c3b21)
* Merge translation files from master branch.Automated System2021-09-101-3/+3
|
* 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> (cherry picked from commit 3eba4f728a39c0691fdd6e7e50429fcfbec02852)
* 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> (cherry picked from commit 5e263a67d915e46b393a2c567a2473a21c59bd77)
* Merge translation files from master branch.Automated System2021-09-074-118/+114
|
* Merge translation files from master branch.Automated System2021-09-051-59/+90
|
* Fixed FTBFS with gcc 4.8 when using c++11 standard.Michele Calgaro2021-09-051-5/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 064d38f2c87d137755c61d1eae4e3b2af12b2393)
* Merge translation files from master branch.Automated System2021-09-032-70/+62
|
* Merge translation files from master branch.Automated System2021-09-011-34/+33
|
* Merge translation files from master branch.Automated System2021-08-272-38/+39
|
* 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> (cherry picked from commit 11a496c359b8d2d87433f5cb2b06545a08d001d5)