plfiorini
af48b464ef
Hide implementation details.
2010-05-28 17:11:16 +00:00
plfiorini
5b41b18007
inline members and defined some members as const.
2010-05-28 17:10:56 +00:00
plfiorini
d03a6fb884
Install headers for external protocols.
2010-05-28 01:08:18 +00:00
plfiorini
6f8d9c5f50
Removed InfoPopper and libyahoo2 checks.
2010-05-28 00:53:15 +00:00
plfiorini
bcbff8db1f
Add SetBitmap(const char*) method to set the bitmap from a file using the Translation Kit.
2010-05-28 00:47:00 +00:00
plfiorini
c777593fa7
Fix from Rene Gollent.
2010-05-27 07:31:03 +00:00
barrett
a43602fb37
added basic functions to the plugin, contact list, chatting, nudges.
2010-05-25 03:19:09 +00:00
urnenfeld
f45da3af40
Store preferences in a File
2010-05-22 14:18:11 +00:00
urnenfeld
8e956baea7
Remove ignored typedef warning for GCC4
2010-05-22 14:17:02 +00:00
plfiorini
0ed0a7e1c0
Added Rene Gollent
2010-05-21 10:18:56 +00:00
plfiorini
88c5eedc9b
Some style violations fixed.
2010-05-20 21:31:55 +00:00
plfiorini
8477dae359
Added urnenfeld
2010-05-20 19:27:00 +00:00
plfiorini
4edae0a786
Caya icon!
2010-05-20 19:15:43 +00:00
urnenfeld
52b169b0ba
Implement 'Ignore Emoticons' feature in preferences
2010-05-20 18:37:01 +00:00
plfiorini
b314c7abd8
* Rewrote BitmapView's MinSize(), MaxSize() and PreferredSize() methods.
...
* Added BitmapView::Bitmap() method.
* BitmapView::SetBitmap() now doesn't resize the view anymore.
* BitmapView has now a minimum size of 32x32.
* Draw bitmap on BitmapView using B_FILTER_BITMAP_BILINEAR.
* StatusView sets now explicit max and preferred size to 50x50 for the avatar icon view and doesn't resize the bitmap explicitely.
* Small style violation fixes.
2010-05-20 18:11:32 +00:00
plfiorini
90a68e6002
Fixed gcc4 warnings and some style violations.
2010-05-19 22:40:34 +00:00
plfiorini
4412809657
Fix some style violations.
2010-05-19 22:28:26 +00:00
urnenfeld
c67f1936c0
* Use all area provided in the window
2010-05-19 22:06:25 +00:00
plfiorini
cc898075d2
Fixed what mankind will remember as the 'Massive Breakage due to "blind svn merge"'.
2010-05-19 21:36:36 +00:00
plfiorini
e3253f9995
Fix what I left broken with last commit on trunk. :P
2010-05-19 20:56:01 +00:00
plfiorini
2ee14f4c14
* Some style violation fixes.
...
* Code aligned to recent multiprotocol branch changes.
* Fixed crash when Server filters IM_STATUS_SET messages and ContactLinker is NULL.
2010-05-19 20:37:26 +00:00
urnenfeld
533117dc61
* Fix GCC4 build
2010-05-19 18:49:41 +00:00
urnenfeld
818c28d43d
* Add Behavior tab in Preferences with options in ticket #476
...
* Implement enabled ones
* Add canditate preferences
* Implement singleton-like preferences class CayaPreferences. These are working but they are not stored in file at closing
2010-05-19 18:05:30 +00:00
plfiorini
8d1c0d1a9d
Merging r148, r154, r155 with trunk.
2010-05-19 17:11:22 +00:00
plfiorini
97ae80798d
Fixed build with gcc2.
2010-05-16 21:19:35 +00:00
plfiorini
4bdc37a60e
Merged multiprotocol branch with trunk.
2010-05-16 21:02:50 +00:00
plfiorini
e1919cd4ac
Cleanup
2010-05-12 21:53:21 +00:00
plfiorini
c599c12c7f
Cleaning up the AIM code base and adding the right icon from IM Kit.
2010-05-12 21:48:47 +00:00
plfiorini
e524826f03
Maybe is time to keep track of the contributors.
2010-05-12 20:58:40 +00:00
plfiorini
8d700156e0
libimcomm todo list.
2010-05-12 20:58:08 +00:00
plfiorini
8d6d06dbfe
Adding AIM protocol from Alexander Botero-Lowry, but it needs polishing.
2010-05-12 20:42:46 +00:00
plfiorini
7d4a7d1c24
Use status icons instead of simple circles.
2010-05-12 18:59:17 +00:00
plfiorini
2f6f458fe0
About dialog.
2010-05-12 18:57:19 +00:00
plfiorini
8d7033efbb
Adding more menus...
2010-05-12 18:15:21 +00:00
plfiorini
b1ddb3c032
Use B_FILTER_BITMAP_BILINEAR.
2010-05-10 22:42:54 +00:00
plfiorini
dd8d0d1f5a
Gcc4 build fixes.
2010-05-10 21:54:28 +00:00
plfiorini
affca15f8b
Added utility functions to get account paths.
2010-05-09 09:38:30 +00:00
plfiorini
3127e2b049
Renamed caya.rdef to Caya.rdef.
2010-05-09 08:25:28 +00:00
plfiorini
2e8cd94f8c
* Now using a grid layout.
...
* Implemented the "wrench" menu (it needs an icon).
2010-05-09 08:23:53 +00:00
plfiorini
bcc5118ba4
Added AccountDialog and AccountView, previously the code was in PreferencesAccounts.cpp.
2010-05-09 06:27:48 +00:00
plfiorini
454762c7eb
Preferences dialog is progressing...
2010-05-08 19:35:28 +00:00
plfiorini
aac9a222b3
Added ToolButton.
2010-05-08 19:24:47 +00:00
plfiorini
4b01bd22bb
Moved RescaleBitmap() utility function to BitmapUtils.{cpp,h}.
2010-05-08 16:21:36 +00:00
plfiorini
b1388d17e8
* Moved KeyMap.h to libsupport.
...
* Added missing Singleton.cpp.
* Fixed List.
2010-05-08 00:23:36 +00:00
plfiorini
fb1d2910a2
Added resource setting to the template.
2010-05-08 00:22:38 +00:00
plfiorini
af8541fb17
Added an utility class for lists.
2010-05-07 16:54:04 +00:00
plfiorini
0bf4b59922
Usual SVN tree (branches, tags, trunk).
2010-05-07 09:47:10 +00:00