summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* kcontrol/hwmanager: Move description to the corresponding item in TDEAboutDataSlávek Banko2021-08-031-4/+7
| | | | | | | and added a line break to avoid unwantedly wide about dialog. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 6432d2c28008e5a78b0556e564c87a2ea84340da)
* Removed documentation about tdeioslave gopher, which by the way is notMichele Calgaro2021-07-303-83/+0
| | | | | | | | | in tdebase. Documentation regarding gopher will now be provided by tdeio-gopher, if installed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 49297e71b014342e37ab23bcfff479acfe4675c0)
* Added missing <include> in UI file (fixes FTBFS)Mavridis Philippe2021-07-261-0/+1
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 74005246f6242f3a2d0c83d4ac3d3b6558a12a9f)
* Fixed FTBFS caused by c++11 standard.Michele Calgaro2021-07-221-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6e4ef0f880c76f76de52a3acbef1abb7bad80d69)
* Use LGPL energy star icons. These icons have been downloaded fromMichele Calgaro2021-07-218-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> (cherry picked from commit bb081a1f2e4c89b52449af129988a9ce90733b03)
* medianotifier: add medium name and url to notification dialog.Michele Calgaro2021-07-191-5/+6
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 764a03aa913f6c793f5cf343e8c62334d475e564)
* Update translation template.Automated System2021-07-0711-171/+100
|
* Naughty applet: dynamic applet sizeMavridis Philippe2021-07-074-18/+5
| | | | | | | | | This commit also replaces old 20x20 pixmap with new ones if higher quality. This solves issue #213. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit e22588e97dc93fd9b38362fede37fb23b3eb4af6)
* KDesktop: Updated category nameMavridis Philippe2021-06-271-1/+1
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit f2e6f10ffa15833473cf826a3fd9d58bed3ae6bd)
* Merge translation files from master branch.Automated System2021-06-185-47/+53
|
* Removed unneeded quit() call.Mavridis Philippe2021-06-021-4/+4
| | | | | | | This resolves a problem with Kxkb's Quit confirmation, where pressing Cancel would nevertheless quit the program. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Remove cmake submodule since it has now been replaced by cmake-trinity ↵Slávek Banko2021-05-242-3/+0
| | | | | | dependency. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Use CMake rules instead of calling external shell scriptsSlávek Banko2021-05-241-6/+35
| | | | | | | | | | generate_apidox and install_apidox from the cmake submodule folder. After generating apidox, links pointing to build directory are fixed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 83c3db4678ef2ae540e0ebd68c0ca4a951bd219a) Signed-off-by: Slávek Banko <slavek.banko@axis.cz>