]> git.0d.be Git - empathy.git/log
empathy.git
13 years agoPort EmpathyPreferences to GtkDialog subclass
Danielle Madeley [Thu, 24 Jun 2010 02:34:33 +0000 (12:34 +1000)]
Port EmpathyPreferences to GtkDialog subclass

13 years agoPort EmpathyMainWindow to GtkWindow subclass
Danielle Madeley [Wed, 23 Jun 2010 13:33:49 +0000 (23:33 +1000)]
Port EmpathyMainWindow to GtkWindow subclass

13 years agoUpdated Spanish translation
Jorge González [Tue, 22 Jun 2010 19:11:51 +0000 (21:11 +0200)]
Updated Spanish translation

13 years agolog_window_get_messages_for_date: don't clear the marks on the calendar
Guillaume Desmottes [Tue, 22 Jun 2010 15:12:39 +0000 (17:12 +0200)]
log_window_get_messages_for_date: don't clear the marks on the calendar

There is no reason to.

13 years agoadd 2 comments
Guillaume Desmottes [Tue, 22 Jun 2010 15:10:58 +0000 (17:10 +0200)]
add 2 comments

13 years agoMerge branch 'av-handler-622368'
Guillaume Desmottes [Tue, 22 Jun 2010 15:26:10 +0000 (17:26 +0200)]
Merge branch 'av-handler-622368'

13 years agonew-call-dialog: create the AV channel using the TargetID so we don't have to wait...
Guillaume Desmottes [Tue, 22 Jun 2010 13:45:06 +0000 (15:45 +0200)]
new-call-dialog: create the AV channel using the TargetID so we don't have to wait for the EmpathyContact

