Gustavo Carneiro
a1d8dcd59a
Check is valid pointer
6 years ago
Laurent Montel
3369c5024e
Port away from deprecated Qt::MidButton
6 years ago
Christoph Feck
46a27c79d8
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 4ee8a8eef478f6b5f6e1fb0c16400975bcf91503)
6 years ago
Rafael Sadowski
6469bcc495
fix compile: calling a private constructor of class 'QString'
...
Fix build with Qt 5.13 and LLVM10.
6 years ago
l10n daemon script
fc35d8345b
GIT_SILENT made messages (after extraction)
6 years ago
Albert Astals Cid
f1599f17e9
Optinally install icons
...
Useful for stuff like flatpak that needs an icon to exist just by
compiling the app
6 years ago
Albert Astals Cid
42988a902b
Add OARS
6 years ago
Nicolas Fella
ac8799ba58
Port away from KToolInvocation::kdeinitExec
...
See https://phabricator.kde.org/T12185
6 years ago
Gustavo Carneiro
40fd8e2a7c
Move hsluv.h to colorscheme folder.
6 years ago
Tomaz Canabrava
cc2f552d74
Add a new option in the profile: Vertical line at Column
...
This patch introduces a new profile option, a vertical
line at a specific column, to help writting emails, and
git commits in editors that doesn't support line columns
such as nano
6 years ago
Tomaz Canabrava
faceafcc68
Extract URL from a Escape Sequence and provide a HotSpot for activation
...
This path adds a new feature for konsole, in the form of URL Escaped
Sequences. It allows programs to embbed URL's on texts much like
the anchor tag in html does
There's a allowed list of possible schemas for links, by default
it only accepts http://, https:// and file:// but the user can
add more if he wants.
The maximum amount of URL's accepted is 200, to prevent OOM
History is taken into account while scrooling
6 years ago
Tomaz Canabrava
30109167aa
Make Session a OBJECT library
...
At least untill we can detach TerminalDisplay from Session
6 years ago
Tomaz Canabrava
12530124e8
Revert "Revert "Movo Session to a independent static library""
...
This reverts commit f4bf8a426b .
6 years ago
Tomaz Canabrava
f4bf8a426b
Revert "Movo Session to a independent static library"
...
This reverts commit 4a0f1195b9 .
6 years ago
Felix Yan
6185572c54
Correct a typo in Session.h
6 years ago
Tomaz Canabrava
6af683ff02
Disable Darkening Strength text
6 years ago
Tomaz Canabrava
54a510ccc9
Fix labels and positions
6 years ago
Tomaz Canabrava
dee674c466
Be more explicit on the Description of the UI element
6 years ago
Tomaz Canabrava
daefb5a900
Capitalize Translucent and Opaque
6 years ago
Tomaz Canabrava
7d16e15e29
Removed ticks / Moved labels
6 years ago
Tomaz Canabrava
43b046fadd
New profile setting: value of the dim color
...
This adds the a configuration option for the amount of alpha channel
we can use for konsole when in Dim inactive mode. Me and Sipos Miklos
implemented this together.
6 years ago
Gustavo Carneiro
4a0f1195b9
Movo Session to a independent static library
6 years ago
Antonio Rojas
4e8a9121c4
Fix underlining files with non-ascii names
...
Expand the regexp to match all unicode alphanumeric characters
BUG: 424404
FIXED-IN: 20.08
6 years ago
Christoph Feck
b48e0f3ed3
Merge branch 'master' of invent.kde.org:utilities/konsole
6 years ago
Christoph Feck
b3a0995b9e
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit cf9b545be4 )
6 years ago
l10n daemon script
955c6997bf
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"
6 years ago
l10n daemon script
3c464e27b6
GIT_SILENT made messages (after extraction)
6 years ago
Gustavo Carneiro
adae388955
Remove label warning from ui
6 years ago
Tomaz Canabrava
a6057079a2
Fix variable
6 years ago
Tomaz Canabrava
c71a0b3f3e
Move ProfileDialog to widgets
...
And fix build using OpenSUSE flags
6 years ago
Tomaz Canabrava
917b215c0b
Move debug handler to konsole core
6 years ago
Tomaz Canabrava
ba91583f64
Add new Library keyboardtranslator
6 years ago
Tomaz Canabrava
fbe5742365
Add new static lib: konsolecolorscheme
6 years ago
Gustavo Carneiro
7adfa6fb50
Move ConfigDialogButtonGroupManager class to a new file.
6 years ago
Gustavo Carneiro
c273dd88f8
Remove compile warning -Wparentheses
6 years ago
Martin Rys
74764db471
Unminimize Konsole when --new-tab is called
6 years ago
Martin Rys
999f6e373e
Fix focus when using --new-tab
...
Note that Konsole is not un-minimized ATM.
BUG: 421408
FIXED-IN: 20.08
https://invent.kde.org/utilities/konsole/-/merge_requests/177
6 years ago
Gustavo Carneiro
d85fb86ba0
Move ShouldApplyProperty Class to a new file.
6 years ago
Gustavo Carneiro
9f71cc38f3
Move PlainTextDecode and HTMLDecoder Classes to a new files.
6 years ago
l10n daemon script
c9b9d590f0
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"
6 years ago
Gustavo Carneiro
d473572535
Move ProfileGroup and ProfileCommandParser Classes to a new files.
6 years ago
Gustavo Carneiro
0beeff76ea
Move PopStackOnExit class to a new file.
6 years ago
Tomaz Canabrava
575831b3e6
Add missing files to the target
6 years ago
Tomaz Canabrava
a664523fbb
Break profile into it's own Library
...
Profile depends on nothign but libkonsole_core, so it can
already be made a library with minimum effort
6 years ago
Tomaz Canabrava
ac19548d05
Create a konsoleprivate_core static library
...
This new cmake target will hold classes that do not depend
on other konsole classes, so we can start to untangle the
source code.
next: export profile as a static library
6 years ago
Tomaz Canabrava
0478529c6f
Move Profile related classes to it's own folder
...
This also allowed me to remove a few includes of Profile.h
around the codebase, that used Profile::Ptr. now the compilation
is a bit faster and also does not recompile things as often.
6 years ago
Kurt Hindenburg
df1964384c
Add newline at EOF
6 years ago
Gustavo Carneiro
1219b72bb5
Move Process Info Classes to a new files.
6 years ago
Gustavo Carneiro
51a345bf2a
Move a FallbackKeyboardTranslator class to a new files, FallbackKeyboardTranslator.h and FallbackKeyboardTranslator.cpp
...
Move a KeyboardTranslatorReader class to a new files, KeyboardTranslatorReader.h and KeyboardTranslatorReader.cpp
Move a KeyboardTranslatorWriter class to a new files, KeyboardTranslatorWriter.h and KeyboardTranslatorWriter.cpp
6 years ago
Gustavo Carneiro
2b5dc82f01
Move LabelsAligner class to a new file.
6 years ago