https://bugs.kde.org/show_bug.cgi?id=398047
Friedrich W. H. Kossebau <kosse...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/netw | |ork/konversation/commit/a4e | |c8102853c51adadd9a534e01318 | |a7b0381b52 Status|ASSIGNED |RESOLVED Version Fixed In| |1.9.22040 Resolution|--- |FIXED --- Comment #6 from Friedrich W. H. Kossebau <kosse...@kde.org> --- Git commit a4ec8102853c51adadd9a534e01318a7b0381b52 by Friedrich W. H. Kossebau. Committed on 18/02/2022 at 22:32. Pushed by kossebau into branch 'master'. Show number of unseen nick mentions & query messages on launcher entry FIXED-IN: 1.9.22040 M +1 -1 CMakeLists.txt M +3 -0 src/CMakeLists.txt M +3 -0 src/application.cpp M +3 -0 src/application.h M +61 -0 src/config/konversation.kcfg A +41 -0 src/config/launcherentry_config.cpp [License: GPL(v2.0+)] A +33 -0 src/config/launcherentry_config.h [License: GPL(v2.0+)] A +190 -0 src/config/launcherentry_config.ui M +48 -0 src/config/preferences.cpp M +20 -0 src/config/preferences.h M +7 -0 src/config/settingsdialog.cpp M +2 -0 src/config/settingsdialog.h A +118 -0 src/launcherentryhandler.cpp [License: GPL(v2.0+)] A +46 -0 src/launcherentryhandler.h [License: GPL(v2.0+)] M +5 -0 src/mainwindow.cpp M +1 -0 src/mainwindow.h M +63 -0 src/viewer/chatwindow.cpp M +10 -1 src/viewer/chatwindow.h M +44 -0 src/viewer/viewcontainer.cpp M +3 -0 src/viewer/viewcontainer.h https://invent.kde.org/network/konversation/commit/a4ec8102853c51adadd9a534e01318a7b0381b52 -- You are receiving this mail because: You are watching all bug changes.