.. |
preferences
|
Modified the Replicant preferences string to notify that it's working only under gcc4hybrid atm, a development release will follow.
|
2012-03-24 23:54:58 +00:00 |
views
|
Added a little bitmap at the left of the avatar in the contact list, that show the icon of the contact's protocol. Added a needed little method in the ContactLinker to get the contact protocol's bitmap as well.
|
2012-05-01 19:48:15 +00:00 |
AboutWindow.cpp
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |
AboutWindow.h
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |
Account.cpp
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |
Account.h
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |
AccountManager.cpp
|
Added code that allow the deskbar replicant to be disabled/enabled from the preferences
|
2012-03-04 02:27:16 +00:00 |
AccountManager.h
|
Added code that allow the deskbar replicant to be disabled/enabled from the preferences
|
2012-03-04 02:27:16 +00:00 |
Caya.h
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |
Caya.rdef
|
Setted the Person icon from haiku artwork as default contact icon.
|
2012-05-01 21:09:56 +00:00 |
CayaConstants.h
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |
CayaMessages.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 |
CayaProtocol.h
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |
CayaProtocolAddOn.cpp
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |
CayaProtocolAddOn.h
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |
CayaProtocolMessages.h
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |
CayaResources.h
|
Setted the Person icon from haiku artwork as default contact icon.
|
2012-05-01 21:09:56 +00:00 |
CayaUtils.cpp
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |
CayaUtils.h
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |
ChatWindow.cpp
|
Added the code to lock the window looper before to update the avatar.
|
2012-03-08 01:17:32 +00:00 |
ChatWindow.h
|
The personal message of a contact is now show in the chat window, added also the needed code in Server.cpp to update the windows. Solved a bug with the contact avatar that was causing Caya to crash.
|
2012-03-08 00:47:00 +00:00 |
ContactLinker.cpp
|
Setted the Person icon from haiku artwork as default contact icon.
|
2012-05-01 21:09:56 +00:00 |
ContactLinker.h
|
Setted the Person icon from haiku artwork as default contact icon.
|
2012-05-01 21:09:56 +00:00 |
EditingFilter.cpp
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |
EditingFilter.h
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |
ImageCache.cpp
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |
ImageCache.h
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |
Jamfile
|
Added a simple WIP ContactInfoWindow that will be improved while we add new informations available in the ContactLiker, actually it's useful to get the contact id/email.
|
2012-03-11 15:11:29 +00:00 |
Main.cpp
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |
MainWindow.cpp
|
Added a simple WIP ContactInfoWindow that will be improved while we add new informations available in the ContactLiker, actually it's useful to get the contact id/email.
|
2012-03-11 15:11:29 +00:00 |
MainWindow.h
|
Added code that allow the deskbar replicant to be disabled/enabled from the preferences
|
2012-03-04 02:27:16 +00:00 |
Notifier.cpp
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |
Notifier.h
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |
NotifyMessage.h
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |
Observer.h
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |
ProtocolLooper.cpp
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |
ProtocolLooper.h
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |
ProtocolManager.cpp
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |
ProtocolManager.h
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |
ProtocolSettings.cpp
|
Setted the Person icon from haiku artwork as default contact icon.
|
2012-05-01 21:09:56 +00:00 |
ProtocolSettings.h
|
AIM : Removed _declspec and removed a unuseful parameter, both were causing warnings. Replaced List<> a std::list wrapper, with BObjectList and removed the _TR macro in ProtocolSettings that is apparently not doing anything.
|
2012-02-25 20:33:28 +00:00 |
Server.cpp
|
Added a simple WIP ContactInfoWindow that will be improved while we add new informations available in the ContactLiker, actually it's useful to get the contact id/email.
|
2012-03-11 15:11:29 +00:00 |
Server.h
|
Fixed replicant issue, it's working as well, but only under a gcc4 Haiku atm. Modified disposition of the main gui widgets, now they are placed better.
|
2012-02-28 00:46:15 +00:00 |
TheApp.cpp
|
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 |
TheApp.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 |
WindowsManager.cpp
|
Fixed a bad behaviour showing and locating the chat windows.
|
2012-03-19 20:43:18 +00:00 |
WindowsManager.h
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |
svn_revision.cpp
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |
svn_revision.h
|
Update copyright year.
|
2011-12-03 22:38:03 +00:00 |