]> git.0d.be Git - empathy.git/log
empathy.git
15 years agoAdd some more content to the menus
Sjoerd Simons [Tue, 3 Feb 2009 09:04:07 +0000 (09:04 +0000)]
Add some more content to the menus

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2406

15 years agoRequest only audio in the initial request
Sjoerd Simons [Tue, 3 Feb 2009 09:04:04 +0000 (09:04 +0000)]
Request only audio in the initial request

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2405

15 years agoPut in new VOIP UI
Sjoerd Simons [Tue, 3 Feb 2009 09:04:01 +0000 (09:04 +0000)]
Put in new VOIP UI

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2404

15 years agoAdd minimum width and height properties
Sjoerd Simons [Tue, 3 Feb 2009 09:03:58 +0000 (09:03 +0000)]
Add minimum width and height properties

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2403

15 years agoadd a sidebar abstraction taken from emerillion
Sjoerd Simons [Tue, 3 Feb 2009 09:03:54 +0000 (09:03 +0000)]
add a sidebar abstraction taken from emerillion

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2402

15 years agoAlso unref the tf channel
Sjoerd Simons [Tue, 3 Feb 2009 09:03:51 +0000 (09:03 +0000)]
Also unref the tf channel

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2401

15 years agoRemove dead code
Sjoerd Simons [Tue, 3 Feb 2009 09:03:48 +0000 (09:03 +0000)]
Remove dead code

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2400

15 years agostop the pipeline and unref everything when the window goes away
Sjoerd Simons [Tue, 3 Feb 2009 09:03:46 +0000 (09:03 +0000)]
stop the pipeline and unref everything when the window goes away

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2399

15 years agoDon't return the handler, so we can unref it after signalling
Sjoerd Simons [Tue, 3 Feb 2009 09:03:42 +0000 (09:03 +0000)]
Don't return the handler, so we can unref it after signalling

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2398

15 years agosink the videosink so we can hold a ref to it
Sjoerd Simons [Tue, 3 Feb 2009 09:03:39 +0000 (09:03 +0000)]
sink the videosink so we can hold a ref to it

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2397

15 years agoClose ongoing calls at dispose time
Sjoerd Simons [Tue, 3 Feb 2009 09:03:35 +0000 (09:03 +0000)]
Close ongoing calls at dispose time

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2396

15 years agoAdd ability to start a call for an incoming channel
Sjoerd Simons [Tue, 3 Feb 2009 09:03:32 +0000 (09:03 +0000)]
Add ability to start a call for an incoming channel

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2395

15 years agoShow a dialog when the user clicks on a incoming call
Sjoerd Simons [Tue, 3 Feb 2009 09:03:29 +0000 (09:03 +0000)]
Show a dialog when the user clicks on a incoming call

show a nice dialog when the user clicks on an incoming call to give a choice to
either accept or reject the call, without popping up the full VOIP UI

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2394

15 years agoLet the event-manager manage the sounds
Sjoerd Simons [Tue, 3 Feb 2009 09:03:26 +0000 (09:03 +0000)]
Let the event-manager manage the sounds

Let the event-manager handle sounds instead of the main window. Also make the
incoming phone sound be played in a loop.

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2393

15 years agoAdd a empathy_sound_play_full function
Sjoerd Simons [Tue, 3 Feb 2009 09:03:23 +0000 (09:03 +0000)]
Add a empathy_sound_play_full function

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

15 years agoDon't double-free the EmpathyTpCallStreams
Sjoerd Simons [Tue, 3 Feb 2009 09:03:19 +0000 (09:03 +0000)]
Don't double-free the EmpathyTpCallStreams

The EmpathyTpCallStreams audio and video streams are freed in _finalize, don't
also free them in dispose

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2391

15 years agoAdd a getter for the main window widget
Sjoerd Simons [Tue, 3 Feb 2009 09:03:16 +0000 (09:03 +0000)]
Add a getter for the main window widget

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2390

