Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename empathy_theme_manager_get() to empathy_theme_manager_dup_singleton() | Guillaume Desmottes | 2011-02-17 | 4 | -5/+11 |
| | | | | We also don't leak it any more. | ||||
* | folks favorite API has changed | Guillaume Desmottes | 2011-02-17 | 1 | -2/+2 |
| | |||||
* | Always display favorite contacts (#592595) | Guillaume Desmottes | 2011-02-17 | 1 | -1/+4 |
| | |||||
* | accounts-dialog: only update the row which have actually been changed; may ↵ | Guillaume Desmottes | 2011-02-16 | 1 | -1/+15 |
| | | | | fix #636189 | ||||
* | ft-factory: don't leak the handler | Guillaume Desmottes | 2011-02-16 | 1 | -0/+12 |
| | |||||
* | fix coding style | Guillaume Desmottes | 2011-02-16 | 1 | -10/+13 |
| | |||||
* | Add some more servers and port numbers for Freenode | Debarshi Ray | 2011-02-16 | 1 | -2/+7 |
| | | | | | | | The list of servers and port numbers for Freenode are given at: http://freenode.net/irc_servers.shtml Fixes: https://bugzilla.gnome.org/642385 | ||||
* | only try reconnecting accounts if needed (#642358) | Guillaume Desmottes | 2011-02-16 | 4 | -5/+31 |
| | |||||
* | Reset network list button | Chandni Verma | 2011-02-15 | 5 | -12/+110 |
| | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=642264 | ||||
* | Merge branch 'report-abuse' into gnome-2-34 | Danielle Madeley | 2011-02-15 | 16 | -669/+266 |
|\ | |||||
| * | Use tp_g_signal_connect_object for Tp proxies that outlive the CB dialog | Danielle Madeley | 2011-02-15 | 1 | -4/+6 |
| | | |||||
| * | Use Conn.I.CB to report contacts as abusive when blocking them | Danielle Madeley | 2011-02-14 | 1 | -2/+11 |
| | | |||||
| * | Only destroy block confirmation dialogs after we've read out the abusive state | Danielle Madeley | 2011-02-14 | 2 | -3/+3 |
| | | |||||
| * | Determine whether a connection supports reporting abuse, set the connection flag | Danielle Madeley | 2011-02-14 | 1 | -0/+36 |
| | | |||||
| * | Add draft Conn.I.ContactBlocking (danni's version) to extensions | Danielle Madeley | 2011-02-14 | 3 | -0/+174 |
| | | |||||
| * | Hook up abusive argument into TpContactList backend | Danielle Madeley | 2011-02-14 | 9 | -17/+30 |
| | | |||||
| * | use TP_PROP_* | Guillaume Desmottes | 2011-02-14 | 1 | -5/+5 |
| | | |||||
| * | Stop generating Conference API | Guillaume Desmottes | 2011-02-14 | 3 | -637/+0 |
| | | |||||
| * | use tp-glib API for Conference (#630709) | Guillaume Desmottes | 2011-02-14 | 1 | -4/+4 |
| | | |||||
* | | password-dialog: activate the dialog when the entry is activated (#642296) | Guillaume Desmottes | 2011-02-14 | 1 | -0/+9 |
| | | |||||
* | | irc-network-chooser: recreate the default IRC network if needed (#641861) | Guillaume Desmottes | 2011-02-14 | 1 | -1/+18 |
|/ | |||||
* | Merge branch 'contact-blocking-3' into gnome-2-34 | Danielle Madeley | 2011-02-11 | 26 | -33/+1686 |
|\ | |||||
| * | Style fixes from review | Danielle Madeley | 2011-02-11 | 2 | -2/+5 |
| | | |||||
| * | Add confirmation dialog to Remove | Danielle Madeley | 2011-02-11 | 5 | -3/+112 |
| | | | | | | | | | | Also includes the future Report Abusive check box, so that all the strings are in place now. | ||||
| * | Add block confirmation to the authorise publication dialog | Danielle Madeley | 2011-02-11 | 1 | -5/+17 |
| | | |||||
| * | Add UI to blocking confirmation dialog for future "report as abusive" function | Danielle Madeley | 2011-02-11 | 2 | -3/+31 |
| | | |||||
| * | Factor out common blocking confirmation dialog | Danielle Madeley | 2011-02-11 | 3 | -26/+53 |
| | | |||||
| * | contact-blocking-dialog: report errors to the user | Danielle Madeley | 2011-02-10 | 1 | -3/+52 |
| | | |||||
| * | Don't leak EmpathyContact | Danielle Madeley | 2011-02-10 | 1 | -0/+2 |
| | | |||||
| * | Add Block button to the subscription authorization dialog | Danielle Madeley | 2011-02-10 | 2 | -14/+61 |
| | | |||||
| * | Add a confirmation dialog when you block a contact from the Contact menu | Danielle Madeley | 2011-02-10 | 2 | -1/+46 |
| | | |||||
| * | Add 'Delete and Block' as an option to the Remove Contact dialog | Danielle Madeley | 2011-02-09 | 1 | -12/+26 |
| | | |||||
| * | Add contact blocking support to EmpathyIndividualManager | Danielle Madeley | 2011-02-09 | 2 | -0/+83 |
| | | |||||
| * | Add 'Block Contact' to empathy-contact-menu | Danielle Madeley | 2011-02-09 | 3 | -2/+75 |
| | | |||||
| * | Add contact blocking to EmpathyContactList and friends | Danielle Madeley | 2011-02-09 | 5 | -6/+135 |
| | | |||||
| * | Handle the case where there are no accounts with deny channels | Danielle Madeley | 2011-02-08 | 1 | -26/+62 |
| | | |||||
| * | Don't need to prepare accounts separately | Danielle Madeley | 2011-02-08 | 1 | -30/+11 |
| | | |||||
| * | Add blocked contacts dialog to Empathy main window menu | Danielle Madeley | 2011-02-07 | 2 | -1/+23 |
| | | |||||
| * | Prepare EmpathyContactManager in test | Danielle Madeley | 2011-02-07 | 1 | -0/+7 |
| | | |||||
| * | Provide autocompletion of known contacts in the entry box | Danielle Madeley | 2011-02-07 | 1 | -5/+47 |
| | | |||||
| * | Add and remove contacts from deny list | Danielle Madeley | 2011-02-06 | 2 | -12/+183 |
| | | |||||
| * | Connect ::response in test | Danielle Madeley | 2011-02-06 | 1 | -0/+3 |
| | | |||||
| * | Test for contact blocking dialog | Danielle Madeley | 2011-02-04 | 3 | -0/+48 |
| | | |||||
| * | Beginning of contact blocking dialog | Danielle Madeley | 2011-02-04 | 4 | -0/+722 |
| | | | | | | | | | | | | | | Can currently select an account and view the contact blocking 'deny' list. List reponds to changes in the group membership. Add/Remove buttons do not yet do anything. | ||||
* | | string-parser: properly handle if g_regex_new() fails | Guillaume Desmottes | 2011-02-10 | 1 | -1/+13 |
| | | |||||
* | | add EmpathyChannelFactory (#634679) | Guillaume Desmottes | 2011-02-10 | 3 | -0/+186 |
| | | | | | | | | It just delegates everything to TpAutomaticProxyFactory for now. | ||||
* | | connectivity: Update to use new Connman D-BUS service names / interfaces | Rob Bradford | 2011-02-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | The Connman service name and interface name has changed to a different namespace: http://lists.connman.net/pipermail/connman/2010-November/002548.html Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=641985 | ||||
* | | improve phrasing of the subscription request message | Guillaume Desmottes | 2011-02-10 | 1 | -2/+3 |
| | | |||||
* | | Reword subscription request dialog to be less technical | Alex Launi | 2011-02-10 | 1 | -2/+2 |
| | | |||||
* | | Only link empathy-av against farsight | Emilio Pozuelo Monfort | 2011-02-10 | 2 | -2/+9 |
| | | |||||
* | | Only build the EmpathyStreamedMedia* classes for empathy-av | Emilio Pozuelo Monfort | 2011-02-10 | 8 | -24/+29 |
| | | | | | | | | So the other binaries don't need to link against farsight. | ||||
* | | Move a couple of call-related functions to empathy-utils.h | Emilio Pozuelo Monfort | 2011-02-10 | 7 | -91/+80 |
| | | | | | | | | | | Since the rest of the call stuff will only be compiled for empathy-av so we don't link every binary against farsight. | ||||
* | | EmpathyCallFactory -> EmpathyStreamedMediaFactory | Emilio Pozuelo Monfort | 2011-02-10 | 14 | -150/+145 |
| | | |||||
* | | Generate closures for src/ | Emilio Pozuelo Monfort | 2011-02-10 | 1 | -1/+22 |
| | | |||||
* | | ::new-call-handler -> ::new-streamed-media-handler | Emilio Pozuelo Monfort | 2011-02-10 | 2 | -2/+2 |
| | | |||||
* | | EmpathyCallWindowFullscreen -> EmpathyStreamedMediaFullscreen | Emilio Pozuelo Monfort | 2011-02-10 | 5 | -158/+158 |
| | | |||||
* | | EmpathyCallWindow -> EmpathyStreamedMediaWindow | Emilio Pozuelo Monfort | 2011-02-10 | 8 | -426/+426 |
| | | |||||
* | | EmpathyCallHandler -> EmpathyStreamedMediaHandler | Emilio Pozuelo Monfort | 2011-02-10 | 9 | -253/+253 |
| | | |||||
* | | EmpathyTpCall -> EmpathyTpStreamedMedia | Emilio Pozuelo Monfort | 2011-02-10 | 10 | -297/+308 |
| | | |||||
* | | use tp_clear_object() | Guillaume Desmottes | 2011-02-07 | 1 | -17/+4 |
| | | |||||
* | | tp-file: use the self->priv pattern | Guillaume Desmottes | 2011-02-07 | 2 | -220/+182 |
| | | |||||
* | | depends on telepathy-glib 0.13.12 | Guillaume Desmottes | 2011-02-07 | 1 | -1/+1 |
| | | | | | | | | We need it for FileTransfer.URI API. | ||||
* | | Set FileTransfer.URI when accepting a file (#641707) | Guillaume Desmottes | 2011-02-07 | 1 | -10/+39 |
| | | |||||
* | | set FileTransfer.URI on outgoing FT | Guillaume Desmottes | 2011-02-07 | 1 | -37/+22 |
|/ | |||||
* | individual-view: properly unref the tooltip_widget when disposing (#641157) | Guillaume Desmottes | 2011-02-03 | 1 | -6/+2 |
| | |||||
* | contact_list_view_popup_menu_idle_cb: remove useless sink/unref | Guillaume Desmottes | 2011-02-03 | 1 | -2/+0 |
| | |||||
* | individual-menu: ensure that the contact stays alive while the activate ↵ | Guillaume Desmottes | 2011-02-03 | 1 | -2/+4 |
| | | | | signal is connected (#641119) | ||||
* | individual_view_popup_menu_idle_cb: remove useless sink/unref | Guillaume Desmottes | 2011-02-03 | 1 | -2/+0 |
| | | | | gtk_menu_attach_to_widget() takes the floating ref so this code is useless. | ||||
* | update last_tag_pattern | Guillaume Desmottes | 2011-02-02 | 1 | -1/+1 |
| | |||||
* | remove released flag | Guillaume Desmottes | 2011-02-02 | 1 | -1/+1 |
| | |||||
* | coding style fixEMPATHY_2_33_1 | Guillaume Desmottes | 2011-02-02 | 1 | -4/+4 |
| | |||||
* | prepare 2.33.1 | Guillaume Desmottes | 2011-02-02 | 2 | -2/+41 |
| | |||||
* | Pressing F2 opens the Edit Contact Information window for #586257 | Kushal Das | 2011-02-02 | 1 | -1/+22 |
| | |||||
* | Bump Folks requirement. | Travis Reitter | 2011-02-02 | 1 | -2/+0 |
| | |||||
* | Adjust for FolksHasPresence -> FolksPresenceOwner | Travis Reitter | 2011-02-02 | 6 | -25/+43 |
| | | | | Fixes bgo#637847. | ||||
* | Adjust for FolksHasAvatar -> FolksAvatarOwner | Travis Reitter | 2011-02-02 | 1 | -1/+2 |
| | | | | Helps bgo#637847. | ||||
* | Bug 637097 — Port to latest folks API changes | Philip Withnall | 2011-02-02 | 8 | -22/+25 |
| | | | | | Catch up with three interface renamings which have happened in folks master. This bumps Empathy's folks dependency to 0.3.3. Closes: bgo#637097 | ||||
* | Stop using removed Individual convenience methods from folks | Philip Withnall | 2011-02-02 | 5 | -20/+20 |
| | | | | | | | They were removed from folks with commit def47dffa31a95ec6bd333f43c69822416098283. This doesn't require a dependency bump, since they're being replaced with calls to methods which exist in folks 0.3.1. See: bgo#629078. Closes: bgo#634754 | ||||
* | Port Empathy to use FolksAliasable and FolksGroupable | Philip Withnall | 2011-02-02 | 10 | -58/+60 |
| | | | | | FolksAliasable is the new name for FolksAlias, and FolksGroupable is the new name for FolksGroups. | ||||
* | Port to libnotify 0.7.0 | William Jon McCann | 2011-02-02 | 3 | -6/+5 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=631944 | ||||
* | empathy_contact_get_presence_message: use the tp_contact if there is no ↵ | Guillaume Desmottes | 2011-02-01 | 1 | -0/+3 |
| | | | | | | | persona for the contact This is needed in muc as channel specific contacts don't have a persona associated with them (#640914). | ||||
* | main-window: add a tooltip on connection error info bars (#626507) | Robert Sajdok | 2011-02-01 | 2 | -1/+2 |
| | |||||
* | account-widget-yahoo: remove server field (#634853) | Guillaume Desmottes | 2011-01-31 | 2 | -33/+4 |
| | |||||
* | account-dialog: keep a proper weak ref on setting_widget_object | Guillaume Desmottes | 2011-01-31 | 1 | -3/+16 |
| | | | | | | | This prevent us of trying to use it after it has been disposed. For example, when switching to an Haze account, we have to wait that the EmpathyAccountSettings is ready before getting the new setting_widget_object but we can't try using the old one while waiting (#640411). | ||||
* | chat-window: don't display notifications for pending messages (#635513) | Guillaume Desmottes | 2011-01-28 | 1 | -1/+5 |
| | |||||
* | EmpathyChat::new-message: tell if the message is a pending one or not | Guillaume Desmottes | 2011-01-28 | 2 | -6/+11 |
| | |||||
* | Improve connected/disconnected notifications (#639352) | Guillaume Desmottes | 2011-01-28 | 1 | -6/+8 |
| | |||||
* | Disable meaningless popup menu items in the contact menu (#573283). | Vitaly Minko | 2011-01-28 | 1 | -3/+13 |
| | |||||
* | enable imported Pidgin accounts if needed (#594145) | Vitaly Minko | 2011-01-28 | 4 | -5/+62 |
| | |||||
* | Add Contact Search support | Emilio Pozuelo Monfort | 2011-01-28 | 7 | -1/+652 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=606947 | ||||
* | Make AccountChooser filters asynchronous to let them handle newly connected ↵ | Vitaly Minko | 2011-01-28 | 10 | -102/+336 |
| | | | | accounts properly (#633481). | ||||
* | Require folks <= 0.2 | Emilio Pozuelo Monfort | 2011-01-28 | 1 | -0/+2 |
| | | | | | Folks 0.3 has the same pkgconfig name but a different API which we don't support yet. | ||||
* | Main window: mark Edit→Context as untranslatable. | Will Thompson | 2011-01-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | The label of this menu item is changed to either _("Contact") or _("Group"), depending on what's currently selected in the tree view. If neither a contact nor a group is selected, the item is hidden entirely. Thus, it should be safe not to translate this string. I haven't tested this. I just came across this when mpt pointed it out on the Twitter: <http://twitter.theinfo.org/30701150579720192>. His tweets suggest that he's found a way to make it show up in the UI, but I can't find any way to do that (either reading the code, or playing with the actual UI). https://bugzilla.gnome.org/show_bug.cgi?id=640751 | ||||
* | password-dialog: add missing include | Jonny Lamb | 2011-01-26 | 1 | -0/+2 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | status-icon: don't show notifications for auth events | Jonny Lamb | 2011-01-26 | 1 | -0/+12 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Empathy.Auth.client: fix handling and observing SASL channels | Jonny Lamb | 2011-01-26 | 1 | -2/+2 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | account-settings: only remove the MC password param if set in the keyring OK | Jonny Lamb | 2011-01-26 | 1 | -12/+30 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | account-settings: use tp_account_get_path_suffix | Jonny Lamb | 2011-01-26 | 1 | -5/+3 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | account-settings: add a comment saying what to remove when purging migration ↵ | Jonny Lamb | 2011-01-26 | 1 | -1/+2 |
| | | | | | | code Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | account-settings: move the migration code to another function | Jonny Lamb | 2011-01-26 | 1 | -45/+54 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | account-settings: migrate passwords from MC to gk ourselves | Jonny Lamb | 2011-01-26 | 1 | -0/+47 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | password-dialog: make OK insensitive unless there's a password set | Jonny Lamb | 2011-01-26 | 1 | -5/+12 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | password-dialog: destroy the dialog if the handler is invalidated | Jonny Lamb | 2011-01-26 | 1 | -0/+11 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | keyring: change display name for passwords to be more human-readable | Jonny Lamb | 2011-01-26 | 1 | -1/+2 |
| | | | | | | | | | | | | | | Apparently people complained that when they opened seahorse to look at their passwords they were greeted by nice display names for keys for wireless networks saved by NetworkManager, and ugly keys for secret parameters saved by mission-control. Let's fix this now then and shut these people up. gnome-keyring finds passwords on the parameters set in the schema, so the display name really is only to show in seahorse. We can set anything we want here. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | server-sasl-handler: add more debugging and only call Close in Status_Succeeded | Jonny Lamb | 2011-01-26 | 1 | -1/+5 |
| | | | | | | | | Calling Close() straight after AcceptSASL() should be fine, but it crashed gabble on versions < 0.11.4. Waiting for State_Accepted is fine though. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | main-window: s/Cancel/Disconnect/ when not giving a password | Jonny Lamb | 2011-01-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | main-window: don't use _full functions where not necessary | Jonny Lamb | 2011-01-26 | 1 | -4/+1 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | main-window: document what the key and value types are for hash tables | Jonny Lamb | 2011-01-26 | 1 | -0/+4 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | event-manager: use tp_clear_object | Jonny Lamb | 2011-01-26 | 1 | -9/+2 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | auth-factory: add a comment as to why we're also an approver | Jonny Lamb | 2011-01-26 | 1 | -0/+6 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | account-settings: use tp_clear_object in dispose | Jonny Lamb | 2011-01-26 | 1 | -19/+5 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | configure: depend on the newest tp-glib for the new auth types stuff | Jonny Lamb | 2011-01-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | account-widget: add Remember Password widgets for all the other protocols | Jonny Lamb | 2011-01-26 | 7 | -24/+281 |
| | | | | | | ...and link these widgets up nicely. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | account-widget: only show Remember Password ticky box if the CM supports SASL | Jonny Lamb | 2011-01-26 | 1 | -1/+7 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | account-settings: add _supports_sasl function | Jonny Lamb | 2011-01-26 | 2 | -0/+10 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | account-settings: don't block notify::ready on getting a password | Jonny Lamb | 2011-01-26 | 2 | -6/+55 |
| | | | | | | | | The account widget acts a little more synchronously, so we can't wait for the keyring to give us the password. We can signal later about it though. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | status-icon: blink when we get a password request | Jonny Lamb | 2011-01-26 | 2 | -5/+6 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | auth-factory: become an Observer and claim auth channels where necessary | Jonny Lamb | 2011-01-26 | 3 | -57/+229 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | main-window: display an info bar approving or rejecting the auth channel | Jonny Lamb | 2011-01-26 | 2 | -1/+161 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | event-manager: become an approver for auth channels | Jonny Lamb | 2011-01-26 | 2 | -6/+85 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | event-manager: add the account to the EmpathyEvent struct | Jonny Lamb | 2011-01-26 | 2 | -13/+23 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | account-widget: handle the remember password widget with the simple widget | Jonny Lamb | 2011-01-26 | 2 | -13/+57 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | account-settings: don't call TpAccount functions if we've not created it yet | Jonny Lamb | 2011-01-26 | 1 | -3/+14 |
| | | | | | | We're creating the account so the account isn't around yet. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | password-dialog: re-enable showing the Remember password check button | Jonny Lamb | 2011-01-26 | 1 | -7/+0 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | account-widget: hook up the remember password toggle button | Jonny Lamb | 2011-01-26 | 1 | -0/+38 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | account-settings: add support for saving the password in the keyring ourselves | Jonny Lamb | 2011-01-26 | 1 | -3/+165 |
| | | | | | | Only do this if the CM supports popping up SASL-enabled auth channels. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | account-settings: store the TpProtocol object and notify::ready when it's ↵ | Jonny Lamb | 2011-01-26 | 1 | -3/+47 |
| | | | | | | prepared Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | server-sasl-handler: shorten very long lines | Jonny Lamb | 2011-01-26 | 1 | -4/+4 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | server-sasl-handler: stop using GET_PRIV | Jonny Lamb | 2011-01-26 | 1 | -18/+15 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | password-dialog: stop using GET_PRIV | Jonny Lamb | 2011-01-26 | 1 | -9/+7 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | password-dialog: small style change to please make check | Jonny Lamb | 2011-01-26 | 1 | -2/+2 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | po: add password-dialog to POTFILES.in | Jonny Lamb | 2011-01-26 | 1 | -0/+1 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | keyring: change schema to be incompatible with current MC | Jonny Lamb | 2011-01-26 | 1 | -9/+9 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | password-dialog: center the dialog | Jonny Lamb | 2011-01-26 | 1 | -0/+2 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | password-dialog: don't display "Remember password" for now | Jonny Lamb | 2011-01-26 | 1 | -0/+7 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | server-sasl-handler: handle invalid SASL statuses | Jonny Lamb | 2011-01-26 | 1 | -0/+7 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | keyring: allow set and delete password to have NULL callbacks | Jonny Lamb | 2011-01-26 | 1 | -2/+0 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | keyring: add a delete_password function | Jonny Lamb | 2011-01-26 | 2 | -0/+102 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | server-sasl-handler: save the password if requested | Jonny Lamb | 2011-01-26 | 1 | -1/+21 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | keyring: add set_password_{async,finish} functions | Jonny Lamb | 2011-01-26 | 2 | -6/+87 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | server-sasl-handler: make a GAsyncInitable and get the password | Jonny Lamb | 2011-01-26 | 4 | -23/+193 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | keyring: add simple keyring helper | Jonny Lamb | 2011-01-26 | 3 | -0/+154 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | auth-client: move the password dialog into a new file | Jonny Lamb | 2011-01-26 | 4 | -176/+390 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | auth-client: grab the keyboard focus when popping up the password dialog | Jonny Lamb | 2011-01-26 | 1 | -0/+73 |
| | | | | | | I like this. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | auth-client: improve the password request dialog | Jonny Lamb | 2011-01-26 | 3 | -13/+74 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | server-sasl-handler: add an account property | Jonny Lamb | 2011-01-26 | 3 | -4/+38 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | auth-client: listen for new sasl handlers and pop up a password dialog | Jonny Lamb | 2011-01-26 | 1 | -2/+69 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | auth-factory: create ServerSASLHandlers and signal them appearing | Jonny Lamb | 2011-01-26 | 1 | -12/+78 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | server-sasl-handler: added | Jonny Lamb | 2011-01-26 | 3 | -0/+337 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | auth-factory: add EmpathyAuthFactory::new-server-sasl-handler | Jonny Lamb | 2011-01-26 | 1 | -0/+10 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | auth-factory: also handle auth channels | Jonny Lamb | 2011-01-26 | 2 | -1/+16 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | debug: add SASL debug flag and key | Jonny Lamb | 2011-01-26 | 2 | -0/+2 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | configure: depend on tp-glib >= 0.13.7 for tp-glib codegen | Jonny Lamb | 2011-01-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Compile with --without-ca-file | Will Thompson | 2010-12-13 | 1 | -0/+2 |
| | |||||
* | properly manage the reference of the pixbuf returned by ↵ | Guillaume Desmottes | 2010-11-25 | 2 | -2/+6 |
| | | | | empathy_pixbuf_avatar_from_individual_scaled_finish | ||||
* | empathy_individual_view_get_group_menu: don't leak the group | Guillaume Desmottes | 2010-11-25 | 1 | -0/+1 |
| | |||||
* | log_window_get_messages_for_date: don't leak chat_id and account | Guillaume Desmottes | 2010-11-25 | 1 | -0/+3 |
| | |||||
* | smiley-manager: clean up memory management of the path | Guillaume Desmottes | 2010-11-24 | 1 | -4/+5 |
| | |||||
* | empathy_message_from_tpl_log_entry: don't leak receiver and sender | Guillaume Desmottes | 2010-11-24 | 1 | -6/+12 |
| | |||||
* | chat_log_filter: don't leak EmpathyMessage | Guillaume Desmottes | 2010-11-24 | 1 | -0/+1 |
| | |||||
* | remove released flag | Guillaume Desmottes | 2010-11-18 | 1 | -1/+1 |
| | |||||
* | configure: blindy trust user if he provided a cert fileEMPATHY_2_32_2 | Guillaume Desmottes | 2010-11-18 | 1 | -3/+0 |
| | |||||
* | prepare 2.32.2 | Guillaume Desmottes | 2010-11-18 | 2 | -2/+18 |
| | |||||
* | Make ca-certs location configurable (#634197) | Brian Pepple | 2010-11-18 | 2 | -1/+34 |
| | |||||
* | individual_avatar_pixbuf_received_cb: don't leak the iters | Guillaume Desmottes | 2010-11-18 | 1 | -0/+2 |
| | |||||
* | factor out free_iters | Guillaume Desmottes | 2010-11-18 | 1 | -7/+10 |
| | |||||
* | individual_store_name_sort_func: don't leak names | Guillaume Desmottes | 2010-11-18 | 1 | -0/+2 |
| | |||||
* | remove released flag | Guillaume Desmottes | 2010-11-15 | 2 | -1/+2 |
| | |||||
* | prepare 2.32.1EMPATHY_2_32_1 | Guillaume Desmottes | 2010-11-15 | 2 | -3/+27 |
| | |||||
* | [l10n] Updated Estonian translation | Mattias Põldaru | 2010-11-15 | 1 | -9/+6 |
| | |||||
* | pofilter fixes for the Finnish translation, update translator-credits | Ville-Pekka Vainio | 2010-11-15 | 1 | -64/+66 |
| | |||||
* | Updated Finnish translation | Ville-Pekka Vainio | 2010-11-14 | 1 | -444/+528 |
| | |||||
* | Updated Crimean Tatar (Crimean Turkish) translation | Reşat SABIQ | 2010-11-04 | 1 | -756/+1275 |
| | |||||
* | Don't build with gnome-keyring 2.91.x (#631657) | Guillaume Desmottes | 2010-10-26 | 1 | -1/+4 |
| | |||||
* | don't support libnotify 0.7 (#632806) | Guillaume Desmottes | 2010-10-26 | 1 | -1/+4 |
| | |||||
* | Stop disabling deprecated GTK API | Guillaume Desmottes | 2010-10-26 | 1 | -6/+0 |
| | | | | We're not going to make big changes in this branch. | ||||
* | disable GTK3 support (#632807) | Guillaume Desmottes | 2010-10-26 | 1 | -79/+25 |
| | |||||
* | Updated Catalan (Valencian) translation | Carles Ferrando | 2010-10-23 | 1 | -742/+1251 |
| | |||||
* | Updated Japanese translation | Takayuki KUSANO | 2010-10-20 | 1 | -147/+148 |
| | |||||
* | Updated comments translations | Gabor Kelemen | 2010-10-20 | 1 | -7/+22 |
| | |||||
* | empathy_notify_manager_notification_is_enabled: properly check the ↵ | Guillaume Desmottes | 2010-10-18 | 1 | -1/+1 |
| | | | | | | | EMPATHY_PREFS_NOTIFICATIONS_DISABLED_AWAY preference If this key is set, that means we do NOT want the notification when being away/busy. | ||||
* | Updated Spanish translation | Jorge González | 2010-10-13 | 1 | -4/+4 |
| | |||||
* | Updated Catalan translation | Gil Forcada | 2010-10-11 | 1 | -738/+1194 |
| | |||||
* | Updated Korean translation | Changwoo Ryu | 2010-10-09 | 1 | -749/+1245 |
| | |||||
* | main-window: elipsize "No match found" message | Guillaume Desmottes | 2010-10-06 | 1 | -0/+3 |
| | | | | This avoid to enlarge the contact list when displaying it (#631455). | ||||
* | remove released flag | Guillaume Desmottes | 2010-10-04 | 1 | -1/+1 |
| | |||||
* | prepare 2.32.0.1 releaseEMPATHY_2_32_0_1 | Guillaume Desmottes | 2010-10-04 | 2 | -2/+46 |
| | |||||
* | release.py: update last_tag_pattern | Guillaume Desmottes | 2010-10-04 | 1 | -1/+1 |
| | |||||
* | Set the ptime multiple for PCM codecs to 20ms, needed for interop with some ↵ | Sjoerd Simons | 2010-10-04 | 1 | -0/+6 |
| | | | | SIP phones | ||||
* | Don't ignore the CA certificate if it's the only one in the chain | Cosimo Cecchi | 2010-10-04 | 1 | -1/+4 |
| | | | | | This avoids auth-client crashes for servers which provide only a self-signed CA as TLS certificate on connect (#631095). | ||||
* | Always show icons for meta-contacts in context menu | Vincent Untz | 2010-10-04 | 1 | -0/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=631098 | ||||
* | remove deprecated FIXME | Guillaume Desmottes | 2010-10-04 | 1 | -1/+0 |
| | |||||
* | [l10n] Updated help Italian translation | Milo Casagrande | 2010-10-02 | 1 | -204/+442 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2010-10-02 | 1 | -180/+190 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-10-01 | 1 | -123/+124 |
| | |||||
* | l10n: Updated Greek translation for empathy help | Michael Kotsarinis | 2010-10-01 | 1 | -107/+235 |
| | |||||
* | l10n: Updated Greek translation for empathy | Simos Xenitellis | 2010-09-30 | 1 | -270/+458 |
| | |||||
* | Updated Lithuanian translation | Žygimantas Beručka | 2010-09-29 | 1 | -193/+132 |
| | |||||
* | Fix a typo | Gabor Kelemen | 2010-09-29 | 1 | -1/+1 |
| | |||||
* | fix typo | Guillaume Desmottes | 2010-09-29 | 1 | -1/+1 |
| | |||||
* | field_value_is_empty: if the first element is not NULL field is not empty | Guillaume Desmottes | 2010-09-29 | 1 | -1/+1 |
| | |||||
* | factor out field_value_is_empty() | Guillaume Desmottes | 2010-09-29 | 1 | -1/+10 |
| | |||||
* | add debug output | Guillaume Desmottes | 2010-09-29 | 1 | -0/+3 |
| | |||||
* | Add unsupported contact fields to details_to_set (#630427) | Guillaume Desmottes | 2010-09-29 | 1 | -6/+17 |
| | | | | This avoid to loss unsupported fields when closing the dialog. | ||||
* | Use tp_contact_info_field_copy() instead of creating a new field if found | Guillaume Desmottes | 2010-09-29 | 1 | -6/+12 |
| | |||||
* | contact_widget_details_update_edit: free the list returned by ↵ | Guillaume Desmottes | 2010-09-29 | 1 | -0/+1 |
| | | | | tp_contact_get_contact_info() | ||||
* | contact_widget_details_update_edit: no need to call ↵ | Guillaume Desmottes | 2010-09-29 | 1 | -2/+3 |
| | | | | tp_contact_get_contact_info() each iteration | ||||
* | [i18n] Updated Dutch translation | Hannie Dumoleyn | 2010-09-28 | 1 | -754/+1344 |
| | |||||
* | ignore hu pages | Guillaume Desmottes | 2010-09-28 | 1 | -0/+2 |
| | |||||
* | google-talk: no need to unset the 'server' param | Guillaume Desmottes | 2010-09-28 | 2 | -2/+0 |
| | | | | | We don't set it anymore as fallback-servers super-seeded it but there is no point to unset; the account settings has just be created and is empty. | ||||
* | bump GTK+ dep to 2.22.0 | Guillaume Desmottes | 2010-09-28 | 1 | -1/+1 |
| | |||||
* | empathy-chat: update GDK_ defines to GDK_KEY_ | Diego Escalante Urrelo | 2010-09-28 | 1 | -8/+8 |
| | | | | | | This change works in both GTK+ 2.22 and GTK+ 3.0 Bug #630107 | ||||
* | Don't use deprecated gtk_dialog_set_has_separator | Diego Escalante Urrelo | 2010-09-28 | 11 | -42/+0 |
| | | | | | | This is deprecated in GTK+ 2.22 Bug #630107 | ||||
* | empathy-avatar-image: don't use gdk_display global | Diego Escalante Urrelo | 2010-09-28 | 1 | -2/+2 |
| | | | | | | This is deprecated for GTK+ 2.22. Bug #630107 | ||||
* | Updated Greek translation | Giannis Katsampirhs | 2010-09-28 | 1 | -628/+484 |
| | |||||
* | don't use gtk_window_present_with_time if timestamp == GDK_CURRENT_TIME ↵ | Guillaume Desmottes | 2010-09-27 | 1 | -1/+5 |
| | | | | (#629922) | ||||
* | empathy_window_present: use gtk_get_current_event_time() as default ↵ | Guillaume Desmottes | 2010-09-27 | 1 | -1/+1 |
| | | | | timestamp (#629922) | ||||
* | Disable the fullscreen action while we are not connected | Guillaume Desmottes | 2010-09-27 | 1 | -0/+6 |
| | |||||
* | empathy_call_window_fullscreen_set_cursor_visible: clean up function | Guillaume Desmottes | 2010-09-27 | 1 | -5/+5 |
| | |||||
* | Leave fullscreen mode when call is disconnected (#593437) | Guillaume Desmottes | 2010-09-27 | 1 | -0/+3 |
| | |||||
* | show_borders: check if video_output still exists before using it | Guillaume Desmottes | 2010-09-27 | 1 | -4/+9 |
| | |||||
* | empathy_call_window_fullscreen_set_cursor_visible: early return if video ↵ | Guillaume Desmottes | 2010-09-27 | 1 | -1/+4 |
| | | | | widget is NULL | ||||
* | call-window-fullscreen: NULLify the video widget when it's destroyed | Guillaume Desmottes | 2010-09-27 | 1 | -0/+12 |
| | |||||
* | disconnect signal before destroying the video widget | Guillaume Desmottes | 2010-09-27 | 1 | -0/+1 |
| | |||||
* | factor out disconnect_video_output_motion_handler() | Guillaume Desmottes | 2010-09-27 | 1 | -9/+12 |
| | |||||
* | call-window: remove the errors info bar when redialing (#630276) | Guillaume Desmottes | 2010-09-27 | 1 | -0/+4 |
| | |||||
* | chat_window_new_message_cb: update the window icon as well (#558802) | Guillaume Desmottes | 2010-09-27 | 1 | -1/+2 |
| | | | | We want to change the window icon even if it's not focused. | ||||
* | voip_cmp_func: first check if we support and then audio | Guillaume Desmottes | 2010-09-27 | 1 | -9/+19 |
| | | | | | | This doesn't change anything when doing audio/video calls as we know for sure that the individials support the capabilities. But when doing chat, we first want to use the individial supporting video and then audio in case of a tie. | ||||
* | Prioritize default individual for chats using capabilities (#629912) | Guillaume Desmottes | 2010-09-27 | 1 | -0/+62 |
| | |||||
* | rename presence_sort_func to presence_cmp_func | Guillaume Desmottes | 2010-09-27 | 1 | -11/+20 |
| | | | | | cmp_func() compare one feature (presence in this case) while sort_func() uses different cmp_func() to implement a feature specific sort. | ||||
* | empathy-accounts.c: check return value of unique_app_send_message (#629782) | Guillaume Desmottes | 2010-09-27 | 1 | -4/+6 |
| | |||||
* | empathy.c: check return value of unique_app_send_message (#629782) | Guillaume Desmottes | 2010-09-27 | 1 | -4/+6 |
| | |||||
* | remove released flag | Guillaume Desmottes | 2010-09-27 | 1 | -1/+1 |
| | |||||
* | Added Spanish translation, removed by mistakeEMPATHY_2_32_0 | Jorge González | 2010-09-27 | 1 | -0/+4435 |
| | |||||
* | Updated Japanese translation. | Takayuki KUSANO | 2010-09-27 | 1 | -37/+48 |
| | |||||
* | prepare 2.32.0 | Guillaume Desmottes | 2010-09-27 | 2 | -3/+57 |
| | |||||
* | Updated Bulgarian translation | Damyan Ivanov | 2010-09-27 | 1 | -759/+1198 |
| | |||||
* | [help] Updated French translation | Claude Paroz | 2010-09-27 | 1 | -9/+8 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2010-09-27 | 1 | -142/+79 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-09-26 | 2 | -4441/+9 |
| | |||||
* | Updated Romanian translation | Lucian Adrian Grijincu | 2010-09-26 | 1 | -1034/+1527 |
| | |||||
* | [i18n] Fixed typo in German doc translation | Mario Blättermann | 2010-09-26 | 1 | -1/+1 |
| | |||||
* | [i18n] Updated German doc translation | Mario Blättermann | 2010-09-26 | 1 | -431/+411 |
| | |||||
* | Update Simplifid Chinese translation. | Xhacker Liu | 2010-09-26 | 1 | -41/+52 |
| | |||||
* | [l10n] Updated Estonian translation | Mattias Põldaru | 2010-09-26 | 1 | -2/+2 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2010-09-26 | 1 | -484/+1820 |
| | |||||
* | Added Hungarian translation | Gabor Kelemen | 2010-09-26 | 1 | -0/+2047 |
| | |||||
* | Add hu to DOC_LINGUAS | Gabor Kelemen | 2010-09-26 | 1 | -1/+1 |
| | |||||
* | [help] Fixed wrong section name, fixes #630544 | Milo Casagrande | 2010-09-25 | 1 | -1/+1 |
| | |||||
* | [l10n] Updated Italian translation | Milo Casagrande | 2010-09-25 | 1 | -57/+69 |
| |