Kurt Hindenburg
39b2c5aac6
Do not force the height of the color scheme editor window (widget)
...
Allow the dialog to be usable on < 600 px windows; the removed code
to force height makes no sense regardless.
8 years ago
Kurt Hindenburg
b8a2f0cfd0
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
8 years ago
Kurt Hindenburg
e2184aef3d
Select newly-created colorScheme after saving the scheme
...
After a new color scheme is created, select it in the list.
Patch by ahmadsamir
https://phabricator.kde.org/D10214
8 years ago
Kurt Hindenburg
c63525fcdc
Add option to ColorScheme to blur transparent background
...
Note that this does not affect KonsolePart; it is up to the app using
it to enable transparency (see src/tests/demo_konsolepart).
Patch by anemeth
FEATURE: 198175
Differential Revision: https://phabricator.kde.org/D10015
8 years ago
Kurt Hindenburg
3589c3b7d0
demo_konsolepart: allow profiles' transparency to work
...
Add notes about why EditProfileDialog transparency warning show up
8 years ago
Dominik Haumann
de2525ca6b
GIT_SILENT: QLatin1String("") -> QString()
8 years ago
Kurt Hindenburg
90e29d5875
Allow Edit Profile dialog height to be less than 600 pixels #2
...
Shorten scrolling page height to fit in 600 pixels
8 years ago
Kurt Hindenburg
881eb743d4
Allow Edit Profile dialog height to be less than 600 pixels
...
For small screens, allow the bottom buttons to be visible by
rearranging some of the text on a number of tabs.
8 years ago
Kurt Hindenburg
0d95c7f46b
Add a way to reset changes to system-wide color schemes
...
If an user has alter the system-side color schemes, Konsole saves
thoses changes in the user's local folder. This patch allows that
local user file to be deleted, thus resetting the color scheme to the
default system-wide file.
Patch by ahmadsamir
BUG: 369481
FIXED-IN: 18.04
Differential Revision: https://phabricator.kde.org/D9568
8 years ago
l10n daemon script
f9e8eaa11a
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
Kurt Hindenburg
f98c752bce
Reverts: Fix double click can only select text within visible region
...
Partial revert of 914067d14a
Change to use old code while leaving (not used) new code in.
Fixes reproduciable crashes:
Konsole::TerminalDisplay::findWordEnd()
Konsole::TerminalDisplay::charClass(image[j]); -> invalid location
I was not able to get the triple click code to crash which was the
previous patch to this.
BUG: 338997
FIXED-IN: 18.04
8 years ago
Kurt Hindenburg
5a31b4af6d
change to use auto
8 years ago
l10n daemon script
c5dc77f851
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
Kurt Hindenburg
59cce871a8
remove commented out code
8 years ago
Kurt Hindenburg
b6fb10ff73
fix some parameter/api documentation mismatches
8 years ago
Kurt Hindenburg
7693106396
s/QLatin1String/QStringLiteral/
...
Use separate varible to fix compilation on FreeBSD
8 years ago
Kurt Hindenburg
eb90e6fb48
simplify ProfileReader class as there is no longer multiple versions
8 years ago
Kurt Hindenburg
0feaa76963
simplify ProfileWriter class as there is no longer multiple versions
8 years ago
Kurt Hindenburg
e281b226bf
fix test memory leak
8 years ago
l10n daemon script
2c4f288d47
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
Kurt Hindenburg
d4772d8166
use reinterpret_cast as ASAN show undefined behavior downcast to QWidget
8 years ago
Kurt Hindenburg
82e6bba103
change old cast (int) to int()
8 years ago
Kurt Hindenburg
3805cb9d9d
convert QSignalMapper (switchToTab shortcuts) to lambda
8 years ago
Kurt Hindenburg
6b990498e7
convert QSignalMapper (viewAdded/Removed) to lambda
8 years ago
l10n daemon script
efde8569a5
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
Kurt Hindenburg
e40230a710
follow up to prev commit - remove unused variable
8 years ago
Kurt Hindenburg
bed79d9fdf
convert QSignalMapper (session finished) to lambda
8 years ago
Kurt Hindenburg
6cc32028e1
Fix ambiguity of qFuzzyCompare on armv6
...
Patch from FreeBSD
https://github.com/freebsd/freebsd-ports-kde/blob/master/x11/konsole/
files/patch-src_ColorScheme.cpp
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217079
8 years ago
l10n daemon script
bf52f60581
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
Kurt Hindenburg
74e36bc6ff
revert back to QLatin1String
...
On FreeBSD, QStringLiteral here generates this error:
512:53: error: lambda expression in an unevaluated operand
foreach (const QString &value, m_parser->values(QStringLiteral("p"))) {
8 years ago
Kurt Hindenburg
be60d9151d
fix spelling error
8 years ago
Kurt Hindenburg
27e894f05e
add check for division by zero
8 years ago
Kurt Hindenburg
06b13420bf
use const on method
8 years ago
Kurt Hindenburg
bed548e85a
sync declarations with definitions (have .h and .cpp variable names match)
8 years ago
Kurt Hindenburg
4530b39f0a
sync declarations with definitions (have .h and .cpp variable names match)
8 years ago
Kurt Hindenburg
1480b5cace
sync declarations with definitions; simplify openUrl()
8 years ago
Kurt Hindenburg
cf56e5db4c
sync declarations with definitions (have .h and .cpp variable names match)
8 years ago
Kurt Hindenburg
f60d9fc451
Disable copy constructors; use initialization list
8 years ago
Kurt Hindenburg
d66e5465a2
Use Q_DISABLE_COPY to disable copy constructors
8 years ago
Kurt Hindenburg
6e78f45305
disable copy operator assigment
8 years ago
Kurt Hindenburg
6c3d0bc2a0
remove obsolete reviewboardrc file
8 years ago
Kurt Hindenburg
e67dfac0f1
simplify : !A || (A && B) is equivalent to !A || B
8 years ago
Kurt Hindenburg
2a2716e685
combine declaring and setting variables
8 years ago
Kurt Hindenburg
7f35a5af09
initialize members in the initialization list
8 years ago
Kurt Hindenburg
fdc3c1b680
Use QList::reserve
8 years ago
Kurt Hindenburg
a03d773e66
change singleShot to use new connect syntax
8 years ago
Kurt Hindenburg
7cd1dd5367
QLatin1String -> QStringLiteral
8 years ago
Kurt Hindenburg
eab4e3d735
use QList::reserve()
8 years ago
Kurt Hindenburg
ce9053e695
remove unneeded signal
8 years ago
Kurt Hindenburg
923d26e0eb
change singleShot to use non-lambda new connect syntax
8 years ago