Chat-O-Matic/application/windows
Jaidyn Ann 7c002d8fcc Room creation window; Catch-all template window
Explicit room-creation using protocol's own "room" template is now
supported.

Two new protocol API messages were added― IM_CREATE_ROOM and
IM_ROOM_CREATED, which are parallels to IM_CREATE_CHAT and
IM_CHAT_CREATED. Rather than the latter two, though, these are wholy
based on the "room" template― their slots are completely determined by
the protocol.

A generic "TemplateWindow" was created, which allows catch-all creation
of windows that leverage protocols' templates. It's used for the
room-creation window (Chat->New Room / Alt+N), for example.

At some point, it ideally should replace even the JoinRoom window, and
maybe others.
2021-06-18 01:13:02 -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 Update ConversationView name when notified, resize JoinWindow 2021-06-13 01:25:28 -05:00
JoinWindow.h Move window files to application/windows 2021-06-08 20:42:20 -05:00
MainWindow.cpp Room creation window; Catch-all template window 2021-06-18 01:13:02 -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
TemplateWindow.cpp Room creation window; Catch-all template window 2021-06-18 01:13:02 -05:00
TemplateWindow.h Room creation window; Catch-all template window 2021-06-18 01:13:02 -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