aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* create_errors_to_message_hash: add support for more errorsGuillaume Desmottes2010-08-051-0/+21
|
* add empathy_dbus_error_name_get_default_messageGuillaume Desmottes2010-08-052-0/+45
| | | | Reuse existing errors for now.
* main-window: pass the TpConnectionStatusReason to main_window_error_displayGuillaume Desmottes2010-08-051-6/+5
|
* Merge branch 'av-candidate-624344'Guillaume Desmottes2010-08-054-8/+623
|\
| * display the tooltip on the info imageGuillaume Desmottes2010-08-051-7/+17
| |
| * add 'info' icon next to the candidatesGuillaume Desmottes2010-08-051-16/+80
| |
| * call-window: use candidates-changed signalGuillaume Desmottes2010-08-051-79/+37
| |
| * call-handler: add candidates-changed signalGuillaume Desmottes2010-08-051-0/+13
| |
| * use a space to separate the IP from the portGuillaume Desmottes2010-08-051-1/+1
| |
| * add tooltips giving a bit more context about the candidateGuillaume Desmottes2010-08-051-0/+23
| |
| * destroy the old candidates before updating themGuillaume Desmottes2010-08-051-0/+4
| |
| * call-window: display candidates info (#599166)Guillaume Desmottes2010-08-052-0/+370
| |
| * call-handler: add properties tracking the candidatesGuillaume Desmottes2010-08-052-0/+173
| |
* | Fix an assertion failure in the filtering code due to show-offline changesPhilip Withnall2010-08-051-2/+4
|/ | | | | | individual_view_is_visible_individual() is now called even when the live search widget isn't in use, so has to fail gracefully in that case. Closes: bgo#626041
* Updated Norwegian bokmål translationKjartan Maraas2010-08-041-204/+257
|
* irc-networks: Remove Ubuntu Servers (#625950)Brian Curtis2010-08-041-5/+0
| | | | It's redundant with freenode.
* update Punjabi Translation by A S AlamA S Alam2010-08-041-667/+799
|
* use member variable instead of getterFelix Kaser2010-08-031-5/+3
|
* removed fixme comment when toggling show_offlineFelix Kaser2010-08-031-3/+0
|
* refactored show_offline property to the viewFelix Kaser2010-08-035-115/+70
| | | | | | the show offline property was moved from the individual store to the individual view. this allows to easily and automatically search through offline contacts as well.
* Updated Slovenian translationMatej Urbančič2010-08-031-367/+470
|
* Connect signals only once, it's enoughXavier Claessens2010-08-031-7/+0
|
* Ensure contacts have a persona setPhilip Withnall2010-08-032-1/+3
| | | | | | | | Ensure that contacts created by empathy_contact_dup_from_folks_individual() have a persona set, so that things like custom presence messages in contact tooltips work again. This requires that we don't set the alias on the contacts during the initial contact population period, or we'll end up with duplicates of each contact in the list. Closes: bgo#625828
* fixing a method name typoFelix Kaser2010-08-031-2/+2
|
* Updated Russian translation from Александр Семёнов ↵Leonid Kanter2010-08-031-662/+795
| | | | <rotuka@ya.ru>
* contact: coding style fixGuillaume Desmottes2010-08-031-1/+1
|
* Add a translator comment explaining the "reduce location" semantic (#624062)Guillaume Desmottes2010-08-031-1/+1
| | | | Thanks to mahfiaz@gmail.com for his suggestion.
* Updated zh_CN translation.Funda Wang2010-08-032-74/+77
|
* Maintain a list of Individuals which have EmpathyContacts in the managerPhilip Withnall2010-08-032-25/+115
| | | | | | | This is necessary so that Individuals can be tracked as EmpathyContact-carrying Personas are added and removed from them, and to ensure that the IndividualManager doesn't use Individuals without EmpathyContacts.
* remove released flagGuillaume Desmottes2010-08-031-2/+2
|
* prepare 2.31.6EMPATHY_2_31_6Guillaume Desmottes2010-08-032-3/+43
|
* Don't warn when adding an existing contactPhilip Withnall2010-08-031-4/+8
| | | | Closes: bgo#625830
* map-view: be a proper GtkWindow (#625826)Guillaume Desmottes2010-08-023-154/+221
|
* free the list returned by clutter_container_get_children()Guillaume Desmottes2010-08-021-3/+4
|
* show the date in messages coming from history (#624599)Nicolò Chieffo2010-08-023-7/+14
|
* Check for the right version of CC depending on GTK+Guillaume Desmottes2010-08-021-4/+9
| | | | gnome-control-center has been ported to GTK+3 in 2.31.4
* Group all matching functions togetherXavier Claessens2010-07-301-69/+69
| | | | This is only code move, no change
* Abort directly if a test failedXavier Claessens2010-07-301-6/+4
|
* Simplify code: Avoid nested loopsXavier Claessens2010-07-301-61/+63
|
* Make livesearch work if accentued letters are pre-decomposedXavier Claessens2010-07-302-7/+12
|
* Add unit tests for the multi-word searchingXavier Claessens2010-07-301-0/+6
|
* Make EmpathyLiveSearch's match algo smarter with wordsXavier Claessens2010-07-301-27/+74
| | | | Fixes bug #622376
* Add GTK_LIBS to build testsXavier Claessens2010-07-301-3/+6
|
* backport the last commit to contact-list-viewFelix Kaser2010-07-291-6/+10
|
* added return value for the keynav signalFelix Kaser2010-07-292-7/+13
| | | | now the hook widget can decide if it wants to handle the event or not. in case of the treeview this allows us to navigate in the search entry with left and right and navigate in the treeview with up and down since those are catched by the treeview
* changed the type of keynav signalFelix Kaser2010-07-292-6/+6
| | | | now VOID__BOXED is used instead of VOID__POINTER
* added check for null before scroll to cellFelix Kaser2010-07-291-2/+5
|
* add key navigation possibilities to searchFelix Kaser2010-07-291-0/+23
| | | | one result of this patch is that key navigation in the search-entry will not be possible any more, in order to allow the hook widget to react to key navigation.
* keep the selected contact visible after searchFelix Kaser2010-07-291-0/+7
| | | | empathy will scroll automatically to the cell which is selected, when the search is hidden.
* enable keynavigation during search in contact-listFelix Kaser2010-07-292-4/+48
|
* dont catch key up and down from the treeviewFelix Kaser2010-07-291-0/+5
| | | | it is needed for the navigation. current implementation did catch it from the treeview and propagate it to the live search entry.
* fixed a critical when quiting while searchingFelix Kaser2010-07-291-1/+1
|
* added zh_CN to help/.gitignoreFelix Kaser2010-07-281-0/+2
|
* fix small regression with expanding groupsFelix Kaser2010-07-281-1/+1
|
* [i18n] Updated German translationMario Blättermann2010-07-281-110/+132
|
* Updated Galician translationsFran Diéguez2010-07-271-93/+115
|
* Merge branch 'folks-async-and-prepare'Travis Reitter2010-07-274-6/+77
|\
| * Adjust for signature change in folks_groups_change_group()Travis Reitter2010-07-273-4/+56
| |
| * Adjust for signature change in folks_individual_aggregator_remove_individual()Travis Reitter2010-07-271-1/+19
| |
| * Use the new IndividualAggregator.prepare() methodPhilip Withnall2010-07-272-1/+2
| | | | | | | | This avoids races when connecting to signals from the IndividualAggregator.
* | Add Simplified Chinese help translation.Aron Xu2010-07-272-1/+2712
| |
* | Updated Galician translationsFran Diéguez2010-07-271-1329/+1324
| |
* | Updated Spanish translationJorge González2010-07-271-116/+134
| |
* | Committed version of x264enc needs profile=1 for baselineSjoerd Simons2010-07-271-1/+1
| |
* | Updated Norwegian Nynorsk translationTorstein Adolf Winterseth2010-07-271-563/+584
| |
* | Added Norwegian Nynorsk translationTorstein Adolf Winterseth2010-07-262-0/+3336
|/
* Updated Slovenian translationAndrej Žnidaršič2010-07-261-180/+172
|
* Updated Galician translationsFran Diéguez2010-07-251-72/+138
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2010-07-242-182/+226
|
* Updated Hebrew translation.Yaron Shahrabani2010-07-241-115/+137
|
* Add help/gl/ in gitignoreXavier Claessens2010-07-231-0/+2
|
* Remove cc-empathy-accounts-page.c from POTFILE.inXavier Claessens2010-07-231-2/+1
|
* Update Simplified Chinese translations.Yunqiang Su2010-07-231-72/+92
|
* Updated Galician translationsFran Diéguez2010-07-221-3/+3
|
* Use presence message from FolksPersona rather than TpContactPhilip Withnall2010-07-221-15/+25
|
* Enforce use only of TpfPersonasPhilip Withnall2010-07-221-4/+2
| | | | | | If we only allow EmpathyContacts to be linked to TpfPersonas, we can make some assumptions about which interfaces are available on the personas for efficiency purposes.
* Re-enable setting of groups for newly-added contactsPhilip Withnall2010-07-223-11/+51
| | | | | | Changes to groups made while adding a contact need to be cached up until the contact's FolksPersona is set, when they can be flushed to the libfolks backend.
* Update FolksPersona:alias when updating EmpathyContact:aliasPhilip Withnall2010-07-221-0/+15
|
* Merge EmpathyContact:name and *_set_alias() to EmpathyContact:aliasPhilip Withnall2010-07-2220-107/+91
| | | | The "name" API was a relic of Gossip.
* Remove folks_individual_dup_from_empathy_contact()Philip Withnall2010-07-224-94/+23
| | | | | As EmpathyContact is now a wrapper around FolksPersona, we can mutate the persona instead of acquiring an individual and mutating that instead.
* Add a link between EmpathyContact and FolksPersonaPhilip Withnall2010-07-223-0/+102
| | | | EmpathyContact should eventually just be a thin wrapper over FolksPersona.
* Merge remote branch 'pwith/folks-integ-rebase1-fixes-rebase1' into folks-fixesTravis Reitter2010-07-226-14/+27
|
* Re-add support for the "People Nearby" groupPhilip Withnall2010-07-211-4/+12
|
* TyposKhaled Hosny2010-07-211-2/+2
|
* Add authors and fix copyrights for empathy-accounts-moduleDanielle Madeley2010-07-213-3/+7
|
* Remove unneccesary signal disconnection in EmpathyAccountsDialogDanielle Madeley2010-07-211-35/+9
| | | | Generated critical warnings under GTK+ 3
* Update cc-empathy-accounts-panel for latest gnome-control-centerDanielle Madeley2010-07-216-365/+130
|
* Update gnome-control-center dependencyDanielle Madeley2010-07-211-3/+10
|
* Remove apostrophes from configure.ac because they break vim's highlightingDanielle Madeley2010-07-211-9/+9
|
* Take advantage of tp_asv_new().Travis Reitter2010-07-211-5/+3
|
* Use the proper source_tag in empathy_pixbuf_avatar_from_individual_scaled_*().Travis Reitter2010-07-211-2/+2
|
* Adjust to the new add_persona_from_details() API.Travis Reitter2010-07-212-3/+5
|
* Update to the FolksIndividualAggregator:individuals-changed signal.Travis Reitter2010-07-214-24/+23
|
* Don't depend on Folks capabilities in the IndividualViewTravis Reitter2010-07-211-2/+13
|
* Calculate contact capabilities ourselves.Travis Reitter2010-07-211-12/+33
| | | | | The libfolks Capabilities interface will be removed temporarily, so we can't rely upon it for now.
* Only have one parameter per function definition line.Travis Reitter2010-07-211-1/+2
|
* Cut excessive G_STRLOC in DEBUG statements.Travis Reitter2010-07-211-3/+3
|
* Chain up IndividualManager's dispose() to call its parent's dispose().Travis Reitter2010-07-211-0/+2
|
* Perform the IndividualManager dispose work in a dispose() function, not ↵Travis Reitter2010-07-211-2/+2
| | | | finalize.
* Add a comment about the IndividualManager's general memory management policy.Travis Reitter2010-07-211-0/+6
|
* Use the more-conventional approach to signal emission in IndividualManager.Travis Reitter2010-07-211-32/+44
|
* Take advantage of tp_clear_object().Travis Reitter2010-07-211-2/+1
|
* Minimize the scope of some variables and avoid risk of double-freeing a string.Travis Reitter2010-07-211-3/+4
|
* Enclose a non-trivial expression in () in an assignment.Travis Reitter2010-07-211-1/+1
|
* Also sort the IndividualStore by underlying protocol and account ID.Travis Reitter2010-07-211-3/+24
|
* Don't enclose trivial blocks in {}.Travis Reitter2010-07-212-96/+33
|
* Use explicit '!= NULL' for pointer boolean expressions.Travis Reitter2010-07-212-12/+13
|
* Cut obsolete comment.Travis Reitter2010-07-211-1/+0
|
* Simplify validation.Travis Reitter2010-07-211-1/+1
|
* Take advantage of tp_clear_object().Travis Reitter2010-07-212-9/+5
|
* We already know that this contact is a FolksIndividual if it isn't NULL, so ↵Travis Reitter2010-07-211-1/+1
| | | | simplify the conditional.
* Stick with the term 'contact' instead of adding 'individual'.Travis Reitter2010-07-211-1/+1
|
* Update copyright notice.Travis Reitter2010-07-211-1/+1
|
* Fix alignment.Travis Reitter2010-07-211-1/+1
|
* Don't leak references to the contacts returned from ↵Travis Reitter2010-07-214-1/+15
| | | | empathy_contact_dup_from_folks_individual().
* Add 'dup' to the names of empathy_contact_from_folks_individual() and ↵Travis Reitter2010-07-218-37/+37
| | | | folks_individual_from_empathy_contact() to make it clear that the return value has been referenced.
* Simplify empathy_folks_individual_contains_contact().Travis Reitter2010-07-211-9/+2
|
* Add comments for the new Individual/Contact utility functions.Travis Reitter2010-07-211-0/+10
|
* Use the gio async pattern for fetching Individuals' avatarsTravis Reitter2010-07-213-39/+92
|
* Reduce line length.Travis Reitter2010-07-211-5/+6
|
* Take advantage of the tp_clear_* utility functions.Travis Reitter2010-07-214-60/+16
|
* Cut misinformed comment about a potential race condition.Travis Reitter2010-07-211-1/+0
|
* Create a constructor for PixbufAvatarFromIndividualClosure.Travis Reitter2010-07-211-11/+26
|
* Clarify that toggling a group in the EmpathyContactWidget actually toggles it.Travis Reitter2010-07-211-4/+5
|
* Use explicit boolean expressions for if-conditionals, according to Telepathy ↵Travis Reitter2010-07-214-13/+13
| | | | style.
* Add the empathy-individual-* files to POTFILES.inTravis Reitter2010-07-211-0/+3
|
* Hold a reference to the contact we're adding as an individualPhilip Withnall2010-07-211-4/+11
| | | | | | | In empathy_individual_manager_add_from_contact(), we must hold a reference to the contact we're adding throughout the entire async process, or the TpHandle which represents the contact could get unreffed and destroyed. This causes the new contact to get lost.
* Add some more validation when sorting the contact list.Travis Reitter2010-07-211-8/+10
|
* Fix setting favourites from the contact editing dialoguePhilip Withnall2010-07-211-17/+16
|
* Allow changing of individuals' aliasesPhilip Withnall2010-07-212-4/+9
|
* Re-enable changing individuals' groupsPhilip Withnall2010-07-213-13/+45
| | | | | | This introduces a hacky function to return the individual for a given EmpathyContact, which should go away once we break the assumption that individuals are 1:1 with contacts.
* Bump libfolks requirement.Travis Reitter2010-07-211-1/+1
|
* Fix trivial casting error.Travis Reitter2010-07-211-1/+2
|
* Support removing groupsPhilip Withnall2010-07-213-2/+33
|
* Fix some referencing bugs with the IndividualStore and IndividualViewPhilip Withnall2010-07-212-13/+13
|
* Re-implement file sending with drag and dropPhilip Withnall2010-07-211-2/+3
|
* Remove unused EmpathyIndividualManager instances from the individual menuPhilip Withnall2010-07-211-9/+0
|
* Remove an unused connection to the telepathy-logger servicePhilip Withnall2010-07-211-24/+0
|
* Bump required version of libfolks for API change.Travis Reitter2010-07-211-1/+1
|
* Sync up with the libfolks replacement of ↵Travis Reitter2010-07-211-1/+1
| | | | folks_individual_aggregator_get_members().
* Cut outdated comment.Travis Reitter2010-07-211-2/+0
|
* Take advantage of favourites being a hard requirement and add stubs for ↵Travis Reitter2010-07-211-4/+0
| | | | adding/removing individuals as favourites.
* Hide/show groups as necessary when their members change.Travis Reitter2010-07-211-0/+7
|
* Replace the IndividualView's setup function with a more-conventional ↵Travis Reitter2010-07-211-1/+0
| | | | constructed function.
* Catch up with convention for getting the view's model.Travis Reitter2010-07-211-1/+1
|
* Follow the new tree store insertion convention used by the contact list ↵Travis Reitter2010-07-211-7/+8
| | | | store in the individual store.
* Finish adding favourites supportPhilip Withnall2010-07-213-27/+43
|
* Support contact removalTravis Reitter2010-07-213-5/+25
|
* Support contact addingTravis Reitter2010-07-217-8/+251
|
* Use the new FolksFavourite interface for favourites supportPhilip Withnall2010-07-215-37/+10
|
* Fixes from merging masterPhilip Withnall2010-07-211-0/+1
|
* Avoid potential segfaults if there are no contacts on the first pass.Travis Reitter2010-07-213-48/+13
|
* Add a note about future work to be done after we break the 1:1 ↵Travis Reitter2010-07-211-0/+3
| | | | FolksIndividual:TpContact relationship.
* Re-add the audio and video call menu items in the call-activated handler.Travis Reitter2010-07-211-4/+6
|
* Support the contact list tooltipTravis Reitter2010-07-211-1/+48
|
* Re-implement the context menu for IndividualsTravis Reitter2010-07-2110-36/+881
|
* Don't crash if a row gets deleted before being expanded.Travis Reitter2010-07-211-1/+0
|
* Fix the formatting of some calls to g_object_set()Travis Reitter2010-07-211-6/+26
|
* Back-port better solution for incorrect-groups-expanded problem.Travis Reitter2010-07-211-0/+1
|
* Implement avatar support.Travis Reitter2010-07-214-32/+171
|
* Base the contact list around libfolks metacontacts. Not yet to feature-parityTravis Reitter2010-07-2115-52/+4788
| | | | with mainline Empathy.
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2010-07-202-64/+52
|
* GtkNotebookPage no longer exists in GTK+ 3Danielle Madeley2010-07-191-1/+4
|
* Fixed headers in galician translation fileFran Diéguez2010-07-191-1/+1
|
* Fixed headers in galician translation fileFran Diéguez2010-07-191-127/+155
|
* [l10n] Updated Estonian translationMattias Põldaru2010-07-181-227/+74
|
* Updated Spanish translationJorge González2010-07-181-93/+125
|
* Update Simplified Chinese translation.Aron Xu2010-07-171-676/+758
|
* Updated Hebrew translation.Yaron Shahrabani2010-07-161-109/+131
|
* avoid segfault in event_manager_add (#624462)Marc-Antoine Perennou2010-07-161-1/+3
| | | | Check if approval is not NULL before trying to modify it
* [i18n] Updated German translationMario Blättermann2010-07-161-691/+618
|
* Tune settings for the updated x264enc elementSjoerd Simons2010-07-151-0/+4
|
* Added gl to DOC_LINGUASFran Diéguez2010-07-151-1/+1
|
* Updated Galician translations for docsFran Diéguez2010-07-151-0/+2963
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2010-07-142-582/+736
|
* Disable /query and /msg commands for now (#624268)Guillaume Desmottes2010-07-141-0/+7
| | | | This avoid to crash while bug 623682 hasn't been fixed.
* Merge branch 'debug-av-599166'Guillaume Desmottes2010-07-145-4/+761
|\
| * display the clock rate of the codec as wellGuillaume Desmottes2010-07-131-12/+11
| |
| * reset codecs when call is disconnectedGuillaume Desmottes2010-07-121-0/+13
| |
| * call-window: display receiving codecsGuillaume Desmottes2010-07-122-0/+195
| |
| * call-handler: add audio/video recv codecs propertiesGuillaume Desmottes2010-07-122-1/+108
| |
| * call-window: Add 'details' pane containing encoding codecs (#599166)Guillaume Desmottes2010-07-122-0/+339
| | | | | | | | The details pane has been inspired from totem's 'Properties' pane.
| * call-handler: add send audio/video codec propertiesGuillaume Desmottes2010-07-122-3/+106
| |
| * bump telepathy-farsight depGuillaume Desmottes2010-07-121-1/+2
| | | | | | | | The API to get the TpStream object has been added in this version.
* | remove released flagGuillaume Desmottes2010-07-131-1/+1
| |
* | prepare 2.31.5.1EMPATHY_2_31_5_1Guillaume Desmottes2010-07-132-2/+15
| |
* | libnm_glib.pc has been renamed to lib-glib.pc (#624202)Laurent Bigonville2010-07-131-1/+1
| |
* | Updated Galician translationsFran Diéguez2010-07-131-51/+64
| |
* | Updated Hebrew translation.Yaron Shahrabani2010-07-131-50/+59
| |
* | remove released flagGuillaume Desmottes2010-07-131-1/+1
| |
* | prepare 2.31.5 releaseEMPATHY_2_31_5Guillaume Desmottes2010-07-132-2/+54
| |
* | add GTK+ flags when building testsGuillaume Desmottes2010-07-131-0/+1
| |
* | preferences: coding style fixGuillaume Desmottes2010-07-131-1/+1
| |
* | main-window: coding style fixGuillaume Desmottes2010-07-131-1/+1
| |
* | empathy-log-window: coding style fixesGuillaume Desmottes2010-07-131-2/+2
| |
* | empathy-contact-list-view: coding style fixGuillaume Desmottes2010-07-131-1/+1
| |
* | add empathy-av.c to POTFILES.inGuillaume Desmottes2010-07-131-0/+1
|/
* empathy-accounts.1: document --if-neededGuillaume Desmottes2010-07-121-0/+3
|
* empathy-accounts.1: --import has been removedGuillaume Desmottes2010-07-121-3/+0
|
* import empathy-accounts manpage from DebianGuillaume Desmottes2010-07-122-1/+38
| | | | Thanks to Laurent Bigonville for this man page.
* sync empathy manpage with Debian packageGuillaume Desmottes2010-07-121-9/+31
|
* Fix a memory leak in EmpathyAvatar (#624054)Philip Withnall2010-07-121-0/+1
| | | | The avatar filename was being leaked.
* Fix activating [ ] Enabled with the keyboard.Will Thompson2010-07-121-3/+3
| | | | | | | | | | The GtkToggleButton::released signal has been deprecated since Gtk+ 2.8. And, is also wrong, because there are other ways to change the state of this button besides using your mouse. Fixes bug #623972. Toggled-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* empathy_status_icon_new: always call status_icon_set_visibilityGuillaume Desmottes2010-07-121-3/+1
| | | | | | Seems calling gtk_widget_show() doesn't mark the window as active right away. This code used to work fine before but doesn't since we replace empathy_main_window_show() by empathy_main_window_dup().
* empathy_status_icon_new: don't ignore hide_contact_list (#623937)Guillaume Desmottes2010-07-121-1/+5
| | | | That's a regression introduced when we switch to GSettings.
* Updated Norwegian bokmål translationKjartan Maraas2010-07-111-267/+300
|
* Updated Spanish translationJorge González2010-07-101-50/+51
|
* [l10n] Updated Estonian translationIvar Smolin2010-07-101-92/+280
|
* Improve desktop's Comment (#617405)Guillaume Desmottes2010-07-091-1/+1
| | | | Thanks to Danny Piccirillo for his suggestion.
* Merge branch 'backlog-623914'Guillaume Desmottes2010-07-092-1/+4
|\
| * tp-chat: mark scrollback messages as backlogGuillaume Desmottes2010-07-091-0/+3
| |
| * Properly mark messages from TPL as backlog (#623914)Guillaume Desmottes2010-07-091-1/+1
| | | | | | | | If the message is build from a TplEntry it *is* a backlog one.
* | Merge branch 'auto-approve'Guillaume Desmottes2010-07-091-0/+1
|\ \
| * | Pass EMPATHY_DISPATCHER_NON_USER_ACTION as action time when auto-approving mucsGuillaume Desmottes2010-07-091-0/+1
| | |
* | | debug_window_name_owner_changed_cb: update client services as wellGuillaume Desmottes2010-07-091-33/+32
| | | | | | | | | | | | Remove some deprecated comments in th proccess.
* | | Store the unique name in the modelGuillaume Desmottes2010-07-091-13/+10
| | | | | | | | | | | | This avoid to add one entry per Empathy head for example.
* | | FillCmChooserData: rename, add type field and helper functionsGuillaume Desmottes2010-07-091-12/+35
| | |
* | | rename vars, functions and constants to make code less CM specificGuillaume Desmottes2010-07-091-82/+82
| | | | | | | | | | | | Basically a renaming from 'cm' to 'services' to make code clearer.
* | | coding style fixGuillaume Desmottes2010-07-091-2/+2
| | |
* | | debug-window: add Telepathy clientsGuillaume Desmottes2010-07-091-0/+54
| | |
* | | debug-window: remove hardcoded clientsGuillaume Desmottes2010-07-091-22/+0
|/ /
* / tell the chatroom manager asap about chatsSjoerd Simons2010-07-091-10/+20
|/
* Some coding style fixes in configure.acXavier Claessens2010-07-091-23/+29
|
* Cleanup nm/conman pkg checkXavier Claessens2010-07-091-12/+2
| | | | No need to check for libnm_glib twice
* Updated Spanish translationJorge González2010-07-091-151/+178
|
* Fail to build if --enable-gtk3 is passed but only gtk2 is availableXavier Claessens2010-07-081-0/+4
|
* add have_gtk3 varGuillaume Desmottes2010-07-081-7/+8
|
* don't check GTK3 deps if GTK3 is not presentGuillaume Desmottes2010-07-081-4/+3
|
* tp-contact-list: add a commentGuillaume Desmottes2010-07-081-0/+1
|
* simplify empathy_presence_chooser_newGuillaume Desmottes2010-07-081-5/+1
|
* dispatcher: explicitely keep a ref on accounts in status_changed_handlersGuillaume Desmottes2010-07-081-4/+6
| | | | It makes things much cleaner.
* Merge branch 'gtk3-621753'Guillaume Desmottes2010-07-0810-87/+131
|\
| * Build with latest NST when using GTK3 and port to new API (#623199)Guillaume Desmottes2010-07-082-4/+29
| |
| * disable champlain when using GTK3Guillaume Desmottes2010-07-081-6/+12
| |
| * Check for webkitgtk-3.0 when building with GTK3Guillaume Desmottes2010-07-081-4/+8
| |
| * no need to explicitely check for gdk-x11Guillaume Desmottes2010-07-081-1/+0
| |
| * link on unique-3 when using GTK3Guillaume Desmottes2010-07-082-1/+6
| |
| * Update libnotify dep when using GTK3Guillaume Desmottes2010-07-081-2/+3
| | | | | | | | Since 0.5.1 libnotify doesn't link on GTK+.
| * notify-manager: include empathy-contact.h as we use itGuillaume Desmottes2010-07-081-0/+2
| |
| * use libcanberra-gtk3 when building with GTK3Guillaume Desmottes2010-07-082-1/+8
| |
| * Build with GTK+3 if available (#621753)Guillaume Desmottes2010-07-081-5/+26
| |
| * move GTK+ check to its own PKG_CHECK_MODULESGuillaume Desmottes2010-07-085-3/+11
| |
| * call-window: use gtk_widget_get_allocation()Guillaume Desmottes2010-07-071-1/+3
| |
| * sort dependenciesGuillaume Desmottes2010-07-071-10/+14
| |
| * Simplify checking of the depsGuillaume Desmottes2010-07-074-55/+15
| | | | | | | | | | The empathy/libempathy/libempathy-gtk border is less clear than it used to be so there is not point continuing checking deps separately.
* | empathy_pixbuf_contact_status_icon_with_icon_name: don't use icon_filename ↵Guillaume Desmottes2010-07-081-2/+3
| | | | | | | | after freeing it
* | Updated Hebrew translation.Yaron Shahrabani2010-07-081-231/+265
| |
* | Updated Galician translationsFran Diéguez2010-07-071-234/+273
|/
* rephrase 'Important Room' menu entryGuillaume Desmottes2010-07-071-1/+1
|
* set a title to the room invitation dialogGuillaume Desmottes2010-07-071-0/+7
|