aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move geocoding in a place where we can have better memory managementPierre-Luc Beaudoin2009-05-281-30/+53
* Display user textual location even if it doesn't include a lat,lonPierre-Luc Beaudoin2009-05-281-12/+12
* Simplify and clarify map_view_geocode_cbPierre-Luc Beaudoin2009-05-281-11/+12
* Don't allow the user to display many map viewsPierre-Luc Beaudoin2009-05-281-3/+3
* Fix coding styles and memory leaks found by Guillaume DesmottesPierre-Luc Beaudoin2009-05-281-12/+18
* Undo changes to EmpathyContactDialogsPierre-Luc Beaudoin2009-05-281-1/+1
* Fix gtk warning at startup when not compiled with libchamplainPierre-Luc Beaudoin2009-05-281-2/+2
* Fix coding style issues found by make checkPierre-Luc Beaudoin2009-05-282-2/+2
* Add the new UI to translation filesPierre-Luc Beaudoin2009-05-281-0/+2
* Make map visible!Pierre-Luc Beaudoin2009-05-281-0/+1
* Fix licensing: should have been LGPL 2.1+Pierre-Luc Beaudoin2009-05-282-20/+18
* Make buildable and visible if libchamplain not availablePierre-Luc Beaudoin2009-05-282-2/+2
* Apply new coding stylesPierre-Luc Beaudoin2009-05-281-44/+49
* Remove dead code and update function namePierre-Luc Beaudoin2009-05-281-12/+7
* Update to use libchamplain 0.3's APIPierre-Luc Beaudoin2009-05-283-14/+20
* Make buildable without GeocluePierre-Luc Beaudoin2009-05-281-20/+7
* Fix contacts not showing on the mapPierre-Luc Beaudoin2009-05-281-1/+2
* Get rid of disconnect which is undeededPierre-Luc Beaudoin2009-05-281-28/+4
* List geolocation information in TooltipPierre-Luc Beaudoin2009-05-282-14/+91
* Fix a warning if the handle doesn't existPierre-Luc Beaudoin2009-05-281-1/+3
* Use its own ListStore of contacts instead of borrowing the ContactPierre-Luc Beaudoin2009-05-283-3/+9
* Build fixDavyd Madeley2009-05-282-2/+6
* Expect the timestamp to be a int64Pierre-Luc Beaudoin2009-05-281-17/+18
* Show contacts without an avatarPierre-Luc Beaudoin2009-05-281-11/+10
* Remove signal handler when closing the windowPierre-Luc Beaudoin2009-05-281-1/+31
* Don't init vars with a functionPierre-Luc Beaudoin2009-05-281-1/+2
* Add marker on mapPierre-Luc Beaudoin2009-05-281-0/+10
* Display timestamp and locationPierre-Luc Beaudoin2009-05-281-29/+76
* Use EmpathyContact's locationPierre-Luc Beaudoin2009-05-281-12/+140
* Add a map in the Contact Information dialogPierre-Luc Beaudoin2009-05-285-4/+104
* Add a Contact Map windowPierre-Luc Beaudoin2009-05-287-0/+351
* Configure bits for libchamplainPierre-Luc Beaudoin2009-05-282-1/+67
* Copy GHashTable received from Dbus and refactorPierre-Luc Beaudoin2009-05-281-13/+24
* empathy-tp-chat: fix leak in disposeGuillaume Desmottes2009-05-261-1/+1
* When initializing users' avatar, the pixbuf representing it is nowJonathan Tellier2009-05-261-1/+1
* When no video is received or sent we show contacts' avatars instead of showingJonathan Tellier2009-05-263-10/+143
* Bump version to 2.27.3Xavier Claessens2009-05-261-1/+1
* Write NEWS entryEMPATHY_2_27_2Xavier Claessens2009-05-261-0/+17
* Bump ABI versionXavier Claessens2009-05-261-2/+2
* Display a report at the end of configureGuillaume Desmottes2009-05-251-0/+17
* Updated Spanish translationJorge Gonzalez2009-05-241-33/+41
* move 'View Previous Conversations' menu entry to ViewGuillaume Desmottes2009-05-232-8/+8
* move 'show offline contacts' menu entry to ViewGuillaume Desmottes2009-05-232-8/+7
* move 'show file transfers' menu entry to ViewGuillaume Desmottes2009-05-232-6/+6
* empathy-main-window: add View top menuGuillaume Desmottes2009-05-221-0/+8
* Merge commit 'ksz/fix-bug-583558'Guillaume Desmottes2009-05-222-21/+77
|\
| * Rename OfferStreamTube and AcceptStreamTube to Offer and AcceptArnaud Maillet2009-05-222-21/+77
* | Error label now translatableGabriel Millaire2009-05-221-2/+2
* | Set treeview insensitive and hide error messageGabriel Millaire2009-05-221-0/+6
* | Display error message in UIGabriel Millaire2009-05-221-3/+18
* | Fixed call with listGabriel Millaire2009-05-221-1/+1
* | Added border, resized error icons, fixed item names and made error message in...Gabriel Millaire2009-05-221-4/+6
* | Error bar UI protoPierre-Luc Beaudoin2009-05-221-26/+106
* | Connect to error signalsGabriel Millaire2009-05-221-0/+29
* | Signal "error" is detailedGabriel Millaire2009-05-221-1/+1
* | Implement error signalGabriel Millaire2009-05-221-4/+17
|/
* empathy-chat-window: add Contact menu as top-level (bgo #580922)Guillaume Desmottes2009-05-222-0/+16
* remove Conversation->Contact menu entryGuillaume Desmottes2009-05-222-21/+0
* Force update of GtkEntry primary icon for ENTRY_TYPE_BUILTINDavyd Madeley2009-05-221-0/+3
* Merge commit 'istaz/python-empathy-fix'Xavier Claessens2009-05-211-1/+1
|\
| * Fix GstBin import problem in the python bindingOlivier Le Thanh Duong2009-05-081-1/+1
* | Remove hard-coded strings from (un)subscriptionsWill Thompson2009-05-212-4/+2
* | Added ta translationdrtvasudevan2009-05-211-0/+1
* | Updated Tamil translationdrtvasudevan2009-05-201-38/+49
* | Updated Tamil translationdrtvasudevan2009-05-201-0/+0
* | Updated Tamil translationdrtvasudevan2009-05-201-37/+79
* | added Tamil translationdrtvasudevan2009-05-201-0/+2069
* | Bump version to 2.27.2Xavier Claessens2009-05-191-1/+1
* | Fix NEWSXavier Claessens2009-05-191-3/+2
* | Improve a bit the release notesXavier Claessens2009-05-191-2/+4
* | Update NEWS for 2.27.1.1 releaseEMPATHY_2_27_1_1Xavier Claessens2009-05-191-0/+15
* | Add documentation translation to NEWSXavier Claessens2009-05-191-19/+27
* | Bump ABI to not conflict with abi in 2.26 branchXavier Claessens2009-05-191-2/+2
* | Updated Spanish translationJorge Gonzalez2009-05-191-45/+54
* | updated Greek documentation translationΓιάννης Κατσαμπίρης2009-05-181-194/+730
* | upgrade Python bindingsGuillaume Desmottes2009-05-182-3/+33
* | document empathy_call_factory_new_call and empathy_call_factory_new_call_with...Guillaume Desmottes2009-05-181-0/+16
* | document empathy_call_handler_new_for_contact_with_streams and empathy_call_h...Guillaume Desmottes2009-05-181-0/+18
* | add 'Video Call' entry to the Contact menuGuillaume Desmottes2009-05-182-2/+39
* | empathy_contact_audio_call_menu_item_activated: use empathy_call_factory_new_...Guillaume Desmottes2009-05-181-1/+1
* | empathy_contact_audio_call_menu_item_new: change label to 'Audio Call'Guillaume Desmottes2009-05-181-1/+1
* | rename empathy_contact_call_menu_item_new to empathy_contact_audio_call_menu_...Guillaume Desmottes2009-05-182-6/+6
* | Show an audio and a video call buttonSjoerd Simons2009-05-184-16/+96
* | Allow the call factory to create calls with specific types of mediaSjoerd Simons2009-05-182-3/+17
* | Change empathy_tp_call_to to indicate with what media streams we want to startSjoerd Simons2009-05-182-3/+14
* | Allow handlers to be created for streams with initial audio and videoSjoerd Simons2009-05-182-2/+47
* | Tweak the properties of various elements for a better voip experienceSjoerd Simons2009-05-181-0/+48
* | Let configure also check for farsight2Sjoerd Simons2009-05-181-0/+1
* | enable coding style checks in libempathy-gtkGuillaume Desmottes2009-05-181-2/+11
* | empathy-account-chooser: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-14/+14
* | empathy-account-widget-irc: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* | empathy-account-widget-sip: fix coding styleGuillaume Desmottes2009-05-181-2/+2
* | empathy-account-widget: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-12/+12
* | empathy-audio-sink: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* | empathy-audio-src: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* | empathy-avatar-chooser: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-6/+6
* | empathy-avatar-image: update FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-cell-renderer-activatable: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* | empathy-cell-renderer-expander: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-8/+8
* | empathy-cell-renderer-text: update FSF addressGuillaume Desmottes2009-05-182-6/+6
* | empathy-chat-text-view: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-12/+12
* | empathy-chat-view: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-15/+15
* | empathy-chat: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-15/+15
* | empathy-conf: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-5/+5
* | empathy-contact-list-store: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-8/+8
* | empathy-contact-list-view: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-12/+12
* | empathy-contact-menu: fix coding styleGuillaume Desmottes2009-05-182-3/+3
* | empathy-contact-selector: fix coding styleGuillaume Desmottes2009-05-181-2/+2
* | empathy-contact-widget: fix coding styleGuillaume Desmottes2009-05-181-5/+5
* | empathy-geometry: update FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-images: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* | empathy-irc-network-dialog: fix coding styleGuillaume Desmottes2009-05-181-2/+2
* | empathy-log-window: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-8/+8
* | empathy-new-message-dialog: fix coding styleGuillaume Desmottes2009-05-181-5/+5
* | empathy-presence-chooser: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-6/+6
* | empathy-profile-chooser: fix coding styleGuillaume Desmottes2009-05-181-2/+2
* | empathy-smiley-manager: fix coding styleGuillaume Desmottes2009-05-182-6/+6
* | empathy-spell: update FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-status-preset-dialog: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-6/+6
* | empathy-theme-boxes: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-6/+6
* | empathy-theme-irc: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-5/+5
* | empathy-theme-manager: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-6/+6
* | empathy-ui-utils: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-18/+18
* | empathy-video-src: fix coding styleGuillaume Desmottes2009-05-182-4/+4
* | empathy-video-widget: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* | enable coding style checks by defaultGuillaume Desmottes2009-05-181-0/+9
* | enable coding style checks in libempathyGuillaume Desmottes2009-05-181-0/+6
* | empathy-tube-handler: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* | empathy-tp-tube: fix coding styleGuillaume Desmottes2009-05-181-2/+2
* | empathy-tp-roomlist: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* | empathy-tp-contact-factory: fix coding styleGuillaume Desmottes2009-05-181-3/+3
* | empathy-tp-chat: fix coding styleGuillaume Desmottes2009-05-182-7/+7
* | empathy-tp-call: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* | empathy-time: update FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-status-presets: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-7/+7
* | empathy-message: update FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-log-store: update FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-log-store-empathy: update FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-log-manager: update FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-irc-network: update FSF addressGuillaume Desmottes2009-05-181-2/+2
* | empathy-irc-network-manager: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* | empathy-types: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* | empathy-tp-contact-list: fix coding styleGuillaume Desmottes2009-05-182-8/+8
* | empathy-utils: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-9/+9
* | empathy-idle: fix coding styleGuillaume Desmottes2009-05-181-2/+2
* | empathy-dispatcher: fix coding styleGuillaume Desmottes2009-05-181-9/+9
* | empathy-dispatch-operation: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* | empathy-contact: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* | empathy-contact-manager: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* | empathy-contact-monitor: fix coding styleGuillaume Desmottes2009-05-182-4/+4
* | empathy-contact-groups: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-6/+6
* | empathy-chatroom-manager: fix coding style and update FSF addressGuillaume Desmottes2009-05-182-6/+6
* | empathy-call-handler: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* | empathy-call-factory: fix coding styleGuillaume Desmottes2009-05-182-2/+2
* | empathy-account-manager: fix coding styleGuillaume Desmottes2009-05-182-6/+6
* | Extract date of last tag instead of hardcoding it.Xavier Claessens2009-05-181-1/+10
* | [help] remove invalid <year> element under <publisher>Frédéric Péters2009-05-181-5/+0
* | Bump version to future 2.27 releasesXavier Claessens2009-05-183-3/+3
* | Update NEWSEMPATHY_2_27_1Xavier Claessens2009-05-181-0/+58
* | Bump ABI versionXavier Claessens2009-05-181-3/+3
* | Update Makefile.am to generate changelog since 2.26.1Xavier Claessens2009-05-181-1/+1
* | Update release scriptXavier Claessens2009-05-181-106/+39
* | add empathy-call-window-fullscreen.ui to POTFILES.inGuillaume Desmottes2009-05-181-1/+1
* | enable coding style checks in srcGuillaume Desmottes2009-05-181-3/+12
* | disable tab coding style check for nowGuillaume Desmottes2009-05-181-5/+6
* | empathy: fix coding styleGuillaume Desmottes2009-05-181-3/+3
* | empathy-tube-dispatch: fix coding styleGuillaume Desmottes2009-05-182-3/+3
* | empathy-preferences: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* | empathy-main-window: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* | empathy-import-pidgin: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* | empathy-event-manager: fix coding styleGuillaume Desmottes2009-05-181-3/+3
* | empathy-chat-window: fix coding styleGuillaume Desmottes2009-05-181-5/+5
* | empathy-call-window: fix coding styleGuillaume Desmottes2009-05-182-3/+3
* | empathy-call-window-fullscreen: fix coding styleGuillaume Desmottes2009-05-181-3/+3
* | empathy-accounts-dialog: fix coding styleGuillaume Desmottes2009-05-181-3/+3
* | empathy_call_window_bus_message: init GErrorGuillaume Desmottes2009-05-181-1/+1
* | empathy: update the FSF addressGuillaume Desmottes2009-05-181-2/+2
* | empathy-sidebar: update the FSF addressGuillaume Desmottes2009-05-182-2/+2
* | empathy-preferences: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-new-chatroom-dialog: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-misc: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-main-window: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-logs: update the FSF addressGuillaume Desmottes2009-05-181-2/+2
* | empathy-import-pidgin: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-import-dialog: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-ft-manager: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-chatrooms-window: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-chat-window: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-accounts-dialog: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-about-dialog: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
* | ephy-spinner: remove trailing spacesGuillaume Desmottes2009-05-151-3/+3
* | empathy: remove trailing spacesGuillaume Desmottes2009-05-151-3/+3
* | empathy-status-icon: remove trailing spacesGuillaume Desmottes2009-05-151-1/+1
* | empathy-preferences: remove trailing spacesGuillaume Desmottes2009-05-151-2/+2
* | empathy-new-chatroom-dialog: remove trailing spacesGuillaume Desmottes2009-05-152-3/+3
* | empathy-misc: remove trailing spacesGuillaume Desmottes2009-05-152-2/+2
* | empathy-logs: remove trailing spacesGuillaume Desmottes2009-05-151-1/+1
* | empathy-import-dialog: remove trailing spacesGuillaume Desmottes2009-05-151-2/+2
* | empathy-ft-manager: remove trailing spacesGuillaume Desmottes2009-05-151-2/+2
* | empathy-event-manager: remove trailing spacesGuillaume Desmottes2009-05-151-1/+1
* | empathy-chatrooms-window: remove trailing spacesGuillaume Desmottes2009-05-151-6/+6
* | empathy-sidebar: remove trailing spacesGuillaume Desmottes2009-05-152-10/+10
* | empathy-main-window: remove trailing spacesGuillaume Desmottes2009-05-152-4/+4
* | empathy-chat-window: remove trailing spacesGuillaume Desmottes2009-05-152-6/+6
* | empathy-accounts-dialog: remove trailing spacesGuillaume Desmottes2009-05-152-8/+8
* | empathy-about-dialog: remove trailing spacesGuillaume Desmottes2009-05-152-2/+2
* | always show images in smiley menu items (GNOME #582751)Frédéric Péters2009-05-151-0/+1
* | Merge commit 'jtellier/bug-580771'Guillaume Desmottes2009-05-137-15/+688
|\ \
| * | Fixed some coding style.jtellier2009-05-134-27/+48
| * | Usability fix: The "Leave Fullscreen" button is now using thejtellier2009-05-123-2/+5
| * | Fixed coding style by removing trailing spaces and not using a mix ofjtellier2009-05-123-146/+132
| * | Video playback fullscreen modejtellier2009-05-086-13/+676
* | | Use a quark as it is fasterPierre-Luc Beaudoin2009-05-101-2/+2
* | | Don't ref the returned hash tablePierre-Luc Beaudoin2009-05-101-2/+2
* | | Drop tp_contact_factory_update_location for code readabilityPierre-Luc Beaudoin2009-05-101-20/+7
* | | Remove the interface checks as per Zdra commentsPierre-Luc Beaudoin2009-05-101-43/+9
* | | Add keys' originPierre-Luc Beaudoin2009-05-101-0/+1
* | | Update Copyright yearPierre-Luc Beaudoin2009-05-101-1/+1
* | | Don't create an unused hashtable and free location on finalizePierre-Luc Beaudoin2009-05-101-5/+7
* | | Updated Spanish translationJorge Gonzalez2009-05-091-213/+228
* | | Fix bug #579484: Join Chatroom dialog doesn't list rooms when changingGabriel Millaire2009-05-082-5/+43
* | | upgrade Python bindingsGuillaume Desmottes2009-05-081-1/+38
* | | Verify if the connection supports interface Location.DRAFTPierre-Luc Beaudoin2009-05-081-12/+51
* | | Remove a trailing space and g_printPierre-Luc Beaudoin2009-05-082-3/+1
* | | Fix doc's consistencyPierre-Luc Beaudoin2009-05-081-2/+2
* | | Get rid of the run callPierre-Luc Beaudoin2009-05-081-26/+14
* | | Use iters on hash tables instead of foreachPierre-Luc Beaudoin2009-05-081-10/+9
* | | Fix review comments on EmpathyTpContactFactory by Guillaume DesmottesPierre-Luc Beaudoin2009-05-081-10/+11
* | | Fix review comments on EmpathyContact by Guillaume DesmottesPierre-Luc Beaudoin2009-05-081-4/+18
* | | Move get_location to the right placePierre-Luc Beaudoin2009-05-081-0/+53
* | | Copy the hash table we receivePierre-Luc Beaudoin2009-05-081-1/+17
* | | Set/get location on telepathyPierre-Luc Beaudoin2009-05-082-2/+50
* | | Get the telepathy bits generatedPierre-Luc Beaudoin2009-05-084-0/+344
* | | Add Location to EmpathyContactPierre-Luc Beaudoin2009-05-084-0/+120
* | | Add Location debug domainPierre-Luc Beaudoin2009-05-082-1/+3
* | | Fixed bug #579485 by making each columns sortableGabriel Millaire2009-05-071-0/+10
| |/ |/|
* | Small update to the manualMilo Casagrande2009-05-061-42/+67
* | tube_is_ready: ensure than tube stays alive while we are calling the callbacksGuillaume Desmottes2009-05-061-0/+3
* | Updated Catalan translation by Joan DuranDavid Planella2009-05-021-274/+1165
* | Updated Spanish translationJorge Gonzalez2009-05-021-47/+60
* | Updated Italian translation as of 2.26Milo Casagrande2009-05-011-548/+661
|/
* empathy_call_window_dispose: disconnect signals before unrefing the contactGuillaume Desmottes2009-04-291-1/+1
* empathy_call_window_constructed: set default title if the call handler doesn'...Guillaume Desmottes2009-04-291-0/+5
* remove useless includeGuillaume Desmottes2009-04-291-1/+0
* call-window: update window's title when contact's name is changedGuillaume Desmottes2009-04-291-10/+34
* call-window: set remote contact's name in window's title. Fixes #530119Guillaume Desmottes2009-04-291-0/+25
* call-handler: get the contact from the TpCall if it has not been defined duri...Guillaume Desmottes2009-04-291-0/+13
* call-handler: contact and tp-call properties are construct onlyGuillaume Desmottes2009-04-291-2/+2
* call-window: handler property has to be construct onlyGuillaume Desmottes2009-04-291-1/+1
* tp-roomlist: use tp_channel_call_when_ready instead of tp_channel_run_until_r...Guillaume Desmottes2009-04-281-13/+29