Jordan Lee
|
2d3fdc4235
|
(trunk libT) the edge condition bug in ptrarray's bsearch code seems to be fixed, so let's commit the fix with lots of assert()ions enabled so that the nightly build users can show me where I'm wrong :)
|
2011-06-24 18:25:56 +00:00 |
|
Jordan Lee
|
caeeb7e94c
|
(trunk gtk) #4308 "Open with Transmission from Firefox doesn't work since Transmission 2.31" -- added support for uri-formmatted filenames being passed in via the command line
|
2011-06-24 18:16:12 +00:00 |
|
Jordan Lee
|
4f0abde80b
|
(trunk web) #4096 "IPv6 addresses in peer tab of daemon overflow" -- fixed with patch by Harry
|
2011-06-24 17:02:10 +00:00 |
|
Jordan Lee
|
2362580e0e
|
(trunk libT) add a unique key to each tr_bandwidth object, so that when sorting them arbitrarily we can use that key rather than their pointer address. Apparently comparing pointers that aren't allocated in the same array is undefined behavior.
|
2011-06-19 18:34:10 +00:00 |
|
Jordan Lee
|
f134858453
|
(trunk libT) avoid thread issues on startup by ensuring that tr_sessionLoadTorrents() runs in the libtransmission thread.
|
2011-06-19 18:30:57 +00:00 |
|
Jordan Lee
|
bcf89fa9c3
|
(trunk libT) modify how the "stops" sorted container is used s.t. the container's uniqueness requirements are met.
|
2011-06-19 18:26:04 +00:00 |
|
Jordan Lee
|
437ebe32c7
|
(trunk libT) don't use tr_list for the tr_web_task queue
|
2011-06-19 18:18:48 +00:00 |
|
Mitchell Livingston
|
5124d87a5b
|
in the dock badger, check for membership first when removing a torrent
|
2011-06-19 03:59:04 +00:00 |
|
Mitchell Livingston
|
4d5ab8a4c5
|
#4241 Update dock badge count after removing download through web interface
|
2011-06-19 03:52:54 +00:00 |
|
Mitchell Livingston
|
62f594267a
|
#4326 flags for completeness and wasRunning flipped in completeness callback
|
2011-06-19 03:31:41 +00:00 |
|
Mitchell Livingston
|
0a5d025568
|
add µTorrent Embedded to the client list
|
2011-06-16 12:08:52 +00:00 |
|
Mitchell Livingston
|
878f8c775e
|
#4176 Add torrent by info hash
|
2011-06-16 02:19:39 +00:00 |
|
Mitchell Livingston
|
967116ff71
|
decrease the width of the info options view
|
2011-06-16 01:25:58 +00:00 |
|
Mitchell Livingston
|
23ea776bd9
|
disabling alternating row colors in minimal view
|
2011-06-13 23:02:38 +00:00 |
|
Mitchell Livingston
|
8ff275b3b2
|
allow the torrent and tracker scrollviews to draw the background
|
2011-06-13 22:57:33 +00:00 |
|
Mitchell Livingston
|
3e7521963d
|
remove the custom alternating row code in the tracker table, since it isn't futureproof
|
2011-06-13 22:32:55 +00:00 |
|
Mitchell Livingston
|
4458697259
|
remove the custom alternating row code, since it isn't futureproof
|
2011-06-13 22:26:43 +00:00 |
|
Jordan Lee
|
97d80b72aa
|
(trunk web) #4312 "Add sorting by ratio" -- implemented.
|
2011-06-10 14:04:32 +00:00 |
|
Jordan Lee
|
f6d68844bd
|
(trunk libT) #4101 "RPC method blocklist-update is broken" -- add debugging error messages for cases where gzopen/gzread fails
|
2011-06-10 05:34:16 +00:00 |
|
Mitchell Livingston
|
334aa46d60
|
override isOpaque for the status bar and filter bar
|
2011-06-09 02:15:22 +00:00 |
|
Mitchell Livingston
|
83eefe11bd
|
When hiding the filter bar, make the table view the first responder right away.
|
2011-06-07 23:40:10 +00:00 |
|
Mitchell Livingston
|
f0555e8567
|
#4314 tweak the filter bar item positions and the text filter size
|
2011-06-07 23:21:15 +00:00 |
|
Mitchell Livingston
|
a421f2289f
|
When moving objects in an array from an index to a lower index, no need to first fill the final destination with the object before it. This is pointless and causes issues when moving the item to index 0.
|
2011-06-07 23:15:12 +00:00 |
|
Mitchell Livingston
|
6cde66f025
|
When a setting in the Options inspector tab changes, send a notification, preparing for future changes.
|
2011-06-04 13:48:56 +00:00 |
|
Mitchell Livingston
|
104a42333f
|
#4245 Disable Quick Look space key in the inspector
|
2011-06-04 13:17:56 +00:00 |
|
Jordan Lee
|
d3e427cfd8
|
(trunk gtk) #4306 "Bogus <b> and </b> in popup hints" -- fixed.
|
2011-06-02 20:04:23 +00:00 |
|
Mitchell Livingston
|
486679d11c
|
whoops - re-add libz.dylib to the targets
|
2011-05-31 23:28:17 +00:00 |
|
Mitchell Livingston
|
a1973747a1
|
move libz.dylib into the Libraries directory, and remove duplicates
|
2011-05-31 23:26:31 +00:00 |
|
Mitchell Livingston
|
bab6334a64
|
compile the Mac executables with libz support
|
2011-05-31 23:17:03 +00:00 |
|
Mitchell Livingston
|
27fa4091dc
|
have FileListNodes store their corresponding torrents, allowing the removal of this functionality from the file outline view
|
2011-05-31 22:26:04 +00:00 |
|
Mitchell Livingston
|
764f513c4e
|
for good luck, set the creator window to auto-recalculate view loops
|
2011-05-31 02:49:05 +00:00 |
|
Mitchell Livingston
|
086eb80305
|
Set the prefs window to auto recalculate view loops
|
2011-05-31 02:35:32 +00:00 |
|
Mitchell Livingston
|
91b4edde2e
|
Set the inspector to auto recalculate view loops
|
2011-05-31 02:34:01 +00:00 |
|
Mitchell Livingston
|
39971c0995
|
#4300 set the main window to auto-recalculate view loops, so that the tab order will be reset when views are added and removed
|
2011-05-31 02:25:33 +00:00 |
|
Jordan Lee
|
0aa163dfe9
|
(trunk libT) #4295 "'download-dir-free-space' contains garbage" -- fixed by bugmenot patch
|
2011-05-30 18:17:16 +00:00 |
|
Jordan Lee
|
3f6ffb90c2
|
(trunk libt) #4301 "strerror used instead of tr_strerror -- fix in peer-io.c too
|
2011-05-30 15:50:50 +00:00 |
|
Jordan Lee
|
4152033360
|
(trunk daemon) #4301 "strerror used instead of tr_strerror" -- fixed with a patch from taem
|
2011-05-30 15:28:55 +00:00 |
|
Jordan Lee
|
12270afcb2
|
(trunk libT) #4004 "allow drag-and-drop links into the web client" -- implemented via a patch from Mook
|
2011-05-30 15:12:42 +00:00 |
|
Mitchell Livingston
|
4c5f0dcce7
|
#4299 Don't color the entire row for file-level priorities
|
2011-05-30 00:28:32 +00:00 |
|
Mitchell Livingston
|
44a13d7803
|
instead of displaying a star for multiple priorities, display all relevant icons
|
2011-05-30 00:09:22 +00:00 |
|
Mitchell Livingston
|
c6e9e58e0c
|
dead code removal
|
2011-05-29 15:35:36 +00:00 |
|
Jordan Lee
|
7f2e4084dc
|
(trunk libT) fix webseed issue reported by Alex Hartl
|
2011-05-29 14:59:00 +00:00 |
|
Jordan Lee
|
26499dff7d
|
(trunk qt) #4281 "visualize seed progress, like the web client does" -- refinement from rb07 in comment:11
|
2011-05-29 05:05:18 +00:00 |
|
Mitchell Livingston
|
071333dc55
|
remove an inaccurate assignment
|
2011-05-28 02:18:07 +00:00 |
|
Mitchell Livingston
|
e7632f6c9c
|
shorten the web ui url from the prefs window to "http://localhost:%d/"
|
2011-05-28 01:53:37 +00:00 |
|
Jordan Lee
|
9331a3cdac
|
(trunk gtk) #4014 "409 error when opening .../transmission/web without trailing '/'" -- use suggestion from Mezz to have the "open web client" button in the GTK+ client follow the same URL as the Qt client
|
2011-05-28 01:34:07 +00:00 |
|
Jordan Lee
|
2492ac63e5
|
(trunk libutp) #4260 "uTP not working on embedded device" -- use __attribute__ ((__packed__)) on gcc compilers as suggested by KyleK
|
2011-05-28 00:50:11 +00:00 |
|
Jordan Lee
|
a2432f17e4
|
(trunk gtk) #4254 "can't see description about Flags" -- fixed.
|
2011-05-28 00:12:59 +00:00 |
|
Jordan Lee
|
c1d5b4a7e6
|
(trunk, GTK+/Qt) #4281 "Visualize seed progress like the web client does" -- done, with a modified patch & suggestion from mag
|
2011-05-28 00:09:15 +00:00 |
|
Jordan Lee
|
d6e39e4d2f
|
(trunk libT) #4284 "crash via webfrontend or transmission-remote" -- use patch from jerwied
|
2011-05-27 23:28:40 +00:00 |
|