aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Clear the remaining time when transfer endsCosimo Cecchi2009-06-011-1/+22
| | | | | Also, use empathy_builder_unref_and_keep_widget() on the EmpathyFTManager toplevel.
* 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 use_hash according to what the CM returns and not what the user would like it to be, so that clients won't be confused about whether they should connect to "hashing-started" after "transfer-done".
* Set the completed message anywayCosimo Cecchi2009-06-011-3/+1
| | | | | Set the completed message anyway in the UI, as it's not guaranteed that the hashing will take place even if use_hash is TRUE
* Remove useless gtk-doc annotationsCosimo Cecchi2009-06-011-17/+0
| | | | gtk-doc annotations are useless for files outside of libempathy*
* 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
| | | | | Handle errors that may arise when constructing the handler from the factory.
* Set the right initial value in the UICosimo Cecchi2009-06-011-3/+7
| | | | Set an initial value for the UI string in case we're not using hash.
* Properly handle checksumming in the receiver UICosimo Cecchi2009-06-011-13/+40
|
* Remove the singleton logic from the managerCosimo Cecchi2009-06-014-46/+30
| | | | | | Don't use a singleton logic for the FT Manager, but let the manager itself hold the references according to the state of the toplevel window.
* Adjust clear button sensitivityCosimo Cecchi2009-06-011-0/+27
| | | | | Set the clear button sensitivity according to the number of completed/cancelled handlers in the manager.
* Adapt the manager codeCosimo Cecchi2009-06-011-9/+20
| | | | Adapt the manager code to react to the new possible hashing.
* Clarify UI stringCosimo Cecchi2009-06-011-1/+1
| | | | Checksum is not always possible.
* 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
| | | | Push Tp state change errors to the handler/UI.
* 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
| | | | Unref EmpathyFTHandler objects after adding them to the manager.
* First implementation of error handlingCosimo Cecchi2009-06-011-15/+33
| | | | | | Implement the callback in EmpathyFTManager. Erase a redundant is_cancelled property in EmpathyFTHandler and rely on the GCancellable, which is shared by EmpathyTpFile and EmpathyFTHandler.
* Total FileTransfer draft spec exorcismCosimo Cecchi2009-06-011-1/+0
|
* Rework the logic of cancelling transfersCosimo Cecchi2009-06-011-24/+3
| | | | | | Rework the logic of cancelling transfers so that the GCancellable object is not used from an UI frontend, as that would require to duplicate storage for each EmpathyFTHandler in the manager.
* Format messages for hashingCosimo Cecchi2009-06-011-11/+49
| | | | | Format messages when hashing. Also, add some debug spew to see when the callbacks are called.
* Use the proper TP interface instead of emp_cliCosimo Cecchi2009-06-012-10/+25
| | | | Update to use the stable TP interface for FT.
* Make the whole thing compileCosimo Cecchi2009-06-011-211/+229
| | | | | The branch now compiles. Still have to debug and implement error handling.
* s/ft_manager/manager/ where appropriateCosimo Cecchi2009-06-011-57/+54
|
* W.I.P. code for EmpathyFTManager v2Cosimo Cecchi2009-06-011-143/+188
| | | | | Use GET_PRIV everywhere Stubs of implementations of the transfer state machine
* 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
| | | | | | | | | | | 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.
* 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
| | | | This is more consistent with the rest of Empathy.
* 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
| | | | | | | When there are a lot of tabs in the chat window it's not useful to resize them such that only the ellipsis is actually visible. To prevent this make the notebook scrollable and ensure the tabs are width enough to contain approximately 12 characters.
* 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
| | | | | | | | When in a chatroom notifications and sounds should only happen when the users is part of the message (either someone is speaking to them or referring to them), otherwise the user will go crazy when in a lot of different muc channels. For a peer to peer text channel, all messages sent are targetted at the user so always do sounds/notifications in that case.
* Use the layer to list the markersPierre-Luc Beaudoin2009-05-281-7/+3
| | | | | There was no need to add an extra list as the layer already has a list of the markers.
* Move the geoclue geocoding in EmpathyTpContactFactoryPierre-Luc Beaudoin2009-05-282-118/+1
| | | | | | This code needs to be run when ever there is a new location available It makes more sens for it to be there. This makes the geolocation informtion ritcher as it can be displayed on a map.
* Fix memory leakPierre-Luc Beaudoin2009-05-281-0/+1
|
* Disconnect from notify::locationPierre-Luc Beaudoin2009-05-281-2/+19
| | | | | | Since the list of EmpathyContact can change at anytime, it can't be iterated to disconnect the handlers. Instead, a ref is added to the markers.
* Move the geocoding to when the location is updatedPierre-Luc Beaudoin2009-05-281-43/+44
| | | | | This way, when the location is updated, the lat,lon is fetched too (not only upon showing the map).
* Avatar was leakedPierre-Luc Beaudoin2009-05-281-0/+1
|
* Don't need to keep the address aroundPierre-Luc Beaudoin2009-05-281-6/+2
| | | | | Since Geoclue is passing the address to dbus, we don't need to keep the address around as it'll be copied anyway.
* Don't need to set back if it is the same hashtablePierre-Luc Beaudoin2009-05-281-5/+1
| | | | | | This code was ugly, by removing the ref, unref and the set call, the code is much simpler. The other objects will still be notified of the changes.
* Display relative time to userPierre-Luc Beaudoin2009-05-281-1/+18
| | | | | | | | 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.
* 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
| | | | | By replace the scrolled view by a viewport, anyway, there can't be scrollbars with libchamplain
* 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
| | | | List's
* 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
| | | | initialized to NULL.
* When no video is received or sent we show contacts' avatars instead of showingJonathan Tellier2009-05-261-8/+138
| | | | black widgets.
* 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 ↵Gabriel Millaire2009-05-221-4/+6
| | | | invisible by default
* 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
| | | | | | | | | | | | | | | | - empathy-call-window-fullscreen.c and .h now has no line > 80 caracters. - The return type and the signature in the declaration of empathy_call_window_fullscreen_new and of empathy_call_window_new are on the same line. - Removed a trailing space and a tab (which was replaced by spaces).
| * Usability fix: The "Leave Fullscreen" button is now using thejtellier2009-05-123-2/+5
| | | | | | | | "gtk-leave-fullscreen" stock id instead of "gtk-fullscreen".
| * Fixed coding style by removing trailing spaces and not using a mix ofjtellier2009-05-123-146/+132
| | | | | | | | | | | | tabs and spaces. Removed some responsabilities from EmpathyCallWindowFullscreen. It now only manages the "Leave Fullscreen" popup and button.
| * Video playback fullscreen modejtellier2009-05-086-13/+676
| | | | | | | | See http://bugzilla.gnome.org/show_bug.cgi?id=580771
* | Fix bug #579484: Join Chatroom dialog doesn't list rooms when changingGabriel Millaire2009-05-081-0/+6
| | | | | | | | | | | | account By remembering to start listing rooms when the channel is ready.
* | 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 ↵Guillaume Desmottes2009-04-291-0/+5
| | | | doesn't have a contact
* 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
| | | | Fixes GNOME Bug #574626
* Removed empathy_tp_file_close as it was a duplicate of _cancel.Jonny Lamb2009-04-251-1/+1
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* 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
| | | | | | Use --enable-shave to enable building with shave. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* empathy-call-window.c: update priv->sending_video *before* changing widget's ↵Guillaume Desmottes2009-04-241-2/+2
| | | | state
* The incoming call dialog doesn't have to be modal. Fixes #576384Guillaume Desmottes2009-04-241-2/+1
| | | | This avoid to display the roster with the confirmation dialog.
* empathy-call-window: add priv->sending_video so we don't call ↵Guillaume Desmottes2009-04-241-0/+12
| | | | empathy_call_window_set_send_video when it's not needed
* 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 ↵Jonny Lamb2009-04-221-2/+3
| | | | | | empathy_profile_chooser_dup_selected and fixed leaks. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Renamed empathy_account_chooser_get_account to ↵Jonny Lamb2009-04-222-4/+6
| | | | | | empathy_account_chooser_dup_account and fixed leaks. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Change EmpathyTpContactFactory API to look more like TpConnection. Add ↵Xavier Claessens2009-04-221-7/+23
| | | | | | function to get only one contact from id/handle.
* 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 ↵Guillaume Desmottes2009-04-211-27/+57
| | | | sauved in Glade
* 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
| | | | freed if it was a match.
* 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
| | | | | | | | | | Passing --enable-maintainer-mode to the configure will disable deprecated symbols
* | 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
| | | | | | | | | | | | The rationale is that the room list is now loaded when the expander is open. It will refresh it if is open and the server is changed.
* | Remove the New in Join New... menu itemPierre-Luc Beaudoin2009-04-181-1/+1
| | | | | | | | As the the dialog doesn't necessarily create a new room, it makes no sens.
* | Correct English.Jonny Lamb2009-04-171-1/+1
|/ | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* 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
|
* Remove unused edit-chatroom dialog from the UI file. ↵Xavier Claessens2009-04-162-220/+2
| | | | | | | | gtk_builder_add_from_file creates all toplevel objects so the edit dialog popup in the same time as the manage chatroom dialog. From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2874
* Add cell renderer on the theme combobox. Seems GtkBuilder don't set a ↵Xavier Claessens2009-04-161-12/+21
| | | | | | | | default renderer like glade. From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2873
* Regenerate empathy-preferences.ui with glade, it seems to fix mal formed xmlXavier Claessens2009-04-161-42/+91
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2870
* Add back some icons that were droped during the conversionXavier Claessens2009-04-163-0/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2869
* Make use of GtkUIManager for EmpathyChatWindowXavier Claessens2009-04-162-216/+73
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2868
* Make use of GtkUIManager in EmpathyCallWindowXavier Claessens2009-04-162-92/+161
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2867
* Make use of GtkUIManager in EmpathyMainWindowXavier Claessens2009-04-162-110/+112
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2866
* Reorder functions to not declare them on topXavier Claessens2009-04-161-613/+526
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2865
* Make use of GtkUIManager in EmpathyStatusIconXavier Claessens2009-04-162-35/+40
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2864
* Port EmpathyStatusIcon to new APIXavier Claessens2009-04-161-9/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2863
* Port EmpathyPreferences to new APIXavier Claessens2009-04-161-10/+6
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2862
* Port EmpathyNewChatroomDialog to new APIXavier Claessens2009-04-161-9/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2861
* Port EmpathyMainWindow to new APIXavier Claessens2009-04-161-16/+12
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2860
* Port EmpathyImportDialog to new APIXavier Claessens2009-04-161-9/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2859
* Port EmpathyFtManager to new APIXavier Claessens2009-04-161-7/+6
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2858
* Port EmpathyChatroomsWindow to new APIXavier Claessens2009-04-161-10/+6
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2857
* Port EmpathyChatWindow to new APIXavier Claessens2009-04-161-11/+7
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2856
* Port EmpathyCallWindow to new APIXavier Claessens2009-04-162-133/+79
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2855
* Port EmpathyAccountsDialog to new APIXavier Claessens2009-04-161-9/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2854
* Port EmpathySpellDialog to new APIXavier Claessens2009-04-161-1/+0
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2853
* Modify Makefile.am for new file namesXavier Claessens2009-04-161-13/+13
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2848
* Port account widgets to new APIXavier Claessens2009-04-161-0/+1
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2842
* Convert glade files to GtkBuilder formatXavier Claessens2009-04-1614-1339/+1177
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2840
* Escape to cancel from status editingDavyd Madeley2009-04-111-1/+1
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2776
* use new GtkStatusIcon tooltip methods, formatting the header in italics.Frederic Peters2009-03-271-10/+6
| | | | | | (requires new GTK+ version, bumped dependency to 2.16.0) (bug #575265) svn path=/trunk/; revision=2745
* Use UTF-8 em dash (U+2014) instead of two hyphen/minus (U+002D)Frederic Peters2009-03-241-1/+1
| | | | | | (bug 574192) svn path=/trunk/; revision=2743
* Added translator commentWouter Bolsterlee2009-03-241-0/+1
| | | | svn path=/trunk/; revision=2736
* mc_account_create can fail, don't crash if it happensXavier Claessens2009-03-211-0/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2731
* Make the "Import Accounts" button insensitive if there's nothing to import.Jonny Lamb2009-03-105-5/+35
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2665
* First connect to the sink pad, then start playingSjoerd Simons2009-03-101-1/+2
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2650
* Refer to the gnome bug number belonging to the TODOSjoerd Simons2009-03-101-1/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2649
* Make the sidebar nicely pop in and outSjoerd Simons2009-03-091-0/+13
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2645
* Only check if the error came from the video_input if it's thereSjoerd Simons2009-03-091-2/+3
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2644
* Hook up audio mute buttonSjoerd Simons2009-03-091-6/+59
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2642
* Set the camera button sensitive while connected and there is a video inputSjoerd Simons2009-03-091-0/+4
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2641
* Handle resource-requestSjoerd Simons2009-03-091-0/+19
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2640
* Unref the video input and tee after removingSjoerd Simons2009-03-091-2/+10
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2639
* Set the pipeline to pause before starting the callSjoerd Simons2009-03-091-8/+107
| | | | | | | | | | Initially set the pipeline to PAUSED, if that fails because of the videoinput remove that input and continue as an audio-only call (we can still receive video though). Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2636
* Set empathy's media role to phone for so pulse can do policy on itSjoerd Simons2009-03-091-0/+1
| | | | | | | | | | | Empathy's media role should be phone. Apart from voip calls the only sounds we make are event sounds via libcanberra, which correctly sets the role to event when playing a sound. For more information see: http://pulseaudio.org/wiki/ApplicationProperties From: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2634
* Make sure the UI is build in empathy_ft_manager_get_dialogXavier Claessens2009-03-081-0/+2
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2632
* Don't leak EmpathyFTManager object. Rebuild UI if it got destroyed.Xavier Claessens2009-03-082-51/+62
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2631
* Remove useless include of contact-factory.hXavier Claessens2009-03-061-1/+0
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2618
* Moved dispatcher observing and logging into EmpathyLogManager.Jonny Lamb2009-03-061-53/+6
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2592
* Pass the channel to received_message_cb and use tp_channel_get_identifier.Jonny Lamb2009-03-061-13/+10
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2591
* Only write messages to one specified log source, hardcoded at the moment.Jonny Lamb2009-03-061-2/+10
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2590
* Use the channel wrapper to log chats instead of connecting to the signals ↵Jonny Lamb2009-03-061-98/+18
| | | | | | | | directly. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2587
* Move logging to the dispatcher on Received and Sent signals.Jonny Lamb2009-03-061-0/+130
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2586
* Remove gdk_threads_{enter,leave}, gdk thread support is useless untill we ↵Sjoerd Simons2009-03-041-2/+0
| | | | | | | | audit empathy Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2565
* Hook up the video input sidebar itemSjoerd Simons2009-03-041-16/+146
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2564
* Hook up audio input panelSjoerd Simons2009-03-041-3/+37
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2561
* Put locks around timer_idSjoerd Simons2009-03-041-2/+12
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2556
* Add timer and make all gtk calls in the main threadSjoerd Simons2009-03-041-13/+62
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2555
* Use livesrc and fsfunnel to funnel the mediastreams to their outputsSjoerd Simons2009-03-041-16/+72
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2554
* Set the preview video widget not sync and asyncSjoerd Simons2009-03-041-0/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2553
* Add comments for callbacks that come from a different threadSjoerd Simons2009-03-041-0/+2
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2551
* Ensure to always call gtk/gdk functions while holding the gdk lockSjoerd Simons2009-03-042-0/+6
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2550
* Some string comments requested by translators (#572875)Frederic Peters2009-02-242-0/+3
| | | | svn path=/trunk/; revision=2532
* Also disconnect the approval handler on free if it's still thereSjoerd Simons2009-02-211-2/+9
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2525
* Use tp-glib generated code for file transfers rather than extensions.Jonny Lamb2009-02-213-30/+30
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2523
* Set the intial volume button level to a more correct oneSjoerd Simons2009-02-171-0/+4
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2496
* Set the camera button insensitive after a callSjoerd Simons2009-02-171-0/+3
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2495