aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* individual-view: add API to define our own filter functionGuillaume Desmottes2011-05-182-0/+21
|
* invite-dialog: display a individual view rather than forcing user to type ↵Guillaume Desmottes2011-05-183-45/+204
| | | | the full ID of the contact (#646705)
* Merge branch 'undo-close-tab'Jonny Lamb2011-05-185-6/+107
|\
| * chat-manager: use EMPATHY_CHAT_BUS_NAMEJonny Lamb2011-05-181-1/+1
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * chat-manager: don't leak proxyJonny Lamb2011-05-181-0/+1
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * main-window: call the remote UndoClosedTabJonny Lamb2011-05-161-5/+1
| | | | | | | | | | | | It will work, unlike this one. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * chat-manager: expose UndoClosedChat over DBusJonny Lamb2011-05-162-1/+73
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * extensions: add ChatManager extensionJonny Lamb2011-05-162-0/+32
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | Merge branch 'remember-my-message-yo'Jonny Lamb2011-05-183-0/+89
|\ \
| * | chat-manager: clarify ownership of messages hash tableJonny Lamb2011-05-181-1/+3
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | chat-manager: s/null/NULL/Jonny Lamb2011-05-181-1/+1
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | chat-manager: add missing freeJonny Lamb2011-05-181-0/+1
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | chat: rename get to dupJonny Lamb2011-05-183-3/+3
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | chat-manager: keep a hash table with messages left when the chat closedJonny Lamb2011-05-161-0/+59
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | chat: add {get,set}_text methodsJonny Lamb2011-05-162-0/+27
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | | Merge branch 'ack'Jonny Lamb2011-05-178-106/+296
|\ \ \
| * | | adium: set has_unread_message to FALSE when we think we've cleared them allJonny Lamb2011-05-171-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | | tp-chat: don't assert on not finding messageJonny Lamb2011-05-161-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | | adium: add comment explaining why we add x-empathy-mesage-id-*Jonny Lamb2011-05-131-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | | tp-chat: call acknowledge_message(s) directlyJonny Lamb2011-05-131-17/+6
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | | tp-chat: rename signal to message-acknowledgedJonny Lamb2011-05-132-10/+10
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | | chat: ::notify for all changes to unread messagesJonny Lamb2011-05-131-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | | chat: call acknowledge_message on the chat view when it happensJonny Lamb2011-05-131-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | | adium: implement acknowledge_message to remove unread markerJonny Lamb2011-05-131-2/+86
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | | chat: don't toggle visibility of the chat view on marking messages readJonny Lamb2011-05-131-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It doesn't make sense, and it's a lie. It will also break showing unread message markers in the adium chat view. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | | chat-view: add message_acknowledged vfuncJonny Lamb2011-05-132-0/+15
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | | tp-chat: give ::pending-message-removed the messageJonny Lamb2011-05-132-4/+5
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | | adium: split removing unread markers into two functionsJonny Lamb2011-05-131-26/+34
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | | adium: set x-empathy-message-id class in messageStylesJonny Lamb2011-05-131-0/+11
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | | chat-window: also update chat window title when the chat updatesJonny Lamb2011-05-131-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | | chat-window: update tab when nb-unread-messages changesJonny Lamb2011-05-131-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | | chat: make nb_unread_messages incoming onlyJonny Lamb2011-05-131-2/+32
| | | | | | | | | | | | | | | | | | | | | | | | and add a property so it can have change notification. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | | tp-chat: add pending-message-removed signalJonny Lamb2011-05-121-0/+13
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | | tp-chat: use ::pending-message-removed to update our pending queueJonny Lamb2011-05-121-20/+34
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | | message: stop storing pending-message-idJonny Lamb2011-05-122-23/+0
| | | | | | | | | | | | | | | | | | | | | | | | We're storing the TpSignalledMessage for that nowadays. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | | tp-chat: acknowledge messages using TpTextChannel APIJonny Lamb2011-05-121-25/+18
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | | message: store the TpMessage when created with oneJonny Lamb2011-05-122-0/+36
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | | | Updated Spanish translationDaniel Mustieles2011-05-171-141/+179
| |_|/ |/| |
* | | Merge branch 'more-contact-info'Will Thompson2011-05-164-39/+267
|\ \ \
| * | | Add a /whois command.Will Thompson2011-05-161-0/+82
| | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=571631
| * | | ContactWidget: expose IRC presence informationWill Thompson2011-05-161-0/+14
| | | | | | | | | | | | | | | | | | | | This is basically just a temporary hack until Idle implements SimplePresence.
| * | | ContactWidget: support IRC server and host infoWill Thompson2011-05-161-0/+14
| | | |
| * | | ContactWidget: support Idle's x-idle-time field.Will Thompson2011-05-161-0/+19
| | | |
| * | | ContactWidget: generalize linkifying valuesWill Thompson2011-05-161-11/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Many of the new fields exposed by Idle need more processing than just bunging the first string into a label. Let's start by generalizing linkifying the first string. I speculatively allow the format functions to fail.
| * | | ContactWidget: show IRC channel list.Will Thompson2011-05-161-0/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Very recent versions of Idle expose the list of channels provided in WHOIS replies. The data is provided as a bunch of x-irc-channel fields with a single value, namely the name of the channel. Here we expose that data to the user as a comma-separated list of links; clicking a link ensures that channel. https://bugzilla.gnome.org/show_bug.cgi?id=592795
| * | | Add empathy_duration_to_string()Will Thompson2011-05-122-29/+36
| | | | | | | | | | | | | | | | | | | | This is based on the body of empathy_time_to_string_relative(); it takes a duration in seconds, rather than a timestamp.
* | | | Fix call to empathy_chat_window_find_chat in /part commandWill Thompson2011-05-161-1/+1
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0fda594 changed empathy_chat_window_find_chat() to take a third parameter indicating whether we're looking for an SMS channel or not, but the /part branch wasn't updated for this change before being merged. I think it's a reasonable assumption that someone will not try to /part an SMS channel. Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | Updated Slovenian translationMatej Urbančič2011-05-161-6/+6
| | |
* | | Updated Esperanto translationKristjan SCHMIDT2011-05-151-708/+1031
| | |
* | | Updated Slovenian translationMatej Urbančič2011-05-151-5/+5
| | |
* | | Updated Slovenian translationMatej Urbančič2011-05-151-315/+460
| | |
* | | Merge remote-tracking branch ↵Guillaume Desmottes2011-05-134-30/+79
|\ \ \ | | | | | | | | | | | | 'glassrose/moving-part-functionality-to-empathy-chat-window-643295'
| * | | Password infobar amendmentsChandni Verma2011-05-111-0/+19
| | | | | | | | | | | | | | | | | | | | Destroy password infobar on parting password protected chatrooms and insensitivate input-text-view when displaying a new infobar
| * | | Leave chatroom only if tp_chat existsChandni Verma2011-05-111-4/+12
| | | |
| * | | Send full message for the default chat parted on part commandChandni Verma2011-05-092-1/+17
| | | |
| * | | Fire a "part-command-entered" signal from libempathy-gtk/empathy-chat.c to ↵Chandni Verma2011-05-073-30/+36
| | | | | | | | | | | | | | | | | | | | | | | | be caught in src/empathy-chat-window.c Fixes linking issues: https://bugzilla.gnome.org/show_bug.cgi?id=643295
* | | | Updated Hebrew translation.Yaron Shahrabani2011-05-131-87/+89
| |/ / |/| |
* | | Properly convert timestamps received from X11 (#650015)Guillaume Desmottes2011-05-1211-21/+22
| | | | | | | | | | | | | | | X11 timestamps are guint32 while Telepathy uses gint64 timestamps. We should always use tp_user_action_time_from_x11() to do the conversion.
* | | add empathy_get_current_action_time()Guillaume Desmottes2011-05-122-0/+8
| | |
* | | empathy_chat_window_present_chat: always show newly created windowsGuillaume Desmottes2011-05-121-0/+5
| |/ |/| | | | | We just create so we should at least show it.
* | theme_adium_remove_focus_marks: early return if there is no unread messageGuillaume Desmottes2011-05-111-4/+7
| |
* | theme-adium: remove unread marks when sending a messageGuillaume Desmottes2011-05-111-0/+3
| |
* | theme-adium: remove focus marks as soon as the chat is not focused (#649890)Guillaume Desmottes2011-05-111-4/+4
| |
* | contact: fix typo when creating new contact from logger entityJonny Lamb2011-05-111-2/+2
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | create_text_channel: pass Empathy.Chat as preferred handlerGuillaume Desmottes2011-05-111-2/+2
| | | | | | | | | | Seem I forgot it when adding preferred handler in 52eb24e6e7b012856525f6f09d3c1a941375d383.
* | Uploaded UkranianDaniel Korostil2011-05-101-421/+564
| |
* | Updated Spanish translationJorge González2011-05-101-45/+47
| |
* | remove released flagGuillaume Desmottes2011-05-091-1/+1
| |
* | prepare 3.1.1EMPATHY_3_1_1Guillaume Desmottes2011-05-092-3/+91
| |
* | Merge remote-tracking branch 'glassrose/save-chatrooms.xml-only-when-needed'Guillaume Desmottes2011-05-091-1/+10
|\ \
| * | Save changes to chatrooms.xml configuration file only when needed.Chandni Verma2011-05-091-1/+10
| |/ | | | | | | | | | | | | Changes will be written to the file only when changes are made to a chatroom property that is listed in the file. Fixes room-list flicker: https://bugzilla.gnome.org/show_bug.cgi?id=642087
* | Updated Galician translationsFran Diéguez2011-05-091-290/+408
| |
* | add translators comment explaining the insufficient balance error (#649735)Guillaume Desmottes2011-05-091-0/+2
| |
* | org.gnome.Empathy.gschema.xml: update summary and description of ↵Guillaume Desmottes2011-05-091-2/+2
| | | | | | | | | | | | show-balance-in-roster We are generally using "contact list" instead of "roster". (#649734)
* | add a translation comment explaining the 'Provide' string (#649492)Guillaume Desmottes2011-05-091-0/+3
| |
* | Updated Hebrew translation.Yaron Shahrabani2011-05-091-373/+500
| |
* | Updated Spanish translationJorge González2011-05-081-265/+304
| |
* | Updated Spanish translationDaniel Mustieles2011-05-061-75/+92
| |
* | Include gi18n-lib.h in library sources, not gi18n.h.Gabor Kelemen2011-05-055-5/+7
| | | | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=649379
* | ignore return value of main_window_setup_balance_create_widget()Guillaume Desmottes2011-05-051-2/+1
| | | | | | | | | | fix unused-but-set-variable warnings with gcc 4.6. Thanks to Marc Plano-Lesay for reporting.
* | Adium: Fix wrong html fallbacksXavier Claessens2011-05-051-208/+131
| | | | | | | | | | Fallbacks are actually more complex than I though. This is exactly how adium does the fallbacks
* | Depends on tp-glib 0.14.3Guillaume Desmottes2011-05-051-1/+1
| | | | | | | | We need it for TP_ERROR_STR_INSUFFICIENT_BALANCE.
* | Merge branch 'balance-rebase'Danielle Madeley2011-05-055-3/+452
|\ \
| * | Change the menu to say "Credit Balance"Danielle Madeley2011-05-051-1/+1
| | |
| * | Update balance view in roster per feedbackDanielle Madeley2011-05-051-14/+25
| | |
| * | Change menu string to "Top up My Account ($1.23)..."Danielle Madeley2011-05-051-8/+14
| | |
| * | Update formatting for NOKDanielle Madeley2011-05-051-1/+1
| | |
| * | The icon needs to be set as "icon-name" not "stock-id"Danielle Madeley2011-05-051-1/+3
| | |
| * | Fill out empathy_format_currency() with more currenciesDanielle Madeley2011-05-051-8/+9
| | |
| * | Use pointless g* types for consistencyDanielle Madeley2011-05-052-5/+5
| | |
| * | 'spacing' is an object property, not a child property of the packingDanielle Madeley2011-05-051-1/+1
| | |
| * | Add a menu item to choose whether to show account balances in the rosterDanielle Madeley2011-05-053-5/+38
| | |
| * | Create balance widget, tie it to the actionDanielle Madeley2011-05-052-4/+68
| | | | | | | | | | | | | | | TODO: - show and hide balance widgets in response to a toggleaction
| * | Factor out main_window_setup_balance_create_action()Danielle Madeley2011-05-051-26/+40
| | |
| * | Support Conn.I.Balance.ManageCreditURIDanielle Madeley2011-05-051-14/+29
| | |
| * | Remove balance from menu when account is disconnectedDanielle Madeley2011-05-051-4/+32
| | |
| * | Add a menuitem to report the account balance for each accountDanielle Madeley2011-05-052-0/+199
| | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a menu item for each connection that supports Conn.I.Balance, requests the current balance and then tracks further updates to the balance. TODO: - remove the menu item when the account is disconnected - implement the activated signal
| * | Add method empathy_format_currency()Danielle Madeley2011-05-052-0/+76
| | | | | | | | | | | | | | | | | | | | | | | | This method takes a Telepathy Currency_Amount and attempts to format it using currency rules appropriate for that amount. Unfortunately I haven't yet found a good summary of currency rules, so I've mostly been guessing. The currencies structure needs completing and checking.
* | | Merge branch 'delivery-reports-rebase'Danielle Madeley2011-05-055-28/+208
|\ \ \
| * | | Add a tooltip to the sending message spinnerDanielle Madeley2011-05-051-6/+11
| | | |
| * | | Fix broken logic that caused delivery report spinner to spin foreverDanielle Madeley2011-05-051-4/+5
| | | |
| * | | [chat-window] add a spinner to the window tab for when messages are being sentDanielle Madeley2011-05-051-0/+33
| | | |
| * | | [chat] expose this property in EmpathyChatDanielle Madeley2011-05-052-0/+46
| | | |
| * | | [tp-chat] add a counter for the number of pending messagesDanielle Madeley2011-05-052-3/+84
| | | | | | | | | | | | | | | | Requires delivery reports to include delivery-token.
| * | | Use dbus-error from delivery report for better errorsDanielle Madeley2011-05-052-25/+39
| | | |
* | | | fix unused-but-set-variable warningsMarc Plano-Lesay2011-05-0511-75/+5
| | | |
* | | | Merge branch 'sms-support-rebase'Danielle Madeley2011-05-0516-55/+444
|\| | | | |/ / |/| |
| * | Include SMSChannel property in empathy_chat_window_find_chat()Danielle Madeley2011-05-053-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The approach in https://bugzilla.gnome.org/show_bug.cgi?id=644085 was wrong because channel paths can change across reconnects. This would cause new chat windows to be created when they were rerequested. A more future-proof solution would be to keep a white/black list of comparable properties, but I think this is overengineering the problem for the time being. Instead we'll just include the SMSChannel property in the comparison.
| * | Only set the SMS button sensitive if we have SMS capabilityDanielle Madeley2011-05-051-2/+63
| | |
| * | contact-selector-dialog: add a selected-account propertyDanielle Madeley2011-05-051-1/+24
| | |
| * | Add an SMS button to the new-message dialogDanielle Madeley2011-05-051-4/+39
| | |
| * | Don't wait for SMS properties when there is no SMS support on the channelDanielle Madeley2011-05-051-0/+3
| | |
| * | Add "(SMS)" to the tab name for SMS channelsDanielle Madeley2011-05-051-1/+10
| | |
| * | Change empathy_chat_get_name() from const char * -> char *Danielle Madeley2011-05-053-19/+33
| | | | | | | | | | | | | | | | | | | | | Change the name to empathy_chat_dup_name() to reflect this change. Note to reviewer: I think I've updated all the callers, but this is the commit to check carefully for new leaks :)
| * | Add "SMS:" to the tooltipDanielle Madeley2011-05-051-0/+4
| | |
| * | Set EMPATHY_IMAGE_SMS on sms channelsDanielle Madeley2011-05-051-0/+6
| | |
| * | Add sms-channel property to empathy-chatDanielle Madeley2011-05-052-2/+46
| | |
| * | Add sms-channel property to empathy-tp-chatDanielle Madeley2011-05-052-0/+79
| | |
| * | Move the code ensuring a requested sms channel to empathy-request-utilChandni Verma2011-05-053-24/+38
| | | | | | | | | | | | as empathy-dispatcher has been deleted in master
| * | Add SMS entry to empathy-individual-menuDanielle Madeley2011-05-055-1/+94
| |/
* | Updated Spanish translationDaniel Mustieles2011-05-051-2/+2
| |
* | Updated Spanish translationDaniel Mustieles2011-05-051-10/+12
| |
* | Updated Spanish translationDaniel Mustieles2011-05-051-27/+73
| |
* | Adium: Correctly support action messages (/me)Xavier Claessens2011-05-041-7/+15
| | | | | | | | Fixes bug #649367
* | Adium: Fix selection of default variantXavier Claessens2011-05-042-53/+166
| | | | | | | | | | | | | | | | | | | | For theme version >= 3, a variant CSS is mandatory. If none are set inf DefaultVariant, the first one from Variant/ should be used. For theme version <= 2, a variant CSS is optional, and by default they should not have one. If no variant is selected, fallback to main.css. This also prepare needed API to select other variants
* | Updated Norwegian bokmål translationKjartan Maraas2011-05-041-275/+348
| |
* | Updated Spanish translationDaniel Mustieles2011-05-041-57/+56
| |
* | empathy-chat: track chat displayed instead of channels being handled (#649273)Guillaume Desmottes2011-05-032-42/+35
| |
* | remove unused empathy_chat_manager_get_num_handled_chats()Guillaume Desmottes2011-05-032-10/+0
| |
* | Preferences: Show chat theme previewXavier Claessens2011-05-032-712/+965
| | | | | | | | Fixes bug #541438
* | ThemeManager: Make sure to emit theme-changed only once when the theme changedXavier Claessens2011-05-031-10/+79
| | | | | | | | | | Also avoid emiting the signal if it is just a variant change that can be applied on view.
* | Adium: Also queue events when loading the pageXavier Claessens2011-05-031-11/+21
| |
* | Adium: Events must be queued until the Template.html loadedXavier Claessens2011-05-031-0/+7
| |
* | Adium: Mark autoreply messageXavier Claessens2011-05-031-2/+3
| |
* | Adium: highlight messages starting with our nameXavier Claessens2011-05-031-3/+3
| |
* | Updated Turkish translationMuhammet Kara2011-05-031-57/+55
| |
* | Depend on stable release of glib 2.28.0Xavier Claessens2011-05-031-1/+1
| |
* | Fix crash if contact_id is NULL when selecting its colorXavier Claessens2011-05-031-3/+4
| |
* | Adium: Temporally disable scrolling when appending backlogXavier Claessens2011-05-021-5/+11
| |
* | Update Template.html from newest adiumXavier Claessens2011-05-021-85/+269
| |
* | coding style fixGuillaume Desmottes2011-05-021-1/+1
| |
* | POTFILES.in: add libempathy-gtk/empathy-search-bar.cGuillaume Desmottes2011-05-021-0/+1
| |
* | theme-adium: implement %senderColor% (#541632)Guillaume Desmottes2011-05-021-2/+31
| |
* | Support new themes that have only Resources/Content.htmlXavier Claessens2011-05-021-39/+81
| | | | | | | | Still fallback to legacy html files if global one is missing.
* | Fix a crash if replacement is NULLXavier Claessens2011-05-021-2/+2
| |
* | individual_store_get_individual_status_icon_with_icon_name: look in the ↵Guillaume Desmottes2011-05-021-1/+6
| | | | | | | | cache before creating new pixbuf
* | main_window_flash_foreach: don't leak the pixbuf returned by ↵Guillaume Desmottes2011-05-021-0/+3
| | | | | | | | empathy_pixbuf_from_icon_name
* | set a not empty string when setting ↵Guillaume Desmottes2011-05-022-2/+4
| | | | | | | | | | | | EMPATHY_NOTIFY_MANAGER_CAP_X_CANONICAL_APPEND libnotify now filters out empty string so the hint was not set (#648842).
* | Display favorite offline contacts only in the Favorite group (#648914)Guillaume Desmottes2011-05-021-5/+48
|/
* Updated galician translationsFran Diéguez2011-05-011-282/+311
|
* Updated Czech translationMarek Černocký2011-04-301-319/+342
|
* Updated Slovenian translationMatej Urbančič2011-04-291-289/+316
|
* Updated Spanish translationDaniel Mustieles2011-04-281-171/+193
|
* Use focus feature of adium themesXavier Claessens2011-04-274-6/+118
|
* Add FIXMEs for things we don't implement yet from adium theme specXavier Claessens2011-04-271-39/+123
| | | | | This also replaces well known keywords that we don't implement yet by "", otherwise the html is broken and webkit does not render it correctly.
* chat_window_page_switched_cb: get the child from the GTK+ signalGuillaume Desmottes2011-04-271-12/+3
| | | | We don't care about GTK+2 compatibility any more.
* Updated Turkish translationMuhammet Kara2011-04-261-186/+214
|
* contact_list_store_chat_state_changed_cb(): tidyWill Thompson2011-04-251-6/+4
| | | | | | This doesn't fix bgo#647891, but I think it makes the loop clearer. Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* Added UG translationAbduxukur Abdurixit2011-04-251-195/+77
|
* Updated Thai translation.Sira Nokyoongtong2011-04-251-744/+1573
|
* Added UG translationAbduxukur Abdurixit2011-04-251-718/+845
|
* account-assistant: ensure that the import widget takes all the space ↵Guillaume Desmottes2011-04-221-2/+2
| | | | available (#648372)
* Updated Persian translationArash Mousavi2011-04-221-451/+597
|
* account-widget: remove all the code related to the enabled checkboxGuillaume Desmottes2011-04-211-156/+2
|
* Remove enabled toggle from account-widgetDanielle Madeley2011-04-211-0/+4
|
* don't display the enable switch if account is restrictedGuillaume Desmottes2011-04-211-0/+7
|
* use a GtkSwitch instead of MX switchGuillaume Desmottes2011-04-211-10/+9
|
* Add an enabled switch to the account dialog GtkInfoBarDanielle Madeley2011-04-211-0/+63
|
* location-manager: use tp_asv_*Guillaume Desmottes2011-04-201-19/+10
|
* location-manager: use the self->priv patternGuillaume Desmottes2011-04-202-103/+94
|
* location-manager: remove useless propety getter and setterGuillaume Desmottes2011-04-201-34/+0
|
* location_manager_dispose: use tp_clear_*Guillaume Desmottes2011-04-201-35/+6
|
* Updated Polish translationPiotr Drąg2011-04-201-159/+166
|
* Merge branch 'timestamp-648188'Guillaume Desmottes2011-04-2020-493/+366
|\
| * chat_text_view_append_timestamp: use empathy_time_to_string_utc()Guillaume Desmottes2011-04-191-5/+1
| |
| * Port all timestamps from time_t to gint64 (#648188)Guillaume Desmottes2011-04-1914-96/+110
| |
| * empathy-time: remove unused functionsGuillaume Desmottes2011-04-192-52/+0
| |
| * empathy-message: cast timestamps to glongGuillaume Desmottes2011-04-191-2/+2
| | | | | | | | | | | | | | | | | | tp_message_get_received_timestamp() and tpl_event_get_timestamp() both return gint64 while the timestamp is stored as a glong. We need to cast it as varargs won't do it for us and not casting will result in a a sizing mismatch on 32-bit. Ideally we should stop using time_t and always use gint64 with timestamps.
| * empathy_message_new_from_tp_message: assign priv as soon as the message is ↵Guillaume Desmottes2011-04-191-1/+2
| | | | | | | | created
| * use the TpChannel:chat-state-changed signalGuillaume Desmottes2011-04-181-7/+4
| |
| * use delivery report instead of Text.SendErrorGuillaume Desmottes2011-04-181-25/+50
| |
| * factor out handle_incoming_message()Guillaume Desmottes2011-04-181-23/+17
| |
| * empathy-message: remove useless public settersGuillaume Desmottes2011-04-182-132/+22
| | | | | | | | Also fix the GParamFlags of properties.
| * remove empathy_message_new()Guillaume Desmottes2011-04-182-16/+7
| |
| * use tp_text_channel_send_message_async()Guillaume Desmottes2011-04-183-30/+56
| |
| * chat_send_error_cb: don't display the message if it's NULLGuillaume Desmottes2011-04-181-3/+8
| |
| * factor out empathy_message_new_from_tp_messageGuillaume Desmottes2011-04-183-68/+53
| |
| * empathy-message: add missing getter/setterGuillaume Desmottes2011-04-181-0/+18
| |
| * use TpTextChannel:message-sentGuillaume Desmottes2011-04-181-17/+15
| |
| * use TpTextChannel:message-receivedGuillaume Desmottes2011-04-181-27/+25
| |
| * use tp_text_channel_get_pending_messages() to get the pending messagesGuillaume Desmottes2011-04-181-57/+34
| |
| * empathy-tp-chat: ensure that we get a TpTextChannelGuillaume Desmottes2011-04-184-2/+12
| |
* | accounts_dialog_cms_prepare_cb: don't update the settings if we are already ↵Guillaume Desmottes2011-04-181-1/+3
| | | | | | | | | | | | | | preparing one This may lead to ignoring the existing setting if it's a slow one to prepare (as Haze for example). (#647641)
* | preferences: use GtkBox instead of Gtk[V,H]BoxCosimo Cecchi2011-04-181-43/+43
| | | | | | | | | | | | | | | | Use the orientation property of GtkBox to inherit the new proper packing defaults, otherwise boxes in the preferences will look all spread in the notebook height. https://bugzilla.gnome.org/show_bug.cgi?id=647904
* | Bug 647056 — Removing a contact causes a segfaultPhilip Withnall2011-04-181-1/+0
|/ | | | | | Fix a double unref which was causing segfaults when removing contacts. Closes: bgo#647056
* Add translation context on some strings (#646131)Guillaume Desmottes2011-04-183-6/+10
|
* Updated Hebrew translation.Yaron Shahrabani2011-04-181-218/+229
|
* Merge branch 'nm-asleep-647793'Guillaume Desmottes2011-04-151-0/+1
|\
| * connectivity: consider that network is disconnected if state is ↵Guillaume Desmottes2011-04-151-0/+1
| | | | | | | | NM_STATE_ASLEEP (#647793)
* | Updated Vietnamese translationNguyễn Thái Ngọc Duy2011-04-141-11/+11
| |
* | po/vi.po: import from Damned LiesNguyễn Thái Ngọc Duy2011-04-141-500/+260
| |
* | Enable audio/video capabilities if InitialAudio/Video is in the fixed props ↵Youness Alaoui2011-04-131-0/+7
|/ | | | for StreamedMedia channels If a connection manager puts InitialAudio=TRUE or InitialVideo=TRUE in the fixed properties, empathy thinks the CM doesn't support audio/video.
* [l10n] Updated Argonesian translationDaniel Martinez2011-04-121-869/+1171
|
* Updated Spanish translationDaniel Mustieles2011-04-121-217/+226
|
* ft-manager: add a 'Close' button (#646084)Guillaume Desmottes2011-04-072-1/+21
|
* factor out close_window()Guillaume Desmottes2011-04-071-16/+22
|
* Display a notification for auth eventsGuillaume Desmottes2011-04-071-9/+7
| | | | This makes them more visible when using the Shell (#646061).
* Base the search bar on GtkToolbar instead of GtkHBox in order not to resize ↵Vitaly Minko2011-04-072-75/+119
| | | | the chat window when we activate it (#614319).
* log_manager_got_entities_cb: don't use the currently selected accountGuillaume Desmottes2011-04-061-16/+13
| | | | | | As the tpl_log_manager_get_entities_async() call is async, the selected account may have changed while it's running. So we have to explicitely pass the account which was selected when we started the call (#645586).
* emulate '/me' command if CM doesn't support Action messages (#622118)Guillaume Desmottes2011-04-061-2/+26
|
* add empathy_tp_chat_get_self_contact()Guillaume Desmottes2011-04-062-0/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=622118
* Updated Basque languageInaki Larranaga Murgoitio2011-04-061-20/+21
|
* Updated French Doc TranslationBruno Brouard2011-04-051-73/+68
|
* Bug 646227 — Possible overflow in persona-view:drag_data_getPhilip Withnall2011-04-053-40/+43
| | | | | | | | | | | I think it was a fluke that this code worked in the first place, since it was accessing arrays with indices which were out of range, and which wouldn't have corresponded to the correct entries even if they were in range. This should fix the mapping between DND types and DND URIs/atoms in the contact list, individual and persona views. Closes: bgo#646227
* Revert "-Fix use of include <config.h> to make sure translations work"Guillaume Desmottes2011-04-0413-45/+5
| | | | | | This reverts commit f0f99ffaa08240fbb72d7eed198368fd22fe4c47. Sorry, I didn't mean to push that...
* -Fix use of include <config.h> to make sure translations workKjartan Maraas2011-04-0413-5/+45
|
* Remove unnecessary code in empathy_auth_factory_constructed()Stef Walter2011-04-041-8/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=645930
* remove released flagGuillaume Desmottes2011-04-041-1/+1
|
* prepare 3.0 releaseEMPATHY_3_0_0Guillaume Desmottes2011-04-042-4/+51
|
* Initialize matched to FALSE to stop -Wall breaking the build (and ↵Danilo Segan2011-04-041-1/+1
| | | | | | potentially avoid a hard-to-track bug) Fixes bug #646691
* [l10n] Updated Estonian translationMattias Põldaru2011-04-041-3/+10
|
* Updated Turkish translationBaris Cicek2011-04-041-1078/+2456
|
* Updated Japanese translationOKANO Takayoshi2011-04-041-679/+1041
|
* [l10n] Updated German doc translation, umlauts fixedWolfgang Stöggl2011-04-041-386/+404
|
* [l10n]Fixes on Catalan translationJordi Serratosa2011-04-041-30/+30
|
* [l10n] Updated German translation, umlauts fixedWolfgang Stöggl2011-04-041-5/+5
|
* l10n: Updated Greek translation for empathyGeorge Stefanakis2011-04-041-278/+366
|
* Updated Danish translationKenneth Nielsen2011-04-031-734/+1000
|
* Updated Brazilian Portuguese translation. Reviewed by Djavan Fagundes.Rodrigo Padula de Oliveira2011-04-031-702/+958
|
* Updated Spanish translationJorge González2011-04-031-16/+26
|
* set a category on presence notificationsGuillaume Desmottes2011-04-023-5/+12
|
* set a category on chat related notificationsGuillaume Desmottes2011-04-022-0/+26
| | | | | That can be used by the Shell to filter out notifications it's handling itself directly (#645932).
* set urgency hint on urgent notificationsGuillaume Desmottes2011-04-021-0/+25
| | | | | This will ensure that they stay visible in the Shell and that their actions buttons are displayed as well (#645932).
* applied patch from https://bugzilla.gnome.org/show_bug.cgi?id=645870Leonid Kanter2011-04-011-18/+26
|
* Updated Vietnamese translationNguyễn Thái Ngọc Duy2011-04-011-412/+264
|
* po/vi.po: import from Damned LiesNguyễn Thái Ngọc Duy2011-04-011-1192/+2355
|
* Added translated German screenshots.Hendrik Richter2011-04-011-13/+12
|
* Added translated German screenshots.Hendrik Richter2011-04-011-0/+0
|
* Added translated German screenshots.Hendrik Richter2011-04-011-0/+0
|
* Updated Gujarati TranslationsSweta Kothari2011-04-011-646/+619
|
* [l10n] Updated German doc translationMario Blättermann2011-04-011-613/+43
|
* help/C/figures: Icon and screenshot updatesShaun McCance2011-04-016-0/+0
|
* Updated Serbian translationBranko Kokanović2011-03-312-1398/+2086
|
* Updated Basque languageInaki Larranaga Murgoitio2011-03-311-100/+88
|
* empathy_chat_window_present_chat: no need to call show_all on the windowGuillaume Desmottes2011-03-301-1/+0
| | | | | | | | empathy_window_present_with_time() called later in this function will do it for us. This has the nice side effect of avoid to display the window before resizing it and do making it look bad (#638951).
* move the Enabled translator comment just before the stringGuillaume Desmottes2011-03-301-2/+2
| | | | If not, gettext doesn't find it...
* givve translators context for the 'Unknown' stringGuillaume Desmottes2011-03-302-0/+5
|
* give translators context for the 'Enabled' checkbox (#646131)Guillaume Desmottes2011-03-301-0/+2
|
* Added Slovak translationPavol Klačanský2011-03-292-0/+4372
|
* ft-manager: make sure the scrolled window expands in the dialog heightCosimo Cecchi2011-03-291-0/+1
| | | | | | | GTK+ 3 changed some packing defaults of GtkDialog, so this needs to be done explicitly here. https://bugzilla.gnome.org/show_bug.cgi?id=646010