Chat-O-Matic/application/preferences
Jaidyn Ann 61a1f0baf1 Allow multiple protocols per add-on
Now an add-on can contain multiple protocols, and the protocol API has
changed. An add-on must now export protocol_count() and protocol_at(),
with the latter replacing protocol(). protocol_count() returning the
amount of protocols in a given add-on, and protocol_at(i) giving a
new CayaProtocol* "at" the given index.

CayaProtocol has also been changed, adding Signature(),
FriendlySignature(), Icon(), Path(), and SetPath(). The reasoning is
that different protocols (even within a single add-on) will have
different signatures and icons, so this data should be accessible from
the protocol itself.

CayaProtocolAddOn now has CountProtocols() and ProtocolAt(i), allowing
the accessing of multiple protocols. A CayaProtocolAddOn can be given a
default protocol index in the constructor, whose protocol will be
returned with Protocol(). Version() was also moved from CayaProtocol to
CayaProtocolAddOn.
2021-05-21 13:47:14 -05:00
..
AccountDialog.cpp Layout API changes. Tested on Haiku r39074, I really don't know what is the first revision with this changes. 2010-10-24 06:27:09 +00:00
AccountDialog.h * More NULL checks for ContactLinkers. 2010-05-30 04:28:04 +00:00
AccountListItem.cpp Some style violations fixed. 2010-05-20 21:31:55 +00:00
AccountListItem.h Merged multiprotocol branch with trunk. 2010-05-16 21:02:50 +00:00
AccountView.cpp Added AccountDialog and AccountView, previously the code was in PreferencesAccounts.cpp. 2010-05-09 06:27:48 +00:00
AccountView.h Added AccountDialog and AccountView, previously the code was in PreferencesAccounts.cpp. 2010-05-09 06:27:48 +00:00
CayaPreferences.cpp Task #12 2015-10-02 04:17:54 +00:00
CayaPreferences.h Task #12 2015-10-02 04:17:54 +00:00
PreferencesAccounts.cpp Allow multiple protocols per add-on 2021-05-21 13:47:14 -05:00
PreferencesAccounts.h Preferences dialog is progressing... 2010-05-08 19:35:28 +00:00
PreferencesBehavior.cpp Task #12 2015-10-02 04:17:54 +00:00
PreferencesBehavior.h Task #12 2015-10-02 04:17:54 +00:00
PreferencesChatWindow.cpp Modified preferences dialog, better look for Replicant settings, added a new tab for Chat Window settings 2012-03-02 02:23:21 +00:00
PreferencesChatWindow.h Modified preferences dialog, better look for Replicant settings, added a new tab for Chat Window settings 2012-03-02 02:23:21 +00:00
PreferencesContainer.h Modified the CayaPreferencesData class to become a BFlattenable, this remove the limit of having a fixed-size buffer for string settings. 2012-03-24 14:56:00 +00:00
PreferencesDialog.cpp Task #12 2015-10-02 04:17:54 +00:00
PreferencesDialog.h Usual SVN tree (branches, tags, trunk). 2010-05-07 09:47:10 +00:00
PreferencesReplicant.cpp Initial gcc2 support, patch from Haikuports, with a little modification by myself. Set the deskbar replicant show as default, and removed the gcc4 notice from preferences. 2013-07-31 22:34:52 +02:00
PreferencesReplicant.h Added replicant preferences view. 2012-03-13 22:57:04 +00:00