1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 16:24:02 +00:00
Commit graph

3576 commits

Author SHA1 Message Date
Charles Kerr
16e273ed05 fix torrent parsing bug reported by m1b, SoftwareElves, and BentMyWookie 2007-12-25 01:23:07 +00:00
Charles Kerr
f351252a5e (gtk) minor filter improvement 2007-12-24 19:12:52 +00:00
Charles Kerr
73bd6967fe (gtk) by default, disable the `peer status' column 2007-12-24 19:06:37 +00:00
Mitchell Livingston
f825cea407 pixel alignment fix 2007-12-24 17:57:19 +00:00
Charles Kerr
03bc8a5fa7 remove some unnecessary padding from the filter line 2007-12-24 17:38:02 +00:00
Charles Kerr
b1f75d345d (gtk) hig tweak 2007-12-24 17:31:04 +00:00
Charles Kerr
be0ac280e9 (gtk) add a filter/total count at the bottom of the main window. 2007-12-24 17:25:52 +00:00
Mitchell Livingston
c225aed5e8 only update the message window when it's visible 2007-12-24 16:56:43 +00:00
Mitchell Livingston
8766f02049 set up message log in tr_initFull 2007-12-24 16:18:09 +00:00
Charles Kerr
6db02c401b add message queueing flag to tr_initFull() too 2007-12-24 16:12:23 +00:00
Charles Kerr
bc84156d4f add a messageLevel argument to tr_initFull() 2007-12-24 16:02:36 +00:00
Mitchell Livingston
2b10655f0e use tr_initFull 2007-12-24 15:29:29 +00:00
Charles Kerr
35adeec1d0 (gtk) fix startup port issue by hitting it with a damn big hammer 2007-12-24 07:02:40 +00:00
Mitchell Livingston
9b0dfaeb73 in Transfer tab, always start in General 2007-12-24 05:20:42 +00:00
Charles Kerr
a33f68a344 fix Gimp_'s problem 2007-12-24 05:17:12 +00:00
Mitchell Livingston
b3b3cf46c4 reallign a field in the inspector 2007-12-24 05:08:32 +00:00
Mitchell Livingston
8c22757404 update mac gui to recognize global pex 2007-12-24 05:05:56 +00:00
Charles Kerr
401cfbdb6b replace the per-torrent PEX setting with a global one, as per discussion with SoftwareElves and BentMyWookie 2007-12-24 05:03:40 +00:00
Mitchell Livingston
63e7a8597e get ipc fully working with ipc 2007-12-24 03:48:42 +00:00
Charles Kerr
54f1ee06d4 (gtk+) first cut of a filter bar 2007-12-24 00:14:39 +00:00
Mitchell Livingston
7bef4e8cca make "Color" button in groups window localized; update strings file 2007-12-23 19:21:02 +00:00
Mitchell Livingston
76e46e6fcc 512x512 document icon 2007-12-23 19:18:22 +00:00
Mitchell Livingston
c88c3b4d09 clear the "maximum connections" inspector field when no transfers are selected 2007-12-23 17:35:42 +00:00
Mitchell Livingston
b2ef73f722 don't allow negative numbers in the appropriate text fields 2007-12-23 17:31:52 +00:00
Mitchell Livingston
b1af31f594 update the number formatters in the inspector 2007-12-23 17:08:13 +00:00
Mitchell Livingston
e2b695d28d get rid of a warning 2007-12-23 16:45:43 +00:00
Mitchell Livingston
a2ecc98986 show remaining time for seeding torrents set to global stop seeding setting (with that setting on) reported by m1b 2007-12-22 22:02:38 +00:00
Mitchell Livingston
51f52dd8d6 images loaded with "imageNamed" should include their file extension 2007-12-22 19:57:12 +00:00
Charles Kerr
d79fa750fe update gtk+ section of the NEWS 2007-12-22 19:41:13 +00:00
Mitchell Livingston
5b1b08e48e rename "Not Available" to "Availability" 2007-12-22 19:30:08 +00:00
Mitchell Livingston
a063e8b964 remove foreign language nibs 2007-12-22 19:19:02 +00:00
Mitchell Livingston
595fba8a45 actually add xib 2007-12-22 19:16:17 +00:00
Mitchell Livingston
43c35936cc change main menu from nib to xib 2007-12-22 19:15:56 +00:00
Mitchell Livingston
ef375e44f2 change prefs window from nib to xib 2007-12-22 19:12:42 +00:00
Mitchell Livingston
eddf7c5465 slightly better behavior when placing the not-available bar 2007-12-22 19:07:58 +00:00
Mitchell Livingston
4373e79a2b patch from SoftwareElves for ipc 2007-12-22 18:53:20 +00:00
Mitchell Livingston
ec00579ea7 remove ctor from torrent creation and parse functions 2007-12-22 18:43:40 +00:00
Charles Kerr
b13d8d1dd6 save a copy of the torrent's metadata in tr_torrentInit(), not tr_torrentParse(). remove dead code from metainfo.c. 2007-12-22 18:00:47 +00:00
Charles Kerr
c946168b1e (1) fix peer limits in fastresume (2) possible fastresume corruption (3) add `save' field to torrent ctor 2007-12-22 17:30:31 +00:00
Charles Kerr
bf75469bbe (gtk) fix crash reported by hussam 2007-12-22 16:34:47 +00:00
Charles Kerr
3ecb9910e0 save per-torrent peer limits in the fastresume file 2007-12-22 16:11:15 +00:00
Mitchell Livingston
a364c4872e update the file priority gradients 2007-12-22 15:49:45 +00:00
Mitchell Livingston
b39e5e3bfd add the ability to set per-torrent number of connections to the inspector 2007-12-22 05:21:25 +00:00
Mitchell Livingston
4400406ba0 add functionality to set number of connected peers for new torrents 2007-12-22 04:15:35 +00:00
Charles Kerr
2764f9a140 fix indentation errors in r4278.
fix consistency errors between ctor and the new functions in r4278.
2007-12-22 04:11:17 +00:00
Mitchell Livingston
3449e2d15c separate getting/setting # connections and # unchoked 2007-12-22 04:00:19 +00:00
Charles Kerr
7542573044 brush away the last remnants of tr_torrentInit() 2007-12-22 03:51:12 +00:00
Mitchell Livingston
78419871e9 switch-ify an if 2007-12-22 03:39:52 +00:00
Mitchell Livingston
b276f285b0 get rid of all the deprecated functions for the ctor versions 2007-12-22 03:31:22 +00:00
Mitchell Livingston
0fba1e53ca use the new ctor function in torrent creation 2007-12-22 03:13:54 +00:00