aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
Commit message (Expand)AuthorAgeFilesLines
* Add shave support to build process.Jonny Lamb2009-04-241-6/+8
* Merge branch 'spelling-578399'Davyd Madeley2009-04-245-453/+45
|\
| * Remove spell dialog from POTFILES.in; remove GtkBuilder fileDavyd Madeley2009-04-241-131/+0
| * Fix trailing whitespaceDavyd Madeley2009-04-241-5/+5
| * Fixes based on feedbackAdam Schreiber2009-04-241-17/+22
| * Display spelling suggestions in a submenu instead of in a separateAdam Schreiber2009-04-224-319/+37
* | empathy-contact-widget: call contact_widget_change_contact after widget's set...Guillaume Desmottes2009-04-231-2/+5
* | Merge branch 'presets-dialog'Davyd Madeley2009-04-236-370/+742
|\ \
| * | Rest of gtk-docDavyd Madeley2009-04-231-0/+9
| * | Preserve the status message across combo box changesDavyd Madeley2009-04-231-3/+20
| * | Add a comment for cassidy ;-)Davyd Madeley2009-04-231-0/+1
| * | Sort presets alphabetically in the listDavyd Madeley2009-04-232-2/+4
| * | gtk-doc entryDavyd Madeley2009-04-231-0/+9
| * | Make it possible to edit a status message by double-clicking on itDavyd Madeley2009-04-231-0/+52
| * | Fix function namingDavyd Madeley2009-04-231-4/+4
| * | Don't reset the state to Available when you click [Add]Davyd Madeley2009-04-221-6/+14
| * | Fix up Add Preset combo focusingDavyd Madeley2009-04-221-17/+84
| * | Add some labels to the UIDavyd Madeley2009-04-221-3/+34
| * | Connect new dialog into presence chooser, remove old dialogDavyd Madeley2009-04-224-369/+11
| * | Make [Add] workDavyd Madeley2009-04-222-6/+150
| * | Make [Remove] workDavyd Madeley2009-04-211-0/+35
| * | List presets in the treeviewDavyd Madeley2009-04-213-3/+210
| * | Skeleton of a new presets dialogDavyd Madeley2009-04-213-0/+148
* | | Merge branch 'irc-dialog-579800'Guillaume Desmottes2009-04-233-10/+4
|\ \ \
| * | | empathy-account-widget-irc: remove unused widgetsGuillaume Desmottes2009-04-231-6/+0
| * | | empathy-account-widget-irc: rename button_remove to button_remove_network so ...Guillaume Desmottes2009-04-231-2/+2
| * | | empathy_irc_network_dialog_show: call show_all on the dialogGuillaume Desmottes2009-04-231-0/+1
| * | | fix another id clashGuillaume Desmottes2009-04-231-1/+1
| * | | rename button_remove to button_remove_network to fix id clashGuillaume Desmottes2009-04-232-3/+3
| * | | empathy-account-widget-irc.ui: the network dialog doesn't have to beGuillaume Desmottes2009-04-231-1/+0
* | | | Misc. gtk-doc updates, including being more explicit about refs.Jonny Lamb2009-04-234-8/+12
* | | | Add documentation for EmpathyNewMessageDialog.Jonny Lamb2009-04-231-0/+18
* | | | Add documentation for EmpathyProfileChooser.Jonny Lamb2009-04-231-0/+33
* | | | Add documentation for EmpathyAvatarImage.Jonny Lamb2009-04-232-0/+32
* | | | Add documentation for EmpathyAvatarChooser.Jonny Lamb2009-04-232-0/+55
* | | | Add documentation for EmpathyPresenceChooser.Jonny Lamb2009-04-232-0/+33
* | | | Add documentation for EmpathyContactWidget.Jonny Lamb2009-04-232-0/+73
* | | | Add documentation for EmpathyContactSelector.Jonny Lamb2009-04-232-2/+68
* | | | Add documentation for EmpathyAccountChooser.Jonny Lamb2009-04-232-0/+105
|/ / /
* | | Renamed empathy_profile_chooser_get_selected to empathy_profile_chooser_dup_s...Jonny Lamb2009-04-222-2/+2
* | | Renamed empathy_contact_list_view_get_selected to empathy_contact_list_view_d...Jonny Lamb2009-04-222-5/+5
* | | Renamed empathy_account_chooser_get_account to empathy_account_chooser_dup_ac...Jonny Lamb2009-04-223-4/+4
* | | Don't forget to show the contact widget in some placesXavier Claessens2009-04-221-3/+6
* | | Add G_PARAM_STATIC_STRINGS to EmpathyContact propertiesXavier Claessens2009-04-221-1/+0
* | | Use tp_connection_get_self_handle where neededXavier Claessens2009-04-221-29/+7
* | | Change EmpathyTpContactFactory API to look more like TpConnection. Add functi...Xavier Claessens2009-04-223-10/+29
* | | Port EmpathyContactListView's DnD to new APIXavier Claessens2009-04-221-58/+112
* | | Disconnect all signals from tp_chat when the UI is destroyedXavier Claessens2009-04-221-6/+17
* | | Remove useless conditionXavier Claessens2009-04-221-12/+9
* | | Remove dead codeXavier Claessens2009-04-221-2/+0
* | | Do not use empathy_contact_equal anymore, pointer comparaison is guaranteed t...Xavier Claessens2009-04-221-2/+2
* | | - Split info/edit/personal dialogs into different functions.Xavier Claessens2009-04-224-63/+142
* | | Port EmpathyNewMessageDialog to new API.Xavier Claessens2009-04-221-45/+55
* | | Port EmpathyContactWidget to new API.Xavier Claessens2009-04-221-42/+62
* | | Add empathy_account_chooser_get_connection()Xavier Claessens2009-04-222-0/+19
* | | Base EmpathyAvatarChooser on connection instead of account.Xavier Claessens2009-04-221-83/+29
* | | Port EmpathyContactDialogs to new API.Xavier Claessens2009-04-221-4/+16
* | | Port EmpathyChat to new API.Xavier Claessens2009-04-222-33/+18
| |/ |/|
* | Output GtkBuilder errors as g_critical() not DEBUG()Davyd Madeley2009-04-221-1/+1
* | Add context string for translation (#575442)Frederic Peters2009-04-211-1/+1
* | Instead of destroying the submenu when it's not needed only create it if thereLars-Peter Clausen2009-04-211-13/+5
* | Fix indent.Lars-Peter Clausen2009-04-211-2/+2
* | Fix memleak in avatar_chooser_maybe_convert_and_scale. Unref the scaled bufferLars-Peter Clausen2009-04-211-1/+2
* | Fix memleak in avatar_chooser_update_preview_cb. Free string returned byLars-Peter Clausen2009-04-211-0/+2
* | Fix memleak in contact_widget_model_populate_columns. Since it not used anywhereLars-Peter Clausen2009-04-211-6/+0
* | Fix memleak in empathy_contact_invite_menu_item_new. Just callingLars-Peter Clausen2009-04-211-1/+3
|/
* Coding style fixDavyd Madeley2009-04-211-2/+1
* s/favourite/favorite/Davyd Madeley2009-04-211-9/+9
* Reliably set favourite-starDavyd Madeley2009-04-211-28/+50
* Update the preset listDavyd Madeley2009-04-211-1/+21
* Add a favourite icon to custom/saved messagesDavyd Madeley2009-04-211-8/+81
* Use autotools magic to take care of disabling deprecated symbolsLaurent Bigonville2009-04-181-1/+2
* Save empathy-presence-chooser.ui using glade-3, it fix a crasher because of m...Xavier Claessens2009-04-171-15/+22
* Remove libglade from libempathy-gtk.pcXavier Claessens2009-04-161-2/+2
* Don't unref 2 times gui.Xavier Claessens2009-04-161-2/+0
* Refactor the floating ref hack into a new functionXavier Claessens2009-04-166-55/+31
* Port EmpathySpellDialog to new APIXavier Claessens2009-04-161-17/+7
* Port EmpathyPresenceChooser to new APIXavier Claessens2009-04-161-10/+6
* Port EmpathyNewMessageDialog to new APIXavier Claessens2009-04-161-8/+5
* Port EmpathyLogWindow to new APIXavier Claessens2009-04-161-9/+5
* Port EmpathyIrcNetwordDialog to new APIXavier Claessens2009-04-161-8/+5
* Modify Makefile.am for new file namesXavier Claessens2009-04-161-20/+20
* Port EmpathyContactWidget to new APIXavier Claessens2009-04-164-433/+463
* Port EmpathyContactDialogs to new APIXavier Claessens2009-04-161-5/+4
* Remove toplevel window from ui files if the window is not used.Xavier Claessens2009-04-1611-1783/+1812
* Port EmpathyChat to new APIXavier Claessens2009-04-161-6/+4
* Remove useless glade includeXavier Claessens2009-04-163-11/+1
* Port account widgets to new APIXavier Claessens2009-04-164-120/+106
* Port glade helpers to GtkBuilberXavier Claessens2009-04-162-133/+53
* Convert glade files to GtkBuilder formatXavier Claessens2009-04-1617-988/+983
* Make a separated module set for libempathy-gtk/ and src/Xavier Claessens2009-04-161-2/+2
* Add libcanberra-gtk in Require.private of libempathy-gtk.pc. Fixe bug #577863Xavier Claessens2009-04-131-1/+2
* Set the default image when clearing the avatar, even if there were no avatar ...Xavier Claessens2009-04-131-5/+3
* Let the chat dialog directly grab the channel on reconnectSjoerd Simons2009-04-131-2/+27
* Fix support for /me and /say commands.Xavier Claessens2009-04-111-36/+16
* revert a little. search for blank contact in store.Elliot Fairweather2009-04-111-5/+6
* Look up the iter of the new tree row on the filter model for set_active_iterDavyd Madeley2009-04-111-5/+11
* Initial empathy_contact_selector_set_visible implementation.Jonny Lamb2009-04-112-16/+79
* Fix more coding styleXavier Claessens2009-04-111-191/+186
* Don't blat message if it updates whilst in editing modeDavyd Madeley2009-04-111-1/+3
* make the type enum a named typeDavyd Madeley2009-04-111-12/+13
* Coding style fixesDavyd Madeley2009-04-111-99/+90
* Don't get stuck in editing mode when you load up the old dialogDavyd Madeley2009-04-111-0/+1
* Drop this, it breaks something subtlyDavyd Madeley2009-04-111-8/+1
* Fix focus-out autocommit using an idle handlerDavyd Madeley2009-04-111-3/+67
* Don't set editing mode on click, just select the textDavyd Madeley2009-04-111-2/+3
* Fix regression where going offline was overwriting the saved status messageDavyd Madeley2009-04-111-1/+2
* Clean up function namesDavyd Madeley2009-04-111-37/+50
* Ignore up/down arrow keypressesDavyd Madeley2009-04-111-0/+5
* Editing mode on clickDavyd Madeley2009-04-111-1/+22
* Refactor some code, cleans some things upDavyd Madeley2009-04-111-16/+29
* Fix reset status on EscDavyd Madeley2009-04-111-11/+13
* Commit the changed status message on focus-out.Davyd Madeley2009-04-111-0/+16
* Don't make Hidden/Offline have customisable textDavyd Madeley2009-04-111-0/+17
* Ensure ::changed is connected on both the entry and the comboDavyd Madeley2009-04-111-0/+2
* When editing custom messages, preseed the entry with the current statusDavyd Madeley2009-04-111-0/+7
* Only check model rows that will have valid statesDavyd Madeley2009-04-111-1/+3
* Update comment headers/copyrights/etc.Davyd Madeley2009-04-112-0/+4
* Unset focus from GtkEntry when editing is stoppedDavyd Madeley2009-04-111-1/+7
* Add Custom Messages dialog back in (this dialog needs some work ASAP)Davyd Madeley2009-04-111-5/+60
* Make custom messages dialog a transient of the window containing the presence...Davyd Madeley2009-04-111-4/+9
* Add a tooltip, mark user visible strings for translationDavyd Madeley2009-04-111-1/+6
* Fix bug where priv->state might be unsetDavyd Madeley2009-04-111-1/+9
* Escape to cancel from status editingDavyd Madeley2009-04-111-0/+23
* Separate out mc_set_custom_state from set_status_editingDavyd Madeley2009-04-111-22/+24
* Reimplement flashing (untested). Prevent a possible recursive signal loop.Davyd Madeley2009-04-111-11/+16
* Reenable warning flags.. clean up messDavyd Madeley2009-04-111-32/+4
* Use EmpathyIdle to push MC aroundDavyd Madeley2009-04-111-195/+43
* Initial work on reimplementing presence_chooser_presence_changed_cbDavyd Madeley2009-04-111-6/+61
* Fix some type warningsDavyd Madeley2009-04-111-3/+3
* Set the chooser in "editing mode" when you start editing itDavyd Madeley2009-04-111-1/+34
* Initial work on reworking the presence selectorDavyd Madeley2009-04-112-191/+218
* Don't send unknown commands. Fixes bug #577026Xavier Claessens2009-04-031-8/+15
* Remove unnecessary string dup. Fixes bug #577829Xavier Claessens2009-04-031-3/+5
* Free completion. Fixes bug #577828Xavier Claessens2009-04-031-0/+1
* Use empathy_contact_call_when_ready instead of _run_ API. Fixes bug #561247 andXavier Claessens2009-03-291-4/+21
* Add colorspace and videoscale elements before the videosinkSjoerd Simons2009-03-281-1/+35
* Fix typoXavier Claessens2009-03-201-1/+1
* Stop compositing timeout if the chat channel is destroyed.Xavier Claessens2009-03-201-0/+1
* Do not reconnect chats if there is no ID. That could probably happen for MSN-...Xavier Claessens2009-03-201-1/+2
* Correctly get foreground-gdk colorXavier Claessens2009-03-182-6/+5
* Redraw the video widget if there is no underlying overlaySjoerd Simons2009-03-091-1/+5
* Assert that the widget is realized before using its XIDSjoerd Simons2009-03-091-0/+1
* Keep a weak pointer on the overlay in case it goes awaySjoerd Simons2009-03-091-0/+2
* Remove check on GTK version, we depend on >= 2.14.0 now.Xavier Claessens2009-03-081-5/+0
* Use running++ and running-- instead of a booleanXavier Claessens2009-03-081-4/+4
* Prevent an infinite loop when query tooltip on contact list view.Xavier Claessens2009-03-081-4/+15
* libempathy-gtk/totem-subtitle-encoding.h: Added copyright, based on .c file.Jonny Lamb2009-03-061-0/+29
* Use get_filtered_messages in EmpathyChat.Jonny Lamb2009-03-061-22/+28
* EmpathyChat: Simplified adding appropriate messages to the window.Jonny Lamb2009-03-061-31/+15
* EmpathyChat: Remove messages from log messages which are pending.Jonny Lamb2009-03-061-1/+23
* Move logging to the dispatcher on Received and Sent signals.Jonny Lamb2009-03-061-9/+0
* Remove some useless blanksSjoerd Simons2009-03-041-2/+0
* Add support for changing various color channels of the video deviceSjoerd Simons2009-03-042-0/+149
* Add volume control and rms/peak level signalsSjoerd Simons2009-03-042-12/+269
* Remove some silly empty linesSjoerd Simons2009-03-041-3/+0
* Remove videorateSjoerd Simons2009-03-041-5/+4
* Fix typoSjoerd Simons2009-03-041-1/+1
* Add sync and async propertiesSjoerd Simons2009-03-041-8/+80
* Move URI regex to empathy-ui-utilsXavier Claessens2009-03-033-13/+26
* Some string comments requested by translators (#572875)Frederic Peters2009-02-241-0/+2
* When finding a better element to use for volume, reset the current one and tr...Sjoerd Simons2009-02-171-2/+18
* Add API to get and set the volumeSjoerd Simons2009-02-172-5/+99
* Minor string fixes. Fixes bug #571635Bruce Cowan2009-02-171-1/+1
* set some border in contact info dialog. Fixes bug #562109 (Frédéric Peters)Guillaume Desmottes2009-02-141-0/+1
* Fix type punned pointers warningsOlivier Crête2009-02-121-1/+1
* Hookup the contact menu item cb correctlySjoerd Simons2009-02-121-2/+10
* Fix naming of macros to be consistent with the class nameXavier Claessens2009-02-032-11/+11
* Add a space between the function name and the (void)Xavier Claessens2009-02-034-4/+4
* Add minimum width and height propertiesSjoerd Simons2009-02-032-1/+50
* sink the videosink so we can hold a ref to itSjoerd Simons2009-02-031-0/+9
* Add a empathy_sound_play_full functionSjoerd Simons2009-02-032-14/+69
* Don't start the call from the message dialog, the handler will take care of itSjoerd Simons2009-02-031-1/+0
* Add audio/video sink and source abstractionsSjoerd Simons2009-02-039-0/+945
* Switch to calling CallFactory to make callsSjoerd Simons2009-02-033-4/+24
* Use contact-list property and create the store in the constructor.Jonny Lamb2009-01-311-13/+19
* Rename _get_selected to _dup_selected and make sure the contact is unrefed.Jonny Lamb2009-01-312-5/+4
* Pass an EmpathyContactList to _new and create the store from that.Jonny Lamb2009-01-312-3/+7
* Removed old FIXME.Jonny Lamb2009-01-311-4/+0
* Don't call a function in a variable declaration.Jonny Lamb2009-01-311-1/+2
* Use g_signal_connect_swapped and remove useless functions.Jonny Lamb2009-01-311-35/+12
* Unref the temp contact appropriately.Jonny Lamb2009-01-311-0/+1
* Simplified loops inJonny Lamb2009-01-311-21/+19
* Use gtk_tree_store_insert_with_values.Jonny Lamb2009-01-311-2/+2
* Make empathy_contact_selector_new return a GtkWidget* to conform to GTK+.Jonny Lamb2009-01-312-3/+3
* Explicit check.Xavier Claessens2009-01-311-1/+1
* Move public methods at the bottom.Xavier Claessens2009-01-311-18/+20
* Reorganize the constructor to avoid some casts and to avoid complex inline in...Xavier Claessens2009-01-311-12/+14
* Don't get a cast to EmpathyContactSelector when it's not needed.Jonny Lamb2009-01-311-4/+2
* Use gtk_tree_model_get_iter_first instead of going through GtkTreePath.Jonny Lamb2009-01-311-12/+2
* Use dispose_run in EmpathyContactSelector.Jonny Lamb2009-01-311-0/+8
* Remove unnecessary casts and macros.Jonny Lamb2009-01-311-14/+9
* Small coding style and name changes.Jonny Lamb2009-01-311-73/+59
* Added argument checking to non-static functions.Jonny Lamb2009-01-311-0/+4
* remove redundant flagXavier Claessens2009-01-311-6/+6
* add translation function callXavier Claessens2009-01-311-1/+1
* rename set and unset functionsXavier Claessens2009-01-311-5/+5
* conform to GET_PRIV styleXavier Claessens2009-01-312-7/+11
* unref store once onlyXavier Claessens2009-01-311-1/+5
* remove finalize functionXavier Claessens2009-01-311-11/+0
* unref contact list store on disposeXavier Claessens2009-01-311-0/+4
* tidyXavier Claessens2009-01-311-3/+0
* add function to find number of online contacts; fix sensitivity managementXavier Claessens2009-01-311-7/+35
* consolidate sensitivity managementXavier Claessens2009-01-311-15/+24
* consolidate blank contact managementXavier Claessens2009-01-311-24/+19
* move get blank iter functionXavier Claessens2009-01-311-34/+32
* add unset blank contact functionXavier Claessens2009-01-311-18/+22
* improve function to find iter for blank contactXavier Claessens2009-01-311-15/+13
* fix contact list store sortingXavier Claessens2009-01-311-6/+2
* include config.hXavier Claessens2009-01-311-0/+2
* include empathy-contact-list-store.h in empathy-contact-selector.hXavier Claessens2009-01-311-0/+1
* use EmpathyContactListStore directlyXavier Claessens2009-01-311-73/+27
* do not add blank when popup showing; add blank when popup becomes hidden and ...Xavier Claessens2009-01-311-6/+22
* fix widget sensitivityXavier Claessens2009-01-311-6/+18
* fix initial active contact problem; add blank contact, hide on popup, remove ...Xavier Claessens2009-01-311-46/+78
* update authorsXavier Claessens2009-01-312-4/+4
* update copyright and authorsXavier Claessens2009-01-312-0/+4
* add selector .c and .h filesXavier Claessens2009-01-312-0/+398
* update Makefile.amXavier Claessens2009-01-311-0/+2
* Move empathy_notification_is_enabled () to src/Xavier Claessens2009-01-312-54/+1
* Fix coding style.Xavier Claessens2009-01-311-3/+3
* Initialize GError to NULL before using it.Xavier Claessens2009-01-311-1/+1
* Fix indentation.Xavier Claessens2009-01-311-1/+1
* Add a convenience function to avoid hacks when getting the pixbuf from the ic...Xavier Claessens2009-01-312-11/+25
* W.I.P. for notifications on chat window.Xavier Claessens2009-01-312-3/+9
* Implement a logic for disabling notifications when away.Xavier Claessens2009-01-312-8/+50
* Modify code to handle new preferences.Xavier Claessens2009-01-311-0/+3
* Also accept sftp as URL scheme.Xavier Claessens2009-01-291-1/+1
* \n is also a delimiter for URLs.Xavier Claessens2009-01-291-2/+2
* Removed unused G_STR_EMPTY from empathy-ui-utils.h.Jonny Lamb2009-01-231-2/+0
* Renamed G_STR_EMPTY to EMP_STR_EMPTY.Jonny Lamb2009-01-2310-26/+26
* Removed trailing space. Fixes bug #566549 (Leonardo Ferreira Fontenelle)Xavier Claessens2009-01-231-1/+1
* empathy_mission_control_new -> dup_singleton.Xavier Claessens2009-01-161-1/+1
* Reuse, and properly destroy, the avatar file chooser dialog.Frederic Peters2009-01-121-1/+12
* Fix some errors made when rebasing on masterXavier Claessens2009-01-101-1/+1
* Only show pending messages after the log and explain why show_pending_message...Sjoerd Simons2009-01-101-3/+5
* Let a chatroom keep a reference to a its TpChat if applicableSjoerd Simons2009-01-101-9/+5
* Make the dispatch operation _get_ functions not return a refSjoerd Simons2009-01-101-1/+0
* Convert EmpathyChatroomManager to the new singleton conventionSjoerd Simons2009-01-101-1/+1
* Make coding style consistent with the rest of the fileXavier Claessens2009-01-101-15/+14
* Fix coding style, user the right unique nameSjoerd Simons2009-01-101-26/+24
* Use the new call utility function to start callsSjoerd Simons2009-01-103-3/+11
* Use new dispatcher API to get muc channelsSjoerd Simons2009-01-101-13/+14
* Use new API to request file transfersSjoerd Simons2009-01-101-2/+52
* Use the new dispatcher api to request text channelsSjoerd Simons2009-01-102-6/+5
* Port to the new EmpathyTpChat APISjoerd Simons2009-01-101-9/+40
* Set the right weak pointer.Xavier Claessens2009-01-091-1/+1
* Port EmpathyContactManager to the new singleton policy.Xavier Claessens2009-01-093-5/+5
* Port to the new singleton API.Xavier Claessens2009-01-091-1/+1
* Port EmpathySmileyManager to the new singleton policy.Xavier Claessens2009-01-095-16/+31