Charles Kerr
|
0679ef19eb
|
(gtk) new defaults values for max global peers (200) and max per-torrent peers (50)
|
2008-01-20 00:40:41 +00:00 |
Mitchell Livingston
|
27c2833ec3
|
fix crash reported in #640; other insignificant changes
|
2008-01-19 05:37:16 +00:00 |
Charles Kerr
|
9423e89aec
|
(gtk) SHUTUP cleanup
|
2008-01-19 05:04:38 +00:00 |
Charles Kerr
|
3a47dfdb23
|
(router death) dial down the max number of new sockets per second even lower
|
2008-01-19 03:44:44 +00:00 |
Charles Kerr
|
3c6eeef439
|
fix a socket leak in peer-msgs
|
2008-01-19 03:30:45 +00:00 |
Charles Kerr
|
a771f34373
|
stagger out the reannounce messages too, just as 0.82 did, as per denisx_'s suggestion
|
2008-01-19 01:34:02 +00:00 |
Charles Kerr
|
737bb23743
|
more work on "router death": stagger out tracker scrape attempts and close a loophole in the handshake code
|
2008-01-19 00:28:52 +00:00 |
Charles Kerr
|
de515ee339
|
if the torrent's download path doesn't exist, don't create it -- it's might be a removeable disk that got unplugged.
|
2008-01-18 19:13:32 +00:00 |
Charles Kerr
|
dd75a769c9
|
fix tr_mkdirp()'s errno/retvals.
|
2008-01-18 01:40:41 +00:00 |
Charles Kerr
|
2247a2d1f9
|
(gtk) render torrent error strings in red.
|
2008-01-18 00:16:49 +00:00 |
Charles Kerr
|
9f176115e6
|
(gtk) backwards compatability with gtk < 2.10, reported by Lacrocivious
|
2008-01-18 00:11:51 +00:00 |
Charles Kerr
|
961cb0137d
|
(gtk 1.0x) #632 combine the two status bars
|
2008-01-17 18:03:45 +00:00 |
Mitchell Livingston
|
179b7b3672
|
attempt to fix a crash that sometimes occurs with the Add window
|
2008-01-17 16:39:31 +00:00 |
Mitchell Livingston
|
beb62cf865
|
more subdued "no priority" image
|
2008-01-17 07:05:41 +00:00 |
Mitchell Livingston
|
0f0a983d23
|
update the image when dragging data files onto the main window
|
2008-01-17 07:01:09 +00:00 |
Mitchell Livingston
|
39e3ed4c05
|
add missing image and testing code
|
2008-01-17 06:57:51 +00:00 |
Mitchell Livingston
|
ae2c7c8f12
|
update dock badge images
|
2008-01-17 06:53:40 +00:00 |
Mitchell Livingston
|
4158be90cf
|
avoid weird behavior when pushing down action button by showing the menu on mouse up instead
|
2008-01-17 04:20:52 +00:00 |
Charles Kerr
|
52c3243b4b
|
more test code to address "router death". Based on maxintech's feedback in the forums, try making the peer manager's reconnect intervals and volume more like 1.00
|
2008-01-17 03:43:08 +00:00 |
Mitchell Livingston
|
3f69befc1b
|
fix double clicking a row in the file table, so that it shows the specific file
|
2008-01-17 02:54:01 +00:00 |
Mitchell Livingston
|
e63e7ab8e7
|
attempt to fix buttons on Tiger
|
2008-01-17 01:57:14 +00:00 |
Charles Kerr
|
6c6228770c
|
fix byte ordering of the port in tr_peerIoAddrStr()
|
2008-01-17 00:08:40 +00:00 |
Mitchell Livingston
|
88053029bb
|
add the standard close button to the Add window
|
2008-01-16 23:17:36 +00:00 |
Mitchell Livingston
|
b9f6a86c63
|
ensure the reveal button in the inspector scales the image correctly
|
2008-01-16 21:09:59 +00:00 |
Mitchell Livingston
|
8e993f80ef
|
display the action menu on mouse down, not mouse up
|
2008-01-16 20:53:24 +00:00 |
Charles Kerr
|
377c00a826
|
a test: if we set the reconnect period to any given peer to > 900 seconds, will that make "router death" go away? 900 seconds is the usual router setting for timing out bad sockets.
|
2008-01-16 20:24:18 +00:00 |
Mitchell Livingston
|
4b5e05f12e
|
mark action button as pushed when it's clicked; update NEWS
|
2008-01-16 19:49:10 +00:00 |
Mitchell Livingston
|
50a90c3460
|
update NEWS, clean up pieces bar toggle code
|
2008-01-16 19:30:12 +00:00 |
Charles Kerr
|
5965d8d1ae
|
handle tr_torrentClose( NULL ) gracefully.
|
2008-01-16 17:57:13 +00:00 |
Charles Kerr
|
61fc032dc1
|
sync peersSendingToUs with isDownloadingFrom, reported by BentMyWookie
|
2008-01-16 17:52:47 +00:00 |
Charles Kerr
|
7c908fa11a
|
#623: "transmissioncli -i" crashes. reported by anders in the forums.
|
2008-01-16 16:47:58 +00:00 |
Mitchell Livingston
|
875b98145f
|
fix bug when quickly toggling the advanced bar
|
2008-01-16 16:39:18 +00:00 |
Charles Kerr
|
756bacd076
|
(gtk) #616: tray icon info popup, suggested by inferneux and seconded a few times in the forums.
|
2008-01-16 16:03:18 +00:00 |
Mitchell Livingston
|
470d588b50
|
animate the Pieces bar when showing/hiding it
|
2008-01-16 15:56:40 +00:00 |
Charles Kerr
|
a1e20dd7e9
|
more work on "router death": if we can't connect to a given peer, retry it fewer times and wait much longer between retries.
|
2008-01-16 15:13:02 +00:00 |
Charles Kerr
|
34451a57d4
|
(gtk) tweak the keyboard accelerator for removing a torrent. suggested by frandavid100 in the forums.
|
2008-01-16 14:59:10 +00:00 |
Charles Kerr
|
c619642d4e
|
(gtk) better desktop integration by using stock icons in the statusbar. suggested by frandavid100 in the forums.
|
2008-01-16 14:55:07 +00:00 |
Mitchell Livingston
|
e49dc50751
|
fix display of button tip
|
2008-01-16 07:09:14 +00:00 |
Mitchell Livingston
|
4a3d5d7081
|
when mousing over the icon, show the action button
|
2008-01-16 06:48:12 +00:00 |
Mitchell Livingston
|
4dbbe863f9
|
don't show the file icon in minimal mode when hovered over
|
2008-01-16 06:26:52 +00:00 |
Mitchell Livingston
|
f624a2013e
|
experiment with showing the action button only on rollover; updated other button images
|
2008-01-16 06:22:47 +00:00 |
Mitchell Livingston
|
c00c8fa52e
|
update some of the table buttons
|
2008-01-16 05:50:24 +00:00 |
Mitchell Livingston
|
d4518acd18
|
add images for hovering
|
2008-01-16 05:01:45 +00:00 |
Mitchell Livingston
|
5a3b368920
|
update (and add) images for the priority control
|
2008-01-16 04:48:22 +00:00 |
Mitchell Livingston
|
e641e54b2e
|
update inspector tab images
|
2008-01-16 04:37:27 +00:00 |
Mitchell Livingston
|
3c37878b21
|
refinement to priority images
|
2008-01-16 03:48:04 +00:00 |
Mitchell Livingston
|
7037121d3f
|
update priority images
|
2008-01-16 03:27:39 +00:00 |
Mitchell Livingston
|
d540cadbd0
|
never dim the buttons on hover on Tiger
|
2008-01-15 23:57:46 +00:00 |
Mitchell Livingston
|
d144c11997
|
update strings file
|
2008-01-15 23:49:26 +00:00 |
Mitchell Livingston
|
06f0fee7b5
|
dim the action button when hovered over, and display the appropriate status string
|
2008-01-15 23:48:03 +00:00 |