]> git.0d.be Git - empathy.git/history - libempathy-gtk
Merge commit 'bari/marshalList'
[empathy.git] / libempathy-gtk /
2008-02-18 Xavier ClaessensMerge commit 'bari/marshalList'
2008-02-17 Xavier ClaessensMerge commit 'cassidy/irc'
2008-02-17 Xavier ClaessensMerge commit 'cassidy/accounts-create-order'
2008-02-16 Xavier ClaessensWait a bit before displaying pending messages of a...
2008-02-16 Xavier ClaessensBlock events messages when the chat is connecting to...
2008-02-16 Xavier ClaessensCreate avatar pixbuf only if the theme shows avatars
2008-02-15 Xavier ClaessensMerge call branch from Elliot Fairweather with cleanups...
2008-02-15 Xavier ClaessensCall gtk_window_deiconify() when presenting a window...
2008-02-10 Xavier ClaessensFix a bug when unset port
2008-02-10 Xavier ClaessensChange a bit the generic account setting API.
2008-02-10 Xavier ClaessensAdd a generic UI to make easy building UI for protocol...
2008-02-09 Xavier ClaessensForce a larger account treeview.
2008-02-09 Xavier ClaessensGenerate marshal.list thanks to gabble black magic.
2008-02-09 Xavier ClaessensDo not export symbols outside the empathy_ namespace.
2008-02-09 Xavier ClaessensMark some private symbols as static
2008-02-09 Xavier ClaessensSet a title to the enable column in account dialog
2008-02-09 Xavier ClaessensPut the toggle cell to enable/disable account in a...
2008-02-08 Xavier ClaessensChange new message dialog to new conversation and make...
2008-02-07 Xavier ClaessensMove nickname to the main section of account setting...
2008-01-24 Xavier ClaessensRemove EmpathyPresence object and have "presence" and...
2008-01-23 Xavier ClaessensAdd a public method to change the contact showed.
2008-01-23 Xavier ClaessensMove empathy-conf to libempathy-gtk. libempathy do...
2008-01-23 Xavier ClaessensTry to load dtd and glade files from the srcdir first...
2008-01-23 Xavier ClaessensChange "Edit account details" to "Edit account" because...
2008-01-21 Xavier ClaessensMove empathy-contact-groups to libempathy, it has nothi...
2008-01-21 Xavier ClaessensMove empathy-status-presets to libempathy, nothing...
2008-01-21 Xavier ClaessensReplace Enable/Disable button by a toggle cell in the...
2008-01-21 Xavier ClaessensRespect CALL feature when clicking on the contact list...
2008-01-20 Xavier ClaessensDo not take show_groups in empathy_contact_list_store_new
2008-01-20 Xavier ClaessensAdd a property to have or not groups on EmpathyContactL...
2008-01-20 Xavier ClaessensAdd a features property on EmpathyContactListView to...
2008-01-20 Xavier ClaessensAdd a program to show chat logs
2008-01-20 Xavier ClaessensAdd a cancel button on the custom message diaog
2008-01-20 Xavier ClaessensFix a leak: unref the GtkListStore for presets messages
2008-01-20 Xavier ClaessensFix alignment of entry boxes in jabber account widget
2008-01-19 Xavier ClaessensUnset account parameter if user gives an empthy value.
2008-01-19 Xavier ClaessensRemove useless function declarations
2008-01-18 Xavier ClaessensAdd shortcuts to jabber settings
2008-01-18 Xavier ClaessensNew UI for Jabber accounts, gabble >= 0.7.2 is required...
2008-01-17 Xavier ClaessensFix state order to have offline contacts last. Fixes...
2008-01-17 Xavier ClaessensShow/Hide main window when chaning corresponding gcong...
2008-01-17 Xavier ClaessensDo not set MAIN_WINDOW_HIDDEN gconf key if not needed
2008-01-16 Xavier ClaessensRename BlockType to EMPATHY_CHAT_VIEW_BLOCK to respect...
2008-01-16 Xavier ClaessensChange EMPATHY_AVATAR_CHOOSER_TYPE to EMPATHY_TYPE_AVAT...
2008-01-13 Xavier ClaessensUse O instead of 0 for smileys face-angel and face...
2008-01-12 Xavier ClaessensChange "Autoconnect on startup" to "Automatically conne...
2008-01-12 Xavier ClaessensAdd option in preference to automatically connect at...
2008-01-05 Xavier ClaessensFix setting avatar. (Sjoerd Simons)
2008-01-01 Xavier ClaessensAdd a remove option to delete a contact group. Fixes...
2008-01-01 Xavier ClaessensAdd convinience functions empathy_chat_with_contact...
2007-12-30 Claude ParozRemoved translatable property on stock labels.
2007-12-29 Xavier ClaessensRevert "merge git work"
2007-12-29 Xavier Claessensmerge git work
2007-12-29 Xavier ClaessensChandlers leaves when there is no more channels to...
2007-12-29 Xavier ClaessensSet call window title to contact name
2007-12-29 Xavier ClaessensMake empathy_call_window_show return the widget
2007-12-29 Xavier ClaessensWider list of participants in group chat/IRC channel...
2007-12-29 Xavier ClaessensSimplify chat theme system
2007-12-29 Xavier ClaessensSimplify contact_list_view_cell_set_background()
2007-12-23 Xavier ClaessensMerge branch 'ignore'
2007-12-20 Xavier ClaessensCheck if append_event is implemented by the theme befor...
2007-12-20 Xavier ClaessensNew chat theme engine imported from Gossip (Daniel...
2007-12-20 Xavier ClaessensDo not use gtk-new icon for new chatroom. Fixes bug...
2007-12-20 Xavier ClaessensFix focus and text selection in accounts dialog. Fixes...
2007-12-20 Xavier ClaessensSimplify empaty_window_present, empathy_window_iconify...
2007-12-20 Xavier ClaessensDo not set main window as parent of new conversation...
2007-12-14 Xavier ClaessensFix build if assertions are disabled. Fixes bug #503609
2007-12-13 Xavier ClaessensCache avatar pixbuf in EmpathyChatView to avoid having...
2007-12-11 Xavier ClaessensAdd help menu in chat window
2007-12-06 Xavier ClaessensWhen NM is in sleeping (=disabled) state, do just like...
2007-12-06 Xavier ClaessensAdd a preference option to disable/enable NM support.
2007-12-03 Xavier ClaessensCleanup chat objects API and request a new Text channel...
2007-12-02 Xavier ClaessensConflicts:
2007-12-02 Xavier ClaessensSquashed commit of the following:
2007-11-30 Xavier ClaessensAdd a gconf key to define the char to be added for...
2007-11-28 Xavier ClaessensRequest new Text Channel if the contact is online again...
2007-11-22 Xavier Claessensuse ":" instead of "," for nick completion.
2007-11-21 Xavier ClaessensAdd nick completion for MUCs. Fixes bug #453418.
2007-11-12 Xavier ClaessensDon't use the same bus name for filter and chandler...
2007-11-12 Xavier ClaessensJabber priority is in the range -128 127 (Laurent Bigon...
2007-11-11 Xavier ClaessensMove chats to its own process.
2007-11-06 Xavier ClaessensAllow to change jabber priority. Fixes bug #493992...
2007-11-04 Xavier ClaessensDisplay error message when an account failed to connect...
2007-11-03 Xavier ClaessensRename empathy_contact_factory_set_name() to _set_alias...
2007-11-03 Xavier ClaessensUnref contact returned by empathy_contact_factory_get_u...
2007-10-28 Xavier ClaessensRename COL_XXX to EMPATHY_CONTACT_LIST_STORE_COL_XXX...
2007-10-28 Xavier ClaessensRename icons to follow fd.o icon naming spec. Move...
2007-10-28 Xavier ClaessensAlso accept :$ and :-$ for face-embarrassed
2007-10-28 Xavier ClaessensUpdate to new icon naming spec for new avatars. Fixes...
2007-10-28 Xavier ClaessensChange edit personal information window title to "Perso...
2007-10-25 Xavier ClaessensAdd Ctr-L accelerator to clear the chat. Fixes bug...
2007-10-25 Xavier ClaessensChange window title to "Contact List", both words shoul...
2007-10-25 Xavier ClaessensRemove "..." from the "Manage Favorites..." menu item...
2007-10-25 Xavier ClaessensUse "document-open-recent" icon instead of gtk-justify...
2007-10-25 Xavier ClaessensUse "user-info" icon for Edit->Personal Information...
2007-10-25 Xavier ClaessensUse the navigation icons in the history dialog. Fixes...
2007-10-25 Xavier ClaessensSet window title to "Previous Conversations". Fixes...
2007-10-24 Xavier ClaessensCleanup licences and copyrights, Modules with 100%...
2007-10-21 Xavier ClaessensAdd EMPATHY_CONTACT_WIDGET_EDIT_NONE to EmpathyContactW...
2007-10-21 Xavier ClaessensDon't allow to change account if we are editing informa...
next