Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a preference in the conf and schema (show contact list in rooms) | Gabriel Millaire | 2009-06-18 | 3 | -0/+21 |
| | |||||
* | Added general option Show contact list in rooms | Gabriel Millaire | 2009-06-18 | 1 | -0/+16 |
| | |||||
* | removed extra spacing | Gabriel Millaire | 2009-06-18 | 1 | -1/+0 |
| | |||||
* | status_presets_file_parse: discard invalid presence (#585031) | Guillaume Desmottes | 2009-06-18 | 1 | -10/+11 |
| | |||||
* | Use call-stop icon for Hang up toolbutton and menu item (GNOME bug 574771) | Frédéric Péters | 2009-06-18 | 1 | -2/+2 |
| | |||||
* | add doc about empathy_status_presets_is_valid | Guillaume Desmottes | 2009-06-18 | 1 | -0/+8 |
| | |||||
* | Don't add invalid presence type as favorite (#585053) | Guillaume Desmottes | 2009-06-18 | 1 | -0/+4 |
| | |||||
* | add empathy_status_presets_is_valid | Guillaume Desmottes | 2009-06-18 | 2 | -0/+21 |
| | |||||
* | empathy-presence-chooser: use tp_strdiff instead of strcmp | Guillaume Desmottes | 2009-06-18 | 1 | -1/+1 |
| | |||||
* | Take org.gnome.Empathy as a well-known name on startup. (Fixes #560159) | Jonny Lamb | 2009-06-18 | 1 | -0/+19 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Fix wrapping in Preferences dialog | Nicolò Chieffo | 2009-06-18 | 1 | -2/+2 |
| | |||||
* | Remove 'new message from' from notification message (#586102). Based on a ↵ | Guillaume Desmottes | 2009-06-18 | 2 | -8/+5 |
| | | | | patch from Nicolo Chieffo | ||||
* | Fix 585887: "Publish my location" causes a crash | Pierre-Luc Beaudoin | 2009-06-18 | 1 | -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éters | 2009-06-17 | 2 | -2/+21 |
| | | | | (GNOME bug 563678) | ||||
* | [release script] also check for bug numbers with a variant form | Frédéric Péters | 2009-06-17 | 1 | -2/+2 |
| | |||||
* | Remove markup from GTKBuilder translatable strings | Claude Paroz | 2009-06-17 | 14 | -64/+129 |
| | |||||
* | Merge commit 'jtellier/video-call-stop-showing-last-frame' | Guillaume Desmottes | 2009-06-16 | 3 | -6/+35 |
|\ | |||||
| * | The EmpathyCallHandler correctly initializes it "initial_video" property | Jonathan Tellier | 2009-06-16 | 3 | -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 themes | Patryk Zawadzki | 2009-06-16 | 4 | -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.4 | Xavier Claessens | 2009-06-16 | 1 | -1/+1 |
| | | |||||
* | | Fix build of libempathy-gtk doc. We have to init threadsEMPATHY_2_27_3 | Xavier Claessens | 2009-06-16 | 1 | -0/+1 |
| | | |||||
* | | Bump ABI version | Xavier Claessens | 2009-06-15 | 1 | -2/+2 |
| | | |||||
* | | Update NEWS for 2.27.3 | Xavier Claessens | 2009-06-15 | 1 | -0/+61 |
| | | |||||
* | | Reorder functions to not declare them on top | Xavier Claessens | 2009-06-15 | 1 | -125/+113 |
| | | |||||
* | | empathy_time_to_string_relative was missing weeks | Pierre-Luc Beaudoin | 2009-06-15 | 1 | -0/+5 |
| | | | | | | | | This resulted in "0 month ago" being returned. | ||||
* | | Add contextual popup menu in map view | Pierre-Luc Beaudoin | 2009-06-15 | 1 | -0/+30 |
| | | |||||
* | | Simplify map_view_marker_update_position | Pierre-Luc Beaudoin | 2009-06-15 | 1 | -7/+6 |
| | | |||||
* | | Use libchamplain 0.3.3 new Gtk embed API | Pierre-Luc Beaudoin | 2009-06-15 | 3 | -12/+11 |
|/ | |||||
* | Merge commit 'jtellier/call-window-video-preview' | Guillaume Desmottes | 2009-06-15 | 7 | -83/+302 |
|\ | |||||
| * | The video preview is no longer hidden when we get connected to a audio | Jonathan Tellier | 2009-06-13 | 1 | -20/+14 |
| | | | | | | | | only call. | ||||
| * | Corrected code style in empathy_call_window_setup_video_preview. | Jonathan Tellier | 2009-06-12 | 1 | -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 Tellier | 2009-06-12 | 2 | -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 Tellier | 2009-06-12 | 3 | -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 audio | Jonathan Tellier | 2009-06-12 | 3 | -56/+116 |
| | | | | | | | | calls for instance). | ||||
| * | Implemented the call window's "View -> Video preview" option. | Jonathan Tellier | 2009-06-12 | 2 | -1/+36 |
| | | |||||
| * | When no video is received or sent we show contacts' avatars instead of showing | Jonathan Tellier | 2009-06-12 | 4 | -0/+110 |
| | | | | | | | | black widgets. | ||||
* | | empathy-ft-manager: tile should be 'File Transfers'. (#585788) | Guillaume Desmottes | 2009-06-15 | 1 | -1/+1 |
| | | |||||
* | | empathy_idle_init: fallback to OFFLINE instead of UNSET if ↵ | Guillaume Desmottes | 2009-06-15 | 1 | -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 Menina | 2009-06-14 | 27 | -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 filepicker | Frédéric Péters | 2009-06-13 | 1 | -1/+0 |
| | | | | | | | | (GNOME bug 585640) | ||||
* | | Updated Spanish translation | Jorge Gonzalez | 2009-06-13 | 1 | -116/+142 |
| | | |||||
* | | empathy-location-manager: remove a trailing space | Guillaume Desmottes | 2009-06-12 | 1 | -1/+1 |
| | | |||||
* | | Fixed code style | Jonathan Tellier | 2009-06-12 | 2 | -3/+3 |
|/ | |||||
* | Merge branch 'ft_ipv4' | Cosimo Cecchi | 2009-06-12 | 1 | -24/+162 |
|\ | |||||
| * | Drop PORT access control support for now | Cosimo Cecchi | 2009-06-12 | 1 | -15/+7 |
| | | |||||
| * | Fix make check | Cosimo Cecchi | 2009-06-07 | 1 | -1/+1 |
| | | |||||
| * | Emit an error for socket types we don't handle | Cosimo Cecchi | 2009-06-07 | 1 | -5/+26 |
| | | | | | | | | Also, fix error handling when a socket fails on connect(). | ||||
| * | Use empathy_uint_compare | Cosimo Cecchi | 2009-06-07 | 1 | -13/+1 |
| | | |||||
| * | Build fix after rebase | Cosimo Cecchi | 2009-06-07 | 1 | -1/+1 |
| | | |||||
| * | Initialize the address and port values | Cosimo Cecchi | 2009-06-07 | 1 | -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 sockets | Cosimo Cecchi | 2009-06-07 | 1 | -25/+68 |
| | | |||||
| * | Look at the available socket type | Cosimo Cecchi | 2009-06-07 | 1 | -0/+72 |
| | | | | | | | | | | Look at the available socket types, and don't hardcode UNIX/LOCALHOST values. | ||||
* | | Add spinning throbber to EmpathyMapView | Pierre-Luc Beaudoin | 2009-06-12 | 2 | -0/+54 |
| | | | | | | | | | | OSM servers can be slow at times, the user can now know that data is loading | ||||
* | | Updated Hebrew translation | Mark Krapivner | 2009-06-12 | 1 | -1106/+1311 |
| | | |||||
* | | Add doc for empathy_avatar_new() | Xavier Claessens | 2009-06-12 | 1 | -0/+13 |
| | | |||||
* | | Update copyright to 2008-2009 | Xavier Claessens | 2009-06-12 | 2 | -2/+2 |
| | | |||||
* | | Move g_object_unref to dispose instead of finalize | Xavier Claessens | 2009-06-12 | 1 | -2/+16 |
| | | |||||
* | | Include empathy-theme-adium.c/h in tarballs even if webkit is not installed | Xavier Claessens | 2009-06-12 | 1 | -5/+11 |
| | | |||||
* | | Correctly parse %time% if a format is provided | Xavier Claessens | 2009-06-12 | 1 | -5/+7 |
| | | |||||
* | | Remove trailing space | Xavier Claessens | 2009-06-12 | 1 | -1/+1 |
| | | |||||
* | | New webkit needs an URI as basedir for webkit_web_view_load_html_string. | Xavier Claessens | 2009-06-12 | 2 | -3/+10 |
| | | |||||
* | | Do not use empathy_contact_equal(), we can now compare pointers directly. | Xavier Claessens | 2009-06-12 | 1 | -2/+1 |
| | | |||||
* | | Add Adium theme support in the configure summary | Xavier Claessens | 2009-06-12 | 1 | -0/+1 |
| | | |||||
* | | Support /me command and fix crash if smiley are not enabled | Xavier Claessens | 2009-06-12 | 1 | -19/+34 |
| | | |||||
* | | Fix build error due to wrong rebase | Xavier Claessens | 2009-06-12 | 1 | -1/+0 |
| | | |||||
* | | Port to new API | Xavier Claessens | 2009-06-12 | 2 | -2/+2 |
| | | |||||
* | | Update pyhton bindings | Xavier Claessens | 2009-06-12 | 2 | -11/+10 |
| | | |||||
* | | Add EmpathyThemeAdium to the API doc. | Xavier Claessens | 2009-06-12 | 2 | -0/+2 |
| | | |||||
* | | WebKit is expecting an absolute path to a file name as the last parameter of ↵ | Xavier Claessens | 2009-06-12 | 1 | -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 file | Xavier Claessens | 2009-06-12 | 1 | -408/+0 |
| | | |||||
* | | - Implement remaining functions on EmpathyThemeAdium. | Xavier Claessens | 2009-06-12 | 3 | -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 Claessens | 2009-06-12 | 1 | -2/+9 |
| | | |||||
* | | Add whitespace to respect coding style | Xavier Claessens | 2009-06-12 | 1 | -1/+1 |
| | | |||||
* | | Don't escape message before detecting smileys otherwise some won't be detected. | Xavier Claessens | 2009-06-12 | 1 | -6/+5 |
| | | |||||
* | | Cleanup little things | Xavier Claessens | 2009-06-12 | 1 | -9/+13 |
| | | |||||
* | | Use a default Template.html if not provided by the theme. | Xavier Claessens | 2009-06-12 | 2 | -15/+202 |
| | | |||||
* | | Correctly escape message body so html tags are not interpreted by webkit. | Xavier Claessens | 2009-06-12 | 1 | -29/+32 |
| | | |||||
* | | Add a path property on EmpathyThemeAdium and ge the adium-path gconf key in ↵ | Xavier Claessens | 2009-06-12 | 3 | -16/+117 |
| | | | | | | | | EmpathyThemeManager. | ||||
* | | Add some #ifdef HAVE_WEBKIT | Xavier Claessens | 2009-06-12 | 1 | -1/+6 |
| | | |||||
* | | Quick check if the theme path is OK. | Xavier Claessens | 2009-06-12 | 2 | -8/+29 |
| | | |||||
* | | Add UI in the preference dialog to select the path to adium theme | Xavier Claessens | 2009-06-12 | 7 | -136/+261 |
| | | |||||
* | | Add a tooltip on smileys with the text it hides | Xavier Claessens | 2009-06-12 | 1 | -2/+2 |
| | | |||||
* | | Open URI when they are clicked in webkit | Xavier Claessens | 2009-06-12 | 1 | -1/+23 |
| | | |||||
* | | Reorganise a bit the body parsing and add support for URL | Xavier Claessens | 2009-06-12 | 2 | -45/+90 |
| | | |||||
* | | Fix a typo in a comment | Xavier Claessens | 2009-06-12 | 1 | -1/+1 |
| | | |||||
* | | Add support for smileys with adium themes | Xavier Claessens | 2009-06-12 | 1 | -13/+63 |
| | | |||||
* | | rename ready to page_loaded, it explains better what it does. | Xavier Claessens | 2009-06-12 | 1 | -3/+3 |
| | | |||||
* | | Add path in EmpathySmiley | Xavier Claessens | 2009-06-12 | 5 | -74/+84 |
| | | |||||
* | | Update for more recent webkit | Xavier Claessens | 2009-06-12 | 3 | -6/+3 |
| | | |||||
* | | Fallback if ContentNext or Outgoing are missing. | Xavier Claessens | 2009-06-12 | 1 | -4/+7 |
| | | |||||
* | | Oops, remove stupid debug g_print | Xavier Claessens | 2009-06-12 | 1 | -3/+0 |
| | | |||||
* | | Don't load SVG icons because webkit can't load them | Xavier Claessens | 2009-06-12 | 1 | -1/+4 |
| | | |||||
* | | Add the filename in EmpathyAvatar and fallback to stock_person | Xavier Claessens | 2009-06-12 | 4 | -43/+81 |
| | | |||||
* | | Support for custom time format | Xavier Claessens | 2009-06-12 | 1 | -11/+35 |
| | | |||||
* | | Add initial adium theme support: Load the template and append messages. | Xavier Claessens | 2009-06-12 | 3 | -16/+285 |
| | | |||||
* | | EmpathyThemeAdium inherit from WebkitWebView and not GtkTextView. | Xavier Claessens | 2009-06-12 | 1 | -4/+4 |
| | | |||||
* | | Compile EmpathyThemeAdium only if webkit is installed | Xavier Claessens | 2009-06-12 | 3 | -3/+17 |
| | | |||||
* | | Add skelet of Adium theme using webkit. | Xavier Claessens | 2009-06-12 | 5 | -0/+244 |
| | | |||||
* | | Fix compile warning | Pierre-Luc Beaudoin | 2009-06-11 | 1 | -1/+1 |
| | | |||||
* | | Get author for bug fixes | Xavier Claessens | 2009-06-11 | 1 | -1/+15 |
| | | |||||
* | | Updated Spanish translation | Jorge Gonzalez | 2009-06-11 | 1 | -19/+26 |
| | | |||||
* | | src/Makefile.am: actually enable warning CFLAGS | Guillaume Desmottes | 2009-06-11 | 1 | -1/+1 |
| | | |||||
* | | empathy-call-window: remove unused variables | Guillaume Desmottes | 2009-06-11 | 1 | -3/+0 |
| | | |||||
* | | import im-meanwhile from Pidgin | Guillaume Desmottes | 2009-06-11 | 5 | -0/+178 |
| | | |||||
* | | add sametime profile (#562981) | Guillaume Desmottes | 2009-06-11 | 2 | -1/+13 |
| | | |||||
* | | empathy-accounts-dialog: move back the 'Create' button on the right | Guillaume Desmottes | 2009-06-11 | 1 | -15/+15 |
| | | |||||
* | | empathy-accounts-dialog: Use radio buttons instead of a checkbox for the ↵ | Guillaume Desmottes | 2009-06-11 | 2 | -15/+43 |
| | | | | | | | | 'reuse existing account' UI | ||||
* | | empathy-accounts-dialog: change title to 'Add Account' as we can reuse an ↵ | Guillaume Desmottes | 2009-06-11 | 1 | -1/+1 |
| | | | | | | | | existing one (#548707) | ||||
* | | Updated Spanish translation | Jorge Gonzalez | 2009-06-11 | 1 | -41/+38 |
| | | |||||
* | | Updated Norwegian bokmål translation. | Kjartan Maraas | 2009-06-10 | 1 | -704/+1002 |
| | | |||||
* | | Geoclue doesn't like NONE as an accuracy level | Pierre-Luc Beaudoin | 2009-06-10 | 1 | -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). | ||||
* | | Merge branch 'ft-error-confusion' | Will Thompson | 2009-06-10 | 1 | -2/+3 |
|\ \ | |||||
| * | | Correctly propagate Provide/Accept errors | Will Thompson | 2009-06-10 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, if myerr was set as well as error, myerr was cleared, but not set to a copy of error. So then the function continued as normal, and crashed. Also, having checked if myerr is set, we should probably log the message from that, rather than from the (possibly NULL) error. :) | ||||
* | | | Merge commit 'jtellier/call-window-redial-button' | Guillaume Desmottes | 2009-06-09 | 4 | -100/+287 |
|\ \ \ | |||||
| * | | | Added a "Redial" button to the call window. | Jonathan Tellier | 2009-06-09 | 4 | -100/+287 |
| |/ / | |||||
* | | | contact_get_avatar_filename: remove unused priv pointer | Guillaume Desmottes | 2009-06-09 | 1 | -1/+0 |
| | | | |||||
* | | | contact_get_avatar_filename: use empathy_contact_get_id instead of priv->id ↵ | Guillaume Desmottes | 2009-06-09 | 1 | -2/+2 |
|/ / | | | | | | | | | | | | | directly priv->id is not supposed to be set for not log contacts so the avatar cache was broken for all TpContact. | ||||
* | | Remove outstanding operations before dispatching them | Will Thompson | 2009-06-09 | 1 | -1/+1 |
| | | | | | | | | Fixes #585231 | ||||
* | | Document the purpose of outstanding_channels | Will Thompson | 2009-06-09 | 1 | -1/+10 |
| | | |||||
* | | Break after deleting current item in chatroom list | Will Thompson | 2009-06-09 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | When I signed off, Empathy exploded. l was 0x33, which oddly enough was secretly not the address of a GList. :-) I think what happened is that empathy_chatroom_manager_remove() deleted the list node currently pointed to by l; then the loop advanced to l->next, which was now garbage. We don't need to keep iterating once we find the chatroom we were looking for, so break out of the loop. | ||||
* | | Extract removing chatroom links to a function | Will Thompson | 2009-06-09 | 1 | -9/+22 |
| | | |||||
* | | Consistently use this_chatroom when removing a room | Will Thompson | 2009-06-09 | 1 | -2/+2 |
| | | |||||
* | | libempathy.types: remove empathy_tp_tube_get_type | Guillaume Desmottes | 2009-06-09 | 1 | -1/+0 |
| | | |||||
* | | update Python bindings | Guillaume Desmottes | 2009-06-09 | 1 | -61/+0 |
| | | |||||
* | | remove EmpathyTpTube from Python bindings | Guillaume Desmottes | 2009-06-09 | 2 | -2/+0 |
| | | |||||
* | | tube-handler: use TpChannel directly instead of EmpathyTpTube | Guillaume Desmottes | 2009-06-09 | 1 | -17/+3 |
| | | |||||
* | | remove empathy-tp-tube from doc | Guillaume Desmottes | 2009-06-09 | 1 | -1/+0 |
| | | |||||
* | | stop to build empathy-tp-tube | Guillaume Desmottes | 2009-06-09 | 1 | -2/+0 |
| | | |||||
* | | remove empathy-tp-tube | Guillaume Desmottes | 2009-06-09 | 2 | -772/+0 |
| | | |||||
* | | Merge commit 'gmillaires/fix-564259' | Guillaume Desmottes | 2009-06-09 | 1 | -1/+1 |
|\ \ | |||||
| * | | Activated tooltips feature for MUC contact list | Gabriel Millaire | 2009-06-09 | 1 | -1/+1 |
| | | | |||||
* | | | Distribute conditionally built files | Pierre-Luc Beaudoin | 2009-06-09 | 2 | -13/+23 |
|/ / | |||||
* | | Don't repeat a tooltip format string | Will Thompson | 2009-06-08 | 1 | -14/+13 |
| | | |||||
* | | Italicize status message in tooltip | Will Thompson | 2009-06-08 | 1 | -1/+1 |
| | | |||||
* | | Don't include "Available"/"Away"... in tooltips | Will Thompson | 2009-06-08 | 1 | -2/+2 |
| | | | | | | | | | | I don't think including the default string for a status adds anything to the tooltips. | ||||
* | | Extract markup_printf-append-free to a function | Will Thompson | 2009-06-08 | 1 | -18/+29 |
| | | | | | | | | | | The repeated g_markup_printf_escaped; g_string_append; g_free offended me. I think this makes the function easier to read. | ||||
* | | Only show status in tooltip when it exists | Will Thompson | 2009-06-08 | 1 | -3/+11 |
| | | | | | | | | | | | | empathy_contact_get_status () can return NULL: perhaps the protocol doesn't support presence, or perhaps we're not subscribed to the contact's presence. | ||||
* | | Don't double-unref superseded group TpChannels. | Will Thompson | 2009-06-08 | 1 | -7/+37 |
| | | |||||
* | | Merge branch 'profile-chooser' | Jonny Lamb | 2009-06-07 | 8 | -193/+353 |
|\ \ | |/ |/| | |||||
| * | Add empathy_profile_chooser to libempathy-gtk type list. | Jonny Lamb | 2009-06-07 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Fix small typo in docs. | Jonny Lamb | 2009-06-07 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Chain up to the constructed call of the parent class. | Jonny Lamb | 2009-06-07 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Only include gtk/gtk.h and not gtkcombobox.h. | Jonny Lamb | 2009-06-07 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Implement constructed instead of constructor. | Jonny Lamb | 2009-06-07 | 1 | -10/+3 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Small coding style change. | Jonny Lamb | 2009-06-07 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Update python bindings. | Jonny Lamb | 2009-06-05 | 1 | -8/+16 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Update the accounts dialog to the new profile chooser API. | Jonny Lamb | 2009-06-05 | 1 | -3/+6 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Make EmpathyProfileChooser a subclass of GtkComboBox. | Jonny Lamb | 2009-06-05 | 2 | -79/+194 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Convert style to Telepathy coding style. | Jonny Lamb | 2009-06-05 | 2 | -153/+155 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Add test-empathy-profile-chooser. | Jonny Lamb | 2009-06-05 | 3 | -1/+35 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | Fix silly mistake where I passed the struct pointer and not the first member | Davyd Madeley | 2009-06-06 | 1 | -2/+2 |
| | | |||||
* | | Updated Spanish translation | Jorge Gonzalez | 2009-06-06 | 1 | -67/+116 |
| | | |||||
* | | Use tp_asv_get_string instead of messing with GValues. | Jonny Lamb | 2009-06-05 | 1 | -5/+2 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | Use "foo == NULL" instead of "!foo". | Jonny Lamb | 2009-06-05 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | Set an empty password for pidgin accounts that have no password set. | Jonny Lamb | 2009-06-05 | 1 | -0/+10 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | Special-case XMPP with importing accounts from Pidgin. (Fixes bug #579992) | Jonny Lamb | 2009-06-05 | 1 | -1/+18 |
|/ | | | | | | | It was decided that if pidgin has an account with no host set, then both the server and port should be ignored, as a special case in XMPP. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Add simple flymake support. | Jonny Lamb | 2009-06-05 | 5 | -0/+8 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Merge branch 'debug-fixes' | Jonny Lamb | 2009-06-05 | 1 | -9/+6 |
|\ | |||||
| * | Don't display an empty treeview if there are no connections on opening. | Jonny Lamb | 2009-06-05 | 1 | -3/+5 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Don't unref widgets twice. | Jonny Lamb | 2009-06-05 | 1 | -6/+0 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Free a GError after use. | Jonny Lamb | 2009-06-05 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | updating Translation for Gurmukhi | A S Alam | 2009-06-05 | 1 | -371/+595 |
|/ | |||||
* | Merge branch 'debug' | Jonny Lamb | 2009-06-05 | 9 | -1/+1494 |
|\ | | | | | | | | | | | | | | | | | Conflicts: extensions/Makefile.am extensions/misc.xml po/POTFILES.in Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Add empathy-debug-dialog to POTFILES.in. | Jonny Lamb | 2009-06-04 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Display a label if the selected CM does not support Debug. | Jonny Lamb | 2009-06-04 | 1 | -6/+56 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Add level label to priv struct. | Jonny Lamb | 2009-06-04 | 1 | -4/+5 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Store toolbar items in priv struct. | Jonny Lamb | 2009-06-04 | 1 | -33/+38 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Keep a ref to the TpDBusDaemon so the NameOwnerChanged cb gets called. | Jonny Lamb | 2009-06-04 | 1 | -6/+7 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Clean up EmpathyDebugDialogPriv. | Jonny Lamb | 2009-06-04 | 1 | -9/+20 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Use G_GSIZE_FORMAT instead of %u. | Jonny Lamb | 2009-06-03 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Updated Debug spec. | Jonny Lamb | 2009-06-03 | 1 | -43/+97 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Add a "Copy" toolbar item to copy text to clipboard. | Jonny Lamb | 2009-04-24 | 1 | -0/+73 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Create a straight TpProxy instead of a TpConnection. | Jonny Lamb | 2009-04-24 | 1 | -12/+7 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Connect to NameOwnerChanged so the CM chooser can be updated when new CMs ↵ | Jonny Lamb | 2009-04-24 | 1 | -0/+93 |
| | | | | | | | | | | | | join and old ones die. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Store unique names in CM model. | Jonny Lamb | 2009-04-24 | 1 | -27/+112 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Use GtkWindow's "transient-for" property instead of holding a ref to the ↵ | Jonny Lamb | 2009-04-24 | 1 | -27/+1 |
| | | | | | | | | | | | | parent window. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Don't show the same CM more than once in the CM chooser if there are more ↵ | Jonny Lamb | 2009-04-24 | 1 | -0/+15 |
| | | | | | | | | | | | | than one connections to it. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Use GFile and GFileOutputStream instead of fopen and fprintf. | Jonny Lamb | 2009-04-24 | 1 | -13/+35 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Use "foo != NULL" instead of "foo". | Jonny Lamb | 2009-04-24 | 1 | -7/+7 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Add more comments to debug_dialog_press_event_cb. | Jonny Lamb | 2009-04-24 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Use guint instead of int for for loop counter. | Jonny Lamb | 2009-04-24 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Split some long lines into two. | Jonny Lamb | 2009-04-24 | 1 | -6/+10 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Changed Help menu item to simply "Debug. | Jonny Lamb | 2009-04-24 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Updated coding style. | Jonny Lamb | 2009-04-24 | 1 | -44/+44 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Remove tabs, sigh. | Jonny Lamb | 2009-04-24 | 1 | -5/+5 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Implement save button. | Jonny Lamb | 2009-04-24 | 1 | -0/+96 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Clear the store when changing CM. | Jonny Lamb | 2009-04-24 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Implemented a menu when selecting a row to copy message to clipboard. | Jonny Lamb | 2009-04-24 | 1 | -0/+95 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Display debug message as monospace. | Jonny Lamb | 2009-04-24 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Implement clear button. | Jonny Lamb | 2009-04-24 | 1 | -0/+11 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Implement level combo box. | Jonny Lamb | 2009-04-24 | 1 | -28/+117 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Align text at the top of the row. | Jonny Lamb | 2009-04-24 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Remove trailing whitespace from the debug message. | Jonny Lamb | 2009-04-24 | 1 | -1/+9 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Store the bus name of CMs in an the combo box's tree model instead of two ↵ | Jonny Lamb | 2009-04-24 | 1 | -13/+27 |
| | | | | | | | | | | | | different lists. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Make the tree view have alternating row colours. | Jonny Lamb | 2009-04-24 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Correct indentation and tab problems. | Jonny Lamb | 2009-04-24 | 1 | -36/+36 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Define the debug object path in the header and keep CM bus names from ↵ | Jonny Lamb | 2009-04-24 | 2 | -15/+17 |
| | | | | | | | | | | | | tp_list_connection_names around. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Create a new string for category as it's g_free'd. | Jonny Lamb | 2009-04-24 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Add Debug interface to TpProxy's known interfaces. | Jonny Lamb | 2009-04-24 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Return NULL if _new is not given a GtkWindow. | Jonny Lamb | 2009-04-24 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Only set Enabled=false in dispose if there we have a proxy. | Jonny Lamb | 2009-04-24 | 1 | -3/+4 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Changed account chooser to CM chooser. | Jonny Lamb | 2009-04-24 | 1 | -37/+78 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Get the CM bus name from the TpProxy instead of hard-coding, and fix some ↵ | Jonny Lamb | 2009-04-24 | 1 | -8/+13 |
| | | | | | | | | | | | | ref problems. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Make sure the toolbar labels are shown. | Jonny Lamb | 2009-04-24 | 1 | -2/+7 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Only set Enabled when we already have a proxy. | Jonny Lamb | 2009-04-24 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Set Enabled dbus property to the correct value depending on whether the ↵ | Jonny Lamb | 2009-04-24 | 1 | -9/+26 |
| | | | | | | | | | | | | signal is connected and whether the pause button is pressed. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Implement pause button and handle connections to signal when changing account. | Jonny Lamb | 2009-04-24 | 1 | -8/+44 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Only connect to NewDebugMessage if the paused button is not pressed. | Jonny Lamb | 2009-04-24 | 1 | -3/+9 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Connect to NewDebugMessage and append it to the treeview. | Jonny Lamb | 2009-04-24 | 1 | -41/+67 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Call GetMessages when the debug dialog opens. | Jonny Lamb | 2009-04-24 | 1 | -11/+171 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Add GtkTreeView to debug dialog. | Jonny Lamb | 2009-04-24 | 1 | -6/+61 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Add Debug interface. | Jonny Lamb | 2009-04-24 | 3 | -1/+115 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Added Debug Window menu item. | Jonny Lamb | 2009-04-24 | 2 | -0/+16 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Added a basic UI to debug dialog. | Jonny Lamb | 2009-04-24 | 2 | -9/+112 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| * | Added initial empty EmpathyDebugDialog. | Jonny Lamb | 2009-04-24 | 3 | -0/+192 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | Coding style fixes. | Jonny Lamb | 2009-06-04 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | Fix Bug 584830: Invalid read in new_connection_cb | Pierre-Luc Beaudoin | 2009-06-04 | 1 | -1/+1 |
| | | | | | | | | | | There is a manager and a location_manager pointer in that function. The wrong one was used in the cast. | ||||
* | | event_manager_approve_channel_cb: displayed ignored channel type | Guillaume Desmottes | 2009-06-04 | 1 | -1/+1 |
| | | |||||
* | | Updated Spanish translation | Jorge Gonzalez | 2009-06-04 | 1 | -270/+405 |
| | | |||||
* | | Add a right-click menu to conversation window tabs. | Will Thompson | 2009-06-03 | 1 | -32/+52 |
| | | | | | | | | | | | | | | | | It turns out that GtkNotebook supports right-click menus that list the tabs with minimal effort on our part. This makes it easier to deal with windows with more tabs than can fit in the space available. Signed-off-by: Will Thompson <will.thompson@collabora.co.uk> | ||||
* | | Remove "View"/"Show" prefixes from View menu items | Will Thompson | 2009-06-03 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Will Thompson <will.thompson@collabora.co.uk> | ||||
* | | Updated Spanish translation | Jorge Gonzalez | 2009-06-03 | 1 | -82/+252 |
| | | |||||
* | | Invert the presence order. | Xavier Claessens | 2009-06-03 | 1 | -1/+1 |
| | | |||||
* | | Fix Bug 584518: Critical error in publish_to_all_connections | Pierre-Luc Beaudoin | 2009-06-02 | 1 | -6/+6 |
| | | | | | | | | The account_manager was initialised after the callbacks were. | ||||
* | | Level is used before init | Pierre-Luc Beaudoin | 2009-06-02 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'ft_rework' | Cosimo Cecchi | 2009-06-02 | 33 | -2037/+4289 |
|\ \ | |||||
| * | | Fix conflict after rebase | Cosimo Cecchi | 2009-06-02 | 1 | -1/+0 |
| | | | |||||
| * | | Update python bindings | Cosimo Cecchi | 2009-06-01 | 1 | -7/+36 |
| | | | |||||
| * | | Format contact information when hashing | Cosimo Cecchi | 2009-06-01 | 1 | -3/+9 |
| | | | |||||
| * | | Free the cb_data after errors in construction | Cosimo Cecchi | 2009-06-01 | 1 | -6/+10 |
| | | | |||||
| * | | Add myself to the contributors | Cosimo Cecchi | 2009-06-01 | 2 | -0/+2 |
| | | | |||||
| * | | Update copyright header | Cosimo Cecchi | 2009-06-01 | 1 | -1/+3 |
| | | | |||||
| * | | Clarify the docs | Cosimo Cecchi | 2009-06-01 | 1 | -0/+6 |
| | | | | | | | | | | | | Clarify the use of find_requestable_channel_classes in the docs. | ||||
| * | | Use the new API. | Cosimo Cecchi | 2009-06-01 | 1 | -39/+22 |
| | | | |||||
| * | | Hopefully proper version of _find_requestable_channel_classes () | Cosimo Cecchi | 2009-06-01 | 1 | -84/+92 |
| | | | |||||
| * | | Fix trailing whitespace | Cosimo Cecchi | 2009-06-01 | 2 | -2/+2 |
| | | | |||||
| * | | Adapt EmpathyCallHandler to the new API | Cosimo Cecchi | 2009-06-01 | 1 | -4/+5 |
| | | | |||||
| * | | Use the new API in the handler | Cosimo Cecchi | 2009-06-01 | 1 | -21/+65 |
| | | | |||||
| * | | Free the list after calling the callback | Cosimo Cecchi | 2009-06-01 | 1 | -0/+3 |
| | | | |||||
| * | | Add a helper uint_compare function | Cosimo Cecchi | 2009-06-01 | 2 | -0/+9 |
| | | | |||||
| * | | Update the requestable channel classes API | Cosimo Cecchi | 2009-06-01 | 2 | -120/+190 |
| | | | | | | | | | | | | Make it more complex, according to Sjoerd's comments. | ||||
| * | | Fix trailing whitespaces | Cosimo Cecchi | 2009-06-01 | 2 | -5/+5 |
| | | | |||||
| * | | Remove GConf schema | Cosimo Cecchi | 2009-06-01 | 1 | -15/+0 |
| | | | |||||
| * | | Remove the preferences | Cosimo Cecchi | 2009-06-01 | 3 | -42/+0 |
| | | | |||||
| * | | Remove use_hash when using the file chooser | Cosimo Cecchi | 2009-06-01 | 1 | -12/+2 |
| | | | |||||
| * | | Remove the use_hash arg and property | Cosimo Cecchi | 2009-06-01 | 4 | -64/+25 |
| | | | | | | | | | | | | | | | | | | | | | Remove the use_hash construct arg and property from EmpathyFTHandler and make it clear in the docs how clients are supposed to know whether we are hashing or not. Also, port EmpathyFTFactory to the new API | ||||
| * | | Actually check if FT+hash is supported | Cosimo Cecchi | 2009-06-01 | 1 | -40/+74 |
| | | | | | | | | | | | | | | | | | | | | | | | | Use the new API to find out if FT+hash is supported before setting the handler as ready. This gives the clients to use empathy_ft_handler_can_hash reliably before calling empahty_ft_handler_start_transfer to know to which signal they should connect. | ||||
| * | | Use the new API in the call handler | Cosimo Cecchi | 2009-06-01 | 1 | -2/+3 |
| | | | |||||
| * | | Add find_requestable_channel_classes | Cosimo Cecchi | 2009-06-01 | 2 | -13/+152 |
| | | | | | | | | | | | | And remove find_channel_class API. | ||||
| * | | Don't chain up to constructor | Cosimo Cecchi | 2009-06-01 | 1 | -2/+0 |
| | | |