aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove last references to mission-control 4Sjoerd Simons2009-07-1620-116/+18
|
* Remove profiles, they're not used anymoreSjoerd Simons2009-07-1618-224/+0
|
* Temporarily disable account importing as it still depends on profilesSjoerd Simons2009-07-162-2/+15
|
* Use default status identifiers when setting the presenceSjoerd Simons2009-07-161-4/+20
|
* Get the presence from the AccountManager instead of MC4Sjoerd Simons2009-07-161-52/+7
|
* Keep track of ``global'' presence of all accountsSjoerd Simons2009-07-164-216/+163
|
* Remove dead codeSjoerd Simons2009-07-162-119/+2
|
* Implement HandledChannels D-Bus propertySjoerd Simons2009-07-161-0/+30
|
* empathy-account-manager.c: remove obsolte empathy-account-priv.h includeGuillaume Desmottes2009-07-161-1/+0
|
* Implement a first minimal version of a Client.HandlerSjoerd Simons2009-07-102-116/+176
|
* Use the account manager to set the presenceSjoerd Simons2009-07-081-24/+11
|
* Add a utility to set the presence on all requested accountsSjoerd Simons2009-07-082-1/+34
|
* Add api to set the requested presenceSjoerd Simons2009-07-082-0/+47
|
* Initial port of Account and AccountManager to MC5Sjoerd Simons2009-07-088-172/+457
|
* Add an GType of aoSjoerd Simons2009-07-082-0/+13
|
* Remove useless mission-control includesSjoerd Simons2009-07-0618-32/+1
|
* Update python bindingsSjoerd Simons2009-07-064-70/+31
|
* Transform profile chooser into a protocol chooserSjoerd Simons2009-07-069-442/+455
|
* Rework creating a salut account so it doesn't need profilesSjoerd Simons2009-07-061-43/+85
|
* use newly deprecated APISjoerd Simons2009-07-061-1/+3
|
* Add api to create accounts, by cm and proto nameSjoerd Simons2009-07-063-3/+50
|
* Remove usage of McProfilesSjoerd Simons2009-07-054-128/+117
|
* Get the icon name from the account object directlySjoerd Simons2009-07-057-14/+15
|
* Add missing newlineSjoerd Simons2009-07-051-1/+1
|
* Add API to get the protocol and cm name from a accountSjoerd Simons2009-07-052-11/+51
|
* Added Oriya into the ListManoj Kumar Giri2009-07-011-0/+1
|
* Updated Oriya TranslationManoj Kumar Giri2009-07-011-814/+1156
|
* Updated Oriya TranslationManoj Kumar Giri2009-07-011-0/+2148
|
* New chatrooms are no longer marked as favorite by default. Fixes bug #575667Abner Silva2009-07-011-9/+9
|
* Removing chatroom from the list before emmiting chatroom-removed signal.Abner Silva2009-07-011-1/+2
|
* Merge branch 'empathy-account'Sjoerd Simons2009-07-0165-961/+1573
|\
| * clarify when notify::connection is signalledSjoerd Simons2009-07-011-0/+1
| |
| * fix coding styleSjoerd Simons2009-07-011-1/+0
| |
| * Clarify that we own the keys/values in the accounts hashSjoerd Simons2009-07-011-1/+2
| |
| * explain the connect_time struct memberSjoerd Simons2009-07-011-0/+1
| |
| * Fix coding styleSjoerd Simons2009-07-011-1/+2
| |
| * Update the python bindingsSjoerd Simons2009-07-012-101/+137
| |
| * Port the tests to EmpathyAccountSjoerd Simons2009-07-015-28/+51
| |
| * Port megaphone to EmpathyAccountSjoerd Simons2009-07-011-18/+10
| |
| * Port the main of empathy to EmpathyAccountSjoerd Simons2009-07-0113-138/+141
| |
| * Port libempathy-gtk to EmpathyAccountSjoerd Simons2009-07-0121-182/+164
| |
| * Port libempathy to EmpathyAccountSjoerd Simons2009-07-0115-107/+93
| |
| * Port EmpathyTpRoomlist to EmpathyAccountSjoerd Simons2009-07-012-32/+18
| |
| * Implement EmpathyAccountSjoerd Simons2009-07-016-355/+956
| | | | | | | | | | | | Refactor EmpathyAccountManager and introduce a seperate EmpathyAccount object, which wraps McAccount. When moving to MC5, EmpathyAccount will wrap the Telepathy.Account interface. Fixes #587508
* | Improve geocoding debugging and add more fieldsPierre-Luc Beaudoin2009-07-011-8/+34
|/
* Fallback to OFFLINE when getting an unknown presence from MCSjoerd Simons2009-07-011-1/+1
|
* Use NM by defaultSjoerd Simons2009-07-011-4/+2
|
* Always react when disconnecting from the networkSjoerd Simons2009-07-011-3/+3
|
* Optionally use libnm-glib for NetworkManager integrationSjoerd Simons2009-07-013-49/+65
| | | | | | | | | | | | Previously Empathy use the NM D-Bus interface directly. Unfortunately the d-bus calls used were deprecated and somewhat buggy (if NM wasn't running on empathy startup, it would never detect network changes). Given that NetworkManager isn't a blessed gnome dependency the code has been made optional, but it's expected that every distribution will build with NetworkManager integration anyway. Based on a patch by Tambet Ingo <tambet@novell.com>. Fixes #587446
* fixed libnotify crashing if icon doesn't existAbderaouf Bencherait2009-06-302-3/+9
|
* Updated Lithuanian translationŽygimantas Beručka2009-06-301-1044/+1317
|
* Merge commit 'elliot/bug-584703-c'Xavier Claessens2009-06-282-20/+38
|\
| * disconnect from invalidated signal before unreferencing connectionsElliot Fairweather2009-06-261-0/+14
| |
| * disconnnect from invalidated signal before unreferencing connectionsElliot Fairweather2009-06-261-20/+24
| |
* | Updated Spanish translationJorge Gonzalez2009-06-271-123/+139
| |
* | Ring on outgoing call.Xavier Claessens2009-06-272-25/+56
| |
* | Add empathy_sound_* in doc.Xavier Claessens2009-06-261-0/+1
| |
* | Include empathy-sound.h to make it buildXavier Claessens2009-06-262-5/+7
| |
* | Port EmpathyEventManager to new empathy-sound API.Xavier Claessens2009-06-261-81/+16
| |
* | Move sound related functions to its own module.Jonathan Tellier2009-06-266-164/+445
| |
* | Don't hardcode size of the accounts dialog and use ellipsization (#520972)Matthias Clasen2009-06-262-4/+3
| |
* | Use gnome-session instead of gnome-screensaver to know when session is idleGiedrius Slavinskas2009-06-261-11/+21
| |
* | Merge branch 'fix-prefs'Pierre-Luc Beaudoin2009-06-261-1/+1
|\ \
| * | Rename label1 to remove dupped idPierre-Luc Beaudoin2009-06-261-1/+1
| | |
* | | Merge branch 'debugger'Jonny Lamb2009-06-268-12/+475
|\ \ \ | |/ / |/| |
| * | Add empathy to debug dialog CM chooser.Jonny Lamb2009-06-181-2/+10
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * | Implement o.fd.Tp.Debug. (Fixes #580631)Jonny Lamb2009-06-186-8/+461
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * | Set G_LOG_DOMAIN in libempathy and empathy.Jonny Lamb2009-06-182-0/+2
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * | Use correct emacs modelines.Jonny Lamb2009-06-182-2/+2
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | check-whitespace.sh: check trailing tabsGuillaume Desmottes2009-06-251-0/+6
| | |
* | | empathy-theme-manager: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
| | |
* | | empathy-theme-irc: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
| | |
* | | empathy-theme-boxes: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
| | |
* | | empathy-theme-adium: remove trailing tabsGuillaume Desmottes2009-06-251-8/+8
| | |
* | | empathy-spell: remove trailing tabsGuillaume Desmottes2009-06-251-2/+2
| | |
* | | empathy-smiley-manager: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
| | |
* | | empathy-new-message-dialog: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
| | |
* | | empathy-log-window: remove trailing tabsGuillaume Desmottes2009-06-251-2/+2
| | |
* | | empathy-contact-menu: remove trailing tabsGuillaume Desmottes2009-06-251-4/+4
| | |
* | | empathy-contact-list-view: remove trailing tabsGuillaume Desmottes2009-06-251-6/+6
| | |
* | | empathy-contact-list-store: remove trailing tabsGuillaume Desmottes2009-06-251-5/+5
| | |
* | | empathy-contact-dialogs: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
| | |
* | | empathy-chat: remove trailing tabsGuillaume Desmottes2009-06-251-5/+5
| | |
* | | empathy-chat-view: remove trailing tabsGuillaume Desmottes2009-06-251-16/+16
| | |
* | | empathy-chat-text-view: remove trailing tabsGuillaume Desmottes2009-06-251-141/+141
| | |
* | | empathy-avatar-chooser: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
| | |
* | | empathy-account-widget: remove trailing tabsGuillaume Desmottes2009-06-251-4/+4
| | |
* | | empathy-account-chooser: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
| | |
* | | empathy-utils: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
| | |
* | | empathy-tp-contact-list: remove trailing tabsGuillaume Desmottes2009-06-251-2/+2
| | |
* | | empathy-tp-chat: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
| | |
* | | empathy-time: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
| | |
* | | empathy-idle: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
| | |
* | | empathy-contact-manager: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
| | |
* | | empathy-chatroom: remove trailing tabsGuillaume Desmottes2009-06-251-2/+2
| | |
* | | empathy: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
| | |
* | | empathy-status-icon: remove trailing tabsGuillaume Desmottes2009-06-251-2/+2
| | |
* | | empathy-sidebar: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
| | |
* | | empathy-preferences: remove trailing tabsGuillaume Desmottes2009-06-251-7/+7
| | |
* | | empathy-new-chatroom-dialog: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
| | |
* | | empathy-chat-window: remove trailing tabsGuillaume Desmottes2009-06-251-9/+9
| | |
* | | empathy-accounts-dialog: remove trailing tabsGuillaume Desmottes2009-06-251-5/+5
| | |
* | | Merge branch 'check-style'Guillaume Desmottes2009-06-252-2/+2
|\ \ \
| * | | add empathy-map-view files to empathy_handwritten_source so they are checked ↵Guillaume Desmottes2009-06-241-1/+1
| | | | | | | | | | | | | | | | by the coding style script
| * | | empathy-map-view: fix coding styleGuillaume Desmottes2009-06-241-1/+1
| | | |
* | | | configure.ac: Cleanup PKG_CHECK_MODULESLaurent Bigonville2009-06-241-5/+4
|/ / /
* | | Updated Tamil translationdrtvasudevan2009-06-241-378/+449
| | |
* | | Fix Bug 586133: don't autoscroll on new messagesNicolò Chieffo2009-06-231-3/+9
| | |
* | | Fixed Bug 586284 – Crasher: click on the microphone once disconnectedJonathan Tellier2009-06-231-2/+11
| | |
* | | New labels for user signing in/out notification preferences.Frédéric Péters2009-06-231-2/+2
| | |
* | | More human notification messages when users sign in/out.Frédéric Péters2009-06-231-2/+2
| | |
* | | Fixed coding style of presence notification.Frédéric Péters2009-06-231-9/+11
| | |
* | | Do not flash contact icon in the main window for notification only eventsFrédéric Péters2009-06-231-1/+1
| | |
* | | Do not blink status icon for notification only eventsFrédéric Péters2009-06-231-5/+6
| | |
* | | Support for notification-only eventsFrédéric Péters2009-06-232-0/+14
| | | | | | | | | | | | | | | | | | Add a "must_ack" attribute to events, set if there is no function associated to the event, and add a timeout on such events to have them removed automatically.
* | | Show a notification when a contact goes offline or onlineFrédéric Péters2009-06-235-0/+144
| | |
* | | Workaround for the "Contact list doesn't appear in windows list" bug (#572759)Nicolo Chieffo2009-06-231-1/+1
| | |
* | | Fix coding style and FSF addressSjoerd Simons2009-06-232-7/+7
| | |
* | | Add working GTK+ theme trackingPatryk Zawadzki2009-06-221-29/+5
| | |
* | | Merge branch 'status-icon-586645'Guillaume Desmottes2009-06-221-0/+4
|\ \ \
| * | | Assume our presence is offline if MC reports it as UNSET (#586645)Guillaume Desmottes2009-06-221-0/+4
| | | |
* | | | Add helper API to read info.plist file of an adium theme. Will be useful for ↵Xavier Claessens2009-06-222-12/+42
|/ / / | | | | | | | | | upcoming theme selector
* | | Move all data about an adium theme into EmpathyAdiumData struct and share it ↵Xavier Claessens2009-06-225-213/+320
| | | | | | | | | | | | with all EmpathyThemeAdium instances.
* | | Fix typos in plist parserXavier Claessens2009-06-221-3/+4
| | |
* | | Fix warning if theme don't have footer_htmlXavier Claessens2009-06-221-1/+3
| | |
* | | Use tp_g_value_slice_new and tp_asv API for plist parser.Xavier Claessens2009-06-223-118/+47
| | |
* | | Add a plist parser and set font family, size and default variant. Fixes bug ↵Patryk Zawadzki2009-06-224-2/+478
| | | | | | | | | | | | #586387.
* | | Updated Spanish translationJorge Gonzalez2009-06-211-251/+317
| | |
* | | Partial fix for bug #586379Patryk Zawadzki2009-06-191-1/+9
| | | | | | | | | | | | | | | Added naive support for footer files in adium themes. No macros are actually parsed and replaces but these are mostly used in headers.
* | | Stop status_html from leakingPatryk Zawadzki2009-06-191-0/+1
| | |
* | | Fix bug #585475Patryk Zawadzki2009-06-191-2/+42
| | | | | | | | | | | | | | | Implemented %service%, %shortTime%, %senderDisplayName%, %senderScreenName% and %messageClasses%
* | | Merged translations for Bengali IndiaRuna Bhattacharjee2009-06-191-710/+1657
| | |
* | | Support fallback avatars provided by adium themesPatryk Zawadzki2009-06-191-5/+30
| | |
* | | Limit joining consecutive messages to 5 minutesPatryk Zawadzki2009-06-191-1/+11
| | | | | | | | | | | | Fixes bug #586352
* | | Updated Tamil translationdrtvasudevan2009-06-191-346/+615
| | |
* | | Hide muc contacts listGabriel Millaire2009-06-184-35/+46
| | | | | | | | | | | | | | | | | | | | | - Removed trailing spaces - Notify change to visibility - Added G_PARAM_STATIC_STRINGS to properties - Broke empathy_chat_set_show_contacts() in two, simplifying call
* | | Applied Xavier's commentsGabriel Millaire2009-06-183-59/+61
| | | | | | | | | | | | | | | | | | | | | | | | Added "show-contacts" property in empathy-chat with default value to preference. Setter function show/hide contact list. When Conv menu is opened in empathy-chat-window, update it with "show-contacts" value. Uses "remote-contact" instead of "empathy_chat_is_room" for that. Call setter function when Show Contacts menu is activated.
* | | Add 'Show Contact List' in Conversation menuGabriel Millaire2009-06-182-0/+47
| | |
* | | Read config and show/hide contact listGabriel Millaire2009-06-181-5/+30
| | |
* | | Added a preference in the conf and schema (show contact list in rooms)Gabriel Millaire2009-06-183-0/+21
| | |
* | | Added general option Show contact list in roomsGabriel Millaire2009-06-181-0/+16
| | |
* | | removed extra spacingGabriel Millaire2009-06-181-1/+0
| | |
* | | status_presets_file_parse: discard invalid presence (#585031)Guillaume Desmottes2009-06-181-10/+11
| | |
* | | Use call-stop icon for Hang up toolbutton and menu item (GNOME bug 574771)Frédéric Péters2009-06-181-2/+2
| | |
* | | add doc about empathy_status_presets_is_validGuillaume Desmottes2009-06-181-0/+8
| | |
* | | Don't add invalid presence type as favorite (#585053)Guillaume Desmottes2009-06-181-0/+4
| | |
* | | add empathy_status_presets_is_validGuillaume Desmottes2009-06-182-0/+21
| | |
* | | empathy-presence-chooser: use tp_strdiff instead of strcmpGuillaume Desmottes2009-06-181-1/+1
|/ /
* | Take org.gnome.Empathy as a well-known name on startup. (Fixes #560159)Jonny Lamb2009-06-181-0/+19
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | Fix wrapping in Preferences dialogNicolò Chieffo2009-06-181-2/+2
| |
* | Remove 'new message from' from notification message (#586102). Based on a ↵Guillaume Desmottes2009-06-182-8/+5
| | | | | | | | patch from Nicolo Chieffo
* | Fix 585887: "Publish my location" causes a crashPierre-Luc Beaudoin2009-06-181-4/+11
| | | | | | | | | | Adds more error handling on geoclue init and the geoclue_is_setup check was too late in update_resources
* | Refuse sending empty or special files (directories, char/block devices, etc.)Frédéric Péters2009-06-172-2/+21
| | | | | | | | (GNOME bug 563678)
* | [release script] also check for bug numbers with a variant formFrédéric Péters2009-06-171-2/+2
| |
* | Remove markup from GTKBuilder translatable stringsClaude Paroz2009-06-1714-64/+129
| |
* | Merge commit 'jtellier/video-call-stop-showing-last-frame'Guillaume Desmottes2009-06-163-6/+35
|\ \
| * | The EmpathyCallHandler correctly initializes it "initial_video" propertyJonathan Tellier2009-06-163-6/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | when the remote contact initiates the call. empathy_tp_call_is_(sending/receiving)_video correctly returns a gboolean. The remote avatar is correctly shown when the remote site does not send video. When a call is disconnected, the video preview is hidden.
* | | Introduce empathy_contact_equal, adapt themesPatryk Zawadzki2009-06-164-4/+43
| | | | | | | | | | | | | | | Fixed adium and boxes theme engines to check if contacts refer to the same id instead of comparing pointers. This fixes bug #585885.
* | | Bump version to 2.27.4Xavier Claessens2009-06-161-1/+1
| | |
* | | Fix build of libempathy-gtk doc. We have to init threadsEMPATHY_2_27_3Xavier Claessens2009-06-161-0/+1
| | |
* | | Bump ABI versionXavier Claessens2009-06-151-2/+2
| | |
* | | Update NEWS for 2.27.3Xavier Claessens2009-06-151-0/+61
| | |
* | | Reorder functions to not declare them on topXavier Claessens2009-06-151-125/+113
| | |
* | | empathy_time_to_string_relative was missing weeksPierre-Luc Beaudoin2009-06-151-0/+5
| | | | | | | | | | | | This resulted in "0 month ago" being returned.
* | | Add contextual popup menu in map viewPierre-Luc Beaudoin2009-06-151-0/+30
| | |
* | | Simplify map_view_marker_update_positionPierre-Luc Beaudoin2009-06-151-7/+6
| | |
* | | Use libchamplain 0.3.3 new Gtk embed APIPierre-Luc Beaudoin2009-06-153-12/+11
|/ /
* | Merge commit 'jtellier/call-window-video-preview'Guillaume Desmottes2009-06-157-83/+302
|\ \
| * | The video preview is no longer hidden when we get connected to a audioJonathan Tellier2009-06-131-20/+14
| | | | | | | | | | | | only call.
| * | Corrected code style in empathy_call_window_setup_video_preview.Jonathan Tellier2009-06-121-45/+56
| | | | | | | | | | | | The video preview is now shown no matter if we are sending video or not.
| * | Added an early return in empathy_call_window_setup_video_preview.Jonathan Tellier2009-06-122-87/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | Code style correction in empathy_call_window_setup_video_preview_visibility. Corrected a bug which prevented a user with no video input to redial video calls. The "Send video" option should be properly disabled when we can't send video.
| * | Better implemented empathy_tp_call_is_receiving_video and ↵Jonathan Tellier2009-06-123-81/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | empathy_tp_call_is_sending_video. Removed the "video-stream-changed" from EmpathyCallHandler Corrected gtk-doc in EmpathyCallHandler. empathy_call_window_stup_video_preview now checks the status of the video_tee and the video_preview. empathy_call_window_sink_added_cb does not automatically starts the preview.
| * | Not creating the video preview if we don't want to show it (in audioJonathan Tellier2009-06-123-56/+116
| | | | | | | | | | | | calls for instance).
| * | Implemented the call window's "View -> Video preview" option.Jonathan Tellier2009-06-122-1/+36
| | |
| * | When no video is received or sent we show contacts' avatars instead of showingJonathan Tellier2009-06-124-0/+110
| | | | | | | | | | | | black widgets.
* | | empathy-ft-manager: tile should be 'File Transfers'. (#585788)Guillaume Desmottes2009-06-151-1/+1
| | |
* | | empathy_idle_init: fallback to OFFLINE instead of UNSET if ↵Guillaume Desmottes2009-06-151-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | empathy_idle_get_actual_presence failed If MC is not running, mission_control_get_presence_actual will return OFFLINE and set an error. Empathy should do the same and use OFFLINE instead of UNSET to avoid to not display the status icon in such cases (there is no UNSET presence icon).
* | | [Goal] Clean up GLib and GTK+ includes in empathy (Fixes #585669)Luis Menina2009-06-1427-31/+27
| | | | | | | | | | | | | | | | | | Allows to compile with G_DISABLE_SINGLE_INCLUDES, GDK_PIXBUF_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES. This prepares for the GNOME 3.0 transition.
* | | Do not include default title property for Adium theme filepickerFrédéric Péters2009-06-131-1/+0
| | | | | | | | | | | | (GNOME bug 585640)
* | | Updated Spanish translationJorge Gonzalez2009-06-131-116/+142
| | |
* | | empathy-location-manager: remove a trailing spaceGuillaume Desmottes2009-06-121-1/+1
| | |
* | | Fixed code styleJonathan Tellier2009-06-122-3/+3
|/ /
* | Merge branch 'ft_ipv4'Cosimo Cecchi2009-06-121-24/+162
|\ \
| * | Drop PORT access control support for nowCosimo Cecchi2009-06-121-15/+7
| | |
| * | Fix make checkCosimo Cecchi2009-06-071-1/+1
| | |
| * | Emit an error for socket types we don't handleCosimo Cecchi2009-06-071-5/+26
| | | | | | | | | | | | Also, fix error handling when a socket fails on connect().
| * | Use empathy_uint_compareCosimo Cecchi2009-06-071-13/+1
| | |
| * | Build fix after rebaseCosimo Cecchi2009-06-071-1/+1
| | |
| * | Initialize the address and port valuesCosimo Cecchi2009-06-071-12/+34
| | | | | | | | | | | | | | | | | | The address the CM returns if we're using IPV4 is of the type TP_STRUCT_TYPE_SOCKET_ADDRESS_IPV4; use those values to setup the IPV4 socket.
| * | Add support for IPV4 socketsCosimo Cecchi2009-06-071-25/+68
| | |
| * | Look at the available socket typeCosimo Cecchi2009-06-071-0/+72
| | | | | | | | | | | | | | | Look at the available socket types, and don't hardcode UNIX/LOCALHOST values.
* | | Add spinning throbber to EmpathyMapViewPierre-Luc Beaudoin2009-06-122-0/+54
| | | | | | | | | | | | | | | OSM servers can be slow at times, the user can now know that data is loading
* | | Updated Hebrew translationMark Krapivner2009-06-121-1106/+1311
| | |
* | | Add doc for empathy_avatar_new()Xavier Claessens2009-06-121-0/+13
| | |
* | | Update copyright to 2008-2009Xavier Claessens2009-06-122-2/+2
| | |
* | | Move g_object_unref to dispose instead of finalizeXavier Claessens2009-06-121-2/+16
| | |
* | | Include empathy-theme-adium.c/h in tarballs even if webkit is not installedXavier Claessens2009-06-121-5/+11
| | |
* | | Correctly parse %time% if a format is providedXavier Claessens2009-06-121-5/+7
| | |
* | | Remove trailing spaceXavier Claessens2009-06-121-1/+1
| | |
* | | New webkit needs an URI as basedir for webkit_web_view_load_html_string.Xavier Claessens2009-06-122-3/+10
| | |
* | | Do not use empathy_contact_equal(), we can now compare pointers directly.Xavier Claessens2009-06-121-2/+1
| | |
* | | Add Adium theme support in the configure summaryXavier Claessens2009-06-121-0/+1
| | |
* | | Support /me command and fix crash if smiley are not enabledXavier Claessens2009-06-121-19/+34
| | |
* | | Fix build error due to wrong rebaseXavier Claessens2009-06-121-1/+0
| | |
* | | Port to new APIXavier Claessens2009-06-122-2/+2
| | |
* | | Update pyhton bindingsXavier Claessens2009-06-122-11/+10
| | |
* | | Add EmpathyThemeAdium to the API doc.Xavier Claessens2009-06-122-0/+2
| | |
* | | WebKit is expecting an absolute path to a file name as the last parameter of ↵Xavier Claessens2009-06-121-1/+1
| | | | | | | | | | | | | | | | | | webkit_web_view_load_html_string. But adding a extra / at the end of the path works also fine (patch to be attached).
* | | Delete useless fileXavier Claessens2009-06-121-408/+0
| | |
* | | - Implement remaining functions on EmpathyThemeAdium.Xavier Claessens2009-06-123-146/+233
| | | | | | | | | | | | | | | - Fix refcounting of EmpathySmileyManager, avoid double free in its finalize. - Create our own context menu on EmpathyThemeAdium.
* | | Fix a warning when the ADIUM_PATH gconf key is unset.Xavier Claessens2009-06-121-2/+9
| | |
* | | Add whitespace to respect coding styleXavier Claessens2009-06-121-1/+1
| | |
* | | Don't escape message before detecting smileys otherwise some won't be detected.Xavier Claessens2009-06-121-6/+5
| | |
* | | Cleanup little thingsXavier Claessens2009-06-121-9/+13
| | |
* | | Use a default Template.html if not provided by the theme.Xavier Claessens2009-06-122-15/+202
| | |
* | | Correctly escape message body so html tags are not interpreted by webkit.Xavier Claessens2009-06-121-29/+32
| | |
* | | Add a path property on EmpathyThemeAdium and ge the adium-path gconf key in ↵Xavier Claessens2009-06-123-16/+117
| | | | | | | | | | | | EmpathyThemeManager.
* | | Add some #ifdef HAVE_WEBKITXavier Claessens2009-06-121-1/+6
| | |
* | | Quick check if the theme path is OK.Xavier Claessens2009-06-122-8/+29
| | |
* | | Add UI in the preference dialog to select the path to adium themeXavier Claessens2009-06-127-136/+261
| | |
* | | Add a tooltip on smileys with the text it hidesXavier Claessens2009-06-121-2/+2
| | |
* | | Open URI when they are clicked in webkitXavier Claessens2009-06-121-1/+23
| | |
* | | Reorganise a bit the body parsing and add support for URLXavier Claessens2009-06-122-45/+90
| | |
* | | Fix a typo in a commentXavier Claessens2009-06-121-1/+1
| | |
* | | Add support for smileys with adium themesXavier Claessens2009-06-121-13/+63
| | |
* | | rename ready to page_loaded, it explains better what it does.Xavier Claessens2009-06-121-3/+3
| | |
* | | Add path in EmpathySmileyXavier Claessens2009-06-125-74/+84
| | |
* | | Update for more recent webkitXavier Claessens2009-06-123-6/+3
| | |
* | | Fallback if ContentNext or Outgoing are missing.Xavier Claessens2009-06-121-4/+7
| | |
* | | Oops, remove stupid debug g_printXavier Claessens2009-06-121-3/+0
| | |
* | | Don't load SVG icons because webkit can't load themXavier Claessens2009-06-121-1/+4
| | |
* | | Add the filename in EmpathyAvatar and fallback to stock_personXavier Claessens2009-06-124-43/+81
| | |
* | | Support for custom time formatXavier Claessens2009-06-121-11/+35
| | |
* | | Add initial adium theme support: Load the template and append messages.Xavier Claessens2009-06-123-16/+285
| | |
* | | EmpathyThemeAdium inherit from WebkitWebView and not GtkTextView.Xavier Claessens2009-06-121-4/+4
| | |
* | | Compile EmpathyThemeAdium only if webkit is installedXavier Claessens2009-06-123-3/+17
| | |
* | | Add skelet of Adium theme using webkit.Xavier Claessens2009-06-125-0/+244
| | |
* | | Fix compile warningPierre-Luc Beaudoin2009-06-111-1/+1
| | |
* | | Get author for bug fixesXavier Claessens2009-06-111-1/+15
| | |
* | | Updated Spanish translationJorge Gonzalez2009-06-111-19/+26
| | |
* | | src/Makefile.am: actually enable warning CFLAGSGuillaume Desmottes2009-06-111-1/+1
| | |
* | | empathy-call-window: remove unused variablesGuillaume Desmottes2009-06-111-3/+0
| | |
* | | import im-meanwhile from PidginGuillaume Desmottes2009-06-115-0/+178
| | |
* | | add sametime profile (#562981)Guillaume Desmottes2009-06-112-1/+13
| | |
* | | empathy-accounts-dialog: move back the 'Create' button on the rightGuillaume Desmottes2009-06-111-15/+15
| | |
* | | empathy-accounts-dialog: Use radio buttons instead of a checkbox for the ↵Guillaume Desmottes2009-06-112-15/+43
| | | | | | | | | | | | 'reuse existing account' UI
* | | empathy-accounts-dialog: change title to 'Add Account' as we can reuse an ↵Guillaume Desmottes2009-06-111-1/+1
| | | | | | | | | | | | existing one (#548707)
* | | Updated Spanish translationJorge Gonzalez2009-06-111-41/+38
| | |
* | | Updated Norwegian bokmål translation.Kjartan Maraas2009-06-101-704/+1002
| | |
* | | Geoclue doesn't like NONE as an accuracy levelPierre-Luc Beaudoin2009-06-101-2/+8
| | | | | | | | | | | | | | | | | | Possibly a bug in Geoclue, but passing COUNTRY instead of NONE as the minimum accuracy required gives better results (ie more providers are possible).