| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Redefine size_request and size_allocation on EmpathyChatClass | Xavier Claessens | 2008-04-02 | 1 | -1/+1 |
* | Fix various warnings | Xavier Claessens | 2008-04-02 | 2 | -32/+40 |
* | Fix separator in the glade and show the chat widget when adding on a window | Xavier Claessens | 2008-04-02 | 2 | -3/+2 |
* | Fix build errors EmpathyChatWindow, port to new API. | Xavier Claessens | 2008-04-02 | 3 | -539/+275 |
* | Fix load/save chat geometry | Xavier Claessens | 2008-04-02 | 2 | -48/+19 |
* | Remove Room menu, chatrooms will be handled in a dedicated program. | Xavier Claessens | 2008-04-02 | 1 | -93/+1 |
* | Adapt to new api | Xavier Claessens | 2008-04-02 | 1 | -1/+1 |
* | Rework EmpathyChat's API, it is now a subclass of GtkBin. | Xavier Claessens | 2008-04-02 | 2 | -17/+70 |
* | Move window's glade to empathy-chat-window.glade. Reorder empathy-chat-window.c | Xavier Claessens | 2008-04-02 | 2 | -454/+810 |
* | Add empathy_chat_new and don't use empathy_group/private_* in empathy.c | Xavier Claessens | 2008-04-02 | 1 | -24/+3 |
* | Update status icon for new chat API | Xavier Claessens | 2008-04-02 | 1 | -1/+1 |
* | More coding style | Xavier Claessens | 2008-03-23 | 1 | -19/+5 |
* | Fix includes | Xavier Claessens | 2008-03-19 | 2 | -3/+4 |
* | Hide unused functions with #if 0 | Xavier Claessens | 2008-03-19 | 1 | -70/+48 |
* | Do not autoconnect if networkmanager says we are not connected at startup. | Xavier Claessens | 2008-03-17 | 2 | -56/+66 |
* | Use empathy_file_lookup for glade files since some are in libempathy-gtk/ and... | Xavier Claessens | 2008-03-17 | 7 | -8/+30 |
* | Fix includes of files that are now in src/. Fixes bug #522780. | Xavier Claessens | 2008-03-17 | 2 | -4/+3 |
* | Fix warning when showing about dialog from a chat window | Xavier Claessens | 2008-03-16 | 1 | -1/+3 |
* | Install glade files that got moved to src/ | Xavier Claessens | 2008-03-15 | 1 | -1/+11 |
* | Move modules that make no sense to be used in other applicaton from libempath... | Xavier Claessens | 2008-03-14 | 26 | -8/+10044 |
* | Move chat chandler into the same process than contact list | Xavier Claessens | 2008-03-14 | 4 | -162/+79 |
* | Drop gnome-vfs dependency and use gio instead. Fixes bug #514380 (Cosimo Cecc... | Xavier Claessens | 2008-03-11 | 2 | -5/+0 |
* | Do not run multiple instances of empathy. Fixes bug #501805 (Marco Barisione). | Xavier Claessens | 2008-03-09 | 4 | -1/+561 |
* | Update collabora copyright to 2008 | Xavier Claessens | 2008-03-03 | 3 | -3/+3 |
* | Fix typo in var name and don't link empathy-call-chandler on libemp-extension... | Xavier Claessens | 2008-02-26 | 1 | -1/+0 |
* | It's now safe to call emp_cli_init multiple times. Move that call to empathy_... | Xavier Claessens | 2008-02-26 | 1 | -2/+0 |
* | Make use of generated code for using stream engine. | Xavier Claessens | 2008-02-26 | 2 | -0/+3 |
* | Merge call branch from Elliot Fairweather with cleanups from Xavier Claessens. | Xavier Claessens | 2008-02-15 | 1 | -59/+34 |
* | Try to create salut account if getting the gconf key fails. If the user start... | Xavier Claessens | 2008-02-12 | 1 | -6/+4 |
* | Move nickname to the main section of account setting UI and do not set automa... | Xavier Claessens | 2008-02-08 | 1 | -12/+3 |
* | fix src/empathy build. empathy-conf was moved to libempathy-gtk. Fixes bug #5... | Xavier Claessens | 2008-01-24 | 1 | -1/+1 |
* | Add a program to show chat logs | Xavier Claessens | 2008-01-20 | 3 | -1/+63 |
* | Icon location changed, forgot to change in empathy-account program. | Xavier Claessens | 2008-01-17 | 1 | -1/+1 |
* | Add option in preference to automatically connect at startup. Fixes bug #4998... | Xavier Claessens | 2008-01-12 | 1 | -10/+7 |
* | Revert "merge git work" | Xavier Claessens | 2007-12-29 | 3 | -1/+35 |
* | merge git work | Xavier Claessens | 2007-12-29 | 3 | -35/+1 |
* | Chandlers leaves when there is no more channels to handle. Translate call win... | Xavier Claessens | 2007-12-29 | 2 | -1/+33 |
* | add call chandler and service to src/.gitignore | Xavier Claessens | 2007-12-29 | 1 | -0/+2 |
* | Merge branch 'ignore' | Xavier Claessens | 2007-12-23 | 1 | -0/+4 |
* | Ship empathy-call.chandler as extra_dist if not compiled with VoIP | Xavier Claessens | 2007-12-05 | 1 | -0/+2 |
* | Cleanup chat objects API and request a new Text channel if account gets | Xavier Claessens | 2007-12-03 | 1 | -8/+16 |
* | Conflicts: | Xavier Claessens | 2007-12-03 | 1 | -1/+2 |
* | Do not build voip chandler if building without voip support. Fixes bug | Xavier Claessens | 2007-11-15 | 1 | -10/+10 |
* | Don't use the same bus name for filter and chandler programs. | Xavier Claessens | 2007-11-12 | 6 | -10/+10 |
* | Move chats to its own process. | Xavier Claessens | 2007-11-11 | 5 | -74/+159 |
* | Install empathy-call-chandler to $libexecdir. | Xavier Claessens | 2007-11-08 | 2 | -3/+4 |
* | Make use of gtk_init_with_args for command line parsing. Fixes bug #491985 | Xavier Claessens | 2007-11-04 | 1 | -4/+7 |
* | Rename icons to follow fd.o icon naming spec. Move icons to the right | Xavier Claessens | 2007-10-28 | 2 | -1/+2 |
* | Implement EmpathyAvatarChooser and EmpathyAvatarImage and make use of them | Xavier Claessens | 2007-10-09 | 1 | -0/+2 |
* | Initial Voice+Video support Fixes bug #468204 (Elliot Fairweather, Xavier | Xavier Claessens | 2007-09-29 | 4 | -4/+100 |
* | Ported from VOIP branch. | Xavier Claessens | 2007-09-28 | 1 | -6/+5 |
* | Remove GnomeProgram, not useful anymore, drop libgnome dependency. Fixes | Xavier Claessens | 2007-09-28 | 1 | -13/+1 |
* | Chech if there is already a Salut account before creating a new one and | Xavier Claessens | 2007-08-25 | 1 | -0/+27 |
* | Add specialised UI for salut settings. Configure a Salut account first | Xavier Claessens | 2007-08-23 | 1 | -0/+84 |
* | Initial room list support. It does not works yet. | Xavier Claessens | 2007-07-20 | 1 | -1/+1 |
* | Add EMPATHY_LOGFILE env variable. Fixes bug #455240 (Guillaume Desmottes). | Xavier Claessens | 2007-07-10 | 1 | -0/+2 |
* | Fix a leaked ref. | Xavier Claessens | 2007-07-01 | 2 | -2/+8 |
* | Rename all filenames starting with "gossip" by "empathy", change namespace | Xavier Claessens | 2007-06-22 | 2 | -21/+21 |
* | Adding NetworkManager support. | Xavier Claessens | 2007-06-21 | 1 | -26/+12 |
* | Empathy is no more splitted into 2 processes. It makes debugging more | Xavier Claessens | 2007-06-14 | 5 | -234/+77 |
* | New window for viewing logs. | Xavier Claessens | 2007-06-14 | 1 | -0/+1 |
* | libempathy-gtk/gossip-ui-utils.c libempathy-gtk/gossip-accounts-dialog.c | Xavier Claessens | 2007-06-04 | 8 | -442/+12 |
* | Fix warning when selecting all accounts. | Xavier Claessens | 2007-05-31 | 2 | -4/+4 |
* | Preset the server only for jabber protocol to conference.server. This | Xavier Claessens | 2007-05-25 | 1 | -1/+1 |
* | Implementing basic chatroom support. Actually it works only if we get | Xavier Claessens | 2007-05-21 | 1 | -40/+20 |
* | Allow to set custom function for getting groups of a contact. Make | Xavier Claessens | 2007-05-20 | 1 | -6/+2 |
* | EmpathyContactList is now an interface implemented by | Xavier Claessens | 2007-05-19 | 1 | -2/+20 |
* | Add empathy icon stolen from cohoba. | Xavier Claessens | 2007-05-14 | 2 | -0/+4 |
* | po/POTFILES.in | Xavier Claessens | 2007-05-14 | 3 | -20/+84 |
* | When a new text channel arrives, check if there is no existing GossipChat | Xavier Claessens | 2007-05-14 | 1 | -7/+32 |
* | Removing empathy-contact-list program, it's useless. | Xavier Claessens | 2007-05-14 | 2 | -73/+1 |
* | [darcs-to-svn @ GossipAboutDialog] | Xavier Claessens | 2007-05-13 | 1 | -0/+2 |
* | [darcs-to-svn @ Save/Resore the visibility of main window and show account di... | Xavier Claessens | 2007-05-13 | 1 | -10/+0 |
* | [darcs-to-svn @ gossip_mission_control_new() returns a MissionControl sigleto... | Xavier Claessens | 2007-05-13 | 2 | -5/+4 |
* | [darcs-to-svn @ Improved EmpathyStatusIcon and GossipPresenceChooser] | Xavier Claessens | 2007-05-10 | 1 | -39/+6 |
* | [darcs-to-svn @ connect to the error signal on MC] | Xavier Claessens | 2007-05-10 | 1 | -0/+18 |
* | [darcs-to-svn @ New object: EmpathyStatusIcon] | Xavier Claessens | 2007-05-10 | 1 | -23/+22 |
* | [darcs-to-svn @ Automatically set presence to available when starting and to ... | Xavier Claessens | 2007-05-10 | 1 | -8/+10 |
* | [darcs-to-svn @ Ctr+Enter adds a new line in and empathy-chat exits 5sec afte... | Xavier Claessens | 2007-05-10 | 2 | -1/+63 |
* | [darcs-to-svn @ Improve build system] | Xavier Claessens | 2007-05-09 | 2 | -24/+22 |
* | [darcs-to-svn @ many changes] | Xavier Claessens | 2007-05-09 | 6 | -35/+390 |
* | [darcs-to-svn @ fix including of mcd-*.h files] | Xavier Claessens | 2007-05-08 | 1 | -2/+2 |
* | [darcs-to-svn @ Use icon-name API instead of stock icons and update tango icons] | Xavier Claessens | 2007-05-08 | 3 | -14/+2 |
* | [darcs-to-svn @ Cleanup build system and add MC plugin] | Xavier Claessens | 2007-05-06 | 2 | -19/+84 |
* | [darcs-to-svn @ Remove EmpathySession and move all programs into src/] | Xavier Claessens | 2007-05-03 | 7 | -15/+277 |
* | [darcs-to-svn @ Autostart] | Xavier Claessens | 2007-05-03 | 3 | -22/+33 |
* | [darcs-to-svn @ Replace the launcher by the main program with tray icon] | Xavier Claessens | 2007-05-02 | 2 | -0/+205 |