summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-02-02Add empathy-contact-selector to POTFILES.in.xclaesse1-0/+1
2009-02-02Postprocess so interfaces won't get defined as objectsxclaesse1-1/+1
2009-02-02regenerated pyempathy.defsxclaesse1-2/+2
2009-02-02Postprocess the pyempathygtk.defsxclaesse1-0/+4
2009-02-02Fix dispatching of tubes: stream tubes vs D-Bus tubesxclaesse1-2/+2
2009-02-02Updated pt_BR translation (Michel Recondo and myself)jwendell1-290/+451
2009-02-01Updated sv translation (Daniel Nylander)dnylande1-251/+286
2009-02-01Small updatekelemeng1-3/+20
2009-02-01Updated Hungarian translationkelemeng1-301/+250
2009-01-31Updated es translation (Jorge Gonzalez)jorgegonz1-163/+211
2009-01-30Add a message format for gtk_message_dialog_newxclaesse1-1/+1
2009-01-30Use contact-list property and create the store in the constructor.xclaesse1-13/+19
2009-01-30Rename _get_selected to _dup_selected and make sure the contact is unrefed.xclaesse3-6/+7
2009-01-30Removed dispatcher dup as it's been fixed.xclaesse1-4/+0
2009-01-30Pass an EmpathyContactList to _new and create the store from that.xclaesse3-7/+8
2009-01-30Removed old FIXME.xclaesse1-4/+0
2009-01-30Don't call a function in a variable declaration.xclaesse1-1/+2
2009-01-30Use empathy_gtk_init.xclaesse1-4/+2
2009-01-30Use g_signal_connect_swapped and remove useless functions.xclaesse1-35/+12
2009-01-30Unref the temp contact appropriately.xclaesse1-0/+1
2009-01-30Simplified loops in contact_selector_get_{number_online_contacts,iter_for_bla...xclaesse1-21/+19
2009-01-30Use gtk_tree_store_insert_with_values.xclaesse1-2/+2
2009-01-30Make empathy_contact_selector_new return a GtkWidget* to conform to GTK+.xclaesse3-6/+5
2009-01-30Use gtk_main_quit as the destroy callback.xclaesse1-9/+1
2009-01-30Explicit check.xclaesse1-1/+1
2009-01-30Move public methods at the bottom.xclaesse1-18/+20
2009-01-30Reorganize the constructor to avoid some casts and to avoid complex inline in...xclaesse1-12/+14
2009-01-30Don't get a cast to EmpathyContactSelector when it's not needed.xclaesse1-4/+2
2009-01-30Use gtk_tree_model_get_iter_first instead of going through GtkTreePath.xclaesse1-12/+2
2009-01-30Use dispose_run in EmpathyContactSelector.xclaesse1-0/+8
2009-01-30Remove unnecessary casts and macros.xclaesse1-14/+9
2009-01-30Updated empetit to use the new dispatcher.xclaesse1-3/+26
2009-01-30Use the new _dup_singleton function instead of _new.xclaesse1-1/+1
2009-01-30Small coding style and name changes.xclaesse1-73/+59
2009-01-30Added Elliot's empetit test program.xclaesse3-1/+83
2009-01-30Added argument checking to non-static functions.xclaesse1-0/+4
2009-01-30remove redundant flagxclaesse1-6/+6
2009-01-30add translation function callxclaesse1-1/+1
2009-01-30rename set and unset functionsxclaesse1-5/+5
2009-01-30update libempathy-gtk.typesxclaesse1-1/+1
2009-01-30conform to GET_PRIV stylexclaesse2-7/+11
2009-01-30unref store once onlyxclaesse1-1/+5
2009-01-30remove finalize functionxclaesse1-11/+0
2009-01-30unref contact list store on disposexclaesse1-0/+4
2009-01-30tidyxclaesse1-3/+0
2009-01-30add function to find number of online contacts; fix sensitivity managementxclaesse1-7/+35
2009-01-30consolidate sensitivity managementxclaesse1-15/+24
2009-01-30consolidate blank contact managementxclaesse1-24/+19
2009-01-30move get blank iter functionxclaesse1-34/+32
2009-01-30add unset blank contact functionxclaesse1-18/+22