index
:
gsoc2013-empathy
archive-integration
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add spinning throbber to EmpathyMapView
Pierre-Luc Beaudoin
2009-06-12
2
-0
/
+54
*
Port to new API
Xavier Claessens
2009-06-12
1
-1
/
+1
*
Fix a warning when the ADIUM_PATH gconf key is unset.
Xavier Claessens
2009-06-12
1
-2
/
+9
*
Add some #ifdef HAVE_WEBKIT
Xavier Claessens
2009-06-12
1
-1
/
+6
*
Add UI in the preference dialog to select the path to adium theme
Xavier Claessens
2009-06-12
3
-136
/
+239
*
Fix compile warning
Pierre-Luc Beaudoin
2009-06-11
1
-1
/
+1
*
src/Makefile.am: actually enable warning CFLAGS
Guillaume Desmottes
2009-06-11
1
-1
/
+1
*
empathy-call-window: remove unused variables
Guillaume Desmottes
2009-06-11
1
-3
/
+0
*
empathy-accounts-dialog: move back the 'Create' button on the right
Guillaume Desmottes
2009-06-11
1
-15
/
+15
*
empathy-accounts-dialog: Use radio buttons instead of a checkbox for the 'reu...
Guillaume Desmottes
2009-06-11
2
-15
/
+43
*
empathy-accounts-dialog: change title to 'Add Account' as we can reuse an exi...
Guillaume Desmottes
2009-06-11
1
-1
/
+1
*
Added a "Redial" button to the call window.
Jonathan Tellier
2009-06-09
2
-98
/
+265
*
Distribute conditionally built files
Pierre-Luc Beaudoin
2009-06-09
1
-5
/
+11
*
Don't repeat a tooltip format string
Will Thompson
2009-06-08
1
-14
/
+13
*
Italicize status message in tooltip
Will Thompson
2009-06-08
1
-1
/
+1
*
Don't include "Available"/"Away"... in tooltips
Will Thompson
2009-06-08
1
-2
/
+2
*
Extract markup_printf-append-free to a function
Will Thompson
2009-06-08
1
-18
/
+29
*
Only show status in tooltip when it exists
Will Thompson
2009-06-08
1
-3
/
+11
*
Merge branch 'profile-chooser'
Jonny Lamb
2009-06-07
1
-3
/
+6
|
\
|
*
Update the accounts dialog to the new profile chooser API.
Jonny Lamb
2009-06-05
1
-3
/
+6
*
|
Use tp_asv_get_string instead of messing with GValues.
Jonny Lamb
2009-06-05
1
-5
/
+2
*
|
Use "foo == NULL" instead of "!foo".
Jonny Lamb
2009-06-05
1
-1
/
+2
*
|
Set an empty password for pidgin accounts that have no password set.
Jonny Lamb
2009-06-05
1
-0
/
+10
*
|
Special-case XMPP with importing accounts from Pidgin. (Fixes bug #579992)
Jonny Lamb
2009-06-05
1
-1
/
+18
|
/
*
Add simple flymake support.
Jonny Lamb
2009-06-05
1
-0
/
+1
*
Don't display an empty treeview if there are no connections on opening.
Jonny Lamb
2009-06-05
1
-3
/
+5
*
Don't unref widgets twice.
Jonny Lamb
2009-06-05
1
-6
/
+0
*
Free a GError after use.
Jonny Lamb
2009-06-05
1
-0
/
+1
*
Merge branch 'debug'
Jonny Lamb
2009-06-05
5
-0
/
+1324
|
\
|
*
Display a label if the selected CM does not support Debug.
Jonny Lamb
2009-06-04
1
-6
/
+56
|
*
Add level label to priv struct.
Jonny Lamb
2009-06-04
1
-4
/
+5
|
*
Store toolbar items in priv struct.
Jonny Lamb
2009-06-04
1
-33
/
+38
|
*
Keep a ref to the TpDBusDaemon so the NameOwnerChanged cb gets called.
Jonny Lamb
2009-06-04
1
-6
/
+7
|
*
Clean up EmpathyDebugDialogPriv.
Jonny Lamb
2009-06-04
1
-9
/
+20
|
*
Use G_GSIZE_FORMAT instead of %u.
Jonny Lamb
2009-06-03
1
-1
/
+2
|
*
Add a "Copy" toolbar item to copy text to clipboard.
Jonny Lamb
2009-04-24
1
-0
/
+73
|
*
Create a straight TpProxy instead of a TpConnection.
Jonny Lamb
2009-04-24
1
-12
/
+7
|
*
Connect to NameOwnerChanged so the CM chooser can be updated when new CMs joi...
Jonny Lamb
2009-04-24
1
-0
/
+93
|
*
Store unique names in CM model.
Jonny Lamb
2009-04-24
1
-27
/
+112
|
*
Use GtkWindow's "transient-for" property instead of holding a ref to the pare...
Jonny Lamb
2009-04-24
1
-27
/
+1
|
*
Don't show the same CM more than once in the CM chooser if there are more tha...
Jonny Lamb
2009-04-24
1
-0
/
+15
|
*
Use GFile and GFileOutputStream instead of fopen and fprintf.
Jonny Lamb
2009-04-24
1
-13
/
+35
|
*
Use "foo != NULL" instead of "foo".
Jonny Lamb
2009-04-24
1
-7
/
+7
|
*
Add more comments to debug_dialog_press_event_cb.
Jonny Lamb
2009-04-24
1
-0
/
+3
|
*
Use guint instead of int for for loop counter.
Jonny Lamb
2009-04-24
1
-1
/
+1
|
*
Split some long lines into two.
Jonny Lamb
2009-04-24
1
-6
/
+10
|
*
Changed Help menu item to simply "Debug.
Jonny Lamb
2009-04-24
1
-1
/
+1
|
*
Updated coding style.
Jonny Lamb
2009-04-24
1
-44
/
+44
|
*
Remove tabs, sigh.
Jonny Lamb
2009-04-24
1
-5
/
+5
|
*
Implement save button.
Jonny Lamb
2009-04-24
1
-0
/
+96
|
*
Clear the store when changing CM.
Jonny Lamb
2009-04-24
1
-0
/
+2
|
*
Implemented a menu when selecting a row to copy message to clipboard.
Jonny Lamb
2009-04-24
1
-0
/
+95
|
*
Display debug message as monospace.
Jonny Lamb
2009-04-24
1
-0
/
+3
|
*
Implement clear button.
Jonny Lamb
2009-04-24
1
-0
/
+11
|
*
Implement level combo box.
Jonny Lamb
2009-04-24
1
-28
/
+117
|
*
Align text at the top of the row.
Jonny Lamb
2009-04-24
1
-0
/
+1
|
*
Remove trailing whitespace from the debug message.
Jonny Lamb
2009-04-24
1
-1
/
+9
|
*
Store the bus name of CMs in an the combo box's tree model instead of two dif...
Jonny Lamb
2009-04-24
1
-13
/
+27
|
*
Make the tree view have alternating row colours.
Jonny Lamb
2009-04-24
1
-0
/
+1
|
*
Correct indentation and tab problems.
Jonny Lamb
2009-04-24
1
-36
/
+36
|
*
Define the debug object path in the header and keep CM bus names from tp_list...
Jonny Lamb
2009-04-24
2
-15
/
+17
|
*
Create a new string for category as it's g_free'd.
Jonny Lamb
2009-04-24
1
-1
/
+1
|
*
Add Debug interface to TpProxy's known interfaces.
Jonny Lamb
2009-04-24
1
-0
/
+3
|
*
Return NULL if _new is not given a GtkWindow.
Jonny Lamb
2009-04-24
1
-0
/
+2
|
*
Only set Enabled=false in dispose if there we have a proxy.
Jonny Lamb
2009-04-24
1
-3
/
+4
|
*
Changed account chooser to CM chooser.
Jonny Lamb
2009-04-24
1
-37
/
+78
|
*
Get the CM bus name from the TpProxy instead of hard-coding, and fix some ref...
Jonny Lamb
2009-04-24
1
-8
/
+13
|
*
Make sure the toolbar labels are shown.
Jonny Lamb
2009-04-24
1
-2
/
+7
|
*
Only set Enabled when we already have a proxy.
Jonny Lamb
2009-04-24
1
-1
/
+2
|
*
Set Enabled dbus property to the correct value depending on whether the signa...
Jonny Lamb
2009-04-24
1
-9
/
+26
|
*
Implement pause button and handle connections to signal when changing account.
Jonny Lamb
2009-04-24
1
-8
/
+44
|
*
Only connect to NewDebugMessage if the paused button is not pressed.
Jonny Lamb
2009-04-24
1
-3
/
+9
|
*
Connect to NewDebugMessage and append it to the treeview.
Jonny Lamb
2009-04-24
1
-41
/
+67
|
*
Call GetMessages when the debug dialog opens.
Jonny Lamb
2009-04-24
1
-11
/
+171
|
*
Add GtkTreeView to debug dialog.
Jonny Lamb
2009-04-24
1
-6
/
+61
|
*
Added Debug Window menu item.
Jonny Lamb
2009-04-24
2
-0
/
+16
|
*
Added a basic UI to debug dialog.
Jonny Lamb
2009-04-24
2
-9
/
+112
|
*
Added initial empty EmpathyDebugDialog.
Jonny Lamb
2009-04-24
3
-0
/
+192
*
|
event_manager_approve_channel_cb: displayed ignored channel type
Guillaume Desmottes
2009-06-04
1
-1
/
+1
*
|
Add a right-click menu to conversation window tabs.
Will Thompson
2009-06-03
1
-32
/
+52
*
|
Remove "View"/"Show" prefixes from View menu items
Will Thompson
2009-06-03
1
-4
/
+4
*
|
Fix conflict after rebase
Cosimo Cecchi
2009-06-02
1
-1
/
+0
*
|
Format contact information when hashing
Cosimo Cecchi
2009-06-01
1
-3
/
+9
*
|
Add myself to the contributors
Cosimo Cecchi
2009-06-01
1
-0
/
+1
*
|
Remove the preferences
Cosimo Cecchi
2009-06-01
2
-41
/
+0
*
|
Clear the remaining time when transfer ends
Cosimo Cecchi
2009-06-01
1
-1
/
+22
*
|
Add the received files to GtkRecentManager
Cosimo Cecchi
2009-06-01
1
-0
/
+10
*
|
Plug a leak
Cosimo Cecchi
2009-06-01
1
-0
/
+2
*
|
Fix coding style
Cosimo Cecchi
2009-06-01
1
-2
/
+2
*
|
Set use_hash according to what the CM returns
Cosimo Cecchi
2009-06-01
1
-3
/
+7
*
|
Set the completed message anyway
Cosimo Cecchi
2009-06-01
1
-3
/
+1
*
|
Remove useless gtk-doc annotations
Cosimo Cecchi
2009-06-01
1
-17
/
+0
*
|
Don't claim outgoing channels
Cosimo Cecchi
2009-06-01
1
-1
/
+8
*
|
Unref the EmpathyTpContactFactory
Cosimo Cecchi
2009-06-01
1
-0
/
+2
*
|
Use gchar* instead of char* for allocated retvals
Cosimo Cecchi
2009-06-01
1
-3
/
+3
*
|
Plug a string leak
Cosimo Cecchi
2009-06-01
1
-0
/
+2
*
|
Handle construction errors
Cosimo Cecchi
2009-06-01
1
-2
/
+12
*
|
Set the right initial value in the UI
Cosimo Cecchi
2009-06-01
1
-3
/
+7
*
|
Properly handle checksumming in the receiver UI
Cosimo Cecchi
2009-06-01
1
-13
/
+40
*
|
Remove the singleton logic from the manager
Cosimo Cecchi
2009-06-01
4
-46
/
+30
*
|
Adjust clear button sensitivity
Cosimo Cecchi
2009-06-01
1
-0
/
+27
*
|
Adapt the manager code
Cosimo Cecchi
2009-06-01
1
-9
/
+20
*
|
Clarify UI string
Cosimo Cecchi
2009-06-01
1
-1
/
+1
*
|
Add a new preference in the UI
Cosimo Cecchi
2009-06-01
2
-0
/
+41
*
|
Cleanup after rebase v2
Cosimo Cecchi
2009-06-01
4
-18
/
+48
*
|
Add back speed and remaining time
Cosimo Cecchi
2009-06-01
1
-7
/
+42
*
|
React to Tp remote errors
Cosimo Cecchi
2009-06-01
1
-24
/
+1
*
|
Remove hashing progress debug message
Cosimo Cecchi
2009-06-01
1
-2
/
+0
*
|
Handle errors coming from the EmpathyFTFactory
Cosimo Cecchi
2009-06-01
2
-33
/
+90
*
|
Unref the EmpathyFTHandlers
Cosimo Cecchi
2009-06-01
1
-0
/
+2
*
|
First implementation of error handling
Cosimo Cecchi
2009-06-01
1
-15
/
+33
*
|
Total FileTransfer draft spec exorcism
Cosimo Cecchi
2009-06-01
1
-1
/
+0
*
|
Rework the logic of cancelling transfers
Cosimo Cecchi
2009-06-01
1
-24
/
+3
*
|
Format messages for hashing
Cosimo Cecchi
2009-06-01
1
-11
/
+49
*
|
Use the proper TP interface instead of emp_cli
Cosimo Cecchi
2009-06-01
2
-10
/
+25
*
|
Make the whole thing compile
Cosimo Cecchi
2009-06-01
1
-211
/
+229
*
|
s/ft_manager/manager/ where appropriate
Cosimo Cecchi
2009-06-01
1
-57
/
+54
*
|
W.I.P. code for EmpathyFTManager v2
Cosimo Cecchi
2009-06-01
1
-143
/
+188
*
|
First batch of W.I.P. rework of EmpathyFTManager
Cosimo Cecchi
2009-06-01
2
-380
/
+197
*
|
Add to the EmpathyFTManager the new handlers.
Cosimo Cecchi
2009-06-01
1
-4
/
+7
*
|
Rethink a bit the logic for an incoming transfer.
Cosimo Cecchi
2009-06-01
1
-1
/
+25
*
|
W.I.P. for heavy lifting on EmpathyTpFile.
Cosimo Cecchi
2009-06-01
1
-9
/
+5
*
|
Fix inconsistency in preferences and code
Pierre-Luc Beaudoin
2009-06-01
1
-1
/
+1
*
|
Reimplement the singleton in the constructor
Pierre-Luc Beaudoin
2009-06-01
1
-1
/
+1
*
|
Rename empathy_location_manager_get_default to dup_default
Pierre-Luc Beaudoin
2009-06-01
1
-1
/
+1
*
|
Don't show the location preferences if geoclue not available
Pierre-Luc Beaudoin
2009-06-01
1
-5
/
+7
*
|
Fix compilation if geoclue is not enabled
Pierre-Luc Beaudoin
2009-06-01
1
-1
/
+7
*
|
Add EmpathyLocationManager
Pierre-Luc Beaudoin
2009-06-01
1
-0
/
+6
*
|
Add a Location tab in preferences
Pierre-Luc Beaudoin
2009-06-01
2
-5
/
+253
*
|
Cope with status icon begin NULL
Sjoerd Simons
2009-05-31
1
-1
/
+2
*
|
Remove usage of McPresence as much as possible
Sjoerd Simons
2009-05-31
3
-17
/
+25
*
|
Ensure a minimum size of tabs in the chat window
Sjoerd Simons
2009-05-31
1
-8
/
+24
*
|
new tube API is now stable
Guillaume Desmottes
2009-05-28
2
-6
/
+6
*
|
empathy-call-window: coding style fix
Guillaume Desmottes
2009-05-28
1
-1
/
+1
*
|
Only do sounds/notifications for text messages when they involve the user
Sjoerd Simons
2009-05-28
1
-13
/
+9
*
|
Use the layer to list the markers
Pierre-Luc Beaudoin
2009-05-28
1
-7
/
+3
*
|
Move the geoclue geocoding in EmpathyTpContactFactory
Pierre-Luc Beaudoin
2009-05-28
2
-118
/
+1
*
|
Fix memory leak
Pierre-Luc Beaudoin
2009-05-28
1
-0
/
+1
*
|
Disconnect from notify::location
Pierre-Luc Beaudoin
2009-05-28
1
-2
/
+19
*
|
Move the geocoding to when the location is updated
Pierre-Luc Beaudoin
2009-05-28
1
-43
/
+44
*
|
Avatar was leaked
Pierre-Luc Beaudoin
2009-05-28
1
-0
/
+1
*
|
Don't need to keep the address around
Pierre-Luc Beaudoin
2009-05-28
1
-6
/
+2
*
|
Don't need to set back if it is the same hashtable
Pierre-Luc Beaudoin
2009-05-28
1
-5
/
+1
*
|
Display relative time to user
Pierre-Luc Beaudoin
2009-05-28
1
-1
/
+18
*
|
Fix possible compilation error
Pierre-Luc Beaudoin
2009-05-28
1
-1
/
+1
*
|
Simplify the #if by isolating the content
Pierre-Luc Beaudoin
2009-05-28
1
-4
/
+2
*
|
Don't create a marker if the user has no location
Pierre-Luc Beaudoin
2009-05-28
1
-4
/
+10
*
|
Fix double border issue in the Map View
Pierre-Luc Beaudoin
2009-05-28
2
-9
/
+9
*
|
Move geocoding in a place where we can have better memory management
Pierre-Luc Beaudoin
2009-05-28
1
-30
/
+53
*
|
Simplify and clarify map_view_geocode_cb
Pierre-Luc Beaudoin
2009-05-28
1
-11
/
+12
*
|
Don't allow the user to display many map views
Pierre-Luc Beaudoin
2009-05-28
1
-3
/
+3
*
|
Fix coding styles and memory leaks found by Guillaume Desmottes
Pierre-Luc Beaudoin
2009-05-28
1
-12
/
+18
*
|
Fix gtk warning at startup when not compiled with libchamplain
Pierre-Luc Beaudoin
2009-05-28
1
-2
/
+2
*
|
Fix coding style issues found by make check
Pierre-Luc Beaudoin
2009-05-28
1
-1
/
+1
*
|
Fix licensing: should have been LGPL 2.1+
Pierre-Luc Beaudoin
2009-05-28
2
-20
/
+18
*
|
Apply new coding styles
Pierre-Luc Beaudoin
2009-05-28
1
-44
/
+49
*
|
Remove dead code and update function name
Pierre-Luc Beaudoin
2009-05-28
1
-12
/
+7
*
|
Update to use libchamplain 0.3's API
Pierre-Luc Beaudoin
2009-05-28
1
-7
/
+12
*
|
Make buildable without Geoclue
Pierre-Luc Beaudoin
2009-05-28
1
-20
/
+7
*
|
Fix contacts not showing on the map
Pierre-Luc Beaudoin
2009-05-28
1
-1
/
+2
*
|
Get rid of disconnect which is undeeded
Pierre-Luc Beaudoin
2009-05-28
1
-28
/
+4
*
|
Fix a warning if the handle doesn't exist
Pierre-Luc Beaudoin
2009-05-28
1
-1
/
+3
*
|
Use its own ListStore of contacts instead of borrowing the Contact
Pierre-Luc Beaudoin
2009-05-28
3
-3
/
+9
*
|
Build fix
Davyd Madeley
2009-05-28
1
-2
/
+4
*
|
Show contacts without an avatar
Pierre-Luc Beaudoin
2009-05-28
1
-11
/
+10
*
|
Remove signal handler when closing the window
Pierre-Luc Beaudoin
2009-05-28
1
-1
/
+31
*
|
Use EmpathyContact's location
Pierre-Luc Beaudoin
2009-05-28
1
-12
/
+140
*
|
Add a Contact Map window
Pierre-Luc Beaudoin
2009-05-28
7
-0
/
+351
*
|
Configure bits for libchamplain
Pierre-Luc Beaudoin
2009-05-28
1
-1
/
+3
*
|
When initializing users' avatar, the pixbuf representing it is now
Jonathan Tellier
2009-05-26
1
-1
/
+1
*
|
When no video is received or sent we show contacts' avatars instead of showing
Jonathan Tellier
2009-05-26
1
-8
/
+138
*
|
move 'View Previous Conversations' menu entry to View
Guillaume Desmottes
2009-05-23
2
-8
/
+8
*
|
move 'show offline contacts' menu entry to View
Guillaume Desmottes
2009-05-23
2
-8
/
+7
*
|
move 'show file transfers' menu entry to View
Guillaume Desmottes
2009-05-23
2
-6
/
+6
*
|
empathy-main-window: add View top menu
Guillaume Desmottes
2009-05-22
1
-0
/
+8
*
|
Error label now translatable
Gabriel Millaire
2009-05-22
1
-2
/
+2
*
|
Set treeview insensitive and hide error message
Gabriel Millaire
2009-05-22
1
-0
/
+6
*
|
Display error message in UI
Gabriel Millaire
2009-05-22
1
-3
/
+18
*
|
Added border, resized error icons, fixed item names and made error message in...
Gabriel Millaire
2009-05-22
1
-4
/
+6
*
|
Error bar UI proto
Pierre-Luc Beaudoin
2009-05-22
1
-26
/
+106
*
|
Connect to error signals
Gabriel Millaire
2009-05-22
1
-0
/
+29
*
|
empathy-chat-window: add Contact menu as top-level (bgo #580922)
Guillaume Desmottes
2009-05-22
2
-0
/
+16
*
|
remove Conversation->Contact menu entry
Guillaume Desmottes
2009-05-22
2
-21
/
+0
*
|
enable coding style checks in src
Guillaume Desmottes
2009-05-18
1
-3
/
+12
*
|
empathy: fix coding style
Guillaume Desmottes
2009-05-18
1
-3
/
+3
*
|
empathy-tube-dispatch: fix coding style
Guillaume Desmottes
2009-05-18
2
-3
/
+3
*
|
empathy-preferences: fix coding style
Guillaume Desmottes
2009-05-18
1
-1
/
+1
*
|
empathy-main-window: fix coding style
Guillaume Desmottes
2009-05-18
1
-1
/
+1
*
|
empathy-import-pidgin: fix coding style
Guillaume Desmottes
2009-05-18
1
-1
/
+1
*
|
empathy-event-manager: fix coding style
Guillaume Desmottes
2009-05-18
1
-3
/
+3
*
|
empathy-chat-window: fix coding style
Guillaume Desmottes
2009-05-18
1
-5
/
+5
*
|
empathy-call-window: fix coding style
Guillaume Desmottes
2009-05-18
2
-3
/
+3
*
|
empathy-call-window-fullscreen: fix coding style
Guillaume Desmottes
2009-05-18
1
-3
/
+3
*
|
empathy-accounts-dialog: fix coding style
Guillaume Desmottes
2009-05-18
1
-3
/
+3
*
|
empathy_call_window_bus_message: init GError
Guillaume Desmottes
2009-05-18
1
-1
/
+1
*
|
empathy: update the FSF address
Guillaume Desmottes
2009-05-18
1
-2
/
+2
*
|
empathy-sidebar: update the FSF address
Guillaume Desmottes
2009-05-18
2
-2
/
+2
*
|
empathy-preferences: update the FSF address
Guillaume Desmottes
2009-05-18
2
-4
/
+4
*
|
empathy-new-chatroom-dialog: update the FSF address
Guillaume Desmottes
2009-05-18
2
-4
/
+4
*
|
empathy-misc: update the FSF address
Guillaume Desmottes
2009-05-18
2
-4
/
+4
*
|
empathy-main-window: update the FSF address
Guillaume Desmottes
2009-05-18
2
-4
/
+4
*
|
empathy-logs: update the FSF address
Guillaume Desmottes
2009-05-18
1
-2
/
+2
*
|
empathy-import-pidgin: update the FSF address
Guillaume Desmottes
2009-05-18
2
-4
/
+4
*
|
empathy-import-dialog: update the FSF address
Guillaume Desmottes
2009-05-18
2
-4
/
+4
*
|
empathy-ft-manager: update the FSF address
Guillaume Desmottes
2009-05-18
2
-4
/
+4
*
|
empathy-chatrooms-window: update the FSF address
Guillaume Desmottes
2009-05-18
2
-4
/
+4
*
|
empathy-chat-window: update the FSF address
Guillaume Desmottes
2009-05-18
2
-4
/
+4
*
|
empathy-accounts-dialog: update the FSF address
Guillaume Desmottes
2009-05-18
2
-4
/
+4
*
|
empathy-about-dialog: update the FSF address
Guillaume Desmottes
2009-05-18
2
-4
/
+4
*
|
ephy-spinner: remove trailing spaces
Guillaume Desmottes
2009-05-15
1
-3
/
+3
*
|
empathy: remove trailing spaces
Guillaume Desmottes
2009-05-15
1
-3
/
+3
*
|
empathy-status-icon: remove trailing spaces
Guillaume Desmottes
2009-05-15
1
-1
/
+1
*
|
empathy-preferences: remove trailing spaces
Guillaume Desmottes
2009-05-15
1
-2
/
+2
*
|
empathy-new-chatroom-dialog: remove trailing spaces
Guillaume Desmottes
2009-05-15
2
-3
/
+3
*
|
empathy-misc: remove trailing spaces
Guillaume Desmottes
2009-05-15
2
-2
/
+2
*
|
empathy-logs: remove trailing spaces
Guillaume Desmottes
2009-05-15
1
-1
/
+1
*
|
empathy-import-dialog: remove trailing spaces
Guillaume Desmottes
2009-05-15
1
-2
/
+2
*
|
empathy-ft-manager: remove trailing spaces
Guillaume Desmottes
2009-05-15
1
-2
/
+2
*
|
empathy-event-manager: remove trailing spaces
Guillaume Desmottes
2009-05-15
1
-1
/
+1
*
|
empathy-chatrooms-window: remove trailing spaces
Guillaume Desmottes
2009-05-15
1
-6
/
+6
*
|
empathy-sidebar: remove trailing spaces
Guillaume Desmottes
2009-05-15
2
-10
/
+10
*
|
empathy-main-window: remove trailing spaces
Guillaume Desmottes
2009-05-15
2
-4
/
+4
*
|
empathy-chat-window: remove trailing spaces
Guillaume Desmottes
2009-05-15
2
-6
/
+6
*
|
empathy-accounts-dialog: remove trailing spaces
Guillaume Desmottes
2009-05-15
2
-8
/
+8
*
|
empathy-about-dialog: remove trailing spaces
Guillaume Desmottes
2009-05-15
2
-2
/
+2
*
|
Merge commit 'jtellier/bug-580771'
Guillaume Desmottes
2009-05-13
7
-15
/
+688
|
\
\
|
*
|
Fixed some coding style.
jtellier
2009-05-13
4
-27
/
+48
|
*
|
Usability fix: The "Leave Fullscreen" button is now using the
jtellier
2009-05-12
3
-2
/
+5
|
*
|
Fixed coding style by removing trailing spaces and not using a mix of
jtellier
2009-05-12
3
-146
/
+132
|
*
|
Video playback fullscreen mode
jtellier
2009-05-08
6
-13
/
+676
*
|
|
Fix bug #579484: Join Chatroom dialog doesn't list rooms when changing
Gabriel Millaire
2009-05-08
1
-0
/
+6
*
|
|
Fixed bug #579485 by making each columns sortable
Gabriel Millaire
2009-05-07
1
-0
/
+10
|
/
/
*
|
empathy_call_window_dispose: disconnect signals before unrefing the contact
Guillaume Desmottes
2009-04-29
1
-1
/
+1
*
|
empathy_call_window_constructed: set default title if the call handler doesn'...
Guillaume Desmottes
2009-04-29
1
-0
/
+5
*
|
call-window: update window's title when contact's name is changed
Guillaume Desmottes
2009-04-29
1
-10
/
+34
*
|
call-window: set remote contact's name in window's title. Fixes #530119
Guillaume Desmottes
2009-04-29
1
-0
/
+25
*
|
call-window: handler property has to be construct only
Guillaume Desmottes
2009-04-29
1
-1
/
+1
*
|
Add menu option to display FT Managers
Davyd Madeley
2009-04-27
2
-0
/
+25
*
|
Removed empathy_tp_file_close as it was a duplicate of _cancel.
Jonny Lamb
2009-04-25
1
-1
/
+1
*
|
Display the file transfer speed and calculate remaining time more dynamically.
Xavier Claessens
2009-04-25
1
-9
/
+15
*
|
Add shave support to build process.
Jonny Lamb
2009-04-24
1
-2
/
+4
*
|
empathy-call-window.c: update priv->sending_video *before* changing widget's ...
Guillaume Desmottes
2009-04-24
1
-2
/
+2
*
|
The incoming call dialog doesn't have to be modal. Fixes #576384
Guillaume Desmottes
2009-04-24
1
-2
/
+1
|
/
*
empathy-call-window: add priv->sending_video so we don't call empathy_call_wi...
Guillaume Desmottes
2009-04-24
1
-0
/
+12
*
empathy-call-window: send-video meny entry has to be unsensitive by default
Guillaume Desmottes
2009-04-23
1
-0
/
+1
*
Sync 'Send Video' button and 'Call -> Send video' menu entry. Fixes #576394
Guillaume Desmottes
2009-04-23
1
-0
/
+5
*
Renamed empathy_profile_chooser_get_selected to empathy_profile_chooser_dup_s...
Jonny Lamb
2009-04-22
1
-2
/
+3
*
Renamed empathy_account_chooser_get_account to empathy_account_chooser_dup_ac...
Jonny Lamb
2009-04-22
2
-4
/
+6
*
Change EmpathyTpContactFactory API to look more like TpConnection. Add functi...
Xavier Claessens
2009-04-22
1
-7
/
+23
*
Port EmpathyChatWindow's DnD to new API
Xavier Claessens
2009-04-22
1
-3
/
+20
[next]