Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add initial adium theme support: Load the template and append messages. | Xavier Claessens | 2009-06-12 | 1 | -16/+272 |
| | |||||
* | 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 | 2 | -3/+13 |
| | |||||
* | Add skelet of Adium theme using webkit. | Xavier Claessens | 2009-06-12 | 4 | -0/+221 |
| | |||||
* | 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 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 | 1 | -8/+12 |
|/ | |||||
* | Merge branch 'profile-chooser' | Jonny Lamb | 2009-06-07 | 2 | -181/+295 |
|\ | |||||
| * | 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> | ||||
| * | 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> | ||||
* | | Fix silly mistake where I passed the struct pointer and not the first member | Davyd Madeley | 2009-06-06 | 1 | -2/+2 |
|/ | |||||
* | Add simple flymake support. | Jonny Lamb | 2009-06-05 | 1 | -0/+1 |
| | | | | 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. | ||||
* | 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 |
| | |||||
* | Remove the preferences | Cosimo Cecchi | 2009-06-01 | 1 | -1/+0 |
| | |||||
* | Remove use_hash when using the file chooser | Cosimo Cecchi | 2009-06-01 | 1 | -12/+2 |
| | |||||
* | Add a comment. | Cosimo Cecchi | 2009-06-01 | 1 | -0/+3 |
| | |||||
* | Fix a stupid mistake | Cosimo Cecchi | 2009-06-01 | 1 | -4/+2 |
| | |||||
* | Add use_hash params for incoming transfers | Cosimo Cecchi | 2009-06-01 | 1 | -1/+7 |
| | | | | | Add use_hash params for incoming transfers to the FT Factory and Handler, so that we will use them to check hash for received files. | ||||
* | Add a new preference in the UI | Cosimo Cecchi | 2009-06-01 | 2 | -1/+9 |
| | |||||
* | Close the handler when rejecting a transfer | Cosimo Cecchi | 2009-06-01 | 1 | -0/+2 |
| | |||||
* | Set the overwrite confermation when receiving | Cosimo Cecchi | 2009-06-01 | 1 | -0/+3 |
| | |||||
* | Rethink a bit the logic for an incoming transfer. | Cosimo Cecchi | 2009-06-01 | 2 | -2/+47 |
| | | | | | | | | | | | Now, a client should have to do the following, in order to receive a file transfer: - let the EmpathyFTFactory claim the EmpathyDispatchOperation - the factory will emit "new-incoming-transfer" when the handler is filled with the relevant properties - now you can choose a destination file, and then you should call _set_destination on EmpathyFTFactory passing the handler. - the factory will emit "new-ft-handler" as you're now ready to start the actual transfer. | ||||
* | Use the new API to send a file with the file chooser. | Cosimo Cecchi | 2009-06-01 | 1 | -89/+14 |
| | |||||
* | W.I.P. for heavy lifting on EmpathyTpFile. | Cosimo Cecchi | 2009-06-01 | 1 | -3/+21 |
| | |||||
* | Only remove the address fields and position fields instead of all | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -4/+28 |
| | |||||
* | Remove unused var | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -1/+0 |
| | |||||
* | Get rid of McAccount everywhere | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -25/+24 |
| | | | | Shouldn't have to care about accounts, just connections. | ||||
* | Get rid of Mission Control as EmpathyAccountManager does all that too | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -12/+10 |
| | |||||
* | Fix inconsistency in preferences and code | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -2/+0 |
| | |||||
* | Don't set priv on a separate line | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -26/+11 |
| | |||||
* | Use tp_g_value_slice_new_double | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -14/+7 |
| | | | | tp_asv_* cannot be used as tp_asv does not copy the keys | ||||
* | Reorder functions to get rid of the function declarations | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -241/+214 |
| | |||||
* | Reimplement the singleton in the constructor | Pierre-Luc Beaudoin | 2009-06-01 | 2 | -10/+29 |
| | |||||
* | Fix errors found by make check | Pierre-Luc Beaudoin | 2009-06-01 | 2 | -6/+6 |
| | |||||
* | Use timeout instead of idle (and fix the fact that it wasn't actually working) | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -13/+9 |
| | |||||
* | Use DEBUG instead of printerr | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -3/+3 |
| | |||||
* | Don't use foreach to iter over a HashTable | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -24/+17 |
| | |||||
* | Fix bracket style | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -4/+10 |
| | |||||
* | Properly unref objects used by EmpathyLocationManager | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -6/+32 |
| | |||||
* | Apply style fixes to EmpathyLocationManager | Pierre-Luc Beaudoin | 2009-06-01 | 2 | -20/+19 |
| | | | | | | | | • update the copyright • EmpathyLocationManagerPriv: document the hash table • is_setup seems a poor name. geoclue_is_setup? • remove PROP_0 we don't need/use it • Don't use C++ comments | ||||
* | Don't build the file instead of #if the whole file | Pierre-Luc Beaudoin | 2009-06-01 | 2 | -5/+8 |
| | |||||
* | Factory is sometimes ref leaked | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -2/+1 |
| | |||||
* | Queue location publish requests | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -7/+23 |
| | | | | | | | Using an idle callback makes it less probable that the location will be updated twice in a very short time. This scenario is common is the address_cb and position_cb got a reply from geocluse almost at the sametime. | ||||
* | Rename empathy_location_manager_get_default to dup_default | Pierre-Luc Beaudoin | 2009-06-01 | 2 | -4/+8 |
| | | | | This is more consistent with the rest of Empathy. | ||||
* | More explicit debug message on what is published | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -2/+2 |
| | |||||
* | Any location accuracy will do | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -2/+2 |
| | |||||
* | Don't use geoclue's timestamp | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -5/+10 |
| | | | | | It turns out that the timestamp are not reliable (they are often set to 0). | ||||
* | Don't call geoclue functions if the init failed | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -3/+9 |
| | |||||
* | Fix a warning if McAccount has no TpConnection | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -0/+3 |
| | |||||
* | Fix left over issues from rebasing | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -3/+8 |
| | |||||
* | Fix compilation if geoclue is not enabled | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -6/+2 |
| | |||||
* | Merge fixes due to API changes | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -13/+23 |
| | |||||
* | Various style fixes | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -11/+20 |
| | |||||
* | Send a int64 timestamp to match the spec | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -10/+6 |
| | |||||
* | Clear remote location upon disabling | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -17/+31 |
| | |||||
* | Fix key freeing | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -6/+6 |
| | |||||
* | Implement reduced accuracy | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -1/+49 |
| | |||||
* | Send timestamp | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -0/+22 |
| | |||||
* | When updating the resources, check for changed location | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -1/+14 |
| | |||||
* | More ressource fix | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -20/+22 |
| | |||||
* | Initial position/address and ressource fix | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -10/+48 |
| | |||||
* | Should not be elseif | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -3/+3 |
| | |||||
* | Publish location when enabling it | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -2/+6 |
| | |||||
* | Support all position fields | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -9/+42 |
| | |||||
* | Support address fields | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -4/+28 |
| | |||||
* | Publish location after connection and when location changes | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -12/+82 |
| | |||||
* | Add EmpathyLocationManager | Pierre-Luc Beaudoin | 2009-06-01 | 3 | -0/+398 |
| | |||||
* | Add a Location tab in preferences | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -0/+5 |
| | |||||
* | Configure bits for geoclue | Pierre-Luc Beaudoin | 2009-06-01 | 1 | -0/+2 |
| | |||||
* | Cope with status being NULL | Sjoerd Simons | 2009-05-31 | 1 | -2/+2 |
| | |||||
* | Remove usage of McPresence as much as possible | Sjoerd Simons | 2009-05-31 | 5 | -103/+73 |
| | |||||
* | fixed bug #548716 | Dimitris Zenios | 2009-05-30 | 4 | -0/+37 |
| | |||||
* | Fix ‘lat’, ‘lon’ may be used uninitialized in this function | Pierre-Luc Beaudoin | 2009-05-29 | 1 | -1/+1 |
| | |||||
* | EmpathyStatusPresetDialog: fix status_preset_add_combo_reset() | Davyd Madeley | 2009-05-28 | 1 | -1/+8 |
| | |||||
* | Highlight the most recently added entry in the status presets dialog | Davyd Madeley | 2009-05-28 | 1 | -1/+35 |
| | |||||
* | Fix English label for Location's date | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -1/+1 |
| | |||||
* | Display relative time to user | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -4/+9 |
| | | | | | | | | The time of the geolocation update is displayed relatively to current time (1 min ago, 3 hours ago). The function just prints ("in the future") for debugging purpuses for time in the future. | ||||
* | Simplifly the logic on when to display the location | Pierre-Luc Beaudoin | 2009-05-28 | 2 | -56/+60 |
| | | | | By verifying earlier on | ||||
* | Geoclue is not used in libempathy-gtk | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -2/+0 |
| | |||||
* | Use empathy_time_to_string_local | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -14/+8 |
| | |||||
* | Don't list timestamp in the location fields as it is already included in the ↵ | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -0/+3 |
| | | | | header | ||||
* | Use tp_strdiff instead of strcmp | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -24/+24 |
| | |||||
* | Have better user labels for location values | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -4/+65 |
| | | | | And have them better placed (with labels on left not expand). | ||||
* | Display user textual location even if it doesn't include a lat,lon | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -12/+12 |
| | |||||
* | Undo changes to EmpathyContactDialogs | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -1/+1 |
| | |||||
* | Fix coding style issues found by make check | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -1/+1 |
| | |||||
* | Make map visible! | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -0/+1 |
| | |||||
* | Make buildable and visible if libchamplain not available | Pierre-Luc Beaudoin | 2009-05-28 | 2 | -2/+2 |
| | |||||
* | Update to use libchamplain 0.3's API | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -3/+4 |
| | |||||
* | List geolocation information in Tooltip | Pierre-Luc Beaudoin | 2009-05-28 | 2 | -14/+91 |
| | |||||
* | Expect the timestamp to be a int64 | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -17/+18 |
| | |||||
* | Don't init vars with a function | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -1/+2 |
| | |||||
* | Add marker on map | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -0/+10 |
| | |||||
* | Display timestamp and location | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -29/+76 |
| | |||||
* | Add a map in the Contact Information dialog | Pierre-Luc Beaudoin | 2009-05-28 | 5 | -4/+104 |
| | | | | | For now, the map in the tool tip is disabled as Clutter-gtk does like at all this type of window/initialisation | ||||
* | When no video is received or sent we show contacts' avatars instead of showing | Jonathan Tellier | 2009-05-26 | 2 | -2/+5 |
| | | | | black widgets. | ||||
* | Force update of GtkEntry primary icon for ENTRY_TYPE_BUILTIN | Davyd Madeley | 2009-05-22 | 1 | -0/+3 |
| | | | | Fixes 583430 | ||||
* | Remove hard-coded strings from (un)subscriptions | Will Thompson | 2009-05-21 | 2 | -4/+2 |
| | |||||
* | add 'Video Call' entry to the Contact menu | Guillaume Desmottes | 2009-05-18 | 2 | -2/+39 |
| | |||||
* | empathy_contact_audio_call_menu_item_activated: use ↵ | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | | | | empathy_call_factory_new_call_with_streams | ||||
* | empathy_contact_audio_call_menu_item_new: change label to 'Audio Call' | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | rename empathy_contact_call_menu_item_new to ↵ | Guillaume Desmottes | 2009-05-18 | 2 | -6/+6 |
| | | | | empathy_contact_audio_call_menu_item_new | ||||
* | Show an audio and a video call button | Sjoerd Simons | 2009-05-18 | 4 | -16/+96 |
| | |||||
* | enable coding style checks in libempathy-gtk | Guillaume Desmottes | 2009-05-18 | 1 | -2/+11 |
| | |||||
* | empathy-account-chooser: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -14/+14 |
| | |||||
* | empathy-account-widget-irc: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | empathy-account-widget-sip: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | |||||
* | empathy-account-widget: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -12/+12 |
| | |||||
* | empathy-audio-sink: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | empathy-audio-src: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | empathy-avatar-chooser: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -6/+6 |
| | |||||
* | empathy-avatar-image: update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | |||||
* | empathy-cell-renderer-activatable: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | empathy-cell-renderer-expander: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -8/+8 |
| | |||||
* | empathy-cell-renderer-text: update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -6/+6 |
| | |||||
* | empathy-chat-text-view: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -12/+12 |
| | |||||
* | empathy-chat-view: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -15/+15 |
| | |||||
* | empathy-chat: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -15/+15 |
| | |||||
* | empathy-conf: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -5/+5 |
| | |||||
* | empathy-contact-list-store: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -8/+8 |
| | |||||
* | empathy-contact-list-view: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -12/+12 |
| | |||||
* | empathy-contact-menu: fix coding style | Guillaume Desmottes | 2009-05-18 | 2 | -3/+3 |
| | |||||
* | empathy-contact-selector: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | |||||
* | empathy-contact-widget: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -5/+5 |
| | |||||
* | empathy-geometry: update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | |||||
* | empathy-images: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | empathy-irc-network-dialog: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | |||||
* | empathy-log-window: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -8/+8 |
| | |||||
* | empathy-new-message-dialog: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -5/+5 |
| | |||||
* | empathy-presence-chooser: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -6/+6 |
| | |||||
* | empathy-profile-chooser: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | |||||
* | empathy-smiley-manager: fix coding style | Guillaume Desmottes | 2009-05-18 | 2 | -6/+6 |
| | |||||
* | empathy-spell: update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | |||||
* | empathy-status-preset-dialog: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -6/+6 |
| | |||||
* | empathy-theme-boxes: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -6/+6 |
| | |||||
* | empathy-theme-irc: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -5/+5 |
| | |||||
* | empathy-theme-manager: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -6/+6 |
| | |||||
* | empathy-ui-utils: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 2 | -18/+18 |
| | |||||
* | empathy-video-src: fix coding style | Guillaume Desmottes | 2009-05-18 | 2 | -4/+4 |
| | |||||
* | empathy-video-widget: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | always show images in smiley menu items (GNOME #582751) | Frédéric Péters | 2009-05-15 | 1 | -0/+1 |
| | |||||
* | Add shave support to build process. | Jonny Lamb | 2009-04-24 | 1 | -6/+8 |
| | | | | | | Use --enable-shave to enable building with shave. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Merge branch 'spelling-578399' | Davyd Madeley | 2009-04-24 | 5 | -453/+45 |
|\ | |||||
| * | Remove spell dialog from POTFILES.in; remove GtkBuilder file | Davyd Madeley | 2009-04-24 | 1 | -131/+0 |
| | | |||||
| * | Fix trailing whitespace | Davyd Madeley | 2009-04-24 | 1 | -5/+5 |
| | | |||||
| * | Fixes based on feedback | Adam Schreiber | 2009-04-24 | 1 | -17/+22 |
| | | | | | | | | | | Some cleanup still required, done by Davyd Madeley <davyd.madeley@collabora.co.uk> | ||||
| * | Display spelling suggestions in a submenu instead of in a separate | Adam Schreiber | 2009-04-22 | 4 | -319/+37 |
| | | | | | | | | dialog. Fixes bug #578399 | ||||
* | | empathy-contact-widget: call contact_widget_change_contact after widget's ↵ | Guillaume Desmottes | 2009-04-23 | 1 | -2/+5 |
| | | | | | | | | setup. Fixes #579971 | ||||
* | | Merge branch 'presets-dialog' | Davyd Madeley | 2009-04-23 | 6 | -370/+742 |
|\ \ | |||||
| * | | Rest of gtk-doc | Davyd Madeley | 2009-04-23 | 1 | -0/+9 |
| | | | |||||
| * | | Preserve the status message across combo box changes | Davyd Madeley | 2009-04-23 | 1 | -3/+20 |
| | | | |||||
| * | | Add a comment for cassidy ;-) | Davyd Madeley | 2009-04-23 | 1 | -0/+1 |
| | | | |||||
| * | | Sort presets alphabetically in the list | Davyd Madeley | 2009-04-23 | 2 | -2/+4 |
| | | | |||||
| * | | gtk-doc entry | Davyd Madeley | 2009-04-23 | 1 | -0/+9 |
| | | | |||||
| * | | Make it possible to edit a status message by double-clicking on it | Davyd Madeley | 2009-04-23 | 1 | -0/+52 |
| | | | |||||
| * | | Fix function naming | Davyd Madeley | 2009-04-23 | 1 | -4/+4 |
| | | | |||||
| * | | Don't reset the state to Available when you click [Add] | Davyd Madeley | 2009-04-22 | 1 | -6/+14 |
| | | | |||||
| * | | Fix up Add Preset combo focusing | Davyd Madeley | 2009-04-22 | 1 | -17/+84 |
| | | | |||||
| * | | Add some labels to the UI | Davyd Madeley | 2009-04-22 | 1 | -3/+34 |
| | | | |||||
| * | | Connect new dialog into presence chooser, remove old dialog | Davyd Madeley | 2009-04-22 | 4 | -369/+11 |
| | | | |||||
| * | | Make [Add] work | Davyd Madeley | 2009-04-22 | 2 | -6/+150 |
| | | | |||||
| * | | Make [Remove] work | Davyd Madeley | 2009-04-21 | 1 | -0/+35 |
| | | | |||||
| * | | List presets in the treeview | Davyd Madeley | 2009-04-21 | 3 | -3/+210 |
| | | | |||||
| * | | Skeleton of a new presets dialog | Davyd Madeley | 2009-04-21 | 3 | -0/+148 |
| | | | |||||
* | | | Merge branch 'irc-dialog-579800' | Guillaume Desmottes | 2009-04-23 | 3 | -10/+4 |
|\ \ \ | |||||
| * | | | empathy-account-widget-irc: remove unused widgets | Guillaume Desmottes | 2009-04-23 | 1 | -6/+0 |
| | | | | |||||
| * | | | empathy-account-widget-irc: rename button_remove to button_remove_network so ↵ | Guillaume Desmottes | 2009-04-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | it has the same name as the UI id | ||||
| * | | | empathy_irc_network_dialog_show: call show_all on the dialog | Guillaume Desmottes | 2009-04-23 | 1 | -0/+1 |
| | | | | |||||
| * | | | fix another id clash | Guillaume Desmottes | 2009-04-23 | 1 | -1/+1 |
| | | | | |||||
| * | | | rename button_remove to button_remove_network to fix id clash | Guillaume Desmottes | 2009-04-23 | 2 | -3/+3 |
| | | | | |||||
| * | | | empathy-account-widget-irc.ui: the network dialog doesn't have to be | Guillaume Desmottes | 2009-04-23 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | visible by default. Fixes #579800 | ||||
* | | | | Misc. gtk-doc updates, including being more explicit about refs. | Jonny Lamb | 2009-04-23 | 4 | -8/+12 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | | Add documentation for EmpathyNewMessageDialog. | Jonny Lamb | 2009-04-23 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | | Add documentation for EmpathyProfileChooser. | Jonny Lamb | 2009-04-23 | 1 | -0/+33 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | | Add documentation for EmpathyAvatarImage. | Jonny Lamb | 2009-04-23 | 2 | -0/+32 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | | Add documentation for EmpathyAvatarChooser. | Jonny Lamb | 2009-04-23 | 2 | -0/+55 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | | Add documentation for EmpathyPresenceChooser. | Jonny Lamb | 2009-04-23 | 2 | -0/+33 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | | Add documentation for EmpathyContactWidget. | Jonny Lamb | 2009-04-23 | 2 | -0/+73 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | | Add documentation for EmpathyContactSelector. | Jonny Lamb | 2009-04-23 | 2 | -2/+68 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | | Add documentation for EmpathyAccountChooser. | Jonny Lamb | 2009-04-23 | 2 | -0/+105 |
|/ / / | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | Renamed empathy_profile_chooser_get_selected to ↵ | Jonny Lamb | 2009-04-22 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | empathy_profile_chooser_dup_selected and fixed leaks. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | Renamed empathy_contact_list_view_get_selected to ↵ | Jonny Lamb | 2009-04-22 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | empathy_contact_list_view_dup_selected and fixed leaks. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | Renamed empathy_account_chooser_get_account to ↵ | Jonny Lamb | 2009-04-22 | 3 | -4/+4 |
| | | | | | | | | | | | | | | | | | | empathy_account_chooser_dup_account and fixed leaks. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | | | Don't forget to show the contact widget in some places | Xavier Claessens | 2009-04-22 | 1 | -3/+6 |
| | | | |||||
* | | | Add G_PARAM_STATIC_STRINGS to EmpathyContact properties | Xavier Claessens | 2009-04-22 | 1 | -1/+0 |
| | | | |||||
* | | | Use tp_connection_get_self_handle where needed | Xavier Claessens | 2009-04-22 | 1 | -29/+7 |
| | | | |||||
* | | | Change EmpathyTpContactFactory API to look more like TpConnection. Add ↵ | Xavier Claessens | 2009-04-22 | 3 | -10/+29 |
| | | | | | | | | | | | | | | | | | | function to get only one contact from id/handle. | ||||
* | | | Port EmpathyContactListView's DnD to new API | Xavier Claessens | 2009-04-22 | 1 | -58/+112 |
| | | | |||||
* | | | Disconnect all signals from tp_chat when the UI is destroyed | Xavier Claessens | 2009-04-22 | 1 | -6/+17 |
| | | | |||||
* | | | Remove useless condition | Xavier Claessens | 2009-04-22 | 1 | -12/+9 |
| | | | |||||
* | | | Remove dead code | Xavier Claessens | 2009-04-22 | 1 | -2/+0 |
| | | | |||||
* | | | Do not use empathy_contact_equal anymore, pointer comparaison is guaranteed ↵ | Xavier Claessens | 2009-04-22 | 1 | -2/+2 |
| | | | | | | | | | | | | to be enough. | ||||
* | | | - Split info/edit/personal dialogs into different functions. | Xavier Claessens | 2009-04-22 | 4 | -63/+142 |
| | | | | | | | | | | | | - Make sure empathy_contact_widget_new works with a NULL contact. | ||||
* | | | Port EmpathyNewMessageDialog to new API. | Xavier Claessens | 2009-04-22 | 1 | -45/+55 |
| | | | |||||
* | | | Port EmpathyContactWidget to new API. | Xavier Claessens | 2009-04-22 | 1 | -42/+62 |
| | | | |||||
* | | | Add empathy_account_chooser_get_connection() | Xavier Claessens | 2009-04-22 | 2 | -0/+19 |
| | | | |||||
* | | | Base EmpathyAvatarChooser on connection instead of account. | Xavier Claessens | 2009-04-22 | 1 | -83/+29 |
| | | | |||||
* | | | Port EmpathyContactDialogs to new API. | Xavier Claessens | 2009-04-22 | 1 | -4/+16 |
| | | | |||||
* | | | Port EmpathyChat to new API. | Xavier Claessens | 2009-04-22 | 2 | -33/+18 |
| |/ |/| | |||||
* | | Output GtkBuilder errors as g_critical() not DEBUG() | Davyd Madeley | 2009-04-22 | 1 | -1/+1 |
| | | |||||
* | | Add context string for translation (#575442) | Frederic Peters | 2009-04-21 | 1 | -1/+1 |
| | | |||||
* | | Instead of destroying the submenu when it's not needed only create it if there | Lars-Peter Clausen | 2009-04-21 | 1 | -13/+5 |
| | | | | | | | | is a submenu item. | ||||
* | | Fix indent. | Lars-Peter Clausen | 2009-04-21 | 1 | -2/+2 |
| | | |||||
* | | Fix memleak in avatar_chooser_maybe_convert_and_scale. Unref the scaled buffer | Lars-Peter Clausen | 2009-04-21 | 1 | -1/+2 |
| | | | | | | | | after it has been saved and is not needed anymore. | ||||
* | | Fix memleak in avatar_chooser_update_preview_cb. Free string returned by | Lars-Peter Clausen | 2009-04-21 | 1 | -0/+2 |
| | | | | | | | | gtk_file_chooser_get_preview_filename. | ||||
* | | Fix memleak in contact_widget_model_populate_columns. Since it not used anywhere | Lars-Peter Clausen | 2009-04-21 | 1 | -6/+0 |
| | | | | | | | | else it does not make sense to add a ref to the renderer, or does it? | ||||
* | | Fix memleak in empathy_contact_invite_menu_item_new. Just calling | Lars-Peter Clausen | 2009-04-21 | 1 | -1/+3 |
|/ | | | | gtk_widget_destroy on submenu won't free it since it is floating. | ||||
* | Coding style fix | Davyd Madeley | 2009-04-21 | 1 | -2/+1 |
| | |||||
* | s/favourite/favorite/ | Davyd Madeley | 2009-04-21 | 1 | -9/+9 |
| | |||||
* | Reliably set favourite-star | Davyd Madeley | 2009-04-21 | 1 | -28/+50 |
| | |||||
* | Update the preset list | Davyd Madeley | 2009-04-21 | 1 | -1/+21 |
| | |||||
* | Add a favourite icon to custom/saved messages | Davyd Madeley | 2009-04-21 | 1 | -8/+81 |
| | |||||
* | Use autotools magic to take care of disabling deprecated symbols | Laurent Bigonville | 2009-04-18 | 1 | -1/+2 |
| | | | | | Passing --enable-maintainer-mode to the configure will disable deprecated symbols | ||||
* | Save empathy-presence-chooser.ui using glade-3, it fix a crasher because of ↵ | Xavier Claessens | 2009-04-17 | 1 | -15/+22 |
| | | | | malformed format. | ||||
* | Remove libglade from libempathy-gtk.pc | Xavier Claessens | 2009-04-16 | 1 | -2/+2 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2875 | ||||
* | Don't unref 2 times gui. | Xavier Claessens | 2009-04-16 | 1 | -2/+0 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2872 | ||||
* | Refactor the floating ref hack into a new function | Xavier Claessens | 2009-04-16 | 6 | -55/+31 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2871 | ||||
* | Port EmpathySpellDialog to new API | Xavier Claessens | 2009-04-16 | 1 | -17/+7 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2853 | ||||
* | Port EmpathyPresenceChooser to new API | Xavier Claessens | 2009-04-16 | 1 | -10/+6 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2852 | ||||
* | Port EmpathyNewMessageDialog to new API | Xavier Claessens | 2009-04-16 | 1 | -8/+5 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2851 | ||||
* | Port EmpathyLogWindow to new API | Xavier Claessens | 2009-04-16 | 1 | -9/+5 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2850 | ||||
* | Port EmpathyIrcNetwordDialog to new API | Xavier Claessens | 2009-04-16 | 1 | -8/+5 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2849 | ||||
* | Modify Makefile.am for new file names | Xavier Claessens | 2009-04-16 | 1 | -20/+20 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2848 | ||||
* | Port EmpathyContactWidget to new API | Xavier Claessens | 2009-04-16 | 4 | -433/+463 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2847 | ||||
* | Port EmpathyContactDialogs to new API | Xavier Claessens | 2009-04-16 | 1 | -5/+4 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2846 | ||||
* | Remove toplevel window from ui files if the window is not used. | Xavier Claessens | 2009-04-16 | 11 | -1783/+1812 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2845 | ||||
* | Port EmpathyChat to new API | Xavier Claessens | 2009-04-16 | 1 | -6/+4 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2844 | ||||
* | Remove useless glade include | Xavier Claessens | 2009-04-16 | 3 | -11/+1 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2843 | ||||
* | Port account widgets to new API | Xavier Claessens | 2009-04-16 | 4 | -120/+106 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2842 | ||||
* | Port glade helpers to GtkBuilber | Xavier Claessens | 2009-04-16 | 2 | -133/+53 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2841 | ||||
* | Convert glade files to GtkBuilder format | Xavier Claessens | 2009-04-16 | 17 | -988/+983 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2840 | ||||
* | Make a separated module set for libempathy-gtk/ and src/ | Xavier Claessens | 2009-04-16 | 1 | -2/+2 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2838 | ||||
* | Add libcanberra-gtk in Require.private of libempathy-gtk.pc. Fixe bug #577863 | Xavier Claessens | 2009-04-13 | 1 | -1/+2 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2826 | ||||
* | Set the default image when clearing the avatar, even if there were no avatar ↵ | Xavier Claessens | 2009-04-13 | 1 | -5/+3 |
| | | | | | | | | previously. That happens when the widget is created. Fixe bug #566905 From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2817 | ||||
* | Let the chat dialog directly grab the channel on reconnect | Sjoerd Simons | 2009-04-13 | 1 | -2/+27 |
| | | | | | | | | | | When reconnecting open chat dialogs requests a new channel. It can grab this directly when it is opened, no need to go through the dispatcher. Fixes issue with stealing focus From: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2814 | ||||
* | Fix support for /me and /say commands. | Xavier Claessens | 2009-04-11 | 1 | -36/+16 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2809 | ||||
* | revert a little. search for blank contact in store. | Elliot Fairweather | 2009-04-11 | 1 | -5/+6 |
| | | | | | | From: Elliot Fairweather <elliot.fairweather@collabora.co.uk> svn path=/trunk/; revision=2808 | ||||
* | Look up the iter of the new tree row on the filter model for set_active_iter | Davyd Madeley | 2009-04-11 | 1 | -5/+11 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2807 | ||||
* | Initial empathy_contact_selector_set_visible implementation. | Jonny Lamb | 2009-04-11 | 2 | -16/+79 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2805 | ||||
* | Fix more coding style | Xavier Claessens | 2009-04-11 | 1 | -191/+186 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2804 | ||||
* | Don't blat message if it updates whilst in editing mode | Davyd Madeley | 2009-04-11 | 1 | -1/+3 |
| | | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2802 |