1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00
Commit graph

865 commits

Author SHA1 Message Date
Mitchell Livingston
0d8e37403f return "error" when requesting a speed or ratio string for speed/ratio less then 0 2007-03-15 12:46:51 +00:00
Mitchell Livingston
aa1705226c add BTG to clients 2007-03-14 02:08:40 +00:00
Josh Elsasser
494ca91fd6 Append a frontend-specific tag to saved torrents.
This prevents one frontend from deleting a saved torrent used by another.
2007-03-13 06:56:50 +00:00
Mitchell Livingston
305675cc3b tiny consistency changes 2007-03-11 22:12:01 +00:00
Mitchell Livingston
3ea3455a4a ...add updated Growl 0.7.6 framework 2007-03-08 19:37:15 +00:00
Mitchell Livingston
571e2e04b4 Remove old Growl framework... 2007-03-08 19:33:38 +00:00
Mitchell Livingston
df6877d104 "creator" was set to "comment" by a typo in [1524] 2007-03-06 03:39:48 +00:00
Mitchell Livingston
1713e5ff88 avoid retaining tons of copies of the folder icon 2007-03-05 16:51:32 +00:00
Mitchell Livingston
cf1e916cc0 store folder icons for now 2007-03-05 02:46:48 +00:00
Mitchell Livingston
5b0332ea4b store file list icons to increase speed under the file tab 2007-03-05 02:31:20 +00:00
Mitchell Livingston
258d61e1c9 forgot a return 2007-03-02 02:20:37 +00:00
Mitchell Livingston
82da9ce667 hide error message in inspector if it is no longer applicable 2007-03-02 01:57:55 +00:00
Mitchell Livingston
22d5a4ecf5 the last commit shouldn't have unhid the check boxes 2007-03-02 01:35:31 +00:00
Mitchell Livingston
81cda31d78 move torrent check code to the Torrent class 2007-03-02 01:34:06 +00:00
Josh Elsasser
67826df085 Use a tr_tracker_info_t * directly in tr_info_t and tr_tracker_t. 2007-02-27 04:00:38 +00:00
Mitchell Livingston
16cd689de2 small efficiency change and some improvements for the invisible file checkboxes 2007-02-23 19:17:31 +00:00
Mitchell Livingston
74d2eefac4 localize new string 2007-02-23 15:56:52 +00:00
Mitchell Livingston
c21833ab06 show individual file progress in inspector 2007-02-23 13:40:30 +00:00
Mitchell Livingston
c7e9f024e0 add a 'New Folder' button to the select download folder dialogue 2007-02-19 13:40:55 +00:00
Mitchell Livingston
fbfa8c1896 small help changes 2007-02-16 14:46:19 +00:00
Mitchell Livingston
2fcc2d76d6 this might've given the masses the wrong idea 2007-02-16 14:34:52 +00:00
Mitchell Livingston
761488a96a remove a period in help
a bit of a waste of commit 1500 8-)
2007-02-16 14:27:45 +00:00
Mitchell Livingston
ae337ae844 small help fix 2007-02-16 14:19:54 +00:00
Mitchell Livingston
87994eb063 updated help from jah 2007-02-16 14:14:04 +00:00
Mitchell Livingston
0ee76befd9 remove unused custom subclass 2007-02-16 02:56:19 +00:00
Mitchell Livingston
841e7dbf64 simplify code a tiny bit more 2007-02-14 15:45:13 +00:00
Mitchell Livingston
c08050a074 combined essentially the same code (an extra conversion and multiplication shouldn't hurt) 2007-02-14 15:41:01 +00:00
Mitchell Livingston
60d0c333ff avoid some calculations of piece availability if there are no peers 2007-02-14 02:05:46 +00:00
Mitchell Livingston
7d569e7981 piece availability should not be considered if no peers have it 2007-02-14 02:02:44 +00:00
Mitchell Livingston
a9f981b095 updated Localizable.strings 2007-02-12 16:09:33 +00:00
Mitchell Livingston
595763c344 clicking on download/seeding complete growl notifications will reveal in finder 2007-02-11 23:38:36 +00:00
Mitchell Livingston
c9d2f7005c Sounds pulldowns only get sounds from the built-in system sound folder. This should avoid an Apple error (and resulting crash) with some wav files on Intel macs. 2007-02-09 15:02:25 +00:00
Mitchell Livingston
131fa9011d efficiency is advanced bar drawing 2007-02-09 14:33:57 +00:00
Mitchell Livingston
727e167705 get rid of unnecessary comparison 2007-02-09 12:52:32 +00:00
Mitchell Livingston
3f57aea897 the advanced bar's "mini progress bar" should be more accurate 2007-02-09 05:19:08 +00:00
Mitchell Livingston
92ea12482d when ratio setting is global save it as such 2007-02-09 02:34:30 +00:00
Mitchell Livingston
6a9f6c3236 use actual port used when checking the status 2007-02-07 05:32:16 +00:00
Mitchell Livingston
6c85eee3f8 hopefully this makes the inspector less confusing once and for all....use popup buttons instead of checks 2007-02-07 05:01:07 +00:00
Mitchell Livingston
92fa92b8d4 update to 2007 2007-02-06 20:19:18 +00:00
Josh Elsasser
f67ad8cf47 Add a new interface to make the public port available to the frontend. 2007-02-06 04:26:40 +00:00
Mitchell Livingston
339b2ae85a typo 2007-02-04 08:01:37 +00:00
Mitchell Livingston
feb85e9781 fix column font size in inspector 2007-02-04 07:40:23 +00:00
Mitchell Livingston
05a5e16ff8 fix a stupid mistake 2007-02-02 18:11:37 +00:00
Mitchell Livingston
c5badbf343 simplify getting string 2007-02-02 18:03:19 +00:00
Mitchell Livingston
3b7de9ceec same as last change for ratio option 2007-02-02 17:54:24 +00:00
Mitchell Livingston
5d2ae4eb61 simplify options for download limits in inspector with 3 check states: mixed for system defaults, checked for override with limit, and no check for no limit 2007-02-02 17:33:32 +00:00
Mitchell Livingston
50fbe60adb parentheses makes things better 2007-02-02 01:51:23 +00:00
Josh Elsasser
263bf6ff0c Check for private flag in main dict too. 2007-01-27 22:37:10 +00:00
Mitchell Livingston
8d89e4f148 unneeded change 2007-01-26 04:44:47 +00:00
Mitchell Livingston
d6683cc350 fixed problem when opening multiple torrents at once when "always ask" was enabled
also, don't add files to the recently opened menu unless it actually is added
2007-01-26 04:31:32 +00:00