1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-22 14:10:34 +00:00
Commit graph

4157 commits

Author SHA1 Message Date
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
Mitchell Livingston
ff833b37d6 fix compiling error with last commit 2008-01-15 22:40:58 +00:00
Charles Kerr
d48f7a0026 housekeeping. tweak comments, group API calls a bit. 2008-01-15 22:00:58 +00:00
Mitchell Livingston
7b370036ef unflip the reveal buttons in the inspector 2008-01-15 21:49:40 +00:00
Mitchell Livingston
a846ff7475 remove a warning and commented-out code 2008-01-15 21:22:08 +00:00
Mitchell Livingston
90ed4159ef display the button status tip in minimal mode as well 2008-01-15 21:20:16 +00:00
Mitchell Livingston
2cda37ab07 instead of displaying a tooltip for the buttons, when hovered over, display the "tip" where the status string usually is 2008-01-15 21:09:51 +00:00
Mitchell Livingston
5cfe65531f clean up the code for determining the button image 2008-01-15 19:52:17 +00:00