Kurt Hindenburg
18cd207c1b
Remove extra semi colon
6 years ago
Kurt Hindenburg
adb8513ed0
Comment out unused variable
6 years ago
Nicolas Fella
ac49d1e8da
Port away from KToolInvocation::kdeinitExec
...
See https://phabricator.kde.org/T12185
6 years ago
Kurt Hindenburg
bff534c3d0
update KF5_MIN_VERSION to 5.69.0
...
This pulls in ECM 5.38 which requires a change of add_test()s
This update is needed to port from KToolInvocation::kdeinitExec to
KIO::CommandLauncherJob
6 years ago
Martin T. H. Sandsmark
688428398e
Add the thing to do the launch time measurements, so I don't need to add it again later
6 years ago
Martin T. H. Sandsmark
c78f45de82
shave ~10% of the startup time
6 years ago
Martin T. H. Sandsmark
31969ef81d
MainWindow does the resize tricks itself
6 years ago
Martin T. H. Sandsmark
1faa50e682
don't set blur unless asked to, it is slow
6 years ago
Martin T. H. Sandsmark
d1a90cf3bf
avoid applying saved geometry if not requested
6 years ago
Kurt Hindenburg
140ec1d7db
Revert "Port away from KToolInvocation::kdeinitExec"
...
This broke all the tests
This reverts commit ac8799ba58 .
6 years ago
Kurt Hindenburg
212f4e15cf
Set a minimum thumbnail size
...
BUG: 425544
6 years ago
Claudius Ellsel
ebb6a1308f
Increase default terminal size
...
Note that the values I chose are a bit random. I just picked what I found
visually appealing (aspect ratio wise) and tried not to choose a to big
size, since I don't want to break things on smaller resolutions or annoy
people who do not like the terminal overlapping to much space.
With this values, Konsole uses about a quarter of the screen on a FHD
resolution, which I consider a standard resolution nowadays.
For more discussion about this also have a look at the relevant MR where
it has been reacted to some comments mentioning possible problems:
https://invent.kde.org/utilities/konsole/-/merge_requests/125
6 years ago
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