~rikmills/+git/krusader-upstream:work/icon

Last commit made on 2021-04-16
Get this branch:
git clone -b work/icon https://git.launchpad.net/~rikmills/+git/krusader-upstream

Branch merges

Branch information

Name:
work/icon
Repository:
lp:~rikmills/+git/krusader-upstream

Recent commits

c4fc680... by Nicolas Fella <email address hidden>

Port away from KDE::icon

I will be deprecated soon

51feb1a... by Yuri Chornoivan <email address hidden>

Add a condition to use the Terminal shortcut

BUG: 435791

138e580... by Davide Gianforte <email address hidden>

Remove a fileitem from the PreviewJob when it disappears

When a file is updating (e.g. downloading, slow write, ...), Krusader crashes
if the KIO::PreviewJob ends after the view is updated (no item to update).

BUG: 425528
FIXED: [ 425528 ] Crash when synching folders

67ff30c... by Yuri Chornoivan <email address hidden>

Document the new options on the 'Panel' page

cf9d1d1... by Nikita Melnichenko <email address hidden>

Improved tab behavior and appearance settings

* Split "Show new/close tab buttons" into two options
* Added "Expanding tabs" option
* Added "Close tab by double click" option

CHANGED: Split "Show new/close tab buttons" into two options
ADDED: "Expanding tabs" and "Close tab by double click" options
GUI: Konfigurator options for tabs has changed

Discussion: https://invent.kde.org/utilities/krusader/-/merge_requests/34

8aee337... by l10n daemon script <email address hidden>

GIT_SILENT made messages (after extraction)

564bccf... by Alexander Lohnau <email address hidden>

Improve code quality and fix deprecation warnings

Discussion: https://invent.kde.org/utilities/krusader/-/merge_requests/40

609479f... by hkarel

Added new customization options

New options:
- Show close tab buttons (instead "Show new/close tab buttons")
- Show new tab button (instead "Show new/close tab buttons")
- Expanding tabs
- Close tab by double click

6216091... by Alexander Lohnau <email address hidden>

Remove kjsembed leftovers

It is not included in the build for over 10 years and will be completely
removed in KF6. The parts of the documentation were already commented
out and have now been removed entirely.

Discussion: https://phabricator.kde.org/T11603

fe971b9... by Alexander Lohnau <email address hidden>

Use consistently emit keyword

GIT_SILENT