Package: krusader / 2:2.5.0-2

Metadata

Package Version Patches format
krusader 2:2.5.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Build and install the manpages.patch | (download)

doc/de/CMakeLists.txt | 2 2 + 0 - 0 !
doc/en/CMakeLists.txt | 2 2 + 0 - 0 !
doc/it/CMakeLists.txt | 2 2 + 0 - 0 !
doc/nl/CMakeLists.txt | 2 2 + 0 - 0 !
doc/pt_BR/CMakeLists.txt | 2 2 + 0 - 0 !
doc/sv/CMakeLists.txt | 2 2 + 0 - 0 !
doc/uk/CMakeLists.txt | 2 2 + 0 - 0 !
7 files changed, 14 insertions(+)

 build and install the manpages


ADDED Reimplementation of minimize to system tray feature.patch | (download)

krusader/Konfigurator/kggeneral.cpp | 3 2 + 1 - 0 !
krusader/Konfigurator/kgstartup.cpp | 4 3 + 1 - 0 !
krusader/defaults.h | 4 4 + 0 - 0 !
krusader/krusader.cpp | 47 46 + 1 - 0 !
krusader/krusader.h | 5 5 + 0 - 0 !
5 files changed, 60 insertions(+), 3 deletions(-)

 added: reimplementation of "minimize to system tray" feature.

Partially reverts commit 8a05cacaf58fba11d6d96b934ce2588a43dc3019.
Using QSystemTrayIcon. Icon is only shown if mainwindow is minimized.

FIXED 365105 Workaround for bug in KF5 QSystemTrayIcon.patch | (download)

krusader/krusader.cpp | 15 15 + 0 - 0 !
1 file changed, 15 insertions(+)

 fixed: [ 365105 ] workaround for bug in kf5+qsystemtrayicon

BUG: 365105