Chat-O-Matic/application/views
Jaidyn Ann 48d0b7bc96 Create Conversation class, use it instead of Contact for chats
This is a commit with it's foot in a lot of places, but:

The Conversation class was created as the abstraction of chats: All
ImMessages that are relevant to a conversation get routed through it,
meta-data on chats is stored in it (even if right now that's basically
limited to the user list and ID).

Server was given more methods to help accessing contacts―
ContactById(BString) and AddContact(Contact*). This better allows
Conversations to add and fetch Contacts as necessary. Right now, all
users in chats are treated as Contacts, so in the future creating an
independent userlist for Server (fUserMap?) would be useful.

Server also now stores all Conversations (fChatMap) and has some
convenience methods like for Contacts: Conversations(),
ConversationById(BString), and AddConversation(Conversation*).

CayaRenderView has been changed to not store user nicks, and will use
the appropriate nick of any arbitrarily-numbered user.

Users also have a map of all Conversations they are a part of
(fChatMap).

The Remove* methods of KeyMap now return the removed item.
2021-05-24 01:47:21 -05:00
..
CayaRenderView.cpp Create Conversation class, use it instead of Contact for chats 2021-05-24 01:47:21 -05:00
CayaRenderView.h Create Conversation class, use it instead of Contact for chats 2021-05-24 01:47:21 -05:00
NicknameTextControl.cpp Updated the contacts list BMenuItem with a complete redesign of the item, added an experimental version of the Search BTextControl showing a text that disappear when the user click on it, updated the Nickname text control to be a BTextView, other minor updates already WIP like more organization of statuses. 2012-05-15 16:48:53 +00:00
NicknameTextControl.h Updated the contacts list BMenuItem with a complete redesign of the item, added an experimental version of the Search BTextControl showing a text that disappear when the user click on it, updated the Nickname text control to be a BTextView, other minor updates already WIP like more organization of statuses. 2012-05-15 16:48:53 +00:00
ReplicantMenuItem.cpp Some style fixes and updated some copyrights. Removed the experimental code around SearchBarTextControl, and restored it to the previous functionality (i.e. no placeholder, until i finish my BTextControl patch to allow it), added also a 'instant search' like functionality to such class (every time you press a character the list is refreshed). This revision will be probably the next candidate for the Caya's optional package. 2012-09-25 21:45:29 +00:00
ReplicantMenuItem.h Some style fixes and updated some copyrights. Removed the experimental code around SearchBarTextControl, and restored it to the previous functionality (i.e. no placeholder, until i finish my BTextControl patch to allow it), added also a 'instant search' like functionality to such class (every time you press a character the list is refreshed). This revision will be probably the next candidate for the Caya's optional package. 2012-09-25 21:45:29 +00:00
ReplicantStatusView.cpp Switch from Jam to Make 2021-05-19 16:12:19 -05:00
ReplicantStatusView.h Some style fixes and updated some copyrights. Removed the experimental code around SearchBarTextControl, and restored it to the previous functionality (i.e. no placeholder, until i finish my BTextControl patch to allow it), added also a 'instant search' like functionality to such class (every time you press a character the list is refreshed). This revision will be probably the next candidate for the Caya's optional package. 2012-09-25 21:45:29 +00:00
RosterItem.cpp Rename ContactLinker to Contact 2021-05-23 14:39:07 -05:00
RosterItem.h Rename ContactLinker to Contact 2021-05-23 14:39:07 -05:00
RosterListView.cpp Create Conversation class, use it instead of Contact for chats 2021-05-24 01:47:21 -05:00
RosterListView.h Rename ContactLinker to Contact 2021-05-23 14:39:07 -05:00
SearchBarTextControl.cpp Solved a double free. 2012-09-28 20:55:40 +00:00
SearchBarTextControl.h Solved a double free. 2012-09-28 20:55:40 +00:00
StatusMenuItem.cpp Resolved a memory leak, removed unuseful commented code, CAYA_EXTENDED_AWAY replaced with CAYA_CUSTOM_STATUS and added CAYA_INVISIBLE. 2012-05-15 17:20:11 +00:00
StatusMenuItem.h Added a new deskbar replicant with related classes and icons, disabled libdownload and curl depencency, fixed some warnings and style violations around the code 2011-12-14 23:36:27 +00:00
StatusView.cpp Switch from Jam to Make 2021-05-19 16:12:19 -05:00
StatusView.h Some style fixes and updated some copyrights. Removed the experimental code around SearchBarTextControl, and restored it to the previous functionality (i.e. no placeholder, until i finish my BTextControl patch to allow it), added also a 'instant search' like functionality to such class (every time you press a character the list is refreshed). This revision will be probably the next candidate for the Caya's optional package. 2012-09-25 21:45:29 +00:00
UserInfoWindow.cpp Split 'Contact' class into two 2021-05-23 15:10:14 -05:00
UserInfoWindow.h Split 'Contact' class into two 2021-05-23 15:10:14 -05:00
UserPopUp.cpp Split 'Contact' class into two 2021-05-23 15:10:14 -05:00
UserPopUp.h Split 'Contact' class into two 2021-05-23 15:10:14 -05:00