15 years agoUpdate python bindings
Sjoerd Simons [Tue, 3 Feb 2009 09:03:13 +0000 (09:03 +0000)]
Update python bindings

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2389

15 years agoStart of a simple ui
Sjoerd Simons [Tue, 3 Feb 2009 09:03:10 +0000 (09:03 +0000)]
Start of a simple ui

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2388

15 years agoMove the TpFarsight code from TpCall to CallHandler
Sjoerd Simons [Tue, 3 Feb 2009 09:03:06 +0000 (09:03 +0000)]
Move the TpFarsight code from TpCall to CallHandler

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2387

15 years agoAdd functionality to call CreateChannels and look up (simple) channel classes
Sjoerd Simons [Tue, 3 Feb 2009 09:03:03 +0000 (09:03 +0000)]
Add functionality to call CreateChannels and look up (simple) channel classes

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2386

15 years agoDon't start the call from the message dialog, the handler will take care of it
Sjoerd Simons [Tue, 3 Feb 2009 09:02:59 +0000 (09:02 +0000)]
Don't start the call from the message dialog, the handler will take care of it

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2385

15 years agoAdd audio/video sink and source abstractions
Sjoerd Simons [Tue, 3 Feb 2009 09:02:55 +0000 (09:02 +0000)]
Add audio/video sink and source abstractions

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2384

15 years agoToss out the old EmpathyCallWindow initialise the CallFactory and hook into its signals
Sjoerd Simons [Tue, 3 Feb 2009 09:02:51 +0000 (09:02 +0000)]
Toss out the old EmpathyCallWindow initialise the CallFactory and hook into its signals

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2383

15 years agoSwitch to calling CallFactory to make calls
Sjoerd Simons [Tue, 3 Feb 2009 09:02:46 +0000 (09:02 +0000)]
Switch to calling CallFactory to make calls

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2382

15 years agoAdd Stub call factor and call handler objects
Sjoerd Simons [Tue, 3 Feb 2009 09:02:41 +0000 (09:02 +0000)]
Add Stub call factor and call handler objects

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2381

15 years agoInitial port from telepathy-stream-engine to telepathy-farsight
Sjoerd Simons [Tue, 3 Feb 2009 09:02:36 +0000 (09:02 +0000)]
Initial port from telepathy-stream-engine to telepathy-farsight

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2380

