aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add simple flymake support.Jonny Lamb2009-06-051-0/+1
* Don't display an empty treeview if there are no connections on opening.Jonny Lamb2009-06-051-3/+5
* Don't unref widgets twice.Jonny Lamb2009-06-051-6/+0
* Free a GError after use.Jonny Lamb2009-06-051-0/+1
* Merge branch 'debug'Jonny Lamb2009-06-055-0/+1324
|\
| * Display a label if the selected CM does not support Debug.Jonny Lamb2009-06-041-6/+56
| * Add level label to priv struct.Jonny Lamb2009-06-041-4/+5
| * Store toolbar items in priv struct.Jonny Lamb2009-06-041-33/+38
| * Keep a ref to the TpDBusDaemon so the NameOwnerChanged cb gets called.Jonny Lamb2009-06-041-6/+7
| * Clean up EmpathyDebugDialogPriv.Jonny Lamb2009-06-041-9/+20
| * Use G_GSIZE_FORMAT instead of %u.Jonny Lamb2009-06-031-1/+2
| * Add a "Copy" toolbar item to copy text to clipboard.Jonny Lamb2009-04-241-0/+73
| * Create a straight TpProxy instead of a TpConnection.Jonny Lamb2009-04-241-12/+7
| * Connect to NameOwnerChanged so the CM chooser can be updated when new CMs joi...Jonny Lamb2009-04-241-0/+93
| * Store unique names in CM model.Jonny Lamb2009-04-241-27/+112
| * Use GtkWindow's "transient-for" property instead of holding a ref to the pare...Jonny Lamb2009-04-241-27/+1
| * Don't show the same CM more than once in the CM chooser if there are more tha...Jonny Lamb2009-04-241-0/+15
| * Use GFile and GFileOutputStream instead of fopen and fprintf.Jonny Lamb2009-04-241-13/+35
| * Use "foo != NULL" instead of "foo".Jonny Lamb2009-04-241-7/+7
| * Add more comments to debug_dialog_press_event_cb.Jonny Lamb2009-04-241-0/+3
| * Use guint instead of int for for loop counter.Jonny Lamb2009-04-241-1/+1
| * Split some long lines into two.Jonny Lamb2009-04-241-6/+10
| * Changed Help menu item to simply "Debug.Jonny Lamb2009-04-241-1/+1
| * Updated coding style.Jonny Lamb2009-04-241-44/+44
| * Remove tabs, sigh.Jonny Lamb2009-04-241-5/+5
| * Implement save button.Jonny Lamb2009-04-241-0/+96
| * Clear the store when changing CM.Jonny Lamb2009-04-241-0/+2
| * Implemented a menu when selecting a row to copy message to clipboard.Jonny Lamb2009-04-241-0/+95
| * Display debug message as monospace.Jonny Lamb2009-04-241-0/+3
| * Implement clear button.Jonny Lamb2009-04-241-0/+11
| * Implement level combo box.Jonny Lamb2009-04-241-28/+117
| * Align text at the top of the row.Jonny Lamb2009-04-241-0/+1
| * Remove trailing whitespace from the debug message.Jonny Lamb2009-04-241-1/+9
| * Store the bus name of CMs in an the combo box's tree model instead of two dif...Jonny Lamb2009-04-241-13/+27
| * Make the tree view have alternating row colours.Jonny Lamb2009-04-241-0/+1
| * Correct indentation and tab problems.Jonny Lamb2009-04-241-36/+36
| * Define the debug object path in the header and keep CM bus names from tp_list...Jonny Lamb2009-04-242-15/+17
| * Create a new string for category as it's g_free'd.Jonny Lamb2009-04-241-1/+1
| * Add Debug interface to TpProxy's known interfaces.Jonny Lamb2009-04-241-0/+3
| * Return NULL if _new is not given a GtkWindow.Jonny Lamb2009-04-241-0/+2
| * Only set Enabled=false in dispose if there we have a proxy.Jonny Lamb2009-04-241-3/+4
| * Changed account chooser to CM chooser.Jonny Lamb2009-04-241-37/+78
| * Get the CM bus name from the TpProxy instead of hard-coding, and fix some ref...Jonny Lamb2009-04-241-8/+13
| * Make sure the toolbar labels are shown.Jonny Lamb2009-04-241-2/+7
| * Only set Enabled when we already have a proxy.Jonny Lamb2009-04-241-1/+2
| * Set Enabled dbus property to the correct value depending on whether the signa...Jonny Lamb2009-04-241-9/+26
| * Implement pause button and handle connections to signal when changing account.Jonny Lamb2009-04-241-8/+44
| * Only connect to NewDebugMessage if the paused button is not pressed.Jonny Lamb2009-04-241-3/+9
| * Connect to NewDebugMessage and append it to the treeview.Jonny Lamb2009-04-241-41/+67
| * Call GetMessages when the debug dialog opens.Jonny Lamb2009-04-241-11/+171
| * Add GtkTreeView to debug dialog.Jonny Lamb2009-04-241-6/+61
| * Added Debug Window menu item.Jonny Lamb2009-04-242-0/+16
| * Added a basic UI to debug dialog.Jonny Lamb2009-04-242-9/+112
| * Added initial empty EmpathyDebugDialog.Jonny Lamb2009-04-243-0/+192
* | event_manager_approve_channel_cb: displayed ignored channel typeGuillaume Desmottes2009-06-041-1/+1
* | Add a right-click menu to conversation window tabs.Will Thompson2009-06-031-32/+52
* | Remove "View"/"Show" prefixes from View menu itemsWill Thompson2009-06-031-4/+4
* | Fix conflict after rebaseCosimo Cecchi2009-06-021-1/+0
* | Format contact information when hashingCosimo Cecchi2009-06-011-3/+9
* | Add myself to the contributorsCosimo Cecchi2009-06-011-0/+1
* | Remove the preferencesCosimo Cecchi2009-06-012-41/+0
* | Clear the remaining time when transfer endsCosimo Cecchi2009-06-011-1/+22
* | Add the received files to GtkRecentManagerCosimo Cecchi2009-06-011-0/+10
* | Plug a leakCosimo Cecchi2009-06-011-0/+2
* | Fix coding styleCosimo Cecchi2009-06-011-2/+2
* | Set use_hash according to what the CM returnsCosimo Cecchi2009-06-011-3/+7
* | Set the completed message anywayCosimo Cecchi2009-06-011-3/+1
* | Remove useless gtk-doc annotationsCosimo Cecchi2009-06-011-17/+0
* | Don't claim outgoing channelsCosimo Cecchi2009-06-011-1/+8
* | Unref the EmpathyTpContactFactoryCosimo Cecchi2009-06-011-0/+2
* | Use gchar* instead of char* for allocated retvalsCosimo Cecchi2009-06-011-3/+3
* | Plug a string leakCosimo Cecchi2009-06-011-0/+2
* | Handle construction errorsCosimo Cecchi2009-06-011-2/+12
* | Set the right initial value in the UICosimo Cecchi2009-06-011-3/+7
* | Properly handle checksumming in the receiver UICosimo Cecchi2009-06-011-13/+40
* | Remove the singleton logic from the managerCosimo Cecchi2009-06-014-46/+30
* | Adjust clear button sensitivityCosimo Cecchi2009-06-011-0/+27
* | Adapt the manager codeCosimo Cecchi2009-06-011-9/+20
* | Clarify UI stringCosimo Cecchi2009-06-011-1/+1
* | Add a new preference in the UICosimo Cecchi2009-06-012-0/+41
* | Cleanup after rebase v2Cosimo Cecchi2009-06-014-18/+48
* | Add back speed and remaining timeCosimo Cecchi2009-06-011-7/+42
* | React to Tp remote errorsCosimo Cecchi2009-06-011-24/+1
* | Remove hashing progress debug messageCosimo Cecchi2009-06-011-2/+0
* | Handle errors coming from the EmpathyFTFactoryCosimo Cecchi2009-06-012-33/+90
* | Unref the EmpathyFTHandlersCosimo Cecchi2009-06-011-0/+2
* | First implementation of error handlingCosimo Cecchi2009-06-011-15/+33
* | Total FileTransfer draft spec exorcismCosimo Cecchi2009-06-011-1/+0
* | Rework the logic of cancelling transfersCosimo Cecchi2009-06-011-24/+3
* | Format messages for hashingCosimo Cecchi2009-06-011-11/+49
* | Use the proper TP interface instead of emp_cliCosimo Cecchi2009-06-012-10/+25
* | Make the whole thing compileCosimo Cecchi2009-06-011-211/+229
* | s/ft_manager/manager/ where appropriateCosimo Cecchi2009-06-011-57/+54
* | W.I.P. code for EmpathyFTManager v2Cosimo Cecchi2009-06-011-143/+188
* | First batch of W.I.P. rework of EmpathyFTManagerCosimo Cecchi2009-06-012-380/+197
* | Add to the EmpathyFTManager the new handlers.Cosimo Cecchi2009-06-011-4/+7
* | Rethink a bit the logic for an incoming transfer.Cosimo Cecchi2009-06-011-1/+25
* | W.I.P. for heavy lifting on EmpathyTpFile.Cosimo Cecchi2009-06-011-9/+5
* | Fix inconsistency in preferences and codePierre-Luc Beaudoin2009-06-011-1/+1
* | Reimplement the singleton in the constructorPierre-Luc Beaudoin2009-06-011-1/+1
* | Rename empathy_location_manager_get_default to dup_defaultPierre-Luc Beaudoin2009-06-011-1/+1
* | Don't show the location preferences if geoclue not availablePierre-Luc Beaudoin2009-06-011-5/+7
* | Fix compilation if geoclue is not enabledPierre-Luc Beaudoin2009-06-011-1/+7
* | Add EmpathyLocationManagerPierre-Luc Beaudoin2009-06-011-0/+6
* | Add a Location tab in preferencesPierre-Luc Beaudoin2009-06-012-5/+253
* | Cope with status icon begin NULLSjoerd Simons2009-05-311-1/+2
* | Remove usage of McPresence as much as possibleSjoerd Simons2009-05-313-17/+25
* | Ensure a minimum size of tabs in the chat windowSjoerd Simons2009-05-311-8/+24
* | new tube API is now stableGuillaume Desmottes2009-05-282-6/+6
* | empathy-call-window: coding style fixGuillaume Desmottes2009-05-281-1/+1
* | Only do sounds/notifications for text messages when they involve the userSjoerd Simons2009-05-281-13/+9
* | Use the layer to list the markersPierre-Luc Beaudoin2009-05-281-7/+3
* | Move the geoclue geocoding in EmpathyTpContactFactoryPierre-Luc Beaudoin2009-05-282-118/+1
* | Fix memory leakPierre-Luc Beaudoin2009-05-281-0/+1
* | Disconnect from notify::locationPierre-Luc Beaudoin2009-05-281-2/+19
* | Move the geocoding to when the location is updatedPierre-Luc Beaudoin2009-05-281-43/+44
* | Avatar was leakedPierre-Luc Beaudoin2009-05-281-0/+1
* | Don't need to keep the address aroundPierre-Luc Beaudoin2009-05-281-6/+2
* | Don't need to set back if it is the same hashtablePierre-Luc Beaudoin2009-05-281-5/+1
* | Display relative time to userPierre-Luc Beaudoin2009-05-281-1/+18
* | Fix possible compilation errorPierre-Luc Beaudoin2009-05-281-1/+1
* | Simplify the #if by isolating the contentPierre-Luc Beaudoin2009-05-281-4/+2
* | Don't create a marker if the user has no locationPierre-Luc Beaudoin2009-05-281-4/+10
* | Fix double border issue in the Map ViewPierre-Luc Beaudoin2009-05-282-9/+9
* | Move geocoding in a place where we can have better memory managementPierre-Luc Beaudoin2009-05-281-30/+53
* | Simplify and clarify map_view_geocode_cbPierre-Luc Beaudoin2009-05-281-11/+12
* | Don't allow the user to display many map viewsPierre-Luc Beaudoin2009-05-281-3/+3
* | Fix coding styles and memory leaks found by Guillaume DesmottesPierre-Luc Beaudoin2009-05-281-12/+18
* | Fix gtk warning at startup when not compiled with libchamplainPierre-Luc Beaudoin2009-05-281-2/+2
* | Fix coding style issues found by make checkPierre-Luc Beaudoin2009-05-281-1/+1
* | Fix licensing: should have been LGPL 2.1+Pierre-Luc Beaudoin2009-05-282-20/+18
* | Apply new coding stylesPierre-Luc Beaudoin2009-05-281-44/+49
* | Remove dead code and update function namePierre-Luc Beaudoin2009-05-281-12/+7
* | Update to use libchamplain 0.3's APIPierre-Luc Beaudoin2009-05-281-7/+12
* | Make buildable without GeocluePierre-Luc Beaudoin2009-05-281-20/+7
* | Fix contacts not showing on the mapPierre-Luc Beaudoin2009-05-281-1/+2
* | Get rid of disconnect which is undeededPierre-Luc Beaudoin2009-05-281-28/+4
* | Fix a warning if the handle doesn't existPierre-Luc Beaudoin2009-05-281-1/+3
* | Use its own ListStore of contacts instead of borrowing the ContactPierre-Luc Beaudoin2009-05-283-3/+9
* | Build fixDavyd Madeley2009-05-281-2/+4
* | Show contacts without an avatarPierre-Luc Beaudoin2009-05-281-11/+10
* | Remove signal handler when closing the windowPierre-Luc Beaudoin2009-05-281-1/+31
* | Use EmpathyContact's locationPierre-Luc Beaudoin2009-05-281-12/+140
* | Add a Contact Map windowPierre-Luc Beaudoin2009-05-287-0/+351
* | Configure bits for libchamplainPierre-Luc Beaudoin2009-05-281-1/+3
* | When initializing users' avatar, the pixbuf representing it is nowJonathan Tellier2009-05-261-1/+1
* | When no video is received or sent we show contacts' avatars instead of showingJonathan Tellier2009-05-261-8/+138
* | move 'View Previous Conversations' menu entry to ViewGuillaume Desmottes2009-05-232-8/+8
* | move 'show offline contacts' menu entry to ViewGuillaume Desmottes2009-05-232-8/+7
* | move 'show file transfers' menu entry to ViewGuillaume Desmottes2009-05-232-6/+6
* | empathy-main-window: add View top menuGuillaume Desmottes2009-05-221-0/+8
* | Error label now translatableGabriel Millaire2009-05-221-2/+2
* | Set treeview insensitive and hide error messageGabriel Millaire2009-05-221-0/+6
* | Display error message in UIGabriel Millaire2009-05-221-3/+18
* | Added border, resized error icons, fixed item names and made error message in...Gabriel Millaire2009-05-221-4/+6
* | Error bar UI protoPierre-Luc Beaudoin2009-05-221-26/+106
* | Connect to error signalsGabriel Millaire2009-05-221-0/+29
* | empathy-chat-window: add Contact menu as top-level (bgo #580922)Guillaume Desmottes2009-05-222-0/+16
* | remove Conversation->Contact menu entryGuillaume Desmottes2009-05-222-21/+0
* | enable coding style checks in srcGuillaume Desmottes2009-05-181-3/+12
* | empathy: fix coding styleGuillaume Desmottes2009-05-181-3/+3
* | empathy-tube-dispatch: fix coding styleGuillaume Desmottes2009-05-182-3/+3
* | empathy-preferences: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* | empathy-main-window: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* | empathy-import-pidgin: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* | empathy-event-manager: fix coding styleGuillaume Desmottes2009-05-181-3/+3
* | empathy-chat-window: fix coding styleGuillaume Desmottes2009-05-181-5/+5
* | empathy-call-window: fix coding styleGuillaume Desmottes2009-05-182-3/+3
* | empathy-call-window-fullscreen: fix coding styleGuillaume Desmottes2009-05-181-3/+3
* | empathy-accounts-dialog: fix coding styleGuillaume Desmottes2009-05-181-3/+3
* | empathy_call_window_bus_message: init GErrorGuillaume Desmottes2009-05-181-1/+1
* | empathy: update the FSF addressGuillaume Desmottes2009-05-181-2/+2
* | empathy-sidebar: update the FSF addressGuillaume Desmottes2009-05-182-2/+2
* | empathy-preferences: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-new-chatroom-dialog: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-misc: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-main-window: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-logs: update the FSF addressGuillaume Desmottes2009-05-181-2/+2
* | empathy-import-pidgin: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-import-dialog: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-ft-manager: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-chatrooms-window: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-chat-window: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-accounts-dialog: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
* | empathy-about-dialog: update the FSF addressGuillaume Desmottes2009-05-182-4/+4
* | ephy-spinner: remove trailing spacesGuillaume Desmottes2009-05-151-3/+3
* | empathy: remove trailing spacesGuillaume Desmottes2009-05-151-3/+3
* | empathy-status-icon: remove trailing spacesGuillaume Desmottes2009-05-151-1/+1
* | empathy-preferences: remove trailing spacesGuillaume Desmottes2009-05-151-2/+2
* | empathy-new-chatroom-dialog: remove trailing spacesGuillaume Desmottes2009-05-152-3/+3
* | empathy-misc: remove trailing spacesGuillaume Desmottes2009-05-152-2/+2
* | empathy-logs: remove trailing spacesGuillaume Desmottes2009-05-151-1/+1
* | empathy-import-dialog: remove trailing spacesGuillaume Desmottes2009-05-151-2/+2
* | empathy-ft-manager: remove trailing spacesGuillaume Desmottes2009-05-151-2/+2
* | empathy-event-manager: remove trailing spacesGuillaume Desmottes2009-05-151-1/+1
* | empathy-chatrooms-window: remove trailing spacesGuillaume Desmottes2009-05-151-6/+6
* | empathy-sidebar: remove trailing spacesGuillaume Desmottes2009-05-152-10/+10
* | empathy-main-window: remove trailing spacesGuillaume Desmottes2009-05-152-4/+4
* | empathy-chat-window: remove trailing spacesGuillaume Desmottes2009-05-152-6/+6
* | empathy-accounts-dialog: remove trailing spacesGuillaume Desmottes2009-05-152-8/+8
* | empathy-about-dialog: remove trailing spacesGuillaume Desmottes2009-05-152-2/+2
* | Merge commit 'jtellier/bug-580771'Guillaume Desmottes2009-05-137-15/+688
|\ \
| * | Fixed some coding style.jtellier2009-05-134-27/+48
| * | Usability fix: The "Leave Fullscreen" button is now using thejtellier2009-05-123-2/+5
| * | Fixed coding style by removing trailing spaces and not using a mix ofjtellier2009-05-123-146/+132
| * | Video playback fullscreen modejtellier2009-05-086-13/+676
* | | Fix bug #579484: Join Chatroom dialog doesn't list rooms when changingGabriel Millaire2009-05-081-0/+6
* | | Fixed bug #579485 by making each columns sortableGabriel Millaire2009-05-071-0/+10
|/ /
* | empathy_call_window_dispose: disconnect signals before unrefing the contactGuillaume Desmottes2009-04-291-1/+1
* | empathy_call_window_constructed: set default title if the call handler doesn'...Guillaume Desmottes2009-04-291-0/+5
* | call-window: update window's title when contact's name is changedGuillaume Desmottes2009-04-291-10/+34
* | call-window: set remote contact's name in window's title. Fixes #530119Guillaume Desmottes2009-04-291-0/+25
* | call-window: handler property has to be construct onlyGuillaume Desmottes2009-04-291-1/+1
* | Add menu option to display FT ManagersDavyd Madeley2009-04-272-0/+25
* | Removed empathy_tp_file_close as it was a duplicate of _cancel.Jonny Lamb2009-04-251-1/+1
* | Display the file transfer speed and calculate remaining time more dynamically.Xavier Claessens2009-04-251-9/+15
* | Add shave support to build process.Jonny Lamb2009-04-241-2/+4
* | empathy-call-window.c: update priv->sending_video *before* changing widget's ...Guillaume Desmottes2009-04-241-2/+2
* | The incoming call dialog doesn't have to be modal. Fixes #576384Guillaume Desmottes2009-04-241-2/+1
|/
* empathy-call-window: add priv->sending_video so we don't call empathy_call_wi...Guillaume Desmottes2009-04-241-0/+12
* empathy-call-window: send-video meny entry has to be unsensitive by defaultGuillaume Desmottes2009-04-231-0/+1
* Sync 'Send Video' button and 'Call -> Send video' menu entry. Fixes #576394Guillaume Desmottes2009-04-231-0/+5
* Renamed empathy_profile_chooser_get_selected to empathy_profile_chooser_dup_s...Jonny Lamb2009-04-221-2/+3
* Renamed empathy_account_chooser_get_account to empathy_account_chooser_dup_ac...Jonny Lamb2009-04-222-4/+6
* Change EmpathyTpContactFactory API to look more like TpConnection. Add functi...Xavier Claessens2009-04-221-7/+23
* Port EmpathyChatWindow's DnD to new APIXavier Claessens2009-04-221-3/+20
* Remove useless include of empathy-contact-factory.hXavier Claessens2009-04-222-2/+0
* Port empathy.c to new APIXavier Claessens2009-04-221-1/+8
* Port EmpathyNEwChatroomDialog to new APIXavier Claessens2009-04-221-3/+3
* Port EmpathyMainWindow to new APIXavier Claessens2009-04-221-35/+9
* Port EmpathyEventManager to new APIXavier Claessens2009-04-221-96/+43
* Port EmpathyChatWindow to new API and remove dead code.Xavier Claessens2009-04-221-15/+1
* Add ellipsis to the add account button. Fixes bug #548704Guillaume Desmottes2009-04-211-2/+36
* empathy-accounts-dialog.ui: no change, the file has just been opened and sauv...Guillaume Desmottes2009-04-211-27/+57
* don't dispatch D-Bus tube having an invalid ServiceNameGuillaume Desmottes2009-04-211-0/+11
* Fix indent.Lars-Peter Clausen2009-04-211-1/+1
* Fix memleak. Free strings retrieved from gtk_tree_model_get.Lars-Peter Clausen2009-04-211-0/+2
* fix memleak in preferences_widget_sync_string_combo. Previously name was notLars-Peter Clausen2009-04-211-6/+3
* Reliably set favourite-starDavyd Madeley2009-04-211-3/+3
* Merge commit 'bigon/configure-deprecated-flag'Xavier Claessens2009-04-191-1/+2
|\
| * Use autotools magic to take care of disabling deprecated symbolsLaurent Bigonville2009-04-181-1/+2
* | Fix coding style by not going over 80 chars too muchPierre-Luc Beaudoin2009-04-181-10/+18
* | Fix indent and translationPierre-Luc Beaudoin2009-04-181-3/+3
* | Fix memory leaks + minor coding style changesPierre-Luc Beaudoin2009-04-181-5/+7
* | Add members, invite and password columns to Join dialogPierre-Luc Beaudoin2009-04-181-5/+61
* | Modify deeply the join chatroom dialog.Pierre-Luc Beaudoin2009-04-182-125/+70
* | Remove the New in Join New... menu itemPierre-Luc Beaudoin2009-04-181-1/+1
* | Correct English.Jonny Lamb2009-04-171-1/+1
|/
* Fix urgency hint for MUCsXavier Claessens2009-04-171-1/+7
* Fix compilation warning: chatrooms_window_model_get_selected() was not used.Xavier Claessens2009-04-171-0/+8