Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Treat TP_CONNECTION_PRESENCE_TYPE_UNSET as _AVAILABLE | Sjoerd Simons | 2009-05-28 | 1 | -1/+1 |
| | | | | | | In case a CM doesn't have the presence interface a contacts presence will be reported as _UNSET. Treating this as _AVAILABLE causes these contacts to show up in the UI | ||||
* | Add sections to the configure report | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -3/+6 |
| | |||||
* | Should check for enable location and not map (bad copy/paste) | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -1/+1 |
| | |||||
* | Improve code readability | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -8/+11 |
| | | | | | Rename userdata to contact, wrap at 80 chars | ||||
* | Don't need to check twice if location has latitude | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -6/+1 |
| | | | | | There is no need to check for lon as lat, lon as always set togeter (they are meaningless alone). | ||||
* | Fix English label for Location's date | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -1/+1 |
| | |||||
* | Use the layer to list the markers | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -7/+3 |
| | | | | | There was no need to add an extra list as the layer already has a list of the markers. | ||||
* | Move the geoclue geocoding in EmpathyTpContactFactory | Pierre-Luc Beaudoin | 2009-05-28 | 4 | -119/+134 |
| | | | | | | This code needs to be run when ever there is a new location available It makes more sens for it to be there. This makes the geolocation informtion ritcher as it can be displayed on a map. | ||||
* | Fix memory leak | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -0/+1 |
| | |||||
* | Fix translation and value errors for relative time | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -2/+1 |
| | |||||
* | Disconnect from notify::location | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -2/+19 |
| | | | | | | Since the list of EmpathyContact can change at anytime, it can't be iterated to disconnect the handlers. Instead, a ref is added to the markers. | ||||
* | Move the geocoding to when the location is updated | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -43/+44 |
| | | | | | This way, when the location is updated, the lat,lon is fetched too (not only upon showing the map). | ||||
* | Avatar was leaked | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -0/+1 |
| | |||||
* | Don't need to keep the address around | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -6/+2 |
| | | | | | Since Geoclue is passing the address to dbus, we don't need to keep the address around as it'll be copied anyway. | ||||
* | Don't need to set back if it is the same hashtable | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -5/+1 |
| | | | | | | This code was ugly, by removing the ref, unref and the set call, the code is much simpler. The other objects will still be notified of the changes. | ||||
* | Display relative time to user | Pierre-Luc Beaudoin | 2009-05-28 | 4 | -5/+69 |
| | | | | | | | | The time of the geolocation update is displayed relatively to current time (1 min ago, 3 hours ago). The function just prints ("in the future") for debugging purpuses for time in the future. | ||||
* | Fix possible compilation error | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -1/+1 |
| | |||||
* | Simplify the #if by isolating the content | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -4/+2 |
| | |||||
* | Simplifly the logic on when to display the location | Pierre-Luc Beaudoin | 2009-05-28 | 2 | -56/+60 |
| | | | | By verifying earlier on | ||||
* | Geoclue is not used in libempathy-gtk | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -2/+0 |
| | |||||
* | Use empathy_time_to_string_local | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -14/+8 |
| | |||||
* | Remove unneeded elses | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -4/+0 |
| | | | | As the vars will already be to no. | ||||
* | Print library usage in new configure report | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -0/+2 |
| | |||||
* | Don't create a marker if the user has no location | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -4/+10 |
| | |||||
* | Don't list timestamp in the location fields as it is already included in the ↵ | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -0/+3 |
| | | | | header | ||||
* | Use tp_strdiff instead of strcmp | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -24/+24 |
| | |||||
* | Have better user labels for location values | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -4/+65 |
| | | | | And have them better placed (with labels on left not expand). | ||||
* | Fix double border issue in the Map View | Pierre-Luc Beaudoin | 2009-05-28 | 2 | -9/+9 |
| | | | | | By replace the scrolled view by a viewport, anyway, there can't be scrollbars with libchamplain | ||||
* | Move geocoding in a place where we can have better memory management | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -30/+53 |
| | |||||
* | Display user textual location even if it doesn't include a lat,lon | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -12/+12 |
| | |||||
* | Simplify and clarify map_view_geocode_cb | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -11/+12 |
| | |||||
* | Don't allow the user to display many map views | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -3/+3 |
| | |||||
* | Fix coding styles and memory leaks found by Guillaume Desmottes | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -12/+18 |
| | |||||
* | Undo changes to EmpathyContactDialogs | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -1/+1 |
| | |||||
* | Fix gtk warning at startup when not compiled with libchamplain | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -2/+2 |
| | |||||
* | Fix coding style issues found by make check | Pierre-Luc Beaudoin | 2009-05-28 | 2 | -2/+2 |
| | |||||
* | Add the new UI to translation files | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -0/+2 |
| | |||||
* | Make map visible! | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -0/+1 |
| | |||||
* | Fix licensing: should have been LGPL 2.1+ | Pierre-Luc Beaudoin | 2009-05-28 | 2 | -20/+18 |
| | |||||
* | Make buildable and visible if libchamplain not available | Pierre-Luc Beaudoin | 2009-05-28 | 2 | -2/+2 |
| | |||||
* | Apply new coding styles | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -44/+49 |
| | |||||
* | Remove dead code and update function name | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -12/+7 |
| | |||||
* | Update to use libchamplain 0.3's API | Pierre-Luc Beaudoin | 2009-05-28 | 3 | -14/+20 |
| | |||||
* | Make buildable without Geoclue | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -20/+7 |
| | |||||
* | Fix contacts not showing on the map | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -1/+2 |
| | |||||
* | Get rid of disconnect which is undeeded | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -28/+4 |
| | |||||
* | List geolocation information in Tooltip | Pierre-Luc Beaudoin | 2009-05-28 | 2 | -14/+91 |
| | |||||
* | Fix a warning if the handle doesn't exist | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -1/+3 |
| | |||||
* | Use its own ListStore of contacts instead of borrowing the Contact | Pierre-Luc Beaudoin | 2009-05-28 | 3 | -3/+9 |
| | | | | List's | ||||
* | Build fix | Davyd Madeley | 2009-05-28 | 2 | -2/+6 |
| | |||||
* | Expect the timestamp to be a int64 | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -17/+18 |
| | |||||
* | Show contacts without an avatar | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -11/+10 |
| | |||||
* | Remove signal handler when closing the window | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -1/+31 |
| | |||||
* | Don't init vars with a function | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -1/+2 |
| | |||||
* | Add marker on map | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -0/+10 |
| | |||||
* | Display timestamp and location | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -29/+76 |
| | |||||
* | Use EmpathyContact's location | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -12/+140 |
| | |||||
* | Add a map in the Contact Information dialog | Pierre-Luc Beaudoin | 2009-05-28 | 5 | -4/+104 |
| | | | | | For now, the map in the tool tip is disabled as Clutter-gtk does like at all this type of window/initialisation | ||||
* | Add a Contact Map window | Pierre-Luc Beaudoin | 2009-05-28 | 7 | -0/+351 |
| | |||||
* | Configure bits for libchamplain | Pierre-Luc Beaudoin | 2009-05-28 | 2 | -1/+67 |
| | |||||
* | Copy GHashTable received from Dbus and refactor | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -13/+24 |
| | | | | | | | This makes the GHashTable's structure explicit and less error prone when inserting later on. Move the copied code over to a new function. | ||||
* | empathy-tp-chat: fix leak in dispose | Guillaume Desmottes | 2009-05-26 | 1 | -1/+1 |
| | |||||
* | When initializing users' avatar, the pixbuf representing it is now | Jonathan Tellier | 2009-05-26 | 1 | -1/+1 |
| | | | | initialized to NULL. | ||||
* | When no video is received or sent we show contacts' avatars instead of showing | Jonathan Tellier | 2009-05-26 | 3 | -10/+143 |
| | | | | black widgets. | ||||
* | Bump version to 2.27.3 | Xavier Claessens | 2009-05-26 | 1 | -1/+1 |
| | |||||
* | Write NEWS entryEMPATHY_2_27_2 | Xavier Claessens | 2009-05-26 | 1 | -0/+17 |
| | |||||
* | Bump ABI version | Xavier Claessens | 2009-05-26 | 1 | -2/+2 |
| | |||||
* | Display a report at the end of configure | Guillaume Desmottes | 2009-05-25 | 1 | -0/+17 |
| | |||||
* | Updated Spanish translation | Jorge Gonzalez | 2009-05-24 | 1 | -33/+41 |
| | |||||
* | move 'View Previous Conversations' menu entry to View | Guillaume Desmottes | 2009-05-23 | 2 | -8/+8 |
| | |||||
* | move 'show offline contacts' menu entry to View | Guillaume Desmottes | 2009-05-23 | 2 | -8/+7 |
| | |||||
* | move 'show file transfers' menu entry to View | Guillaume Desmottes | 2009-05-23 | 2 | -6/+6 |
| | |||||
* | empathy-main-window: add View top menu | Guillaume Desmottes | 2009-05-22 | 1 | -0/+8 |
| | |||||
* | Merge commit 'ksz/fix-bug-583558' | Guillaume Desmottes | 2009-05-22 | 2 | -21/+77 |
|\ | |||||
| * | Rename OfferStreamTube and AcceptStreamTube to Offer and Accept | Arnaud Maillet | 2009-05-22 | 2 | -21/+77 |
| | | |||||
* | | Error label now translatable | Gabriel Millaire | 2009-05-22 | 1 | -2/+2 |
| | | |||||
* | | Set treeview insensitive and hide error message | Gabriel Millaire | 2009-05-22 | 1 | -0/+6 |
| | | |||||
* | | Display error message in UI | Gabriel Millaire | 2009-05-22 | 1 | -3/+18 |
| | | |||||
* | | Fixed call with list | Gabriel Millaire | 2009-05-22 | 1 | -1/+1 |
| | | |||||
* | | Added border, resized error icons, fixed item names and made error message ↵ | Gabriel Millaire | 2009-05-22 | 1 | -4/+6 |
| | | | | | | | | invisible by default | ||||
* | | Error bar UI proto | Pierre-Luc Beaudoin | 2009-05-22 | 1 | -26/+106 |
| | | |||||
* | | Connect to error signals | Gabriel Millaire | 2009-05-22 | 1 | -0/+29 |
| | | |||||
* | | Signal "error" is detailed | Gabriel Millaire | 2009-05-22 | 1 | -1/+1 |
| | | |||||
* | | Implement error signal | Gabriel Millaire | 2009-05-22 | 1 | -4/+17 |
|/ | |||||
* | empathy-chat-window: add Contact menu as top-level (bgo #580922) | Guillaume Desmottes | 2009-05-22 | 2 | -0/+16 |
| | |||||
* | remove Conversation->Contact menu entry | Guillaume Desmottes | 2009-05-22 | 2 | -21/+0 |
| | |||||
* | Force update of GtkEntry primary icon for ENTRY_TYPE_BUILTIN | Davyd Madeley | 2009-05-22 | 1 | -0/+3 |
| | | | | Fixes 583430 | ||||
* | Merge commit 'istaz/python-empathy-fix' | Xavier Claessens | 2009-05-21 | 1 | -1/+1 |
|\ | |||||
| * | Fix GstBin import problem in the python binding | Olivier Le Thanh Duong | 2009-05-08 | 1 | -1/+1 |
| | | |||||
* | | Remove hard-coded strings from (un)subscriptions | Will Thompson | 2009-05-21 | 2 | -4/+2 |
| | | |||||
* | | Added ta translation | drtvasudevan | 2009-05-21 | 1 | -0/+1 |
| | | |||||
* | | Updated Tamil translation | drtvasudevan | 2009-05-20 | 1 | -38/+49 |
| | | |||||
* | | Updated Tamil translation | drtvasudevan | 2009-05-20 | 1 | -0/+0 |
| | | |||||
* | | Updated Tamil translation | drtvasudevan | 2009-05-20 | 1 | -37/+79 |
| | | |||||
* | | added Tamil translation | drtvasudevan | 2009-05-20 | 1 | -0/+2069 |
| | | |||||
* | | Bump version to 2.27.2 | Xavier Claessens | 2009-05-19 | 1 | -1/+1 |
| | | |||||
* | | Fix NEWS | Xavier Claessens | 2009-05-19 | 1 | -3/+2 |
| | | |||||
* | | Improve a bit the release notes | Xavier Claessens | 2009-05-19 | 1 | -2/+4 |
| | | |||||
* | | Update NEWS for 2.27.1.1 releaseEMPATHY_2_27_1_1 | Xavier Claessens | 2009-05-19 | 1 | -0/+15 |
| | | |||||
* | | Add documentation translation to NEWS | Xavier Claessens | 2009-05-19 | 1 | -19/+27 |
| | | |||||
* | | Bump ABI to not conflict with abi in 2.26 branch | Xavier Claessens | 2009-05-19 | 1 | -2/+2 |
| | | |||||
* | | Updated Spanish translation | Jorge Gonzalez | 2009-05-19 | 1 | -45/+54 |
| | | |||||
* | | updated Greek documentation translation | Γιάννης Κατσαμπίρης | 2009-05-18 | 1 | -194/+730 |
| | | |||||
* | | upgrade Python bindings | Guillaume Desmottes | 2009-05-18 | 2 | -3/+33 |
| | | |||||
* | | document empathy_call_factory_new_call and ↵ | Guillaume Desmottes | 2009-05-18 | 1 | -0/+16 |
| | | | | | | | | empathy_call_factory_new_call_with_streams | ||||
* | | document empathy_call_handler_new_for_contact_with_streams and ↵ | Guillaume Desmottes | 2009-05-18 | 1 | -0/+18 |
| | | | | | | | | empathy_call_handler_new_for_contact | ||||
* | | add 'Video Call' entry to the Contact menu | Guillaume Desmottes | 2009-05-18 | 2 | -2/+39 |
| | | |||||
* | | empathy_contact_audio_call_menu_item_activated: use ↵ | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | | | | | | | | empathy_call_factory_new_call_with_streams | ||||
* | | empathy_contact_audio_call_menu_item_new: change label to 'Audio Call' | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | | |||||
* | | rename empathy_contact_call_menu_item_new to ↵ | Guillaume Desmottes | 2009-05-18 | 2 | -6/+6 |
| | | | | | | | | empathy_contact_audio_call_menu_item_new | ||||
* | | Show an audio and a video call button | Sjoerd Simons | 2009-05-18 | 4 | -16/+96 |
| | | |||||
* | | Allow the call factory to create calls with specific types of media | Sjoerd Simons | 2009-05-18 | 2 | -3/+17 |
| | | |||||
* | | Change empathy_tp_call_to to indicate with what media streams we want to start | Sjoerd Simons | 2009-05-18 | 2 | -3/+14 |
| | | |||||
* | | Allow handlers to be created for streams with initial audio and video | Sjoerd Simons | 2009-05-18 | 2 | -2/+47 |
| | | |||||
* | | Tweak the properties of various elements for a better voip experience | Sjoerd Simons | 2009-05-18 | 1 | -0/+48 |
| | | |||||
* | | Let configure also check for farsight2 | Sjoerd Simons | 2009-05-18 | 1 | -0/+1 |
| | | |||||
* | | enable coding style checks in libempathy-gtk | Guillaume Desmottes | 2009-05-18 | 1 | -2/+11 |
| | | |||||
* | | empathy-account-chooser: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -14/+14 |
| | | |||||
* | | empathy-account-widget-irc: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | | |||||
* | | empathy-account-widget-sip: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | | |||||
* | | empathy-account-widget: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -12/+12 |
| | | |||||
* | | empathy-audio-sink: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | | |||||
* | | empathy-audio-src: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | | |||||
* | | empathy-avatar-chooser: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -6/+6 |
| | | |||||
* | | empathy-avatar-image: update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | | |||||
* | | empathy-cell-renderer-activatable: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | | |||||
* | | empathy-cell-renderer-expander: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -8/+8 |
| | | |||||
* | | empathy-cell-renderer-text: update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -6/+6 |
| | | |||||
* | | empathy-chat-text-view: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -12/+12 |
| | | |||||
* | | empathy-chat-view: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -15/+15 |
| | | |||||
* | | empathy-chat: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -15/+15 |
| | | |||||
* | | empathy-conf: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -5/+5 |
| | | |||||
* | | empathy-contact-list-store: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -8/+8 |
| | | |||||
* | | empathy-contact-list-view: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -12/+12 |
| | | |||||
* | | empathy-contact-menu: fix coding style | Guillaume Desmottes | 2009-05-18 | 2 | -3/+3 |
| | | |||||
* | | empathy-contact-selector: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | | |||||
* | | empathy-contact-widget: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -5/+5 |
| | | |||||
* | | empathy-geometry: update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | | |||||
* | | empathy-images: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | | |||||
* | | empathy-irc-network-dialog: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | | |||||
* | | empathy-log-window: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -8/+8 |
| | | |||||
* | | empathy-new-message-dialog: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -5/+5 |
| | | |||||
* | | empathy-presence-chooser: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -6/+6 |
| | | |||||
* | | empathy-profile-chooser: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | | |||||
* | | empathy-smiley-manager: fix coding style | Guillaume Desmottes | 2009-05-18 | 2 | -6/+6 |
| | | |||||
* | | empathy-spell: update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | | |||||
* | | empathy-status-preset-dialog: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -6/+6 |
| | | |||||
* | | empathy-theme-boxes: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -6/+6 |
| | | |||||
* | | empathy-theme-irc: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -5/+5 |
| | | |||||
* | | empathy-theme-manager: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -6/+6 |
| | | |||||
* | | empathy-ui-utils: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -18/+18 |
| | | |||||
* | | empathy-video-src: fix coding style | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | | |||||
* | | empathy-video-widget: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | | |||||
* | | enable coding style checks by default | Guillaume Desmottes | 2009-05-18 | 1 | -0/+9 |
| | | |||||
* | | enable coding style checks in libempathy | Guillaume Desmottes | 2009-05-18 | 1 | -0/+6 |
| | | |||||
* | | empathy-tube-handler: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | | |||||
* | | empathy-tp-tube: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | | |||||
* | | empathy-tp-roomlist: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | | |||||
* | | empathy-tp-contact-factory: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -3/+3 |
| | | |||||
* | | empathy-tp-chat: fix coding style | Guillaume Desmottes | 2009-05-18 | 2 | -7/+7 |
| | | |||||
* | | empathy-tp-call: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | | |||||
* | | empathy-time: update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | | |||||
* | | empathy-status-presets: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -7/+7 |
| | | |||||
* | | empathy-message: update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | | |||||
* | | empathy-log-store: update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | | |||||
* | | empathy-log-store-empathy: update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | | |||||
* | | empathy-log-manager: update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | | |||||
* | | empathy-irc-network: update FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | | |||||
* | | empathy-irc-network-manager: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | | |||||
* | | empathy-types: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | | |||||
* | | empathy-tp-contact-list: fix coding style | Guillaume Desmottes | 2009-05-18 | 2 | -8/+8 |
| | | |||||
* | | empathy-utils: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -9/+9 |
| | | |||||
* | | empathy-idle: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | | |||||
* | | empathy-dispatcher: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -9/+9 |
| | | |||||
* | | empathy-dispatch-operation: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | | |||||
* | | empathy-contact: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | | |||||
* | | empathy-contact-manager: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | | |||||
* | | empathy-contact-monitor: fix coding style | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | | |||||
* | | empathy-contact-groups: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -6/+6 |
| | | |||||
* | | empathy-chatroom-manager: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -6/+6 |
| | | |||||
* | | empathy-call-handler: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | | |||||
* | | empathy-call-factory: fix coding style | Guillaume Desmottes | 2009-05-18 | 2 | -2/+2 |
| | | |||||
* | | empathy-account-manager: fix coding style | Guillaume Desmottes | 2009-05-18 | 2 | -6/+6 |
| | | |||||
* | | Extract date of last tag instead of hardcoding it. | Xavier Claessens | 2009-05-18 | 1 | -1/+10 |
| | | |||||
* | | [help] remove invalid <year> element under <publisher> | Frédéric Péters | 2009-05-18 | 1 | -5/+0 |
| | | |||||
* | | Bump version to future 2.27 releases | Xavier Claessens | 2009-05-18 | 3 | -3/+3 |
| | | |||||
* | | Update NEWSEMPATHY_2_27_1 | Xavier Claessens | 2009-05-18 | 1 | -0/+58 |
| | | |||||
* | | Bump ABI version | Xavier Claessens | 2009-05-18 | 1 | -3/+3 |
| | | |||||
* | | Update Makefile.am to generate changelog since 2.26.1 | Xavier Claessens | 2009-05-18 | 1 | -1/+1 |
| | | |||||
* | | Update release script | Xavier Claessens | 2009-05-18 | 1 | -106/+39 |
| | | |||||
* | | add empathy-call-window-fullscreen.ui to POTFILES.in | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | | |||||
* | | enable coding style checks in src | Guillaume Desmottes | 2009-05-18 | 1 | -3/+12 |
| | | |||||
* | | disable tab coding style check for now | Guillaume Desmottes | 2009-05-18 | 1 | -5/+6 |
| | | |||||
* | | empathy: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -3/+3 |
| | | |||||
* | | empathy-tube-dispatch: fix coding style | Guillaume Desmottes | 2009-05-18 | 2 | -3/+3 |
| | | |||||
* | | empathy-preferences: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | | |||||
* | | empathy-main-window: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | | |||||
* | | empathy-import-pidgin: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | | |||||
* | | empathy-event-manager: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -3/+3 |
| | | |||||
* | | empathy-chat-window: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -5/+5 |
| | | |||||
* | | empathy-call-window: fix coding style | Guillaume Desmottes | 2009-05-18 | 2 | -3/+3 |
| | | |||||
* | | empathy-call-window-fullscreen: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -3/+3 |
| | | |||||
* | | empathy-accounts-dialog: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -3/+3 |
| | | |||||
* | | empathy_call_window_bus_message: init GError | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | | |||||
* | | empathy: update the FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | | |||||
* | | empathy-sidebar: update the FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -2/+2 |
| | | |||||
* | | empathy-preferences: update the FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | | |||||
* | | empathy-new-chatroom-dialog: update the FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | | |||||
* | | empathy-misc: update the FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | | |||||
* | | empathy-main-window: update the FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | | |||||
* | | empathy-logs: update the FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | | |||||
* | | empathy-import-pidgin: update the FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | | |||||
* | | empathy-import-dialog: update the FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | | |||||
* | | empathy-ft-manager: update the FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | | |||||
* | | empathy-chatrooms-window: update the FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | | |||||
* | | empathy-chat-window: update the FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | | |||||
* | | empathy-accounts-dialog: update the FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | | |||||
* | | empathy-about-dialog: update the FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | | |||||
* | | ephy-spinner: remove trailing spaces | Guillaume Desmottes | 2009-05-15 | 1 | -3/+3 |
| | | |||||
* | | empathy: remove trailing spaces | Guillaume Desmottes | 2009-05-15 | 1 | -3/+3 |
| | | |||||
* | | empathy-status-icon: remove trailing spaces | Guillaume Desmottes | 2009-05-15 | 1 | -1/+1 |
| | | |||||
* | | empathy-preferences: remove trailing spaces | Guillaume Desmottes | 2009-05-15 | 1 | -2/+2 |
| | | |||||
* | | empathy-new-chatroom-dialog: remove trailing spaces | Guillaume Desmottes | 2009-05-15 | 2 | -3/+3 |
| | | |||||
* | | empathy-misc: remove trailing spaces | Guillaume Desmottes | 2009-05-15 | 2 | -2/+2 |
| | | |||||
* | | empathy-logs: remove trailing spaces | Guillaume Desmottes | 2009-05-15 | 1 | -1/+1 |
| | | |||||
* | | empathy-import-dialog: remove trailing spaces | Guillaume Desmottes | 2009-05-15 | 1 | -2/+2 |
| | | |||||
* | | empathy-ft-manager: remove trailing spaces | Guillaume Desmottes | 2009-05-15 | 1 | -2/+2 |
| | | |||||
* | | empathy-event-manager: remove trailing spaces | Guillaume Desmottes | 2009-05-15 | 1 | -1/+1 |
| | | |||||
* | | empathy-chatrooms-window: remove trailing spaces | Guillaume Desmottes | 2009-05-15 | 1 | -6/+6 |
| | | |||||
* | | empathy-sidebar: remove trailing spaces | Guillaume Desmottes | 2009-05-15 | 2 | -10/+10 |
| | | |||||
* | | empathy-main-window: remove trailing spaces | Guillaume Desmottes | 2009-05-15 | 2 | -4/+4 |
| | | |||||
* | | empathy-chat-window: remove trailing spaces | Guillaume Desmottes | 2009-05-15 | 2 | -6/+6 |
| | | |||||
* | | empathy-accounts-dialog: remove trailing spaces | Guillaume Desmottes | 2009-05-15 | 2 | -8/+8 |
| | | |||||
* | | empathy-about-dialog: remove trailing spaces | Guillaume Desmottes | 2009-05-15 | 2 | -2/+2 |
| | | |||||
* | | always show images in smiley menu items (GNOME #582751) | Frédéric Péters | 2009-05-15 | 1 | -0/+1 |
| | | |||||
* | | Merge commit 'jtellier/bug-580771' | Guillaume Desmottes | 2009-05-13 | 7 | -15/+688 |
|\ \ | |||||
| * | | Fixed some coding style. | jtellier | 2009-05-13 | 4 | -27/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | - empathy-call-window-fullscreen.c and .h now has no line > 80 caracters. - The return type and the signature in the declaration of empathy_call_window_fullscreen_new and of empathy_call_window_new are on the same line. - Removed a trailing space and a tab (which was replaced by spaces). | ||||
| * | | Usability fix: The "Leave Fullscreen" button is now using the | jtellier | 2009-05-12 | 3 | -2/+5 |
| | | | | | | | | | | | | "gtk-leave-fullscreen" stock id instead of "gtk-fullscreen". | ||||
| * | | Fixed coding style by removing trailing spaces and not using a mix of | jtellier | 2009-05-12 | 3 | -146/+132 |
| | | | | | | | | | | | | | | | | | | tabs and spaces. Removed some responsabilities from EmpathyCallWindowFullscreen. It now only manages the "Leave Fullscreen" popup and button. | ||||
| * | | Video playback fullscreen mode | jtellier | 2009-05-08 | 6 | -13/+676 |
| | | | | | | | | | | | | See http://bugzilla.gnome.org/show_bug.cgi?id=580771 | ||||
* | | | Use a quark as it is faster | Pierre-Luc Beaudoin | 2009-05-10 | 1 | -2/+2 |
| | | | |||||
* | | | Don't ref the returned hash table | Pierre-Luc Beaudoin | 2009-05-10 | 1 | -2/+2 |
| | | | |||||
* | | | Drop tp_contact_factory_update_location for code readability | Pierre-Luc Beaudoin | 2009-05-10 | 1 | -20/+7 |
| | | | | | | | | | | | | This function is an artefact from previous version of this functionality | ||||
* | | | Remove the interface checks as per Zdra comments | Pierre-Luc Beaudoin | 2009-05-10 | 1 | -43/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The interface checks were superfluous as the connect_to does nothing if the interface doesn't exist and call methods directly call the callback with an error if such method doesn't exist. That is why I kept the verification there as I didn't want to polute logs with error messages. | ||||
* | | | Add keys' origin | Pierre-Luc Beaudoin | 2009-05-10 | 1 | -0/+1 |
| | | | |||||
* | | | Update Copyright year | Pierre-Luc Beaudoin | 2009-05-10 | 1 | -1/+1 |
| | | | | | | | | | | | | This work started in 2008 but has been released in 2009 | ||||
* | | | Don't create an unused hashtable and free location on finalize | Pierre-Luc Beaudoin | 2009-05-10 | 1 | -5/+7 |
| | | | |||||
* | | | Updated Spanish translation | Jorge Gonzalez | 2009-05-09 | 1 | -213/+228 |
| | | | |||||
* | | | Fix bug #579484: Join Chatroom dialog doesn't list rooms when changing | Gabriel Millaire | 2009-05-08 | 2 | -5/+43 |
| | | | | | | | | | | | | | | | | | | account By remembering to start listing rooms when the channel is ready. | ||||
* | | | upgrade Python bindings | Guillaume Desmottes | 2009-05-08 | 1 | -1/+38 |
| | | |