Jordan Lee
|
d5e45a0c7b
|
(daemon) #5225 nightly regression: remote option '-l' displays warning -- fixed.
|
2013-01-15 18:10:16 +00:00 |
Mitchell Livingston
|
b5cc6b5a4f
|
#5221 Switch to DWARF with dSYM File (STABS debug information format prevents source-level debuging in LLDB)
|
2013-01-14 00:23:45 +00:00 |
Jordan Lee
|
297566dc64
|
(libT) make ptrarray's assertions consume fewer CPU cycles
|
2013-01-13 22:09:18 +00:00 |
Jordan Lee
|
03da3e0a60
|
(libT) #5220 'add etaIdle to torrent-get in RPC' -- done.
|
2013-01-13 20:39:56 +00:00 |
Mitchell Livingston
|
2d746af8ad
|
(trunk) bump to 2.76+
|
2013-01-09 01:30:01 +00:00 |
Jordan Lee
|
cb448dad6a
|
minor code simplification in torrent.c's deleteLocalData() function.
|
2013-01-09 01:11:36 +00:00 |
Jordan Lee
|
569b895cef
|
increase the per-peer prefetch count from 12 to 18. Add a symbolic constant for it.
|
2013-01-09 00:33:00 +00:00 |
Jordan Lee
|
1e9f6d44f9
|
copyediting: update torrent-magnet.c to the new indentation style
|
2013-01-07 18:16:34 +00:00 |
Jordan Lee
|
a9657d56ec
|
replace tr_torrent's 'float etaSpeed_KBps' field with an 'unsigned int etaSpeed_Bps' field
|
2013-01-06 20:15:11 +00:00 |
Jordan Lee
|
a3c184c521
|
(qt) #5213 "Incomplete update of details.cc" from rb07
|
2013-01-06 15:30:41 +00:00 |
Jordan Lee
|
a0657a7522
|
(trunk) only make .xz tarballs in make-dist. anyone who doesn't have xz by now has no excuse.
|
2013-01-05 18:45:28 +00:00 |
Jordan Lee
|
0644020154
|
(web) #5138 'sort setting lost after some days' -- set the cookies to expire after a year, rather than a month.
|
2013-01-05 03:29:22 +00:00 |
Jordan Lee
|
5b89991e51
|
(web) #5210 'filter bar on iOS is too short' -- another tweak based on bmw's feedback
|
2013-01-05 03:05:46 +00:00 |
Jordan Lee
|
7e46d5087f
|
(web) #5210 'filter bar on iOS is too short' -- tweak to undo r13756 regression
|
2013-01-05 02:46:59 +00:00 |
Jordan Lee
|
63fb848f3e
|
(gtk) in makemeta-ui.c, don't rely on g_clear_pointer()... our GLIB_MINIMUM is 2.32.0
|
2013-01-05 00:19:11 +00:00 |
Jordan Lee
|
2e7c9e15bd
|
(cli) #5212 'cli fails when download directory doesn't exist' -- fixed.
|
2013-01-04 23:58:52 +00:00 |
Jordan Lee
|
5b1cd134ad
|
(gtk) #5211 'Transmission main window does not get focus when toggling via AppIndicator applet' -- fixed.
|
2013-01-04 23:25:17 +00:00 |
Jordan Lee
|
9a70ffb4ee
|
(libT) #4633 fix win32 regression introduced in r13752.
|
2013-01-04 19:47:01 +00:00 |
Jordan Lee
|
10b96f0f12
|
(gtk) copyediting: update several files to be closer to the gtk+ indentation style.
|
2013-01-04 19:45:39 +00:00 |
Jordan Lee
|
2a52ebab20
|
(gtk) copyediting: use G_SOURCE_REMOVE and G_SOURCE_CONTINUE where appropriate
|
2013-01-04 16:36:52 +00:00 |
Jordan Lee
|
39dfe75cea
|
(gtk) #5203 transmission-gtk shouldn't use gdk_threads_enter() and gdk_threads_leave() -- remove unnecessary gdk_threads_enter() / gdk_threads_leave() pair in the TrCore prefs-changed callback
|
2013-01-04 07:08:25 +00:00 |
Jordan Lee
|
5877747ad6
|
(gtk) #5203 transmission-gtk shouldn't use gdk_threads_enter() and gdk_threads_leave() -- on shutdown, destruct the TrCore GObject in the glib thread, and then call tr_sessionClose() from a worker thread.
|
2013-01-04 06:57:39 +00:00 |
Jordan Lee
|
4e0ffffbf0
|
(gtk) #5203 transmission-gtk shouldn't use gdk_threads_enter() and gdk_threads_leave() -- when we get an RPC notification, delegate the work back to the gtk thread.
|
2013-01-04 06:35:08 +00:00 |
Jordan Lee
|
892b01ecff
|
(web) #4873 -- fix the margins of the toolbar buttons in mobile css
|
2013-01-04 05:59:18 +00:00 |
Jordan Lee
|
d5bae06433
|
(web) #4873 -- fix left margin of the torrent list in the mobile css
|
2013-01-04 05:25:51 +00:00 |
Jordan Lee
|
6bf2104141
|
(libT) #3833: 0001-In-OS-X-disk-quota-s-info-already-in-bytes.patch -- patch by taem
|
2013-01-04 02:13:10 +00:00 |
Jordan Lee
|
af5572824e
|
(qt) #5770 'rename-partial-files preference not modified' -- fix by rb07
|
2013-01-04 01:59:05 +00:00 |
Jordan Lee
|
cd0628fc8f
|
(libT) #4633 'if executing the torrent-done script fails, log an error' -- done.
|
2013-01-04 01:48:35 +00:00 |
Jordan Lee
|
707a131b4f
|
update NEWS
|
2013-01-03 19:43:50 +00:00 |
Jordan Lee
|
d698cfd057
|
(qt) #5208: refinement to r13734 as suggested by rb07.
|
2013-01-03 18:56:39 +00:00 |
Jordan Lee
|
55551666b0
|
(daemon) add support for listing recently-active torrents
|
2013-01-03 05:10:47 +00:00 |
Jordan Lee
|
08187ef984
|
(qt) tweak the network status icon's tooltip again. This is a followup to r13727
|
2013-01-03 04:21:45 +00:00 |
Jordan Lee
|
69987484fe
|
(qt) #5208 'Replace baseName() with fileName() for FULL file name' -- fixed, patch by krab
|
2013-01-03 03:52:15 +00:00 |
Jordan Lee
|
5cfcfd95c4
|
(qt) #5206 'tray icon cancels logout in KDE' -- fixed with patch from basinilya
|
2013-01-01 20:02:20 +00:00 |
Jordan Lee
|
fd61c3af0b
|
(gtk) #5207 'Simplify GTK+ client's category filter to match Qt and Web clients' -- done.
|
2013-01-01 19:45:00 +00:00 |
Jordan Lee
|
db721de837
|
(gtk) copyediting: indentation & whitespace
|
2013-01-01 18:43:41 +00:00 |
Jordan Lee
|
30cb347d42
|
(qt) #5204 extra cleanups in Utils::guessMimeIcon() from rb07
|
2012-12-31 22:43:29 +00:00 |
Jordan Lee
|
8f9e96d0ce
|
(trunk gtk) #5205 'GTK+ client crashes in recent trunk' -- fixed.
|
2012-12-31 22:37:18 +00:00 |
Jordan Lee
|
f9f304e51c
|
(trunk qt) #5204 'mp4, mkv files are not shown with the video-x-generic icon' -- fixed.
|
2012-12-31 05:01:28 +00:00 |
Jordan Lee
|
b7949bb49a
|
(trunk, qt) make the network status icon's tooltip a little more accurate / useful
|
2012-12-31 02:47:09 +00:00 |
Jordan Lee
|
3414faefd6
|
(trunk, daemon) #4523 'files copied via kde sftp into watchdir not loaded' --fixed, patch by reardon
|
2012-12-30 23:23:00 +00:00 |
Jordan Lee
|
59d1d58d0f
|
oops, I didn't mean to commit these debugging cerr's
|
2012-12-30 22:53:33 +00:00 |
Jordan Lee
|
84c5be5a77
|
(trunk, qt) #5060 'start minimized to tray option' -- added.
|
2012-12-30 22:51:55 +00:00 |
Jordan Lee
|
a79563858e
|
(trunk qt) 'syntax error in transmission-qt.desktop' -- fixed with patch from kalev.
|
2012-12-30 22:31:38 +00:00 |
Jordan Lee
|
3c9640bb8f
|
make tr_info.webseedCount and tr_info.trackerCount unsigned.
|
2012-12-30 22:06:45 +00:00 |
Jordan Lee
|
996670c4f2
|
rearrange the class' fields by size, saving a few bytes off each Peer and TrackerStat struct.
|
2012-12-30 05:53:12 +00:00 |
Jordan Lee
|
e6a64636a2
|
(qt) small speedup when rebuilding the activity combobox's counts: walk the torrent model just once, rather than once per activity
|
2012-12-30 01:28:28 +00:00 |
Jordan Lee
|
500fc6c99b
|
(qt) New method: Torrent.hosts(). The list is derived from the announce URLs in Torrent.trackers(). By remembering this in Torrent, the filterbar won't have to keep recomputing it.
|
2012-12-29 23:40:59 +00:00 |
Jordan Lee
|
162ccc6d3a
|
In TorrentModel.updateTorrents(), don't call getIds() if we don't need them
|
2012-12-29 21:05:05 +00:00 |
Jordan Lee
|
93da75c842
|
in refreshTrayIcon(), use TorrentModel.getUploadSpeed(), .getDownloadSpeed()
|
2012-12-29 21:04:10 +00:00 |