Chat-O-Matic/application/windows
Jaidyn Ann 9cd4ce18e1 Disable some menu items when no account is active
When no accounts are active, all items in the Menubar->Chat menu are
disabled, and some other menu items related to starting/managing chats
are disabled in other views.

One new message was added to the API― IM_PROTOCOL_READY, which tells
Caya that a given protocol has logged in and is ready to receive
messages (rather than just sending).

This is currently done in XMPP after the roster is loaded, which be a
process that stalls the protocol for a few seconds. IM_PROTOCOL_READY
should only be sent after those initial, potentially time-heavy
operations.
2021-06-12 16:13:52 -05:00
..
AboutWindow.cpp Move window files to application/windows 2021-06-08 20:42:20 -05:00
AboutWindow.h Move window files to application/windows 2021-06-08 20:42:20 -05:00
JoinWindow.cpp Move window files to application/windows 2021-06-08 20:42:20 -05:00
JoinWindow.h Move window files to application/windows 2021-06-08 20:42:20 -05:00
MainWindow.cpp Disable some menu items when no account is active 2021-06-12 16:13:52 -05:00
MainWindow.h Disable some menu items when no account is active 2021-06-12 16:13:52 -05:00
PreferencesWindow.cpp Explicitly tie Conversations, Contacts, and Users to their ProtocolLoopers 2021-06-10 15:16:43 -05:00
PreferencesWindow.h Explicitly tie Conversations, Contacts, and Users to their ProtocolLoopers 2021-06-10 15:16:43 -05:00
RosterWindow.cpp Explicitly tie Conversations, Contacts, and Users to their ProtocolLoopers 2021-06-10 15:16:43 -05:00
RosterWindow.h Support sending invitations 2021-06-08 21:43:41 -05:00
UserInfoWindow.cpp Move window files to application/windows 2021-06-08 20:42:20 -05:00
UserInfoWindow.h Move window files to application/windows 2021-06-08 20:42:20 -05:00