Commit Graph

2956 Commits

Author SHA1 Message Date
Charles Kerr 7280551e2f more HIG correctness 2007-10-10 18:20:52 +00:00
Mitchell Livingston 6a0980dd5a remove unused object from files dict 2007-10-10 17:37:51 +00:00
Charles Kerr 8e840f871c Better GNOME Integration (#338): (1) follow HIG recommendation that dialog titles be the name of the command that opened the dialog (2) rename stop-torrent as pause-torrent in the underlying gtk code 2007-10-10 17:25:56 +00:00
Charles Kerr cbaf1b8faa commit more of tiennou's fastpeers patch 2007-10-10 16:39:12 +00:00
Charles Kerr 76aed9200d fix a subtle bug with having two connections to the same peer. 2007-10-10 15:59:59 +00:00
Charles Kerr 696800f369 * fix bug that sent a keepalive message too often 2007-10-10 03:03:09 +00:00
Charles Kerr a9849660f6 * fix bug that incorrectly marked some incoming connections for termination
* strip unnecessary linefeeds out of some debug messages
2007-10-10 02:59:30 +00:00
Mitchell Livingston 24ec75acb1 improve Activity icon and display the tab name in the inspector's title 2007-10-10 02:35:16 +00:00
Mitchell Livingston a9b650a18e adjustment to inspector icons 2007-10-10 02:20:57 +00:00
Mitchell Livingston 2f9a8b150e commit some preliminary inspector images 2007-10-10 01:51:03 +00:00
Charles Kerr 15b6c3c88c more hig-compliant desktop file 2007-10-09 18:50:10 +00:00
Charles Kerr 2f46064e33 raise the `numwant' value 2007-10-09 18:29:10 +00:00
Charles Kerr 20b0006ef3 fix the `transmission.desktop' errors reported by jinzo and Lacrocivious 2007-10-09 18:28:14 +00:00
Charles Kerr da283ecc11 define DESKTOP_FILES in Makefile.am. (jas8522) 2007-10-09 14:12:38 +00:00
Charles Kerr e8d19c5b03 fix stupid bug from yesterday that made uploading difficult. 2007-10-09 05:51:20 +00:00
Charles Kerr 602ee120af fix recent tracker error reported by John_Clay that made it slower to pick up peers 2007-10-09 04:50:10 +00:00
Charles Kerr c88ef608c6 extra paranoia to safeguard against a possible tracker crash 2007-10-09 03:06:54 +00:00
Charles Kerr f96cbd3ec3 * add intltool macros to make it easier to build from svn.
* minor error logging improvement in libtransmission
2007-10-09 02:49:24 +00:00
Mitchell Livingston b4830171ad update NEWS 2007-10-08 19:45:20 +00:00
Charles Kerr 0f1d9429b6 i18n cleanup: (1) take strings that were very similar and make them identical, so there are fewer strings to translate. (2) unmark things that shouldn't've been marked for translation, such as the UTF-8 infinity symbol. 2007-10-08 19:40:34 +00:00
Charles Kerr e10e44409a fix crash reported by Waldorf in http://pastebin.ca/729980 2007-10-08 19:09:20 +00:00
Charles Kerr 7ff8284976 give trackers more time before timing out the requests. make the `stopping' timeout interval smaller than other intervals so that we don't block for too long during shutdown. 2007-10-08 17:05:39 +00:00
Charles Kerr e176a25922 * fix a bug with uploading encrypted pice data to another peer
* extra sanity tests when uploading data
2007-10-08 16:10:10 +00:00
Charles Kerr eb72837e6a add a NULL "install:" target for third-party libraries so they don't get forced on other programs via "make install" 2007-10-08 15:54:07 +00:00
Charles Kerr add634ead9 make the gtk translation files play nicely with autoconf 2007-10-08 15:37:33 +00:00
Mitchell Livingston 433404eff2 double click progress string in main window instead of single click to toggle it 2007-10-08 11:51:58 +00:00
Mitchell Livingston ab154c3971 switch-ify more code 2007-10-08 04:28:15 +00:00
Mitchell Livingston fc432f1c29 ensure everything is deallocated properly on quit, libtransmission is closed properly, and inspector window height is remembered 2007-10-08 04:15:25 +00:00
Mitchell Livingston a960174fdf code to place all icons in the inspector's tabs...still needs the images 2007-10-08 03:59:08 +00:00
Mitchell Livingston bd8d47c2f7 add higher speed options to action pulldown menus 2007-10-08 03:30:59 +00:00
Charles Kerr 9a79d1e603 the purge flag should take priority over all the other reasons to keep or purge a peer. :p 2007-10-08 01:53:11 +00:00
Charles Kerr e1b447304b fix atom initialization issue with r3320 2007-10-08 01:37:20 +00:00
Charles Kerr 161ff6a7a2 ban peers that feed us too many bad blocks. 2007-10-08 01:31:27 +00:00
Charles Kerr 43a016cdb9 fix minor shutdown bug 2007-10-08 00:56:12 +00:00
Charles Kerr 304f9f7f18 get rid of a confusing error message that describes a harmless situation 2007-10-07 16:25:02 +00:00
Charles Kerr 1014e633ac * don't reuse http connections to trackers. I think this is what caused most of the `no response from tracker X' messages.
* extra safety checks to ensure the last `stopped' message to the tracker is sent on shutdown.
2007-10-07 16:07:19 +00:00
Mitchell Livingston e2de6f8973 get rid of some warnings 2007-10-07 15:55:27 +00:00
Mitchell Livingston 4bee975c47 improve the inspector's tab background images 2007-10-07 15:36:39 +00:00
Mitchell Livingston b3c35b036c change some initializers so that they are aware of their own nib's name 2007-10-07 12:24:26 +00:00
Mitchell Livingston 02e45340f4 use premade NSBox lines for separators in the status and filter bars instead of putting everything inside a box 2007-10-07 05:05:23 +00:00
Mitchell Livingston dfce0249d1 correct appcast urls 2007-10-07 04:48:16 +00:00
Charles Kerr 568e97d220 recheck the completeness stats after `recheck torrent' 2007-10-07 04:32:37 +00:00
Mitchell Livingston 8abcc566dd adjust tab button layout a bit to avoid overlaps 2007-10-07 04:16:58 +00:00
Charles Kerr 5d8f9d8b13 try to connect to peers faster when a torrent is initially started. 2007-10-07 04:14:58 +00:00
Charles Kerr 2381279da6 fix John_Clay's ptrarray.c:201 crash. (maybe.) 2007-10-07 04:14:34 +00:00
Mitchell Livingston d9e3272306 adjust info tab buttons a little 2007-10-07 03:50:13 +00:00
Mitchell Livingston c728e3cef4 better remaining space check 2007-10-07 03:30:29 +00:00
Mitchell Livingston 3a2df14d52 factor in only checked files when determining if there is enough remaining space 2007-10-07 03:28:06 +00:00
Mitchell Livingston b71ebcfd4b get rid of a few redundant variables 2007-10-07 03:05:55 +00:00
Mitchell Livingston 537d0aae34 remove unnecessary files/commented-out code 2007-10-07 02:33:43 +00:00