13 years agodebug-window: add the logger (#622381)
Guillaume Desmottes [Tue, 22 Jun 2010 11:50:50 +0000 (13:50 +0200)]
debug-window: add the logger (#622381)

13 years agolog-window: check if the window still exist in async cb (#622273)
Guillaume Desmottes [Tue, 22 Jun 2010 13:00:54 +0000 (15:00 +0200)]
log-window: check if the window still exist in async cb (#622273)

13 years agomove the static variable used by the singleton out of empathy_log_window_show
Guillaume Desmottes [Tue, 22 Jun 2010 12:34:07 +0000 (14:34 +0200)]
move the static variable used by the singleton out of empathy_log_window_show

That's useful for other functions which would like to check if there is still
a window or not.

13 years agoremove empathy_tp_call_to
Guillaume Desmottes [Tue, 22 Jun 2010 09:42:54 +0000 (11:42 +0200)]
remove empathy_tp_call_to

We don't need it any more:
- The TpContact is now always set during object construction
- The status is changed once the contact has been set
- We don't need to request streams any more as we use Initial{Audio,Video}

13 years agoremove empathy_call_handler_new_for_contact_with_streams
Guillaume Desmottes [Tue, 22 Jun 2010 09:38:39 +0000 (11:38 +0200)]
remove empathy_call_handler_new_for_contact_with_streams

13 years agoempathy_tp_call_accept_incoming_call: early return if the call is not an incoming one
Guillaume Desmottes [Tue, 22 Jun 2010 09:37:20 +0000 (11:37 +0200)]
empathy_tp_call_accept_incoming_call: early return if the call is not an incoming one

We use to rely in the call handler on the presence or not of the TpCall object
to check if the call was incoming or not.
But now TpCall object are created earlier so that's not true any more.

13 years agoempathy_call_handler_start_call: use empathy_call_factory_new_call_with_streams
Guillaume Desmottes [Tue, 22 Jun 2010 09:28:00 +0000 (11:28 +0200)]
empathy_call_handler_start_call: use empathy_call_factory_new_call_with_streams

13 years agoempathy_call_factory_new_call_with_streams: request channel using the CD
Guillaume Desmottes [Tue, 22 Jun 2010 09:25:01 +0000 (11:25 +0200)]
empathy_call_factory_new_call_with_streams: request channel using the CD

Also allow caller to pass the timestamp and an optionnal callback.

13 years agotp-call: use tp_g_signal_connect_object to connect signal on the channel
Guillaume Desmottes [Tue, 22 Jun 2010 09:20:32 +0000 (11:20 +0200)]
tp-call: use tp_g_signal_connect_object to connect signal on the channel

This ensure that the cb won't be called after the TpCall has been destroyed.

13 years agotp-call: use TargetHandle to get the remote contact
Guillaume Desmottes [Mon, 21 Jun 2010 14:47:18 +0000 (16:47 +0200)]
tp-call: use TargetHandle to get the remote contact

13 years agotp-call: use the Requested property to check if the call is an incoming one or not
Guillaume Desmottes [Mon, 21 Jun 2010 14:21:34 +0000 (16:21 +0200)]
tp-call: use the Requested property to check if the call is an incoming one or not

13 years agoremove empathy_call_factory_new_call
Guillaume Desmottes [Mon, 21 Jun 2010 12:55:54 +0000 (14:55 +0200)]
remove empathy_call_factory_new_call

It's not used any more.

13 years agocall-factory: use TpSimpleHandler to handle incoming calls (#622368)
Guillaume Desmottes [Mon, 21 Jun 2010 11:15:25 +0000 (13:15 +0200)]
call-factory: use TpSimpleHandler to handle incoming calls (#622368)

13 years agostop handling internally stream media channels
Guillaume Desmottes [Mon, 21 Jun 2010 11:14:35 +0000 (13:14 +0200)]
stop handling internally stream media channels

We are going to do it properly using TpSimpleHandler.

13 years agoshare-my-desktop: ownership of the request hash table is passed to empathy_dispatcher...
Guillaume Desmottes [Mon, 21 Jun 2010 13:56:39 +0000 (15:56 +0200)]
share-my-desktop: ownership of the request hash table is passed to empathy_dispatcher_create_channel

13 years agoMake sure taping ENTER when searching contact starts a chat.
Xavier Claessens [Mon, 21 Jun 2010 15:03:45 +0000 (17:03 +0200)]
Make sure taping ENTER when searching contact starts a chat.

Make sure there is always a contact selected when live search is active, and
activate its row when the live search is activated

13 years agoAdd "activate" signal on EmpathyLiveSearch
Xavier Claessens [Mon, 21 Jun 2010 15:03:13 +0000 (17:03 +0200)]
Add "activate" signal on EmpathyLiveSearch

It is emitted when its GtkEntry is activated.

13 years agoStop advertissing audio/video capabilities using old API
Guillaume Desmottes [Mon, 21 Jun 2010 11:18:36 +0000 (13:18 +0200)]
Stop advertissing audio/video capabilities using old API

Connection.Interface.Capabilities is so passé...

13 years agoMerge branch 'vino-621998'
Guillaume Desmottes [Mon, 21 Jun 2010 12:19:12 +0000 (14:19 +0200)]
Merge branch 'vino-621998'

13 years agoMerge branch 'check-vinagre-589225'
Guillaume Desmottes [Mon, 21 Jun 2010 12:19:00 +0000 (14:19 +0200)]
Merge branch 'check-vinagre-589225'

13 years agoMerge remote branch 'sjoerd/misc'
Danielle Madeley [Mon, 21 Jun 2010 09:33:42 +0000 (19:33 +1000)]
Merge remote branch 'sjoerd/misc'

13 years agoDelay setting both contact list values until the each is set.
Danielle Madeley [Mon, 21 Jun 2010 09:08:30 +0000 (19:08 +1000)]
Delay setting both contact list values until the each is set.

Solves a loop in the notification code that caused things to get stuck.

13 years agostrip name of the room (#622201)
Guillaume Desmottes [Mon, 21 Jun 2010 08:32:28 +0000 (10:32 +0200)]
strip name of the room (#622201)

13 years agoGrab focus on the main window's tree view by default
Xavier Claessens [Sun, 20 Jun 2010 07:35:00 +0000 (09:35 +0200)]
Grab focus on the main window's tree view by default

This is needed to make live search works when the main window is shown

Fixes bug #621089

13 years agoRemove dead code in tests that still use MC4
Xavier Claessens [Mon, 21 Jun 2010 06:45:08 +0000 (08:45 +0200)]
Remove dead code in tests that still use MC4

13 years agoRemove useless occurences of 'gconf' word
Xavier Claessens [Mon, 21 Jun 2010 06:44:32 +0000 (08:44 +0200)]
Remove useless occurences of 'gconf' word

Die gconf, die!

13 years agoshare-my-desktop: request the tube using the CDO
Guillaume Desmottes [Fri, 18 Jun 2010 10:28:13 +0000 (12:28 +0200)]
share-my-desktop: request the tube using the CDO

Recent Vino are now proper handlers so all we have to do is to request the
channel and let MC dispatch it to Vino.

13 years agoreplace empathy_contact_can_use_stream_tube by empathy_contact_can_use_rfb_stream_tube
Guillaume Desmottes [Fri, 18 Jun 2010 14:10:29 +0000 (16:10 +0200)]
replace empathy_contact_can_use_stream_tube by empathy_contact_can_use_rfb_stream_tube

That's the only type of tube we care about and that allows us to enable the
'Share my Desktop' option only with contacts having a tube enabled Vinagre
installed (#589225).

13 years agoUpdated Latvian translation.
Rudolfs Mazurs [Sun, 20 Jun 2010 15:16:02 +0000 (18:16 +0300)]
Updated Latvian translation.

13 years agoRely on compare_separator_and_groups when either A or B isn't a contact
Sjoerd Simons [Sat, 19 Jun 2010 19:38:03 +0000 (20:38 +0100)]
Rely on compare_separator_and_groups when either A or B isn't a contact

We can't rely on the fact that compare_separator_and_groups only returns
0 in the case it compares two contacts. But we can completely rely on its
result if we give it at least one non-contact.

13 years agoNow that we depend on the logger always enable favourite contact support
Sjoerd Simons [Sat, 19 Jun 2010 19:29:51 +0000 (20:29 +0100)]
Now that we depend on the logger always enable favourite contact support

13 years agoPick the right sort function early
Sjoerd Simons [Sat, 19 Jun 2010 19:06:07 +0000 (20:06 +0100)]
Pick the right sort function early

We can't assume that the group and seperator sorting function never returns 0,
so don't use that to imply that both A and B are contacts. Instead just check
if A and B are contacts...

13 years agoThrow a warning if the contact sort function didn't get two contacts
Sjoerd Simons [Sat, 19 Jun 2010 19:05:43 +0000 (20:05 +0100)]
Throw a warning if the contact sort function didn't get two contacts

13 years agoAlways prepare both the Connection and the Channel
Sjoerd Simons [Sat, 19 Jun 2010 18:54:38 +0000 (19:54 +0100)]
Always prepare both the Connection and the Channel

13 years agoUse the right GSettings scheme
Sjoerd Simons [Sat, 19 Jun 2010 16:49:45 +0000 (17:49 +0100)]
Use the right GSettings scheme

13 years agoEmpathyChat: use an opaque struct for priv not a void pointer
Sjoerd Simons [Sat, 19 Jun 2010 16:49:25 +0000 (17:49 +0100)]
EmpathyChat: use an opaque struct for priv not a void pointer

13 years agoRemove IDT_COMPILE_WARNINGS as we don't have the macro anymore
Sjoerd Simons [Sat, 19 Jun 2010 13:22:29 +0000 (14:22 +0100)]
Remove IDT_COMPILE_WARNINGS as we don't have the macro anymore

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Sat, 19 Jun 2010 16:29:11 +0000 (19:29 +0300)]
Updated Hebrew translation.

13 years agoUpdated Galician translations
Fran Diéguez [Sat, 19 Jun 2010 13:18:44 +0000 (15:18 +0200)]
Updated Galician translations

13 years agoAdded Norwegian bokmål translation
Kjartan Maraas [Sat, 19 Jun 2010 10:20:29 +0000 (12:20 +0200)]
Added Norwegian bokmål translation

13 years agoRename the schemas
Kjartan Maraas [Sat, 19 Jun 2010 10:04:29 +0000 (12:04 +0200)]
Rename the schemas

13 years agoMerge branch 'approvers-redone-599158'
Guillaume Desmottes [Fri, 18 Jun 2010 16:11:58 +0000 (18:11 +0200)]
Merge branch 'approvers-redone-599158'

13 years agoremove old logger files
Guillaume Desmottes [Fri, 18 Jun 2010 15:56:32 +0000 (17:56 +0200)]
remove old logger files

13 years agoDepend on telepathy-logger (#610956)
Guillaume Desmottes [Fri, 18 Jun 2010 15:53:38 +0000 (17:53 +0200)]
Depend on telepathy-logger (#610956)

13 years agouse ISO-8601 dates in DEBUG
Guillaume Desmottes [Thu, 17 Jun 2010 15:10:31 +0000 (17:10 +0200)]
use ISO-8601 dates in DEBUG

13 years agodon't use strptime
Guillaume Desmottes [Thu, 17 Jun 2010 15:01:23 +0000 (17:01 +0200)]
don't use strptime

13 years agodepend on telepathy-logger-0.1
Guillaume Desmottes [Thu, 17 Jun 2010 10:21:38 +0000 (12:21 +0200)]
depend on telepathy-logger-0.1

13 years agoTplContact has been renamed to TplEntity
Guillaume Desmottes [Wed, 16 Jun 2010 11:24:33 +0000 (13:24 +0200)]
TplContact has been renamed to TplEntity

13 years agoTplLogEntry(Text) has been renamed to TplEntry(Text)
Guillaume Desmottes [Thu, 10 Jun 2010 08:13:09 +0000 (10:13 +0200)]
TplLogEntry(Text) has been renamed to TplEntry(Text)

13 years agotpl_log_manager_search_new_async has been renamed to tpl_log_manager_search_async
Guillaume Desmottes [Wed, 2 Jun 2010 12:56:15 +0000 (14:56 +0200)]
tpl_log_manager_search_new_async has been renamed to tpl_log_manager_search_async

13 years agotp-logger now use GDate rather than strings in its API
Guillaume Desmottes [Tue, 1 Jun 2010 14:02:56 +0000 (16:02 +0200)]
tp-logger now use GDate rather than strings in its API

13 years agonautilus-sendto: add TPL CFLAGS
Guillaume Desmottes [Thu, 27 May 2010 11:52:07 +0000 (13:52 +0200)]
nautilus-sendto: add TPL CFLAGS

13 years agotests: add TPL CFLAGS and LIBS
Guillaume Desmottes [Thu, 27 May 2010 11:51:52 +0000 (13:51 +0200)]
tests: add TPL CFLAGS and LIBS

13 years agoport to latest tp-logger API
Guillaume Desmottes [Thu, 27 May 2010 11:44:35 +0000 (13:44 +0200)]
port to latest tp-logger API

13 years agolog-store: relicense to LGPL
Guillaume Desmottes [Thu, 17 Jun 2010 16:24:40 +0000 (18:24 +0200)]
log-store: relicense to LGPL

This file was based on gossip-log and its copyright owners agreed to
relicense it; see GOSSIP-RELICENSING.txt.

13 years agorename channel_claim_cb to reject_channel_claim_cb
Guillaume Desmottes [Fri, 18 Jun 2010 09:23:45 +0000 (11:23 +0200)]
rename channel_claim_cb to reject_channel_claim_cb

13 years agoAdd shortcut keys for contact list item sizes
Will Thompson [Tue, 15 Jun 2010 22:20:56 +0000 (23:20 +0100)]
Add shortcut keys for contact list item sizes

Maybe these are overkill?

https://bugzilla.gnome.org/show_bug.cgi?id=621703

13 years agoPort empathy-import-mc4-accounts imported setting to GSettings
Danielle Madeley [Fri, 11 Jun 2010 06:36:09 +0000 (16:36 +1000)]
Port empathy-import-mc4-accounts imported setting to GSettings

13 years agoMark schema summaries and descriptions for translation
Danielle Madeley [Fri, 11 Jun 2010 02:07:58 +0000 (12:07 +1000)]
Mark schema summaries and descriptions for translation

13 years agoAdd a keyfile for gsettings-data-convert
Danielle Madeley [Fri, 11 Jun 2010 02:00:46 +0000 (12:00 +1000)]
Add a keyfile for gsettings-data-convert

13 years agoConvert to new-style schema
Danielle Madeley [Thu, 10 Jun 2010 08:47:38 +0000 (18:47 +1000)]
Convert to new-style schema

13 years agoPort Empathy code to GSettings, remove EmpathyConf
Danielle Madeley [Thu, 10 Jun 2010 04:16:00 +0000 (14:16 +1000)]
Port Empathy code to GSettings, remove EmpathyConf

13 years agolog-manager: relicense to LGPL
Guillaume Desmottes [Thu, 17 Jun 2010 15:35:14 +0000 (17:35 +0200)]
log-manager: relicense to LGPL

This file was based on gossip-log and its copyright owners agreed to
relicense it; see GOSSIP-RELICENSING.txt.

13 years agolog-manager: update Collabora copyright
Guillaume Desmottes [Thu, 17 Jun 2010 15:34:18 +0000 (17:34 +0200)]
log-manager: update Collabora copyright

13 years agolog-store-empathy: relicense to LGPL
Guillaume Desmottes [Thu, 17 Jun 2010 09:47:07 +0000 (11:47 +0200)]
log-store-empathy: relicense to LGPL

This file was based on gossip-log and its copyright owners agreed to
relicense it; see GOSSIP-RELICENSING.txt.

13 years agolog-store-empathy: update Collabora copyright
Guillaume Desmottes [Thu, 17 Jun 2010 09:44:34 +0000 (11:44 +0200)]
log-store-empathy: update Collabora copyright

13 years agoempathy-time: relicense to LGPL
Guillaume Desmottes [Thu, 17 Jun 2010 09:38:22 +0000 (11:38 +0200)]
empathy-time: relicense to LGPL

This file was based on gossip-time and its copyright owners agreed to
relicense it; see GOSSIP-RELICENSING.txt

13 years agoempathy-time: add Collabora copyright
Guillaume Desmottes [Thu, 17 Jun 2010 09:35:36 +0000 (11:35 +0200)]
empathy-time: add Collabora copyright

13 years agoadd GOSSIP-RELICENSING.txt
Guillaume Desmottes [Thu, 17 Jun 2010 12:34:01 +0000 (14:34 +0200)]
add GOSSIP-RELICENSING.txt

13 years agofactor out reject_approval
Guillaume Desmottes [Thu, 17 Jun 2010 13:57:44 +0000 (15:57 +0200)]
factor out reject_approval

13 years agoapprove_channels: use quarks to compare channel types
Guillaume Desmottes [Thu, 17 Jun 2010 13:45:11 +0000 (15:45 +0200)]
approve_channels: use quarks to compare channel types

13 years agofix typo
Guillaume Desmottes [Thu, 17 Jun 2010 13:41:19 +0000 (15:41 +0200)]
fix typo

13 years agoevent-manager: re-implement approving using a proper Approver (#599158)
Guillaume Desmottes [Wed, 19 May 2010 07:44:07 +0000 (09:44 +0200)]
event-manager: re-implement approving using a proper Approver (#599158)

13 years agoadd inviter arg to empathy_tp_chat_is_invited
Guillaume Desmottes [Wed, 19 May 2010 09:16:22 +0000 (11:16 +0200)]
add inviter arg to empathy_tp_chat_is_invited

13 years agoremove internal approving code
Guillaume Desmottes [Tue, 18 May 2010 15:50:21 +0000 (17:50 +0200)]
remove internal approving code

13 years agoevent-manager: disable approving for now
Guillaume Desmottes [Tue, 18 May 2010 15:46:19 +0000 (17:46 +0200)]
event-manager: disable approving for now

13 years agoempathy_message_equal: always use the timestamp+body (#621797)
Guillaume Desmottes [Thu, 17 Jun 2010 10:49:26 +0000 (12:49 +0200)]
empathy_message_equal: always use the timestamp+body (#621797)

There is no reason to only use this new heuristic only in the TPL case.
Furthermore, we're about to make TPL mandatory so it's good to have it more
tested.

13 years agoRemove the treeview's build-in search function, we use the live search now.
Xavier Claessens [Thu, 17 Jun 2010 09:17:51 +0000 (11:17 +0200)]
Remove the treeview's build-in search function, we use the live search now.

13 years agoFix the visibility of group when live search is active
Xavier Claessens [Thu, 17 Jun 2010 09:16:16 +0000 (11:16 +0200)]
Fix the visibility of group when live search is active

13 years agomap-view: add a debug message when adding a marker
Guillaume Desmottes [Wed, 16 Jun 2010 15:19:59 +0000 (17:19 +0200)]
map-view: add a debug message when adding a marker

13 years agouse tp_g_signal_connect_object to connect the "closed" signal on the notification
Guillaume Desmottes [Wed, 16 Jun 2010 14:39:43 +0000 (16:39 +0200)]
use tp_g_signal_connect_object to connect the "closed" signal on the notification

This fix a crash if the chat window is destroyed while the notification is
still displayed (#621789).

13 years agoMake status preset editor taller by default
Will Thompson [Tue, 15 Jun 2010 22:21:34 +0000 (23:21 +0100)]
Make status preset editor taller by default

This window defaulted to coming up really small, and it looked silly. So
this patch makes it a bit taller.

(420 / 260 is approximately the Golden Ratio.)

13 years agoUpdated Spanish translation
Jorge González [Tue, 15 Jun 2010 17:26:09 +0000 (19:26 +0200)]
Updated Spanish translation

13 years agoMerge branch 'gseal'
Danielle Madeley [Tue, 15 Jun 2010 11:43:33 +0000 (21:43 +1000)]
Merge branch 'gseal'

13 years agoBump required version of telepathy-glib to 0.11.7 for ContactInfo API
Xavier Claessens [Tue, 15 Jun 2010 11:05:53 +0000 (13:05 +0200)]
Bump required version of telepathy-glib to 0.11.7 for ContactInfo API

13 years agoAdd a GtkSpinner to notify the RequestContactInfo progress
Xavier Claessens [Thu, 3 Jun 2010 16:08:45 +0000 (18:08 +0200)]
Add a GtkSpinner to notify the RequestContactInfo progress

13 years agoDisplay contact vCard in information dialog, add basic vCard editor for self contact
Xavier Claessens [Fri, 14 May 2010 12:16:36 +0000 (14:16 +0200)]
Display contact vCard in information dialog, add basic vCard editor for self contact

Fixes bug #588922

13 years agoBump required version of libunique to 1.1.2
Xavier Claessens [Mon, 14 Jun 2010 14:55:29 +0000 (16:55 +0200)]
Bump required version of libunique to 1.1.2

Fixes bug #621545

13 years agoFix authors and copyright of EmpathyLiveSearch
Xavier Claessens [Mon, 14 Jun 2010 11:05:35 +0000 (13:05 +0200)]
Fix authors and copyright of EmpathyLiveSearch

13 years agoIf path is NULL, the signal is blocked forever
Xavier Claessens [Mon, 14 Jun 2010 06:39:33 +0000 (08:39 +0200)]
If path is NULL, the signal is blocked forever

13 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Sun, 13 Jun 2010 21:32:06 +0000 (23:32 +0200)]
Updated Norwegian bokmål translation

13 years agoDo not crash if the row gets deleted before the expand idle cb
Xavier Claessens [Sun, 13 Jun 2010 09:56:06 +0000 (11:56 +0200)]
Do not crash if the row gets deleted before the expand idle cb

13 years agoUpdated Galician translations
Fran Diéguez [Sat, 12 Jun 2010 23:50:41 +0000 (01:50 +0200)]
Updated Galician translations