l10n daemon script
f1f59c8c1e
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"
4 years ago
l10n daemon script
6eacdb0b6f
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"
4 years ago
l10n daemon script
a5435aec9b
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"
4 years ago
l10n daemon script
b113e2281a
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"
4 years ago
l10n daemon script
4eabe615db
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"
4 years ago
Kurt Hindenburg
220013df92
Simplify call and add notes about API
4 years ago
Tao Guo
0760b7ed60
Hide quickcommands by default
4 years ago
l10n daemon script
05266b5eae
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"
4 years ago
Luis Javier Merino Morán
8345f24ee9
More robust reflow on zsh with semantic prompts
...
Improve the logic for avoiding doing reflow of zsh prompts (zsh will
repaint the prompt and command line) when there are semantic prompt
markers (OSC 133).
BUG: 447830
4 years ago
Matan Ziv-Av
8119581063
Remove images on when clearing entire screen
4 years ago
Matan Ziv-Av
085814e264
Use braces for single statement if/for
4 years ago
Matan Ziv-Av
d82b35b8ec
Some Sixel fixes
...
- Define MAX_IMAGE_DIM and do not try to create larger image.
- Define MAX_SIXEL_COLORS.
- Optimize repeat draw operation
4 years ago
Matan Ziv-Av
f7c8dd9bd1
Remove sixel debug code
4 years ago
Matan Ziv-Av
c270b9134b
Move repeated code to create placements to a function.
4 years ago
Matan Ziv-Av
6158567c52
Add Sixel support
...
The sixel rendering code is mostly from https://invent.kde.org/sandsmark/konsole/-/tree/martin/sixel
but using my graphics display system, and with some modifications.
4 years ago
Matan Ziv-Av
89101dc5b9
Add partial support for kitty terminal graphics protocol
4 years ago
Matan Ziv-Av
d4e1f4ac37
Add support for iterm2 file upload protocol
...
Only supporting the case inline=1 for displaying graphics.
4 years ago
Matan Ziv-Av
d691a3d76c
Add infrastructure for displaying graphics in terminal
...
This allows for showing graphics in the terminal.
konsole keeps two lists of graphics to display (called placements).
Each placement includes:
- A pixmap to display.
- Column and row where the image is displayed.
- A z index. The text has z=0, so placements with z<0 are displayed below the text.
- An opacity value with which the pixmap is drawn.
- Whether the graphics scrolls with the text
Graphics placements with pid >= 0 are managed by the application, which can remove them. They need to have a unique <id,pid> pair.
Placements with pid<0 are not managed by the application. They are deleted automatically when they are completely obscured by others.
4 years ago
Matan Ziv-Av
5f57601a2a
Use escape sequence CSI 14t to report screen size in pixels.
4 years ago
Matan Ziv-Av
7a27f40722
Use TIOCSWINSZ ioctl to set pty's pixel size, so it will be reported to apps using TIOCGWINSZE
4 years ago
l10n daemon script
f13ac9ca95
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"
4 years ago
Tao Guo
0b624809a0
Add new plugin QuickCommands (2nd)
...
1. add valid for Title and Command
2. add Tooltip field
3. other small fix
Signed-off-by: Tao Guo <tao.guo@amlogic.com>
4 years ago
Tao Guo
365a529881
Add new plugin QuickCommands
...
This plugin can save your favourite commands to sidebar
You can double click the item to invoke the command
Signed-off-by: Tao Guo <guotao945@gmail.com>
4 years ago
l10n daemon script
06726d8a38
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"
4 years ago
Tomaz Canabrava
a227af9d6f
Remove unused includes
4 years ago
Tomaz Canabrava
913a1acee6
Use KIO::OpenFileManagerWindowJob
...
This is also not optimal because only two file browsers
implements org.freedesktop.org/FileManager1
Missing filemanagers:
- Konqueror
- Krusader
- Thunar
But at least is freedesktop.org accepted
4 years ago
Tomaz Canabrava
43763804cc
Try to launch via DBus - as there is a API for selecting files
...
If that fails, then manually call dolphin
Currently only Dolphin and Nautilus supports that API call.
4 years ago
Tomaz Canabrava
a158926ae8
Launch dolphin on "Open With File Manager" under a file
4 years ago
Tomaz Canabrava
b3eb91d3f7
Store the current hotspot under mouse
...
This is important if the actions need to access it later on
4 years ago
Tomaz Canabrava
31a82152c3
Add HotSpot::File, differentiate between Url links and Local Files
4 years ago
Matan Ziv-Av
04d99f7cdc
Save all lines to history when scrolling multiple lines up
...
This action should not be performance critical, so scrolling one line n times seems reasonable.
A solution with better performance requires more changes in addHistLine().
This should solve https://bugs.kde.org/show_bug.cgi?id=449233 .
4 years ago
l10n daemon script
c1a5d942c4
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"
4 years ago
l10n daemon script
0169fafece
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"
4 years ago
l10n daemon script
7b640d3a17
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"
4 years ago
Kurt Hindenburg
d24fd5734f
.gitlab-ci.yml:disable reuse as it will take a lot of work to get this to pass
4 years ago
M B
dd7734759d
Add "cmd" and "command prompt" keywords to desktop file
...
cmd.exe/"Command Prompt" is the name of the default command-line interpreter in
Windows. Adding those keywords helps users who are familiar with Windows find
Konsole with a search.
4 years ago
Heiko Becker
6e9f13ffbc
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit bf13ba9145a85f7de7b12b73952bd87a878e19e2)
4 years ago
l10n daemon script
12fda92df9
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"
4 years ago
Kurt Hindenburg
6f5b2140b3
Update some reuse license/copyrights
...
GIT_SILENT
4 years ago
Kurt Hindenburg
5dcb36d25d
Add .reuse/dep5 to specify license/copyright for files missing them
4 years ago
Kurt Hindenburg
41a02471b4
Add CC0-1.0 license used for appdata xml
4 years ago
Kurt Hindenburg
18accd7a0e
Update .gitlab-ci.yml to include reuse
4 years ago
Kurt Hindenburg
7b078df013
Update .gitlab-ci.yml to enable freebsd
4 years ago
Tomaz Canabrava
f2b1324af4
Adapt to comments
4 years ago
Tomaz Canabrava
bd93594556
Don't crash when the current session dies
4 years ago
Tomaz Canabrava
2bc3c973bf
Store the current profile for session, and restore it later
...
For localhost, the user might have changed the current profile
manually, so before we trigger a profile change for a ssh session
we need to store that, so we can return to it later on.
If the user manually changes the profile inside of a ssh session.
TODO: test with multiple sessions (split screen, tabs)
4 years ago
Tomaz Canabrava
f0e9efa404
Change the Profile when the SSH Session changes
...
This is still missing a bit: When the user get's back from ssh
to the localhost, we are activating the default profile, not the
previous profile.
4 years ago
Tomaz Canabrava
f4d35d07ce
Method to retrieve the Profile for a specific SSH Host
4 years ago
Tomaz Canabrava
5c252472f8
React when ssh opens or closes.
4 years ago
Tomaz Canabrava
48202ef5bd
Make sshProcess a unique_ptr so we can use it when we need
...
And we will need it a bit outside of the inner scope in a bit.
4 years ago