summaryrefslogtreecommitdiff
path: root/src/empathy-ft-manager.c
Commit message (Expand)AuthorAgeFilesLines
* builder: move empathy_builder_* from Empathy to tp-account-widgetsMarco Barisione2013-08-201-3/+4
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-011-6/+5
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-4/+4
* Use double quotes for all internal headersEmanuele Aina2013-04-011-4/+4
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-271-5/+0
* Merge remote-tracking branch 'jonny/ft'Guillaume Desmottes2011-11-291-3/+2
|\
| * client-factory: stop creating EmpathyTpFile objectsJonny Lamb2011-11-091-3/+2
* | Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-161-1/+1
|/
* use g_format_size instead of g_format_size_for_displayGuillaume Desmottes2011-10-251-3/+3
* fix unused-but-set-variable warningsMarc Plano-Lesay2011-05-051-3/+0
* ft-manager: add a 'Close' button (#646084)Guillaume Desmottes2011-04-071-1/+8
* factor out close_window()Guillaume Desmottes2011-04-071-16/+22
* Patch to transfer window to allow opening file with double clicks for #637195Kushal Das2011-01-101-7/+27
* GDK keys are now GDK_KEY_*Guillaume Desmottes2010-10-041-2/+2
* Don't abort when closing the FT dialoguePhilip Withnall2010-08-111-0/+4
* Fix missing entries in switch statementsPhilip Withnall2010-08-051-0/+2
* Merge EmpathyContact:name and *_set_alias() to EmpathyContact:aliasPhilip Withnall2010-07-211-5/+5
* Port Empathy code to GSettings, remove EmpathyConfDanielle Madeley2010-06-181-1/+0
* Correctly store/restore maximized state of windows.Xavier Claessens2009-11-161-58/+1
* empathy-ft-manager: save the size of the window when disposingGuillaume Desmottes2009-11-091-1/+5
* ft-manager: allow closing the dialog with C-w or EscJonny Lamb2009-10-231-0/+17
* Format contact information when hashingCosimo Cecchi2009-06-011-3/+9
* 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
* Use gchar* instead of char* for allocated retvalsCosimo Cecchi2009-06-011-3/+3
* Plug a string leakCosimo Cecchi2009-06-011-0/+2
* 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-011-27/+24
* Adjust clear button sensitivityCosimo Cecchi2009-06-011-0/+27
* Adapt the manager codeCosimo Cecchi2009-06-011-9/+20
* Cleanup after rebase v2Cosimo Cecchi2009-06-011-0/+10
* 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-011-33/+88
* 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-011-9/+24
* 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-011-362/+176