aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add commented out defines to disable single include for GLib, GDK and GTK.Xavier Claessens2008-12-111-6/+11
| | | | svn path=/trunk/; revision=1958
* Clarify URI regexXavier Claessens2008-12-101-4/+4
| | | | svn path=/trunk/; revision=1957
* Improve URI regex.Xavier Claessens2008-12-101-4/+4
| | | | svn path=/trunk/; revision=1956
* Correct typo: SHEME -> SCHEMEXavier Claessens2008-12-101-2/+2
| | | | svn path=/trunk/; revision=1955
* Match literal dot rather than any char in email domainXavier Claessens2008-12-101-1/+1
| | | | | | | This fixes half of #563713: previously, "foo@bar baz" was matched as an email address. svn path=/trunk/; revision=1954
* Explicitly depend on telepathy-glib in .pc files (Simon McVittie)Xavier Claessens2008-12-082-2/+2
| | | | | | | | If backporting this patch, if any file in libempathy/ or libempathy-gtk/ uses #include <libtelepathy/anything>, then a libtelepathy dependency is needed too. svn path=/trunk/; revision=1953
* Add ca/ in gitignoreXavier Claessens2008-12-081-0/+1
| | | | svn path=/trunk/; revision=1952
* Autocompletion on contact names for "new message" dialog box. Fixes bug ↵Xavier Claessens2008-12-081-4/+145
| | | | | | #552296 (Emmanuel Bretelle, Xavier Claessens). svn path=/trunk/; revision=1951
* Updated ca translation (Joan Duran)Gil Forcada Codinachs2008-12-061-177/+398
| | | | svn path=/trunk/; revision=1948
* Added Catalan translation by Joan DuranGil Forcada Codinachs2008-12-064-2/+498
| | | | svn path=/trunk/; revision=1947
* Improve the contact-manager to display contacts in a comboboxXavier Claessens2008-12-051-15/+20
| | | | svn path=/trunk/; revision=1946
* Add lines to disable deprecated GDK symbolsXavier Claessens2008-12-041-1/+3
| | | | svn path=/trunk/; revision=1945
* Use G_GINT_FORMAT for printinf a goffset. Fixes bug #562873.Xavier Claessens2008-12-031-1/+1
| | | | svn path=/trunk/; revision=1944
* Drop libgnomeui dependency (Cosimo Cecchi).Xavier Claessens2008-12-022-15/+8
| | | | svn path=/trunk/; revision=1943
* Use GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi).Xavier Claessens2008-12-0210-26/+31
| | | | svn path=/trunk/; revision=1942
* Bump version to 2.25.3Xavier Claessens2008-12-011-1/+1
| | | | svn path=/trunk/; revision=1941
* Add necessary files to EXTRA_DISTXavier Claessens2008-12-011-0/+4
| | | | svn path=/trunk/; revision=1940
* Don't forget to install empathy-import-dialog.gladeXavier Claessens2008-12-011-0/+1
| | | | svn path=/trunk/; revision=1939
* Fix distcheck of tests/xml/Xavier Claessens2008-12-011-1/+1
| | | | svn path=/trunk/; revision=1938
* Fix distcheck of extensions/Xavier Claessens2008-12-011-1/+1
| | | | svn path=/trunk/; revision=1937
* Bump version to 2.25.2 and update ABI versionXavier Claessens2008-12-011-7/+7
| | | | svn path=/trunk/; revision=1936
* Update NEWS.Xavier Claessens2008-12-011-0/+46
| | | | svn path=/trunk/; revision=1935
* Update API doc.Xavier Claessens2008-12-012-3/+2
| | | | svn path=/trunk/; revision=1934
* Update python bindingXavier Claessens2008-12-011-25/+0
| | | | svn path=/trunk/; revision=1933
* Use GRegex instead of custom code and use a new regex to detect URIsXavier Claessens2008-12-013-196/+53
| | | | svn path=/trunk/; revision=1932
* Add EmpatyTpFile to API doc.Xavier Claessens2008-11-302-0/+2
| | | | svn path=/trunk/; revision=1931
* Update python binding to have EmpathyTpFile API.Xavier Claessens2008-11-304-0/+158
| | | | svn path=/trunk/; revision=1930
* Remove duplicate declaration of _get_transferred_countXavier Claessens2008-11-301-1/+0
| | | | svn path=/trunk/; revision=1929
* Add missing includeXavier Claessens2008-11-301-0/+1
| | | | svn path=/trunk/; revision=1928
* Little fix for previous commit.Xavier Claessens2008-11-301-1/+1
| | | | svn path=/trunk/; revision=1927
* Fix a bug for the compilation of empathy-dispatcher.c. Fixes bug #562588 ↵Xavier Claessens2008-11-301-1/+1
| | | | | | (Stephane Wirtel). svn path=/trunk/; revision=1926
* Fix previous commit. Oops.Xavier Claessens2008-11-281-5/+5
| | | | svn path=/trunk/; revision=1925
* Fix a crash in the log window when there is no account. Fixes bug #562071.Xavier Claessens2008-11-281-0/+5
| | | | svn path=/trunk/; revision=1924
* max_width, max_height and max_size are defined as guint in ↵Xavier Claessens2008-11-281-1/+1
| | | | | | EmpathyTpContactFactory and telepathy spec. svn path=/trunk/; revision=1923
* prevent problem with multiple definition of the same symbol. Fixes bug ↵Xavier Claessens2008-11-282-0/+4
| | | | | | #558370 (Michael Scherer). svn path=/trunk/; revision=1922
* We need telepeathy-glib >= 0.7.15 for new Requests interface.Xavier Claessens2008-11-281-1/+1
| | | | svn path=/trunk/; revision=1921
* Updated Turkish translation (Baris Cicek)Baris Cicek2008-11-261-525/+1722
| | | | svn path=/trunk/; revision=1920
* dispatcher_connection_new_channel_cb: set the room of the newly created ↵Xavier Claessens2008-11-241-0/+1
| | | | | | chatroom. Fixes bug #560387 (Guillaume Desmottes). svn path=/trunk/; revision=1918
* Updated Spanish translationJorge Gonzalez Gonzalez2008-11-231-765/+1347
| | | | svn path=/trunk/; revision=1917
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-11-232-1247/+848
| | | | svn path=/trunk/; revision=1916
* Replace Q_() with C_() for translation context.Xavier Claessens2008-11-221-12/+3
| | | | svn path=/trunk/; revision=1915
* If first_line xor second_line is NULL, use only one line in ↵Xavier Claessens2008-11-221-3/+6
| | | | | | ft_manager_update_ft_row. svn path=/trunk/; revision=1914
* Remove empathy_tp_file_keep_alive hack and connect to "notify::state" in ↵Xavier Claessens2008-11-224-41/+18
| | | | | | file_channel_create_cb() to unref the object when the FT is done. svn path=/trunk/; revision=1913
* Avoid a string dup.Xavier Claessens2008-11-221-4/+2
| | | | svn path=/trunk/; revision=1912
* Cleanup the code inside ft_manager_build_ui.Xavier Claessens2008-11-221-59/+50
| | | | svn path=/trunk/; revision=1911
* Simplify and comment the livetime of EmpathyFTManagerXavier Claessens2008-11-221-21/+28
| | | | svn path=/trunk/; revision=1910
* Reorder the code for more clarity.Xavier Claessens2008-11-221-225/+221
| | | | svn path=/trunk/; revision=1909
* Cleanup of ft_manager_add_tp_file_to_list.Xavier Claessens2008-11-223-21/+28
| | | | svn path=/trunk/; revision=1908
* Remove useless gnomevfs include.Xavier Claessens2008-11-221-1/+0
| | | | svn path=/trunk/; revision=1907
* Update the selection only if we are removing the selected row.Xavier Claessens2008-11-221-9/+11
| | | | svn path=/trunk/; revision=1906
* Check if URI is not NULL before adding it to the recent manager.Xavier Claessens2008-11-221-1/+2
| | | | svn path=/trunk/; revision=1905
* Fix ref counting of tp_file, make it singleton per channel, and add a ↵Xavier Claessens2008-11-225-15/+83
| | | | | | _keep_alive method that adds a tmp ref until the transfer finishes. svn path=/trunk/; revision=1904
* Fix a comment phrasingXavier Claessens2008-11-221-1/+1
| | | | svn path=/trunk/; revision=1903
* Update the selection of the ft manager when a ft is removed only if it's not ↵Xavier Claessens2008-11-221-8/+15
| | | | | | empty. svn path=/trunk/; revision=1902
* Fix signature of signal cb, start the transfer only if we have the socket ↵Xavier Claessens2008-11-221-24/+28
| | | | | | path, and switch input/output streams in tp_file_start_transfer. svn path=/trunk/; revision=1901
* Add a FIXME about the tp_file being leakedXavier Claessens2008-11-221-0/+3
| | | | svn path=/trunk/; revision=1900
* There is no reason to remove the FT if it's cancelled while the window was ↵Xavier Claessens2008-11-221-33/+8
| | | | | | hidden. svn path=/trunk/; revision=1899
* Fix glade lookupXavier Claessens2008-11-221-2/+1
| | | | svn path=/trunk/; revision=1898
* Simplify ft_manager_remove_file_from_list.Xavier Claessens2008-11-221-39/+14
| | | | svn path=/trunk/; revision=1897
* Clean ft_manager_update_ft_row()Xavier Claessens2008-11-221-19/+19
| | | | svn path=/trunk/; revision=1896
* Simplify conditionXavier Claessens2008-11-221-3/+1
| | | | svn path=/trunk/; revision=1895
* Add all reasons in ft_manager_state_change_reason_to_string(). Don't use ↵Xavier Claessens2008-11-221-3/+4
| | | | | | | | default in the switch so we get compile warning if more reasons is added to the spec (makes easier to not forget to update that function). svn path=/trunk/; revision=1894
* Simplify the code to add a FT in the manager.Xavier Claessens2008-11-221-25/+6
| | | | svn path=/trunk/; revision=1893
* Simplify the code to set sensibility of buttonsXavier Claessens2008-11-221-21/+8
| | | | svn path=/trunk/; revision=1892
* Change state when the channel is invalidated only if an error occured.Xavier Claessens2008-11-221-5/+11
| | | | svn path=/trunk/; revision=1891
* Update POTFILES for ft manager that get moved to src/Xavier Claessens2008-11-221-2/+2
| | | | svn path=/trunk/; revision=1890
* Simplify a little bit the code when abording a FTXavier Claessens2008-11-221-4/+5
| | | | svn path=/trunk/; revision=1889
* Cancel the FT if we can't get the transfer methodXavier Claessens2008-11-221-1/+2
| | | | svn path=/trunk/; revision=1888
* Remove unused empathy_tp_file_get_idXavier Claessens2008-11-222-19/+0
| | | | svn path=/trunk/; revision=1887
* Simplify the code to start a file transferXavier Claessens2008-11-221-72/+35
| | | | svn path=/trunk/; revision=1886
* When the channel is invalidated, change state to CANCELLED.Xavier Claessens2008-11-223-41/+26
| | | | svn path=/trunk/; revision=1885
* Move the ft manager to src/ other programs do not need it.Xavier Claessens2008-11-226-10/+9
| | | | svn path=/trunk/; revision=1884
* Update tools to latest version of tp-glib and include a gitignoreXavier Claessens2008-11-2227-1011/+1482
| | | | svn path=/trunk/; revision=1883
* rename empathy_tp_file_get_incoming to empathy_tp_file_is_incomingXavier Claessens2008-11-223-8/+8
| | | | svn path=/trunk/; revision=1882
* empathy_tp_file_accept/offer takes the GFile in param and return a GError if ↵Xavier Claessens2008-11-224-97/+32
| | | | | | the file can't be opened. svn path=/trunk/; revision=1881
* Fix coding style and cleanupXavier Claessens2008-11-221-18/+9
| | | | svn path=/trunk/; revision=1880
* Include only used headersXavier Claessens2008-11-221-2/+2
| | | | svn path=/trunk/; revision=1879
* don't include itselfXavier Claessens2008-11-221-2/+0
| | | | svn path=/trunk/; revision=1878
* Remove useless linesXavier Claessens2008-11-222-5/+0
| | | | svn path=/trunk/; revision=1877
* Fix coding styleXavier Claessens2008-11-221-46/+47
| | | | svn path=/trunk/; revision=1876
* Cleanup the coding style. If we can't get info about the GFile we abord the FT.Xavier Claessens2008-11-222-81/+80
| | | | svn path=/trunk/; revision=1875
* remove useless includesXavier Claessens2008-11-221-2/+0
| | | | svn path=/trunk/; revision=1874
* Fix a little coding styleXavier Claessens2008-11-221-2/+1
| | | | svn path=/trunk/; revision=1873
* No need to define a callback, we can directly use ↵Xavier Claessens2008-11-221-8/+1
| | | | | | empathy_send_file_with_file_chooser. svn path=/trunk/; revision=1872
* sync with latest FT spec DRAFTXavier Claessens2008-11-221-11/+7
| | | | svn path=/trunk/; revision=1871
* extensions/Makefile.am: fix allow-undefined-interfaces paramXavier Claessens2008-11-221-1/+1
| | | | svn path=/trunk/; revision=1870
* extensions/Makefile.am: pass allow-undefined-interfaces param to doc ↵Xavier Claessens2008-11-221-0/+1
| | | | | | generator so it doesn't complain about missing external ref svn path=/trunk/; revision=1869
* Fix spec format to make it work with updated toolsXavier Claessens2008-11-223-3/+21
| | | | svn path=/trunk/; revision=1868
* Add FT manager to POTFILEXavier Claessens2008-11-221-0/+2
| | | | svn path=/trunk/; revision=1867
* Fix compilation warning: gtk_message_dialog_format_secondary_text() require ↵Xavier Claessens2008-11-221-1/+1
| | | | | | a format string. svn path=/trunk/; revision=1866
* ft_manager_clear: use g_hash_table_foreach_remove instead of GHashTableIter ↵Xavier Claessens2008-11-221-16/+22
| | | | | | so the elements are actually removed from the hash table svn path=/trunk/; revision=1865
* get_requestable_channel_classes_cb: call tp_contact_factory_ready if the ↵Xavier Claessens2008-11-221-0/+1
| | | | | | D-Bus call failed svn path=/trunk/; revision=1864
* ft-manager: ft_manager_clear: use a GHashTableIter instead of creating a ↵Xavier Claessens2008-11-221-31/+21
| | | | | | temporary GSList svn path=/trunk/; revision=1863
* ft-manager: remove old codeXavier Claessens2008-11-221-7/+0
| | | | svn path=/trunk/; revision=1862
* ft-manager: store the icon-name instead of the pixbuf in the storeXavier Claessens2008-11-221-20/+7
| | | | svn path=/trunk/; revision=1861
* ft-manager: add comment explaining how to use GIcon with GTK 2.14Xavier Claessens2008-11-221-1/+3
| | | | svn path=/trunk/; revision=1860
* empathy-ft-manager: use the ContentType property instead of ↵Xavier Claessens2008-11-221-3/+5
| | | | | | gnome_vfs_get_mime_type_for_name to get the mime type svn path=/trunk/; revision=1859
* empathy-tp-file.c: actually implement the getter of GObject propertiesXavier Claessens2008-11-221-0/+24
| | | | svn path=/trunk/; revision=1858
* empathy-tp-file: reorder FileTransfer D-Bus properties using the same order ↵Xavier Claessens2008-11-221-7/+10
| | | | | | as in the spec svn path=/trunk/; revision=1857
* tp_file_constructor: get the ContentHashType and ContentType values from the ↵Xavier Claessens2008-11-221-0/+6
| | | | | | properties hash table svn path=/trunk/; revision=1856
* empathy-contact: no need to inspect the RequestableChannelClasses property ↵Xavier Claessens2008-11-221-71/+0
| | | | | | anymore, empathy-tp-contact-factory does it for us now svn path=/trunk/; revision=1855
* empathy-tp-contact-factory: set the FT capability when creating contacts if ↵Xavier Claessens2008-11-221-1/+79
| | | | | | the CM supports it svn path=/trunk/; revision=1854
* empathy-tp-contact-factory: factor out contact_createdXavier Claessens2008-11-221-2/+9
| | | | svn path=/trunk/; revision=1853
* empathy-ft-manager.c: Display an error if user can't save file to the chosen ↵Xavier Claessens2008-11-221-1/+17
| | | | | | location svn path=/trunk/; revision=1852
* empathy-ft-manager: ask confirmation if the filename already existsXavier Claessens2008-11-221-0/+3
| | | | svn path=/trunk/; revision=1851
* Channel_Type_File_Transfer.xml: sync with latest draftXavier Claessens2008-11-221-4/+4
| | | | svn path=/trunk/; revision=1850
* Implement latest ft draftXavier Claessens2008-11-223-30/+17
| | | | svn path=/trunk/; revision=1849
* Channel_Type_File_Transfer.xml: sync with latest draftXavier Claessens2008-11-221-50/+87
| | | | svn path=/trunk/; revision=1848
* remove blank lineXavier Claessens2008-11-221-1/+0
| | | | svn path=/trunk/; revision=1847
* Use the RequestableChannelClasses property instead of hardcoding salut to ↵Xavier Claessens2008-11-221-20/+65
| | | | | | check if we can send file or not svn path=/trunk/; revision=1846
* Set the Date property when requesting a FT channelXavier Claessens2008-11-221-2/+10
| | | | svn path=/trunk/; revision=1845
* use Requestotron to request the FT channelXavier Claessens2008-11-221-46/+64
| | | | svn path=/trunk/; revision=1844
* fix FT client side code as the generated code changedXavier Claessens2008-11-225-22/+23
| | | | svn path=/trunk/; revision=1843
* add Unix_Timestamp64 to all.xmlXavier Claessens2008-11-221-0/+2
| | | | svn path=/trunk/; revision=1842
* upgrade to new FT draftXavier Claessens2008-11-222-96/+160
| | | | svn path=/trunk/; revision=1841
* Renamed free_copy_data_if_closed to copy_data_unref and have a ref_count in ↵Jonny Lamb2008-11-221-17/+22
| | | | | | | | the CopyData struct. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1840
* Use _call_request_channel instead of _run_request_channel. (Jonny Lamb)Jonny Lamb2008-11-222-52/+72
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1839
* Added a wait for file channels so outgoing transfers are only added to the ↵Jonny Lamb2008-11-221-7/+50
| | | | | | | | manager when they are remote pending. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1838
* Don't expose streams in EmpathyTpFile, but use the GFile. (Jonny Lamb)Jonny Lamb2008-11-224-73/+43
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1837
* Fixed typo in FT manager glade file. (Jonny Lamb)Jonny Lamb2008-11-221-1/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1836
* Moved empathy_send_file to EmpathyDispatcher and renamed it. (Jonny Lamb)Jonny Lamb2008-11-227-114/+106
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1835
* Handle new file channels regardless of direction in the dispatcher. (Jonny Lamb)Jonny Lamb2008-11-223-74/+39
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1834
* Fixed Makefile by including missing backslash. (Jonny Lamb)Jonny Lamb2008-11-221-1/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1833
* Removed empathy_send_file_with_file_chooser_and_manager and made file ↵Jonny Lamb2008-11-223-54/+13
| | | | | | | | transfers always use the manager. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1832
* Changed suppress_handler to TRUE in a requested channel. (Jonny Lamb)Jonny Lamb2008-11-221-1/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1831
* Moved capabilities hack to empathy_contact_set_account. (Jonny Lamb)Jonny Lamb2008-11-221-27/+27
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1830
* Renamed is_salut to contact_is_salut. (Jonny Lamb)Jonny Lamb2008-11-221-2/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1829
* Removed useless test to check whether a GList has items. (Jonny Lamb)Jonny Lamb2008-11-221-38/+34
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1828
* Use gtk_file_chooser_dialog_new and the document-send icon. (Jonny Lamb)Jonny Lamb2008-11-221-20/+8
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1827
* Removed useless include. (Jonny Lamb)Jonny Lamb2008-11-221-1/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1826
* In ft_manager_receive_response_cb, just call empathy_tp_file_cancel instead ↵Jonny Lamb2008-11-221-4/+1
| | | | | | | | of getting the channel and calling close on it. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1825
* Removed "Save as" file filter. (Jonny Lamb)Jonny Lamb2008-11-221-6/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1824
* Made creating a save dialog a bit nicer by using proper GTK functions. ↵Jonny Lamb2008-11-221-11/+4
| | | | | | | | (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1823
* Use g_slice functions with ReceiveResponseData. (Jonny Lamb)Jonny Lamb2008-11-221-2/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1822
* Renamed ft_manager_free_receive_response_data to ↵Jonny Lamb2008-11-221-3/+3
| | | | | | | | ft_manager_receive_response_data_free. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1821
* Removed useless ref of the FT manager in the build_ui method. (Jonny Lamb)Jonny Lamb2008-11-221-3/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1820
* Moved gtk_window_set_icon name into the glade. (Jonny Lamb)Jonny Lamb2008-11-222-2/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1819
* Removed call to gtk_tree_selection_unselect_all. (Jonny Lamb)Jonny Lamb2008-11-221-1/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1818
* Set manager_p to NULL in delete_event_cb, not in _finalize. (Jonny Lamb)Jonny Lamb2008-11-221-2/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1817
* Don't call _finalize in the delete_event_cb. (Jonny Lamb)Jonny Lamb2008-11-221-1/+3
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1816
* Simplified code to add files to the list store. (Jonny Lamb)Jonny Lamb2008-11-221-3/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1815
* Made ft_manager_update_ft_row handle Local_Pending slightly nicer. (Jonny Lamb)Jonny Lamb2008-11-221-7/+3
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1814
* Renamed ft_manager_get_state_change_reason_description to ↵Jonny Lamb2008-11-221-3/+3
| | | | | | | | ft_manager_state_change_reason_to_string and fixed the default unknown state return type. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1813
* Renamed private methods in the FT manager to ft_manager_*. (Jonny Lamb)Jonny Lamb2008-11-221-36/+37
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1812
* Changed gtk_tree_model_get_value calls to use gtk_tree_model_get. (Jonny Lamb)Jonny Lamb2008-11-221-14/+3
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1811
* Removed useless libtelepathy headers. (Jonny Lamb)Jonny Lamb2008-11-222-5/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1810
* Added EMPATHY_PREFS_FILE_TRANSFER_DEFAULT_FOLDER to schema. (Jonny Lamb)Jonny Lamb2008-11-221-0/+14
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1809
* Removed useless +0.5 in get_time_remaining. (Jonny Lamb)Jonny Lamb2008-11-221-1/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1808
* Made state_change_reason None in the constructor instead of an invalid ↵Jonny Lamb2008-11-221-5/+2
| | | | | | | | value. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1807
* Removed pointless test whether the tp_file is a GObject in the finalize ↵Jonny Lamb2008-11-221-2/+1
| | | | | | | | function. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1806
* Use empathy_time_get_current_time instead of g_get_current_time. (Jonny Lamb)Jonny Lamb2008-11-221-15/+6
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1805
* Removed cached_empathy_file from EmpathyTpFilePriv. (Jonny Lamb)Jonny Lamb2008-11-221-1/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1804
* Removed account property of EmpathyTpFile as it's only actually used once ↵Jonny Lamb2008-11-224-32/+9
| | | | | | | | and easy obtainable. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1803
* Made property-getting synchronous again so there isn't a massive race ↵Jonny Lamb2008-11-221-45/+30
| | | | | | | | | | | condition (Jonny Lamb) This is more of a workaround than a fix and should be fixed fairly soonish. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1802
* Fixed channel property setting typo so ContentType is actually set. (Jonny Lamb)Jonny Lamb2008-11-221-1/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1801
* Fix typo in extension glib client generation code. This is already fixed ↵Jonny Lamb2008-11-221-1/+1
| | | | | | | | upstream in telepathy-glib. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1800
* Updated parameter checks to return appropriate values. (Jonny Lamb)Jonny Lamb2008-11-222-10/+13
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1799
* Use empathy_contact_run_until_ready in EmpathyEventManager.Jonny Lamb2008-11-221-0/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1798
* Add parameter checks to public functions. (Jonny Lamb)Jonny Lamb2008-11-223-1/+27
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1797
* Updated the way to access the EmpathyTpFilePriv instance within ↵Jonny Lamb2008-11-222-251/+161
| | | | | | | | empathy-tp-file. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1796
* Updated the way to access the EmpathyFTManagerPriv instance within ↵Jonny Lamb2008-11-222-123/+84
| | | | | | | | empathy-ft-manager. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1795
* Re-ordered EmpathyTpFile so static functions need no declaration at the top ↵Jonny Lamb2008-11-221-493/+474
| | | | | | | | of the file. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1794
* Re-ordered EmpathyFTManager so functions need no declaration at the top of ↵Jonny Lamb2008-11-221-387/+374
| | | | | | | | the file. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1793
* Use FIXME instead of TODO in comments. (Jonny Lamb)Jonny Lamb2008-11-222-2/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1792
* Changed _run_ method calls to _call_ calls. (Jonny Lamb)Jonny Lamb2008-11-224-129/+143
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1791
* Fixed copyright and author headers. (Jonny Lamb)Jonny Lamb2008-11-228-2/+21
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1790
* Various whitespace and comment fixes. (Jonny Lamb)Jonny Lamb2008-11-222-3/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1789
* Added empathy_offer_file function and updated accept_file. (Jonny Lamb)Jonny Lamb2008-11-224-5/+47
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1788
* Do not set the MD5 hash of the file when sending. (Jonny Lamb)Jonny Lamb2008-11-221-28/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1787
* Removed SocketPath channel property. (Jonny Lamb)Jonny Lamb2008-11-221-19/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1786
* Added ContentHashType channel property, and renamed ContentMD5 to ↵Jonny Lamb2008-11-221-13/+25
| | | | | | | | ContentHash. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1785
* Updated yet more places to use s/direction/incoming/ (Jonny Lamb)Jonny Lamb2008-11-222-4/+3
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1784
* Replaced the Direction channel property a more-private GObject incoming ↵Jonny Lamb2008-11-223-32/+26
| | | | | | | | property. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1783
* Fixed yet more references to EMPATHY_FILE. (Jonny Lamb)Jonny Lamb2008-11-221-2/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1782
* Fixed include of empathy-file.h to empathy-tp-file.h. (Jonny Lamb)Jonny Lamb2008-11-221-1/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1781
* Changed EmpathyEventManager to not rely on the Direction property of the ↵Jonny Lamb2008-11-221-6/+8
| | | | | | | | file channel. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1780
* Updated extensions external-types to include types from tubes.Jonny Lamb2008-11-221-0/+6
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1779
* Updated Channel.Type.File spec. (Jonny Lamb)Jonny Lamb2008-11-221-128/+146
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1778
* Added a proper Empathy event for an incoming file transfer so that the ↵Jonny Lamb2008-11-221-7/+30
| | | | | | | | status icon flashes. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1777
* Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb)Jonny Lamb2008-11-2211-402/+399
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1776
* Removed pointless gio-2.0 deps in megaphone, nothere, and python. (Jonny Lamb)Jonny Lamb2008-11-221-3/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1775
* Added ability to get an md5sum of the file being sent using GChecksum. ↵Jonny Lamb2008-11-221-1/+23
| | | | | | | | (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1774
* Removed empathy_init in favour of calling emp_cli_init directly. (Jonny Lamb)Jonny Lamb2008-11-223-10/+3
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1773
* Fixed function declaration style. (Jonny Lamb)Jonny Lamb2008-11-222-45/+87
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1772
* Only display "Send Files" if the contact is in Salut. (Jonny Lamb)Jonny Lamb2008-11-221-0/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1771
* Converted sources to Collabora coding style. (Jonny Lamb)Jonny Lamb2008-11-225-1121/+1121
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1770
* Replaced gnome_vfs_format_file_size_for_display with its GIO equivalent. ↵Jonny Lamb2008-11-221-3/+3
| | | | | | | | (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1769
* Merged empathy_send_file and empathy_send_file_from_stream, and dropped the ↵Jonny Lamb2008-11-222-43/+20
| | | | | | | | dependency on gnome-vfs in favour of GIO. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1768
* Set the ContentType property properly on a new file channel. (Jonny Lamb)Jonny Lamb2008-11-222-1/+3
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1767
* Added ability for the ft manager to stay around when closed. (Jonny Lamb)Jonny Lamb2008-11-222-24/+17
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1766
* Show an error to the terminal when there's a problem in getting the output ↵Jonny Lamb2008-11-221-1/+10
| | | | | | | | stream. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1765
* Changed order of closing channel and cancelling socket transfers. (Jonny Lamb)Jonny Lamb2008-11-221-2/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1764
* Fixed small coding style issue. (Jonny Lamb)Jonny Lamb2008-11-221-2/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1763
* Display cancel reasons in the file transfer manager. (Jonny Lamb)Jonny Lamb2008-11-221-3/+6
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1762
* Actually stop a file transfer if in the ft manager when requested. (Jonny Lamb)Jonny Lamb2008-11-221-2/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1761
* Implemented empathy_file_cancel. (Jonny Lamb)Jonny Lamb2008-11-222-0/+13
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1760
* Added a missing "break". (Jonny Lamb)Jonny Lamb2008-11-221-0/+1
| | | | | | | | | Credits to Dafydd Harries for his work in helping to get to the bottom of this one. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1759
* Handled TransferredBytes signal properly and show in the progress bar. ↵Jonny Lamb2008-11-221-7/+17
| | | | | | | | (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1758
* Handle incoming file transfers in the event manager. (Jonny Lamb)Jonny Lamb2008-11-221-0/+30
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1757
* Actually use accept and receive file functions. (Jonny Lamb)Jonny Lamb2008-11-221-2/+10
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1756
* Implemented accept_file and empathy_receive_file in empathy-file. (Jonny Lamb)Jonny Lamb2008-11-221-18/+68
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1755
* Fixed _get_local_socket in empathy-file so that it calls connect(2). (Jonny ↵Jonny Lamb2008-11-221-2/+20
| | | | | | | | Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1754
* Removed g_object_notify that doesn't actually map to a property. (Jonny Lamb)Jonny Lamb2008-11-221-2/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1753
* Allow transfers to be declined by closing the channel. (Jonny Lamb)Jonny Lamb2008-11-221-3/+4
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1752
* Added fix for an empty default folder. (Jonny Lamb)Jonny Lamb2008-11-221-1/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1751
* Removed file transfer handling code from empathy dispatcher. (Jonny Lamb)Jonny Lamb2008-11-221-11/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1750
* Added missing GTK+ include header. (Jonny Lamb)Jonny Lamb2008-11-221-0/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1749
* Removed EmpathyTpFile and put everything into EmpathyFile. (Jonny Lamb)Jonny Lamb2008-11-227-1628/+856
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1748
* Added empathy_send_file_with_file_chooser_and_manager to make use of the ↵Jonny Lamb2008-11-223-1/+17
| | | | | | | | file transfer manager. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1747
* Added GTK file transfer manager. (Jonny Lamb)Jonny Lamb2008-11-225-1/+1367
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1746
* Push the notify::state and notify::transferred-bytes signals from ↵Jonny Lamb2008-11-221-2/+29
| | | | | | | | EmpathyTpFile onto EmpathyFile for the ft-manager to listen to. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1745
* Correctly set the EmpathyContact in an EmpathyTpFile. (Jonny Lamb)Jonny Lamb2008-11-221-0/+7
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1744
* Changed the "Send file" icon to something sane. (Jonny Lamb)Jonny Lamb2008-11-222-1/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1743
* Added start of handling new incoming file channels. (Jonny Lamb)Jonny Lamb2008-11-221-0/+11
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1742
* Added "Send file" item to contact menu widget. (Jonny Lamb)Jonny Lamb2008-11-222-0/+34
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1741
* Added some more file sending functions to libempathy-gtk. (Jonny Lamb)Jonny Lamb2008-11-222-0/+132
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1740
* Added a workaround to EmpathyTpFile's finalize function so it doesn't run ↵Jonny Lamb2008-11-221-1/+2
| | | | | | | | g_object_unref on non-GObjects. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1739
* Added empathy_send_file* helper functions to empathy-utils. (Jonny Lamb)Jonny Lamb2008-11-222-0/+136
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1738
* Added empathy_init function to call emp_cli_init in main. (Jonny Lamb)Jonny Lamb2008-11-224-2/+11
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1737
* Added EmpathyFile and EmpathyTpFile objects. (Jonny Lamb)Jonny Lamb2008-11-226-0/+1892
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1736
* Added file transfer debug flag. (Jonny Lamb)Jonny Lamb2008-11-222-1/+3
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1735
* Added a dependency on gio-unix-2.0 in libempathy. (Jonny Lamb)Jonny Lamb2008-11-222-1/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1734
* Added ft-related functions to EmpathyContact. (Jonny Lamb)Jonny Lamb2008-11-222-0/+41
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1733
* Added GIO and libgnomeui deps to configure.ac. (Jonny Lamb)Jonny Lamb2008-11-221-0/+5
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1732
* Added org.freedesktop.Telepathy.Channel.Type.File.DRAFT spec file. (Jonny Lamb)Jonny Lamb2008-11-223-1/+401
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1731
* Updated ps translation (Zabeeh Khan)Simos Xenitellis2008-11-211-0/+1814
| | | | svn path=/trunk/; revision=1730
* Updated German translation.Hendrik Richter2008-11-192-132/+216
| | | | | | | | 2008-11-18 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=1724
* Updated Lithuanian translation (Gintautas Miliauskas).Gintautas Miliauskas2008-11-171-98/+176
| | | | | | | | | | 2008-11-17 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation (Gintautas Miliauskas). svn path=/trunk/; revision=1723
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2008-11-151-11/+54
| | | | svn path=/trunk/; revision=1721
* Include account name in chat-window tooltip. Fixes bug #560622Mathias Hasselmann2008-11-141-4/+8
| | | | svn path=/trunk/; revision=1720
* Use markup for chat-window tooltipsMathias Hasselmann2008-11-141-10/+21
| | | | svn path=/trunk/; revision=1719
* Use proper format string for max-size propertyMathias Hasselmann2008-11-141-1/+1
| | | | svn path=/trunk/; revision=1718
* If chats have no name, use the channel's ID instead of fallback to ↵Xavier Claessens2008-11-142-21/+14
| | | | | | "Conversation". Fixes bug #560611. svn path=/trunk/; revision=1717
* Add import dialog to POTFILEXavier Claessens2008-11-131-0/+2
| | | | svn path=/trunk/; revision=1716
* Updated ku translationErdal Ronahi2008-11-122-0/+1784
| | | | svn path=/trunk/; revision=1715
* Trivial simplification of the mathXavier Claessens2008-11-111-1/+1
| | | | svn path=/trunk/; revision=1714
* Try to keep the original image format in avatar chooser. This avoid droping ↵Xavier Claessens2008-11-111-58/+69
| | | | | | alpha layer when converting from PNG to JPEG. svn path=/trunk/; revision=1713
* Improve error message.Xavier Claessens2008-11-111-2/+3
| | | | svn path=/trunk/; revision=1712
* Report error to the user when converting the avatar fails.Xavier Claessens2008-11-111-4/+37
| | | | svn path=/trunk/; revision=1711
* Cleanup code and add some commentsXavier Claessens2008-11-112-7/+17
| | | | svn path=/trunk/; revision=1710
* Move code to avoid declaring functions on the top of the file.Xavier Claessens2008-11-111-71/+57
| | | | svn path=/trunk/; revision=1709
* Make a dichotomic search for the optimal image size. Cleanup some codeXavier Claessens2008-11-111-112/+121
| | | | svn path=/trunk/; revision=1708
* Correctly resize the image to fit required max width/heightXavier Claessens2008-11-111-13/+33
| | | | svn path=/trunk/; revision=1707
* Add empathy_pixbuf_from_data_and_mime instead of breaking API.Xavier Claessens2008-11-114-6/+17
| | | | svn path=/trunk/; revision=1706
* Don't modify EmpathyAvatar::format if gdkpixbuf disagreesXavier Claessens2008-11-111-4/+4
| | | | svn path=/trunk/; revision=1705
* Use two g_asserts rather than g_assert (foo && bar).Xavier Claessens2008-11-111-2/+4
| | | | svn path=/trunk/; revision=1704
* can_satisfy_mime_type_requirements: assume out params != NULLXavier Claessens2008-11-111-10/+2
| | | | | | (I never actually removed the assertion that they be non-NULL.) svn path=/trunk/; revision=1703
* Prefer png or jpeg if possible when converting avatarsXavier Claessens2008-11-111-20/+34
| | | | svn path=/trunk/; revision=1702
* Update avatar chooser's account from its own callback.Xavier Claessens2008-11-111-22/+19
| | | | | | | | This fixes a bug where the account chooser's account would change, but the avatar picker would not be updated because the main account_chooser::changed signal handler is suppressed! svn path=/trunk/; revision=1701
* ContactWidget: set up account widget before avatar widgetXavier Claessens2008-11-111-23/+24
| | | | svn path=/trunk/; revision=1700