Bug #1410
Wrong part of chat list is hidden on disconnect
0%
Description
I have 2 custom chat lists called Channels and Queries - they unsurprisingly have all Channels and all Queries respectively.
I have a core and am connected to 7 networks. (One of them is irc.mozilla.org which is often flaky.) So when I rightclick -> disconnect on one network, the queries for a different network are hidden. Disconnecting from core and reconnecting fixes this.
The version is actually today's master (0.13-pre) but I've had this issue since at least 0.12.3 (One reason why I upgraded today)
my build flags:
LINGUAS="en_US" cmake .. -DWANT_CORE=OFF -DWANT_MONO=OFF -DWITH_KDE=OFF -DWITH_WEBKIT=ON -DEMBED_DATA=ON
cmake output:
-- Using CMake 3.5.2
-- Building for Qt4...
-- Found execinfo (built-in)
-- Embedding data files into the binary
-- Embedding bundled Oxygen icons
-- Including languages: en
--
-- The following features have been enabled:
- WANT_QTCLIENT , Build the client-only binary (requires a core to connect to)
- WITH_OXYGEN , Install Oxygen icon set
- EMBED_DATA , Embed icons and translations in the binaries instead of installing them
- QtDBus module , Needed for supporting D-Bus-based notifications and tray icon, used by most modern desktop environments
- SSL support in Qt , Use secure network connections
- syslog.h , Provide support for logging to the syslog
- Qt Linguist Tools , Translation support for Quassel
-- The following OPTIONAL packages have been found:
- PkgConfig
- ExecInfo , a library for inspecting backtraces
Used for generating backtraces in case of a crash - Git
-- The following RECOMMENDED packages have been found:
- ZLIB , a popular compression library , <http://www.zlib.net>
Use the most common library for protocol compression, instead of the bundled miniz implementation
-- The following REQUIRED packages have been found:
- Qt4 (required version >= 4.8.0)
-- The following features have been disabled:
- WANT_CORE , Build the core (server) binary
- WANT_MONO , Build the monolithic (all-in-one) binary
- WITH_KDE , Enable KDE4 integration
- WITH_WEBKIT and QtWebKit module , Support showing previews for URLs in chat
-- The following OPTIONAL packages have not been found:
- Libsnore , a cross-platform notification framework , <https://github.com/TheOneRing/Snorenotify>
Enable support for the snorenotify framework - IndicateQt , a library to raise flags on DBus for other components of the desktop to pick up and visualize , <https://launchpad.net/libindicate-qt/>
Provides integration into the Ayatana notification system used by e.g. Ubuntu
-- The following RECOMMENDED packages have not been found:
- dbusmenu-qt , a library implementing the DBusMenu specification , <https://launchpad.net/libdbusmenu-qt>
Required for having a context menu for the D-Bus-based tray icon - Phonon , a multimedia abstraction library , <https://projects.kde.org/projects/kdesupport/phonon>
Required for audio notifications
-- Configuring done
-- Generating done
-- Build files have been written to: /opt/src/quassel/build