aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation if geoclue is not enabledPierre-Luc Beaudoin2009-06-011-6/+2
|
* Merge fixes due to API changesPierre-Luc Beaudoin2009-06-011-13/+23
|
* Various style fixesPierre-Luc Beaudoin2009-06-011-11/+20
|
* Send a int64 timestamp to match the specPierre-Luc Beaudoin2009-06-011-10/+6
|
* Clear remote location upon disablingPierre-Luc Beaudoin2009-06-011-17/+31
|
* Fix key freeingPierre-Luc Beaudoin2009-06-011-6/+6
|
* Implement reduced accuracyPierre-Luc Beaudoin2009-06-011-1/+49
|
* Send timestampPierre-Luc Beaudoin2009-06-011-0/+22
|
* When updating the resources, check for changed locationPierre-Luc Beaudoin2009-06-011-1/+14
|
* More ressource fixPierre-Luc Beaudoin2009-06-011-20/+22
|
* Initial position/address and ressource fixPierre-Luc Beaudoin2009-06-011-10/+48
|
* Should not be elseifPierre-Luc Beaudoin2009-06-011-3/+3
|
* Publish location when enabling itPierre-Luc Beaudoin2009-06-011-2/+6
|
* Support all position fieldsPierre-Luc Beaudoin2009-06-011-9/+42
|
* Support address fieldsPierre-Luc Beaudoin2009-06-011-4/+28
|
* Publish location after connection and when location changesPierre-Luc Beaudoin2009-06-011-12/+82
|
* Add EmpathyLocationManagerPierre-Luc Beaudoin2009-06-013-0/+398
|
* Add a Location tab in preferencesPierre-Luc Beaudoin2009-06-011-0/+5
|
* Configure bits for geocluePierre-Luc Beaudoin2009-06-011-0/+2
|
* Cope with status being NULLSjoerd Simons2009-05-311-2/+2
|
* Remove usage of McPresence as much as possibleSjoerd Simons2009-05-315-103/+73
|
* fixed bug #548716Dimitris Zenios2009-05-304-0/+37
|
* Fix ‘lat’, ‘lon’ may be used uninitialized in this functionPierre-Luc Beaudoin2009-05-291-1/+1
|
* EmpathyStatusPresetDialog: fix status_preset_add_combo_reset()Davyd Madeley2009-05-281-1/+8
|
* Highlight the most recently added entry in the status presets dialogDavyd Madeley2009-05-281-1/+35
|
* Fix English label for Location's datePierre-Luc Beaudoin2009-05-281-1/+1
|
* Display relative time to userPierre-Luc Beaudoin2009-05-281-4/+9
| | | | | | | | The time of the geolocation update is displayed relatively to current time (1 min ago, 3 hours ago). The function just prints ("in the future") for debugging purpuses for time in the future.
* Simplifly the logic on when to display the locationPierre-Luc Beaudoin2009-05-282-56/+60
| | | | By verifying earlier on
* Geoclue is not used in libempathy-gtkPierre-Luc Beaudoin2009-05-281-2/+0
|
* Use empathy_time_to_string_localPierre-Luc Beaudoin2009-05-281-14/+8
|
* Don't list timestamp in the location fields as it is already included in the ↵Pierre-Luc Beaudoin2009-05-281-0/+3
| | | | header
* Use tp_strdiff instead of strcmpPierre-Luc Beaudoin2009-05-281-24/+24
|
* Have better user labels for location valuesPierre-Luc Beaudoin2009-05-281-4/+65
| | | | And have them better placed (with labels on left not expand).
* Display user textual location even if it doesn't include a lat,lonPierre-Luc Beaudoin2009-05-281-12/+12
|
* Undo changes to EmpathyContactDialogsPierre-Luc Beaudoin2009-05-281-1/+1
|
* Fix coding style issues found by make checkPierre-Luc Beaudoin2009-05-281-1/+1
|
* Make map visible!Pierre-Luc Beaudoin2009-05-281-0/+1
|
* Make buildable and visible if libchamplain not availablePierre-Luc Beaudoin2009-05-282-2/+2
|
* Update to use libchamplain 0.3's APIPierre-Luc Beaudoin2009-05-281-3/+4
|
* List geolocation information in TooltipPierre-Luc Beaudoin2009-05-282-14/+91
|
* Expect the timestamp to be a int64Pierre-Luc Beaudoin2009-05-281-17/+18
|
* Don't init vars with a functionPierre-Luc Beaudoin2009-05-281-1/+2
|
* Add marker on mapPierre-Luc Beaudoin2009-05-281-0/+10
|
* Display timestamp and locationPierre-Luc Beaudoin2009-05-281-29/+76
|
* Add a map in the Contact Information dialogPierre-Luc Beaudoin2009-05-285-4/+104
| | | | | For now, the map in the tool tip is disabled as Clutter-gtk does like at all this type of window/initialisation
* When no video is received or sent we show contacts' avatars instead of showingJonathan Tellier2009-05-262-2/+5
| | | | black widgets.
* Force update of GtkEntry primary icon for ENTRY_TYPE_BUILTINDavyd Madeley2009-05-221-0/+3
| | | | Fixes 583430
* Remove hard-coded strings from (un)subscriptionsWill Thompson2009-05-212-4/+2
|
* add 'Video Call' entry to the Contact menuGuillaume Desmottes2009-05-182-2/+39
|
* empathy_contact_audio_call_menu_item_activated: use ↵Guillaume Desmottes2009-05-181-1/+1
| | | | empathy_call_factory_new_call_with_streams
* empathy_contact_audio_call_menu_item_new: change label to 'Audio Call'Guillaume Desmottes2009-05-181-1/+1
|
* rename empathy_contact_call_menu_item_new to ↵Guillaume Desmottes2009-05-182-6/+6
| | | | empathy_contact_audio_call_menu_item_new
* Show an audio and a video call buttonSjoerd Simons2009-05-184-16/+96
|
* enable coding style checks in libempathy-gtkGuillaume Desmottes2009-05-181-2/+11
|
* empathy-account-chooser: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-14/+14
|
* empathy-account-widget-irc: fix coding styleGuillaume Desmottes2009-05-181-1/+1
|
* empathy-account-widget-sip: fix coding styleGuillaume Desmottes2009-05-181-2/+2
|
* empathy-account-widget: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-12/+12
|
* empathy-audio-sink: fix coding styleGuillaume Desmottes2009-05-181-1/+1
|
* empathy-audio-src: fix coding styleGuillaume Desmottes2009-05-181-1/+1
|
* empathy-avatar-chooser: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-6/+6
|
* empathy-avatar-image: update FSF addressGuillaume Desmottes2009-05-182-4/+4
|
* empathy-cell-renderer-activatable: fix coding styleGuillaume Desmottes2009-05-181-1/+1
|
* empathy-cell-renderer-expander: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-8/+8
|
* empathy-cell-renderer-text: update FSF addressGuillaume Desmottes2009-05-182-6/+6
|
* empathy-chat-text-view: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-12/+12
|
* empathy-chat-view: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-15/+15
|
* empathy-chat: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-15/+15
|
* empathy-conf: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-5/+5
|
* empathy-contact-list-store: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-8/+8
|
* empathy-contact-list-view: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-12/+12
|
* empathy-contact-menu: fix coding styleGuillaume Desmottes2009-05-182-3/+3
|
* empathy-contact-selector: fix coding styleGuillaume Desmottes2009-05-181-2/+2
|
* empathy-contact-widget: fix coding styleGuillaume Desmottes2009-05-181-5/+5
|
* empathy-geometry: update FSF addressGuillaume Desmottes2009-05-182-4/+4
|
* empathy-images: fix coding styleGuillaume Desmottes2009-05-181-1/+1
|
* empathy-irc-network-dialog: fix coding styleGuillaume Desmottes2009-05-181-2/+2
|
* empathy-log-window: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-8/+8
|
* empathy-new-message-dialog: fix coding styleGuillaume Desmottes2009-05-181-5/+5
|
* empathy-presence-chooser: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-6/+6
|
* empathy-profile-chooser: fix coding styleGuillaume Desmottes2009-05-181-2/+2
|
* empathy-smiley-manager: fix coding styleGuillaume Desmottes2009-05-182-6/+6
|
* empathy-spell: update FSF addressGuillaume Desmottes2009-05-182-4/+4
|
* empathy-status-preset-dialog: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-6/+6
|
* empathy-theme-boxes: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-6/+6
|
* empathy-theme-irc: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-5/+5
|
* empathy-theme-manager: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-6/+6
|
* empathy-ui-utils: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-18/+18
|
* empathy-video-src: fix coding styleGuillaume Desmottes2009-05-182-4/+4
|
* empathy-video-widget: fix coding styleGuillaume Desmottes2009-05-181-1/+1
|
* always show images in smiley menu items (GNOME #582751)Frédéric Péters2009-05-151-0/+1
|
* Add shave support to build process.Jonny Lamb2009-04-241-6/+8
| | | | | | Use --enable-shave to enable building with shave. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* 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
| | | | | | | | | | Some cleanup still required, done by Davyd Madeley <davyd.madeley@collabora.co.uk>
| * Display spelling suggestions in a submenu instead of in a separateAdam Schreiber2009-04-224-319/+37
| | | | | | | | dialog. Fixes bug #578399
* | empathy-contact-widget: call contact_widget_change_contact after widget's ↵Guillaume Desmottes2009-04-231-2/+5
| | | | | | | | setup. Fixes #579971
* | 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
| | | | | | | | | | | | | | | | it has the same name as the UI id
| * | | 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
| | | | | | | | | | | | | | | | visible by default. Fixes #579800
* | | | Misc. gtk-doc updates, including being more explicit about refs.Jonny Lamb2009-04-234-8/+12
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | | Add documentation for EmpathyNewMessageDialog.Jonny Lamb2009-04-231-0/+18
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | | Add documentation for EmpathyProfileChooser.Jonny Lamb2009-04-231-0/+33
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | | Add documentation for EmpathyAvatarImage.Jonny Lamb2009-04-232-0/+32
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | | Add documentation for EmpathyAvatarChooser.Jonny Lamb2009-04-232-0/+55
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | | Add documentation for EmpathyPresenceChooser.Jonny Lamb2009-04-232-0/+33
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | | Add documentation for EmpathyContactWidget.Jonny Lamb2009-04-232-0/+73
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | | Add documentation for EmpathyContactSelector.Jonny Lamb2009-04-232-2/+68
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | | Add documentation for EmpathyAccountChooser.Jonny Lamb2009-04-232-0/+105
|/ / / | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | Renamed empathy_profile_chooser_get_selected to ↵Jonny Lamb2009-04-222-2/+2
| | | | | | | | | | | | | | | | | | empathy_profile_chooser_dup_selected and fixed leaks. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | Renamed empathy_contact_list_view_get_selected to ↵Jonny Lamb2009-04-222-5/+5
| | | | | | | | | | | | | | | | | | empathy_contact_list_view_dup_selected and fixed leaks. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | Renamed empathy_account_chooser_get_account to ↵Jonny Lamb2009-04-223-4/+4
| | | | | | | | | | | | | | | | | | empathy_account_chooser_dup_account and fixed leaks. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | 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 ↵Xavier Claessens2009-04-223-10/+29
| | | | | | | | | | | | | | | | | | function to get only one contact from id/handle.
* | | 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 ↵Xavier Claessens2009-04-221-2/+2
| | | | | | | | | | | | to be enough.
* | | - Split info/edit/personal dialogs into different functions.Xavier Claessens2009-04-224-63/+142
| | | | | | | | | | | | - Make sure empathy_contact_widget_new works with a NULL contact.
* | | 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
| | | | | | | | is a submenu item.
* | 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
| | | | | | | | after it has been saved and is not needed anymore.
* | Fix memleak in avatar_chooser_update_preview_cb. Free string returned byLars-Peter Clausen2009-04-211-0/+2
| | | | | | | | gtk_file_chooser_get_preview_filename.
* | Fix memleak in contact_widget_model_populate_columns. Since it not used anywhereLars-Peter Clausen2009-04-211-6/+0
| | | | | | | | else it does not make sense to add a ref to the renderer, or does it?
* | Fix memleak in empathy_contact_invite_menu_item_new. Just callingLars-Peter Clausen2009-04-211-1/+3
|/ | | | gtk_widget_destroy on submenu won't free it since it is floating.
* 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
| | | | | Passing --enable-maintainer-mode to the configure will disable deprecated symbols
* Save empathy-presence-chooser.ui using glade-3, it fix a crasher because of ↵Xavier Claessens2009-04-171-15/+22
| | | | malformed format.
* Remove libglade from libempathy-gtk.pcXavier Claessens2009-04-161-2/+2
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2875
* Don't unref 2 times gui.Xavier Claessens2009-04-161-2/+0
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2872
* Refactor the floating ref hack into a new functionXavier Claessens2009-04-166-55/+31
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2871
* Port EmpathySpellDialog to new APIXavier Claessens2009-04-161-17/+7
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2853
* Port EmpathyPresenceChooser to new APIXavier Claessens2009-04-161-10/+6
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2852
* Port EmpathyNewMessageDialog to new APIXavier Claessens2009-04-161-8/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2851
* Port EmpathyLogWindow to new APIXavier Claessens2009-04-161-9/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2850
* Port EmpathyIrcNetwordDialog to new APIXavier Claessens2009-04-161-8/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2849
* Modify Makefile.am for new file namesXavier Claessens2009-04-161-20/+20
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2848
* Port EmpathyContactWidget to new APIXavier Claessens2009-04-164-433/+463
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2847
* Port EmpathyContactDialogs to new APIXavier Claessens2009-04-161-5/+4
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2846
* Remove toplevel window from ui files if the window is not used.Xavier Claessens2009-04-1611-1783/+1812
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2845
* Port EmpathyChat to new APIXavier Claessens2009-04-161-6/+4
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2844
* Remove useless glade includeXavier Claessens2009-04-163-11/+1
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2843
* Port account widgets to new APIXavier Claessens2009-04-164-120/+106
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2842
* Port glade helpers to GtkBuilberXavier Claessens2009-04-162-133/+53
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2841
* Convert glade files to GtkBuilder formatXavier Claessens2009-04-1617-988/+983
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2840
* Make a separated module set for libempathy-gtk/ and src/Xavier Claessens2009-04-161-2/+2
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2838
* Add libcanberra-gtk in Require.private of libempathy-gtk.pc. Fixe bug #577863Xavier Claessens2009-04-131-1/+2
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2826
* Set the default image when clearing the avatar, even if there were no avatar ↵Xavier Claessens2009-04-131-5/+3
| | | | | | | | previously. That happens when the widget is created. Fixe bug #566905 From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2817
* Let the chat dialog directly grab the channel on reconnectSjoerd Simons2009-04-131-2/+27
| | | | | | | | | | When reconnecting open chat dialogs requests a new channel. It can grab this directly when it is opened, no need to go through the dispatcher. Fixes issue with stealing focus From: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2814
* Fix support for /me and /say commands.Xavier Claessens2009-04-111-36/+16
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2809
* revert a little. search for blank contact in store.Elliot Fairweather2009-04-111-5/+6
| | | | | | From: Elliot Fairweather <elliot.fairweather@collabora.co.uk> svn path=/trunk/; revision=2808
* Look up the iter of the new tree row on the filter model for set_active_iterDavyd Madeley2009-04-111-5/+11
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2807
* Initial empathy_contact_selector_set_visible implementation.Jonny Lamb2009-04-112-16/+79
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2805
* Fix more coding styleXavier Claessens2009-04-111-191/+186
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2804
* Don't blat message if it updates whilst in editing modeDavyd Madeley2009-04-111-1/+3
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2802
* make the type enum a named typeDavyd Madeley2009-04-111-12/+13
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2800
* Coding style fixesDavyd Madeley2009-04-111-99/+90
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2799
* Don't get stuck in editing mode when you load up the old dialogDavyd Madeley2009-04-111-0/+1
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2798
* Drop this, it breaks something subtlyDavyd Madeley2009-04-111-8/+1
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2797
* Fix focus-out autocommit using an idle handlerDavyd Madeley2009-04-111-3/+67
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2796
* Don't set editing mode on click, just select the textDavyd Madeley2009-04-111-2/+3
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2795
* Fix regression where going offline was overwriting the saved status messageDavyd Madeley2009-04-111-1/+2
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2794
* Clean up function namesDavyd Madeley2009-04-111-37/+50
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2793
* Ignore up/down arrow keypressesDavyd Madeley2009-04-111-0/+5
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2792
* Editing mode on clickDavyd Madeley2009-04-111-1/+22
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2791
* Refactor some code, cleans some things upDavyd Madeley2009-04-111-16/+29
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2790
* Fix reset status on EscDavyd Madeley2009-04-111-11/+13
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2789
* Commit the changed status message on focus-out.Davyd Madeley2009-04-111-0/+16
| | | | | | | | | | I'm dubious if this is the right behaviour, but there was no obvious consensus. So I propose we find out with actual users. It can always be changed. From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2788
* Don't make Hidden/Offline have customisable textDavyd Madeley2009-04-111-0/+17
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2787
* Ensure ::changed is connected on both the entry and the comboDavyd Madeley2009-04-111-0/+2
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2786
* When editing custom messages, preseed the entry with the current statusDavyd Madeley2009-04-111-0/+7
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2785
* Only check model rows that will have valid statesDavyd Madeley2009-04-111-1/+3
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2783
* Update comment headers/copyrights/etc.Davyd Madeley2009-04-112-0/+4
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2782
* Unset focus from GtkEntry when editing is stoppedDavyd Madeley2009-04-111-1/+7
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2781
* Add Custom Messages dialog back in (this dialog needs some work ASAP)Davyd Madeley2009-04-111-5/+60
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2780
* Make custom messages dialog a transient of the window containing the ↵Davyd Madeley2009-04-111-4/+9
| | | | | | | | presence selector (if possible) From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2779
* Add a tooltip, mark user visible strings for translationDavyd Madeley2009-04-111-1/+6
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2778
* Fix bug where priv->state might be unsetDavyd Madeley2009-04-111-1/+9
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2777
* Escape to cancel from status editingDavyd Madeley2009-04-111-0/+23
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2776
* Separate out mc_set_custom_state from set_status_editingDavyd Madeley2009-04-111-22/+24
| | | | | | | | Also remove a bunch of debugging From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2775
* Reimplement flashing (untested). Prevent a possible recursive signal loop.Davyd Madeley2009-04-111-11/+16
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2774
* Reenable warning flags.. clean up messDavyd Madeley2009-04-111-32/+4
| | | | | | | | Need to fix flashing state From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2773
* Use EmpathyIdle to push MC aroundDavyd Madeley2009-04-111-195/+43
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2772
* Initial work on reimplementing presence_chooser_presence_changed_cbDavyd Madeley2009-04-111-6/+61
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2771
* Fix some type warningsDavyd Madeley2009-04-111-3/+3
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2770
* Set the chooser in "editing mode" when you start editing itDavyd Madeley2009-04-111-1/+34
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2769
* Initial work on reworking the presence selectorDavyd Madeley2009-04-112-191/+218
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2768
* Don't send unknown commands. Fixes bug #577026Xavier Claessens2009-04-031-8/+15
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2762
* Remove unnecessary string dup. Fixes bug #577829Xavier Claessens2009-04-031-3/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2757
* Free completion. Fixes bug #577828Xavier Claessens2009-04-031-0/+1
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2756
* Use empathy_contact_call_when_ready instead of _run_ API. Fixes bug #561247 andXavier Claessens2009-03-291-4/+21
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2748
* Add colorspace and videoscale elements before the videosinkSjoerd Simons2009-03-281-1/+35
| | | | | | | | | | | | Farsight only adds colorspace and videoscale automatically on the input side of things, not on the output side. This causes things to break when the videosink isn't xvimagesink which can do scaling and colorspace conversion in hardware. Fixes gbz #576386 From: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2746
* Fix typoXavier Claessens2009-03-201-1/+1
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2727
* Stop compositing timeout if the chat channel is destroyed.Xavier Claessens2009-03-201-0/+1
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2726
* Do not reconnect chats if there is no ID. That could probably happen for ↵Xavier Claessens2009-03-201-1/+2
| | | | | | | | | | MSN-like MUCs. From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2724
* Correctly get foreground-gdk colorXavier Claessens2009-03-182-6/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2711
* Redraw the video widget if there is no underlying overlaySjoerd Simons2009-03-091-1/+5
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2643
* Assert that the widget is realized before using its XIDSjoerd Simons2009-03-091-0/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2637
* Keep a weak pointer on the overlay in case it goes awaySjoerd Simons2009-03-091-0/+2
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2635
* Remove check on GTK version, we depend on >= 2.14.0 now.Xavier Claessens2009-03-081-5/+0
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2629
* Use running++ and running-- instead of a booleanXavier Claessens2009-03-081-4/+4
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2628
* Prevent an infinite loop when query tooltip on contact list view.Xavier Claessens2009-03-081-4/+15
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2627
* libempathy-gtk/totem-subtitle-encoding.h: Added copyright, based on .c file.Jonny Lamb2009-03-061-0/+29
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2609
* Use get_filtered_messages in EmpathyChat.Jonny Lamb2009-03-061-22/+28
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2608
* EmpathyChat: Simplified adding appropriate messages to the window.Jonny Lamb2009-03-061-31/+15
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2602
* EmpathyChat: Remove messages from log messages which are pending.Jonny Lamb2009-03-061-1/+23
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2600
* Move logging to the dispatcher on Received and Sent signals.Jonny Lamb2009-03-061-9/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2586
* Remove some useless blanksSjoerd Simons2009-03-041-2/+0
| | | | | | From: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2566
* Add support for changing various color channels of the video deviceSjoerd Simons2009-03-042-0/+149
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2562
* Add volume control and rms/peak level signalsSjoerd Simons2009-03-042-12/+269
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2560
* Remove some silly empty linesSjoerd Simons2009-03-041-3/+0
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2559
* Remove videorateSjoerd Simons2009-03-041-5/+4
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2558
* Fix typoSjoerd Simons2009-03-041-1/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2557
* Add sync and async propertiesSjoerd Simons2009-03-041-8/+80
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2552