summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 <michele.calgaro@yahoo.it> (cherry picked from commit c9e2911bdb07fe817b75947c6e896552fa64cddf)
* tdehwdevicemanager: make sure to stop polling when closing the device dialog.Michele Calgaro2022-03-041-0/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c8b66185bef7250219dd712a91e1956d63e99f34)
* starttde: Correct the disposal of the TDE_FULL_SESSION variableMatías Fonzo2022-03-021-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 <selk@dragora.org> (cherry picked from commit 5f0e42cda7d478ea73a8a9da0334b1591d14354d)
* Merge translation files from master branch.Automated System2022-03-012-32/+37
|
* Merge translation files from master branch.Automated System2022-02-271-2/+6
|
* Merge translation files from master branch.Automated System2022-02-1512-91/+112
|
* Merge translation files from master branch.Automated System2022-02-131-6/+8
|
* Merge translation files from master branch.Automated System2022-02-061-130/+120
|
* Make sure to convert TQCString to const char* when passing it to a variadic ↵Michele Calgaro2022-02-061-1/+1
| | | | | | | function (printf). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 13f8697e0f3a557d6d1f15f11d2e5991b00bccb8)
* Kicker storage applet: display more useful information on the tooltip of ↵Michele Calgaro2022-02-051-2/+1
| | | | | | | each device. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7390d40f774d7533389294ee356e8c29ccebdbe9)
* Merge translation files from master branch.Automated System2022-02-031-7/+8
|
* Merge translation files from master branch.Automated System2022-01-301-8/+8
|
* Merge translation files from master branch.Automated System2022-01-292-15/+16
|
* Reset submodule main/core/tdebase/admin to latest HEADAutomated System2022-01-281-0/+0
|
* Merge translation files from master branch.Automated System2022-01-251-7/+8
|
* Merge translation files from master branch.Automated System2022-01-214-25/+28
|
* Merge translation files from master branch.Automated System2022-01-204-36/+38
|
* Merge translation files from master branch.Automated System2022-01-192-74/+111
|
* Merge translation files from master branch.Automated System2022-01-164-59/+64
|
* kcontrol/usview: fix up "Revive NetBSD support"OBATA Akio2022-01-163-10/+16
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 5a573b7c95216a642cd5887d602d8188eb79461d)
* Merge translation files from master branch.Automated System2022-01-155-84/+126
|
* twin: fix unwated pointer reference for window IDOBATA Akio2022-01-131-1/+1
| | | | | | | Just the ID is required. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit e23eb421326df55c54c14d394970ed4d69207297)
* 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
|