Commit Graph

2920 Commits (3c046e53b7000e1da993e75d1334457f7cac46f7)
 

Author SHA1 Message Date
Michele Calgaro 98aff0ce80
Added final version of release notes for R14.0.11.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Kurt Hindenburg 0bb1c7eb4c
Konsole: Correct scrollUp behavior
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>
3 years ago
Mariusz Glebocki 838025df1c
Konsole: CSI 2J: Do not append current screen to history
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>
3 years ago
Kurt Hindenburg 4934beb550
Konsole: Add support for ECMA-48 REP: repeating previous character
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>
3 years ago
blu.256 6a2392888f Translated using Weblate (Russian)
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/
3 years ago
blu.256 52a25818bf Translated using Weblate (Greek)
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/
3 years ago
Marek W 3139d8cc99 Translated using Weblate (Polish)
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/
3 years ago
Marek W 1e3fabd865 Translated using Weblate (Polish)
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/
3 years ago
Marek W 6b23b07dad Translated using Weblate (Polish)
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/
3 years ago
Marek W c3128a4795 Translated using Weblate (Polish)
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/
3 years ago
Mavridis Philippe f7550c45c6
KTip: removed dead FTP link from tip
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
3 years ago
Mavridis Philippe 10cddab2e3
TDEMenu search shortcut: various fixes
* 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>
3 years ago
Slávek Banko 48077a30f9
starttde: Add dynamic determination of default value for forceFontDPIEnable
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>
3 years ago
Michele Calgaro e8d8664504
Added support for variable font DPI (range 64-512) in user session.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Roman Savochenko 6d39ea6ae8 Translated using Weblate (Ukrainian)
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/
3 years ago
Slávek Banko 0f139004ca
kcontrol/tde-menu: Items for adjust text now depends on Display text in menu button checkbox.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko 622236d203
kcontrol/tde-menu: Search shortcut label now depends on Enable search checkbox.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Mavridis Philippe c3d4d73313
Search cut: Add check for Escape key
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>
3 years ago
Mavridis Philippe 4a60c1ead4
Search shortcut option now depends on "Enable search" checkbox.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
3 years ago
Mavridis Philippe 2557c13094
TDE Menu: Customizable search line shortcut
This resolves issue #176.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
3 years ago
Slávek Banko 9a444a3310
KControl: Allow RandR warning to translate.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Mavridis Philippe 72f07e2805
tdeinit: Fixed env. variable name (TWIN->TDEWM).
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>
3 years ago
Slávek Banko 7eedac06ca Translated using Weblate (Czech)
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/
4 years ago
Slávek Banko 3eba4f728a
kcontrol/hwmanager: Allow translate an error message about unavailable information.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko 5e263a67d9
kcontrol/hwmanager: Allow translation for storage device states.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko 17d40ef704 Translated using Weblate (Czech)
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/
4 years ago
Slávek Banko 660c49ad99 Translated using Weblate (Czech)
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/
4 years ago
Slávek Banko f05f09a9d3 Translated using Weblate (Czech)
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/
4 years ago
Slávek Banko 37d24abe9d Translated using Weblate (Czech)
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/
4 years ago
Slávek Banko 76b228f27f Translated using Weblate (Czech)
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/
4 years ago
Michele Calgaro 064d38f2c8
Fixed FTBFS with gcc 4.8 when using c++11 standard.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Slávek Banko ca87e569e0 Translated using Weblate (Czech)
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/
4 years ago
Slávek Banko fae63f265f Translated using Weblate (Czech)
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/
4 years ago
Slávek Banko ec3ab3f6d1 Translated using Weblate (Czech)
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/
4 years ago
Slávek Banko 547ba452dc Translated using Weblate (Czech)
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/
4 years ago
Slávek Banko d3cfec968a Translated using Weblate (Czech)
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/
4 years ago
Michele Calgaro 11a496c359
Added checkbox to invert mouse wheel direction in window's titlebar and frame actions.
This resolves issue TDE/tde#64.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Slávek Banko 8665255c0c
hwdevicetray: Use the disk label for menu items, if available.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Michele Calgaro bb2ea23175
Updated after changes to tdehw lib related to device notificaitons.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Slávek Banko 6432d2c280
kcontrol/hwmanager: Move description to the corresponding item in TDEAboutData
and added a line break to avoid unwantedly wide about dialog.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Mavridis Philippe 74005246f6
Added missing <include> in UI file (fixes FTBFS)
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
4 years ago
Michele Calgaro 6e4ef0f880
Fixed FTBFS caused by c++11 standard.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro bb081a1f2e
Use LGPL energy star icons. These icons have been downloaded from
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>
4 years ago
Michele Calgaro 764a03aa91
medianotifier: add medium name and url to notification dialog.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro 2d6227f197
tdehwdevicetray: fixed up notification logic for added/removed disk devices.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
TDE Weblate 97f791add4 Update translation files
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/
4 years ago
TDE Weblate dc094bcbae Update translation files
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/
4 years ago
TDE Weblate 46d2d6daf5 Update translation files
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/
4 years ago
TDE Weblate 4a6b2a4da0 Update translation files
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/
4 years ago
TDE Weblate 7a34091151 Update translation files
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/
4 years ago