Chat-O-Matic/application/windows
Jaidyn Ann b1920dad47 Move command/menu-item registration to call
Registration of custom chat commands and menu-items for protocols was
done by the IM_REGISTER_* messages, and is now done through direct calls
to the CayaProtocol object.

The new model for call/message for protocols is this: Temporary
information (chat messages, roster members, etc.) should be accessed
through messages. Relatively static data (protocol name, commands)
should be accessed through direct calls to the protocol object.
2021-06-20 01:24:34 -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
MainWindow.cpp Move command/menu-item registration to call 2021-06-20 01:24:34 -05:00
MainWindow.h Roster management, adding new contacts 2021-06-19 18:25:58 -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
RosterEditWindow.cpp Removal of roster members 2021-06-20 01:22:59 -05:00
RosterEditWindow.h Editing of roster members 2021-06-19 22:03:02 -05:00
RosterWindow.cpp When sending invites, filter the roster window 2021-06-19 00:11:02 -05:00
RosterWindow.h Sorting of RosterWindow by accounts 2021-06-18 18:42:10 -05:00
TemplateWindow.cpp Editing of roster members 2021-06-19 22:03:02 -05:00
TemplateWindow.h Roster management, adding new contacts 2021-06-19 18:25:58 -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