Kurt Hindenburg
0f656a32ff
Remove 'This file is part of' comment lines
5 years ago
Kurt Hindenburg
78a0092522
Convert src to use SPDX license/copyright
...
https://community.kde.org/Policies/Licensing_Policy#SPDX_Statements
https://community.kde.org/Guidelines_and_HOWTOs/Licensing
5 years ago
Kurt Hindenburg
057db6c9a2
Convert colorscheme to use SPDX license/copyright
...
https://community.kde.org/Policies/Licensing_Policy#SPDX_Statements
https://community.kde.org/Guidelines_and_HOWTOs/Licensing
5 years ago
Kurt Hindenburg
b0860c3710
Convert filterHotSpots to use SPDX license/copyright
...
https://community.kde.org/Policies/Licensing_Policy#SPDX_Statements
https://community.kde.org/Guidelines_and_HOWTOs/Licensing
5 years ago
Kurt Hindenburg
95795cdfbc
Convert profile to use SPDX license/copyright
...
https://community.kde.org/Policies/Licensing_Policy#SPDX_Statements
https://community.kde.org/Guidelines_and_HOWTOs/Licensing
5 years ago
Kurt Hindenburg
05c908e2a3
Convert settings to use SPDX license/copyright
...
https://community.kde.org/Policies/Licensing_Policy#SPDX_Statements
https://community.kde.org/Guidelines_and_HOWTOs/Licensing
5 years ago
Kurt Hindenburg
336a51077b
Convert terminalDisplay to use SPDX license/copyright
...
https://community.kde.org/Policies/Licensing_Policy#SPDX_Statements
https://community.kde.org/Guidelines_and_HOWTOs/Licensing
5 years ago
Kurt Hindenburg
7e859075e6
Convert widgets to use SPDX license/copyright
...
https://community.kde.org/Policies/Licensing_Policy#SPDX_Statements
https://community.kde.org/Guidelines_and_HOWTOs/Licensing
5 years ago
Kurt Hindenburg
62f091f0a3
Convert session to use SPDX license/copyright
...
https://community.kde.org/Policies/Licensing_Policy#SPDX_Statements
https://community.kde.org/Guidelines_and_HOWTOs/Licensing
5 years ago
Kurt Hindenburg
c35fa22970
Convert keyboardtranslator to use SPDX license/copyright
...
https://community.kde.org/Policies/Licensing_Policy#SPDX_Statements
https://community.kde.org/Guidelines_and_HOWTOs/Licensing
5 years ago
Kurt Hindenburg
ee4a3d224e
Convert history to use SPDX license/copyright
...
https://community.kde.org/Policies/Licensing_Policy#SPDX_Statements
https://community.kde.org/Guidelines_and_HOWTOs/Licensing
5 years ago
Kurt Hindenburg
462a6bcfb5
Convert delegates to use SPDX license/copyright
...
https://community.kde.org/Policies/Licensing_Policy#SPDX_Statements
https://community.kde.org/Guidelines_and_HOWTOs/Licensing
5 years ago
Kurt Hindenburg
c95be8d6e2
Convert characters to use SPDX license/copyright
...
https://community.kde.org/Policies/Licensing_Policy#SPDX_Statements
https://community.kde.org/Guidelines_and_HOWTOs/Licensing
5 years ago
Kurt Hindenburg
600f68de2a
Convert tools to use SPDX license/copyright
...
https://community.kde.org/Policies/Licensing_Policy#SPDX_Statements
https://community.kde.org/Guidelines_and_HOWTOs/Licensing
5 years ago
Kurt Hindenburg
cecfad49ff
Convert tests to use SPDX license/copyright
...
https://community.kde.org/Policies/Licensing_Policy#SPDX_Statements
https://community.kde.org/Guidelines_and_HOWTOs/Licensing
5 years ago
Carlos Alves
358697bea4
Fix dbus sessionList
...
Order the list by tab order.
ISSUE: #13
FIXED-IN: 20.12
5 years ago
Carlos Alves
5f006d89af
Fix dbus setCurrentSession focus
...
It was only giving focus to terminal but not the tab.
BUG: 422262
FIXED-IN: 20.12
5 years ago
Kurt Hindenburg
baaa530368
Add note about minimum requirements
5 years ago
Kurt Hindenburg
59f54e46b4
Use C++17
...
There was support for bumping this to 14 or 17 earlier this year.
I'll check before 21.04 is released on how much code actually needs 17.
All modern OS distros should have a C++17 compiler.
5 years ago
Albert Astals Cid
fcdcae6841
GIT_SILENT Upgrade release service version to 21.03.70.
5 years ago
l10n daemon script
7c6e43c098
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"
5 years ago
l10n daemon script
c642a8e387
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"
5 years ago
l10n daemon script
f8dd948112
GIT_SILENT made messages (after extraction)
5 years ago
Kurt Hindenburg
a3e0947348
Mark one arg constructor as explicit
5 years ago
Kurt Hindenburg
d03daa0bb0
Add missing license/copyright
5 years ago
Kurt Hindenburg
c30c873757
Fix comment spellings
5 years ago
Andrey Yashkin
09710987e7
Set terminal focus after a drag and drop
...
After dropping objects in terminal, focus is not set on terminal
widget as it expected.
!265
5 years ago
Carlos Alves
b513c5ca9d
Sort profiles by name to show in menu
5 years ago
Carlos Alves
03bcf1ad9b
Correct the 'New Tab' button profile list
...
The first time ProfileManager::instance()->allProfiles() is called, it will open the profile file and load all profiles.
The problem was, addShortcutAction was already connected to profileAdded signal and triggering while loading the profile file.
Solution is move the "load profile" up, before the connections are made.
5 years ago
Martin T. H. Sandsmark
d10576ccf3
fix the scheme checking in the least intrusive way possible (avoids migrating the config)
5 years ago
Martin T. H. Sandsmark
bf5f5aaa57
make the allowed url scheme checking safer
5 years ago
Martin T. H. Sandsmark
6298860269
add URL escape sequence test file
5 years ago
Martin T. H. Sandsmark
29f8dda3b9
Disable URL escape sequences by default, add warning
5 years ago
Carlos Alves
c33eba8c60
Fix konsole crashes when rearranging split views
...
I'll try to explain here what I saw in this bug.
Following the BUG instructions, drag the terminal[2] and drop
(here the "drop event" starts)
-> the dragged terminal "ViewSplitter" become scheduled for deletion,
but it will only happens when it is in event loop.
-> And of course it is not in event loop yet, it is still the
"drop event" and it call the "addTerminalDisplay" to add the dragged
terminal to a "ViewSplitter".
-> This makes count() counts this scheduled for deletion "ViewSplitter"
and goes to the wrong "if".
-> It adds the "ViewSplitter" with the terminals into a
"marked for deletion" one, finishes the "drop event" and enters
event loop (a crash without a memleak! everything in the tab
is properly deleted).
BUG: 411741
BUG: 412596
FIXED-IN: 20.12
5 years ago
Carlos Alves
7e99f5cf93
Fix Maximize/Restore split terminal tool tip
...
BUG: 409825
FIXED-IN: 20.12
5 years ago
Christoph Feck
e10f07a879
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 05bfb81ab47a0c610dd0f877c8ef2df7360ba1bf)
5 years ago
Carlos Alves
1cd475e2b9
Add "New Tab" and "Close Tab" buttons a tool tip
...
Bug: 396653
5 years ago
Carlos Alves
6878f437f1
Fix Maximize current Terminal (Keyboard vs Mouse)
...
It checks if the toggle is minimized to let it rearrange.
But Keyboard shortcut did not toggle the button.
BUG: 418498
FIXED-IN: 20.08.3
5 years ago
Martin T. H. Sandsmark
da3014859f
Fix URL hint triggering
...
BUG: 428279
5 years ago
Carlos Alves
d926d5e392
Fix 'Alt+C' closing split view
...
setText will create a shortcut with alt+C.
But setText call is not needed here.
BUG: 424654
FIXED-IN: 20.08.3
5 years ago
Kurt Hindenburg
680e3dd13e
Fix spelling issues
5 years ago
Carlos Alves
53af2a7fb9
Fix 'Copy Location' and 'Open With' issues with context menu
...
Update mouse events in mousePressEvent so the events are updated with the mouse stopped as well as moving.
BUG: 426359
BUG: 423860
FIXED-IN: 20.08.3
5 years ago
Carlos Alves
9a4844d57b
For "Manage Profiles" always open the "Profiles" page in settings
...
If the user selected another settings page, "Manage Profiles..." would
open that page instead of "Profiles".
BUG: 428206
FIXED-IN: 20.08.3
!256
5 years ago
Felix Yan
c5453aafbf
Correct a typo in doc/developer/README
5 years ago
Kurt Hindenburg
9de3b239d5
Previous commit should be attributed to Yash Tiwari <yasht@mailbox.org>
5 years ago
Carlos Alves
44f00a490a
Fix duplicates link-related entries in context menu
...
BUG: 426808
FIXED-IN: 20.08.3
!237
5 years ago
Laurent Montel
b626359501
If include is define in .h remove it if it's defined in .cpp too (scripted)
5 years ago
Gustavo Carneiro
b44542c81c
Move AutoScrollHandler class to extras folder.
5 years ago
Gustavo Carneiro
44ea930770
Remove not implemented method.
5 years ago
Gustavo Carneiro
4c97514fb0
Move CompositeWidgetFocusWatcher to terminalDisplay/extras folder.
5 years ago