15 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Tue, 3 Feb 2009 02:58:59 +0000 (02:58 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=2379

15 years agoUpdated zh_HK zhTW translation (Chao-Hsiung Liao).
Chao-Hsiung Liao [Mon, 2 Feb 2009 23:46:52 +0000 (23:46 +0000)]
Updated zh_HK zhTW translation (Chao-Hsiung Liao).

svn path=/trunk/; revision=2378

15 years agoFix authors of fixed bugs
Xavier Claessens [Mon, 2 Feb 2009 20:33:20 +0000 (20:33 +0000)]
Fix authors of fixed bugs

svn path=/trunk/; revision=2377

15 years agoUpdate NEWS
Xavier Claessens [Mon, 2 Feb 2009 20:28:36 +0000 (20:28 +0000)]
Update NEWS

svn path=/trunk/; revision=2376

15 years agoBump LT version
Xavier Claessens [Mon, 2 Feb 2009 20:28:33 +0000 (20:28 +0000)]
Bump LT version

svn path=/trunk/; revision=2375

15 years agoUpdate python binding
Xavier Claessens [Mon, 2 Feb 2009 20:10:14 +0000 (20:10 +0000)]
Update python binding

svn path=/trunk/; revision=2374

15 years agoFix some i18n issues in main().
Xavier Claessens [Mon, 2 Feb 2009 20:10:10 +0000 (20:10 +0000)]
Fix some i18n issues in main().
Thanks to Christian Persch, fix bug #569901.

svn path=/trunk/; revision=2373

15 years agoAllow Empathy to be built from outside the source tree.
Xavier Claessens [Mon, 2 Feb 2009 20:10:06 +0000 (20:10 +0000)]
Allow Empathy to be built from outside the source tree.
Patch by  Theppitak Karoonboonyanan, fix bug #570080.

svn path=/trunk/; revision=2372

15 years agoMore work on the help, thanks to Milo Casagrande.
Xavier Claessens [Mon, 2 Feb 2009 20:10:02 +0000 (20:10 +0000)]
More work on the help, thanks to Milo Casagrande.
Refer to bug #561033.

svn path=/trunk/; revision=2371

15 years agoRe-add "--version" option from command line.
Xavier Claessens [Mon, 2 Feb 2009 20:09:58 +0000 (20:09 +0000)]
Re-add "--version" option from command line.
Thanks to Bruce Cowan, fix bug #569884.

svn path=/trunk/; revision=2370

15 years agoAdd empathy-contact-selector to POTFILES.in.
Xavier Claessens [Mon, 2 Feb 2009 20:09:53 +0000 (20:09 +0000)]
Add empathy-contact-selector to POTFILES.in.
Patch by Gabor Kelemen, fix bug #570066.

svn path=/trunk/; revision=2369

15 years agoPostprocess so interfaces won't get defined as objects
Sjoerd Simons [Mon, 2 Feb 2009 20:09:49 +0000 (20:09 +0000)]
Postprocess so interfaces won't get defined as objects

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2368

15 years agoregenerated pyempathy.defs
Sjoerd Simons [Mon, 2 Feb 2009 20:09:45 +0000 (20:09 +0000)]
regenerated pyempathy.defs

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2367

15 years agoPostprocess the pyempathygtk.defs
Sjoerd Simons [Mon, 2 Feb 2009 20:09:40 +0000 (20:09 +0000)]
Postprocess the pyempathygtk.defs

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2366

15 years agoFix dispatching of tubes: stream tubes vs D-Bus tubes
Alban Crequy [Mon, 2 Feb 2009 20:09:31 +0000 (20:09 +0000)]
Fix dispatching of tubes: stream tubes vs D-Bus tubes

Signed-off-by: Alban Crequy <alban.crequy@collabora.co.uk>
svn path=/trunk/; revision=2365

15 years agoUpdated pt_BR translation (Michel Recondo and myself)
Jonh Wendell S. Santana [Mon, 2 Feb 2009 17:10:28 +0000 (17:10 +0000)]
Updated pt_BR translation (Michel Recondo and myself)

svn path=/trunk/; revision=2364

15 years agoUpdated sv translation (Daniel Nylander)
Daniel Nylander [Sun, 1 Feb 2009 16:58:36 +0000 (16:58 +0000)]
Updated sv translation (Daniel Nylander)

svn path=/trunk/; revision=2363

15 years agoSmall update
Gabor Keleman [Sun, 1 Feb 2009 11:12:07 +0000 (11:12 +0000)]
Small update

svn path=/trunk/; revision=2362

15 years agoUpdated Hungarian translation
Gabor Keleman [Sun, 1 Feb 2009 11:05:38 +0000 (11:05 +0000)]
Updated Hungarian translation

svn path=/trunk/; revision=2361

15 years agoUpdated es translation (Jorge Gonzalez)
Jorge Gonzalez Gonzalez [Sat, 31 Jan 2009 13:39:40 +0000 (13:39 +0000)]
Updated es translation (Jorge Gonzalez)

svn path=/trunk/; revision=2360

15 years agoAdd a message format for gtk_message_dialog_new
Xavier Claessens [Fri, 30 Jan 2009 17:35:46 +0000 (17:35 +0000)]
Add a message format for gtk_message_dialog_new

svn path=/trunk/; revision=2359

15 years agoUse contact-list property and create the store in the constructor.
Jonny Lamb [Fri, 30 Jan 2009 17:35:43 +0000 (17:35 +0000)]
Use contact-list property and create the store in the constructor.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2358

15 years agoRename _get_selected to _dup_selected and make sure the contact is unrefed.
Jonny Lamb [Fri, 30 Jan 2009 17:35:40 +0000 (17:35 +0000)]
Rename _get_selected to _dup_selected and make sure the contact is unrefed.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2357

15 years agoRemoved dispatcher dup as it's been fixed.
Jonny Lamb [Fri, 30 Jan 2009 17:35:37 +0000 (17:35 +0000)]
Removed dispatcher dup as it's been fixed.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2356

15 years agoPass an EmpathyContactList to _new and create the store from that.
Jonny Lamb [Fri, 30 Jan 2009 17:35:35 +0000 (17:35 +0000)]
Pass an EmpathyContactList to _new and create the store from that.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2355

15 years agoRemoved old FIXME.
Jonny Lamb [Fri, 30 Jan 2009 17:35:32 +0000 (17:35 +0000)]
Removed old FIXME.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2354

15 years agoDon't call a function in a variable declaration.
Jonny Lamb [Fri, 30 Jan 2009 17:35:29 +0000 (17:35 +0000)]
Don't call a function in a variable declaration.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2353

15 years agoUse empathy_gtk_init.
Jonny Lamb [Fri, 30 Jan 2009 17:35:26 +0000 (17:35 +0000)]
Use empathy_gtk_init.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2352

15 years agoUse g_signal_connect_swapped and remove useless functions.
Jonny Lamb [Fri, 30 Jan 2009 17:35:23 +0000 (17:35 +0000)]
Use g_signal_connect_swapped and remove useless functions.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2351

15 years agoUnref the temp contact appropriately.
Jonny Lamb [Fri, 30 Jan 2009 17:35:21 +0000 (17:35 +0000)]
Unref the temp contact appropriately.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2350

15 years agoSimplified loops in
Jonny Lamb [Fri, 30 Jan 2009 17:35:18 +0000 (17:35 +0000)]
Simplified loops in

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

15 years agoUse gtk_tree_store_insert_with_values.
Jonny Lamb [Fri, 30 Jan 2009 17:35:15 +0000 (17:35 +0000)]
Use gtk_tree_store_insert_with_values.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2348

15 years agoMake empathy_contact_selector_new return a GtkWidget* to conform to GTK+.
Jonny Lamb [Fri, 30 Jan 2009 17:35:12 +0000 (17:35 +0000)]
Make empathy_contact_selector_new return a GtkWidget* to conform to GTK+.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2347

15 years agoUse gtk_main_quit as the destroy callback.
Jonny Lamb [Fri, 30 Jan 2009 17:35:09 +0000 (17:35 +0000)]
Use gtk_main_quit as the destroy callback.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2346

15 years agoExplicit check.
Xavier Claessens [Fri, 30 Jan 2009 17:35:06 +0000 (17:35 +0000)]
Explicit check.

svn path=/trunk/; revision=2345

15 years agoMove public methods at the bottom.
Xavier Claessens [Fri, 30 Jan 2009 17:35:03 +0000 (17:35 +0000)]
Move public methods at the bottom.

svn path=/trunk/; revision=2344

15 years agoReorganize the constructor to avoid some casts and to avoid complex inline initializa...
Xavier Claessens [Fri, 30 Jan 2009 17:35:00 +0000 (17:35 +0000)]
Reorganize the constructor to avoid some casts and to avoid complex inline initializations.

svn path=/trunk/; revision=2343

15 years agoDon't get a cast to EmpathyContactSelector when it's not needed.
Jonny Lamb [Fri, 30 Jan 2009 17:34:58 +0000 (17:34 +0000)]
Don't get a cast to EmpathyContactSelector when it's not needed.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2342

15 years agoUse gtk_tree_model_get_iter_first instead of going through GtkTreePath.
Jonny Lamb [Fri, 30 Jan 2009 17:34:55 +0000 (17:34 +0000)]
Use gtk_tree_model_get_iter_first instead of going through GtkTreePath.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2341

15 years agoUse dispose_run in EmpathyContactSelector.
Jonny Lamb [Fri, 30 Jan 2009 17:34:52 +0000 (17:34 +0000)]
Use dispose_run in EmpathyContactSelector.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2340

15 years agoRemove unnecessary casts and macros.
Jonny Lamb [Fri, 30 Jan 2009 17:34:49 +0000 (17:34 +0000)]
Remove unnecessary casts and macros.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2339

15 years agoUpdated empetit to use the new dispatcher.
Jonny Lamb [Fri, 30 Jan 2009 17:34:47 +0000 (17:34 +0000)]
Updated empetit to use the new dispatcher.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2338

15 years agoUse the new _dup_singleton function instead of _new.
Jonny Lamb [Fri, 30 Jan 2009 17:34:44 +0000 (17:34 +0000)]
Use the new _dup_singleton function instead of _new.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2337

15 years agoSmall coding style and name changes.
Jonny Lamb [Fri, 30 Jan 2009 17:34:41 +0000 (17:34 +0000)]
Small coding style and name changes.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2336

15 years agoAdded Elliot's empetit test program.
Jonny Lamb [Fri, 30 Jan 2009 17:34:38 +0000 (17:34 +0000)]
Added Elliot's empetit test program.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2335

15 years agoAdded argument checking to non-static functions.
Jonny Lamb [Fri, 30 Jan 2009 17:34:35 +0000 (17:34 +0000)]
Added argument checking to non-static functions.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2334

15 years agoremove redundant flag
Xavier Claessens [Fri, 30 Jan 2009 17:34:32 +0000 (17:34 +0000)]
remove redundant flag

svn path=/trunk/; revision=2333

15 years agoadd translation function call
Xavier Claessens [Fri, 30 Jan 2009 17:34:30 +0000 (17:34 +0000)]
add translation function call

svn path=/trunk/; revision=2332

15 years agorename set and unset functions
Xavier Claessens [Fri, 30 Jan 2009 17:34:27 +0000 (17:34 +0000)]
rename set and unset functions

svn path=/trunk/; revision=2331

15 years agoupdate libempathy-gtk.types
Xavier Claessens [Fri, 30 Jan 2009 17:34:24 +0000 (17:34 +0000)]
update libempathy-gtk.types

svn path=/trunk/; revision=2330

15 years agoconform to GET_PRIV style
Xavier Claessens [Fri, 30 Jan 2009 17:34:21 +0000 (17:34 +0000)]
conform to GET_PRIV style

svn path=/trunk/; revision=2329

15 years agounref store once only
Xavier Claessens [Fri, 30 Jan 2009 17:34:18 +0000 (17:34 +0000)]
unref store once only

svn path=/trunk/; revision=2328

15 years agoremove finalize function
Xavier Claessens [Fri, 30 Jan 2009 17:34:16 +0000 (17:34 +0000)]
remove finalize function

svn path=/trunk/; revision=2327

15 years agounref contact list store on dispose
Xavier Claessens [Fri, 30 Jan 2009 17:34:13 +0000 (17:34 +0000)]
unref contact list store on dispose

svn path=/trunk/; revision=2326

15 years agotidy
Xavier Claessens [Fri, 30 Jan 2009 17:34:10 +0000 (17:34 +0000)]
tidy

svn path=/trunk/; revision=2325

15 years agoadd function to find number of online contacts; fix sensitivity management
Xavier Claessens [Fri, 30 Jan 2009 17:34:07 +0000 (17:34 +0000)]
add function to find number of online contacts; fix sensitivity management

svn path=/trunk/; revision=2324

15 years agoconsolidate sensitivity management
Xavier Claessens [Fri, 30 Jan 2009 17:34:04 +0000 (17:34 +0000)]
consolidate sensitivity management

svn path=/trunk/; revision=2323

15 years agoconsolidate blank contact management
Xavier Claessens [Fri, 30 Jan 2009 17:34:01 +0000 (17:34 +0000)]
consolidate blank contact management

svn path=/trunk/; revision=2322

15 years agomove get blank iter function
Xavier Claessens [Fri, 30 Jan 2009 17:33:59 +0000 (17:33 +0000)]
move get blank iter function

svn path=/trunk/; revision=2321

15 years agoadd unset blank contact function
Xavier Claessens [Fri, 30 Jan 2009 17:33:56 +0000 (17:33 +0000)]
add unset blank contact function

svn path=/trunk/; revision=2320

15 years agoimprove function to find iter for blank contact
Xavier Claessens [Fri, 30 Jan 2009 17:33:53 +0000 (17:33 +0000)]
improve function to find iter for blank contact

svn path=/trunk/; revision=2319

15 years agofix contact list store sorting
Xavier Claessens [Fri, 30 Jan 2009 17:33:50 +0000 (17:33 +0000)]
fix contact list store sorting

svn path=/trunk/; revision=2318

15 years agoinclude config.h
Xavier Claessens [Fri, 30 Jan 2009 17:33:47 +0000 (17:33 +0000)]
include config.h

svn path=/trunk/; revision=2317

15 years agoinclude empathy-contact-list-store.h in empathy-contact-selector.h
Xavier Claessens [Fri, 30 Jan 2009 17:33:45 +0000 (17:33 +0000)]
include empathy-contact-list-store.h in empathy-contact-selector.h

svn path=/trunk/; revision=2316

15 years agouse EmpathyContactListStore directly
Xavier Claessens [Fri, 30 Jan 2009 17:33:42 +0000 (17:33 +0000)]
use EmpathyContactListStore directly

svn path=/trunk/; revision=2315

15 years agodo not add blank when popup showing; add blank when popup becomes hidden and nothing...
Xavier Claessens [Fri, 30 Jan 2009 17:33:39 +0000 (17:33 +0000)]
do not add blank when popup showing; add blank when popup becomes hidden and nothing active

svn path=/trunk/; revision=2314

15 years agofix widget sensitivity
Xavier Claessens [Fri, 30 Jan 2009 17:33:36 +0000 (17:33 +0000)]
fix widget sensitivity

svn path=/trunk/; revision=2313

15 years agofix initial active contact problem; add blank contact, hide on popup, remove on selec...
Xavier Claessens [Fri, 30 Jan 2009 17:33:33 +0000 (17:33 +0000)]
fix initial active contact problem; add blank contact, hide on popup, remove on selection and re-add on removal of active; generalise get_iter_for_contact

svn path=/trunk/; revision=2312

15 years agoupdate authors
Xavier Claessens [Fri, 30 Jan 2009 17:33:30 +0000 (17:33 +0000)]
update authors

svn path=/trunk/; revision=2311

15 years agoupdate copyright and authors
Xavier Claessens [Fri, 30 Jan 2009 17:33:27 +0000 (17:33 +0000)]
update copyright and authors

svn path=/trunk/; revision=2310

15 years agoadd selector .c and .h files
Xavier Claessens [Fri, 30 Jan 2009 17:33:24 +0000 (17:33 +0000)]
add selector .c and .h files

svn path=/trunk/; revision=2309

15 years agoupdate Makefile.am
Xavier Claessens [Fri, 30 Jan 2009 17:33:21 +0000 (17:33 +0000)]
update Makefile.am

svn path=/trunk/; revision=2308

15 years agoUse g_list_prepend instead of g_list_append.
Jonny Lamb [Fri, 30 Jan 2009 17:16:05 +0000 (17:16 +0000)]
Use g_list_prepend instead of g_list_append.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2307