- 13 Nov, 2020 7 commits
-
- 12 Nov, 2020 2 commits
-
- 10 Nov, 2020 2 commits
-
-
Carlos Alves authored
Order the list by tab order. ISSUE: #13 FIXED-IN: 20.12
-
Carlos Alves authored
It was only giving focus to terminal but not the tab. BUG: 422262 FIXED-IN: 20.12
-
- 08 Nov, 2020 4 commits
-
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
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.
-
Albert Astals Cid authored
-
Script Kiddy authored
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"
-
- 07 Nov, 2020 2 commits
-
-
Script Kiddy authored
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"
-
Script Kiddy authored
-
- 06 Nov, 2020 3 commits
-
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
-
- 05 Nov, 2020 1 commit
-
-
After dropping objects in terminal, focus is not set on terminal widget as it expected. !265
-
- 03 Nov, 2020 2 commits
-
-
Carlos Alves authored
-
Carlos Alves authored
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.
-
- 02 Nov, 2020 5 commits
-
-
-
-
-
-
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
-
- 31 Oct, 2020 2 commits
-
-
Carlos Alves authored
BUG: 409825 FIXED-IN: 20.12
-
Christoph Feck authored
(cherry picked from commit 05bfb81a)
-
- 29 Oct, 2020 1 commit
-
-
Bug: 396653
-
- 28 Oct, 2020 1 commit
-
-
Carlos Alves authored
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
-
- 27 Oct, 2020 1 commit
-
-
- 26 Oct, 2020 3 commits
-
-
Carlos Alves authored
setText will create a shortcut with alt+C. But setText call is not needed here. BUG: 424654 FIXED-IN: 20.08.3
-
Kurt Hindenburg authored
-
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
-
- 25 Oct, 2020 1 commit
-
-
If the user selected another settings page, "Manage Profiles..." would open that page instead of "Profiles". BUG: 428206 FIXED-IN: 20.08.3 !256
-
- 24 Oct, 2020 3 commits
-
-
-
Kurt Hindenburg authored
-
BUG: 426808 FIXED-IN: 20.08.3 !237
-