aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Move URI regex to empathy-ui-utilsXavier Claessens2009-03-033-13/+26
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2549
* Some string comments requested by translators (#572875)Frederic Peters2009-02-241-0/+2
| | | | svn path=/trunk/; revision=2532
* When finding a better element to use for volume, reset the current one and ↵Sjoerd Simons2009-02-171-2/+18
| | | | | | | | transfer the volume changes to the new one Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2492
* Add API to get and set the volumeSjoerd Simons2009-02-172-5/+99
| | | | | | From: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2484
* Minor string fixes. Fixes bug #571635Bruce Cowan2009-02-171-1/+1
| | | | | | From: Bruce Cowan <bugs@bcowan.fastmail.co.uk> svn path=/trunk/; revision=2473
* set some border in contact info dialog. Fixes bug #562109 (Frédéric Peters)Guillaume Desmottes2009-02-141-0/+1
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2463
* Fix type punned pointers warningsOlivier Crête2009-02-121-1/+1
| | | | | | | | | Remove senseless (void **) From: Olivier Crête <olivier.crete@collabora.co.uk> Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2440
* Hookup the contact menu item cb correctlySjoerd Simons2009-02-121-2/+10
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2436
* Fix naming of macros to be consistent with the class nameXavier Claessens2009-02-032-11/+11
| | | | svn path=/trunk/; revision=2418
* Add a space between the function name and the (void)Xavier Claessens2009-02-034-4/+4
| | | | svn path=/trunk/; revision=2416
* Add minimum width and height propertiesSjoerd Simons2009-02-032-1/+50
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2403
* sink the videosink so we can hold a ref to itSjoerd Simons2009-02-031-0/+9
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2397
* Add a empathy_sound_play_full functionSjoerd Simons2009-02-032-14/+69
| | | | | | | | | add a empathy_sound_play_full function, which adds a callback which is called after the sound has been played. Just like in ca_context_play_full Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2392
* Don't start the call from the message dialog, the handler will take care of itSjoerd Simons2009-02-031-1/+0
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2385
* Add audio/video sink and source abstractionsSjoerd Simons2009-02-039-0/+945
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2384
* Switch to calling CallFactory to make callsSjoerd Simons2009-02-033-4/+24
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2382
* Use contact-list property and create the store in the constructor.Jonny Lamb2009-01-311-13/+19
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2358
* Rename _get_selected to _dup_selected and make sure the contact is unrefed.Jonny Lamb2009-01-312-5/+4
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2357
* Pass an EmpathyContactList to _new and create the store from that.Jonny Lamb2009-01-312-3/+7
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2355
* Removed old FIXME.Jonny Lamb2009-01-311-4/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2354
* Don't call a function in a variable declaration.Jonny Lamb2009-01-311-1/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2353
* Use g_signal_connect_swapped and remove useless functions.Jonny Lamb2009-01-311-35/+12
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2351
* Unref the temp contact appropriately.Jonny Lamb2009-01-311-0/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2350
* Simplified loops inJonny Lamb2009-01-311-21/+19
| | | | | | | | Simplified loops in contact_selector_get_{number_online_contacts,iter_for_blank_contact}. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2349
* Use gtk_tree_store_insert_with_values.Jonny Lamb2009-01-311-2/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2348
* Make empathy_contact_selector_new return a GtkWidget* to conform to GTK+.Jonny Lamb2009-01-312-3/+3
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2347
* Explicit check.Xavier Claessens2009-01-311-1/+1
| | | | svn path=/trunk/; revision=2345
* Move public methods at the bottom.Xavier Claessens2009-01-311-18/+20
| | | | svn path=/trunk/; revision=2344
* Reorganize the constructor to avoid some casts and to avoid complex inline ↵Xavier Claessens2009-01-311-12/+14
| | | | | | initializations. svn path=/trunk/; revision=2343
* Don't get a cast to EmpathyContactSelector when it's not needed.Jonny Lamb2009-01-311-4/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2342
* Use gtk_tree_model_get_iter_first instead of going through GtkTreePath.Jonny Lamb2009-01-311-12/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2341
* Use dispose_run in EmpathyContactSelector.Jonny Lamb2009-01-311-0/+8
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2340
* Remove unnecessary casts and macros.Jonny Lamb2009-01-311-14/+9
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2339
* Small coding style and name changes.Jonny Lamb2009-01-311-73/+59
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2336
* Added argument checking to non-static functions.Jonny Lamb2009-01-311-0/+4
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2334
* remove redundant flagXavier Claessens2009-01-311-6/+6
| | | | svn path=/trunk/; revision=2333
* add translation function callXavier Claessens2009-01-311-1/+1
| | | | svn path=/trunk/; revision=2332
* rename set and unset functionsXavier Claessens2009-01-311-5/+5
| | | | svn path=/trunk/; revision=2331
* conform to GET_PRIV styleXavier Claessens2009-01-312-7/+11
| | | | svn path=/trunk/; revision=2329
* unref store once onlyXavier Claessens2009-01-311-1/+5
| | | | svn path=/trunk/; revision=2328
* remove finalize functionXavier Claessens2009-01-311-11/+0
| | | | svn path=/trunk/; revision=2327
* unref contact list store on disposeXavier Claessens2009-01-311-0/+4
| | | | svn path=/trunk/; revision=2326
* tidyXavier Claessens2009-01-311-3/+0
| | | | svn path=/trunk/; revision=2325
* add function to find number of online contacts; fix sensitivity managementXavier Claessens2009-01-311-7/+35
| | | | svn path=/trunk/; revision=2324
* consolidate sensitivity managementXavier Claessens2009-01-311-15/+24
| | | | svn path=/trunk/; revision=2323
* consolidate blank contact managementXavier Claessens2009-01-311-24/+19
| | | | svn path=/trunk/; revision=2322
* move get blank iter functionXavier Claessens2009-01-311-34/+32
| | | | svn path=/trunk/; revision=2321
* add unset blank contact functionXavier Claessens2009-01-311-18/+22
| | | | svn path=/trunk/; revision=2320
* improve function to find iter for blank contactXavier Claessens2009-01-311-15/+13
| | | | svn path=/trunk/; revision=2319
* fix contact list store sortingXavier Claessens2009-01-311-6/+2
| | | | svn path=/trunk/; revision=2318
* include config.hXavier Claessens2009-01-311-0/+2
| | | | svn path=/trunk/; revision=2317
* include empathy-contact-list-store.h in empathy-contact-selector.hXavier Claessens2009-01-311-0/+1
| | | | svn path=/trunk/; revision=2316
* use EmpathyContactListStore directlyXavier Claessens2009-01-311-73/+27
| | | | svn path=/trunk/; revision=2315
* do not add blank when popup showing; add blank when popup becomes hidden and ↵Xavier Claessens2009-01-311-6/+22
| | | | | | nothing active svn path=/trunk/; revision=2314
* fix widget sensitivityXavier Claessens2009-01-311-6/+18
| | | | svn path=/trunk/; revision=2313
* fix initial active contact problem; add blank contact, hide on popup, remove ↵Xavier Claessens2009-01-311-46/+78
| | | | | | on selection and re-add on removal of active; generalise get_iter_for_contact svn path=/trunk/; revision=2312
* update authorsXavier Claessens2009-01-312-4/+4
| | | | svn path=/trunk/; revision=2311
* update copyright and authorsXavier Claessens2009-01-312-0/+4
| | | | svn path=/trunk/; revision=2310
* add selector .c and .h filesXavier Claessens2009-01-312-0/+398
| | | | svn path=/trunk/; revision=2309
* update Makefile.amXavier Claessens2009-01-311-0/+2
| | | | svn path=/trunk/; revision=2308
* Move empathy_notification_is_enabled () to src/Xavier Claessens2009-01-312-54/+1
| | | | svn path=/trunk/; revision=2294
* Fix coding style.Xavier Claessens2009-01-311-3/+3
| | | | svn path=/trunk/; revision=2293
* Initialize GError to NULL before using it.Xavier Claessens2009-01-311-1/+1
| | | | svn path=/trunk/; revision=2290
* Fix indentation.Xavier Claessens2009-01-311-1/+1
| | | | svn path=/trunk/; revision=2289
* Add a convenience function to avoid hacks when getting the pixbuf from the ↵Xavier Claessens2009-01-312-11/+25
| | | | | | icon name. svn path=/trunk/; revision=2288
* W.I.P. for notifications on chat window.Xavier Claessens2009-01-312-3/+9
| | | | svn path=/trunk/; revision=2285
* Implement a logic for disabling notifications when away.Xavier Claessens2009-01-312-8/+50
| | | | svn path=/trunk/; revision=2282
* Modify code to handle new preferences.Xavier Claessens2009-01-311-0/+3
| | | | svn path=/trunk/; revision=2281
* Also accept sftp as URL scheme.Xavier Claessens2009-01-291-1/+1
| | | | svn path=/trunk/; revision=2261
* \n is also a delimiter for URLs.Xavier Claessens2009-01-291-2/+2
| | | | svn path=/trunk/; revision=2260
* Removed unused G_STR_EMPTY from empathy-ui-utils.h.Jonny Lamb2009-01-231-2/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2250
* Renamed G_STR_EMPTY to EMP_STR_EMPTY.Jonny Lamb2009-01-2310-26/+26
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2249