Charles Kerr
574a8230f5
(trunk gtk) #3392 "gtk client can set individual torrents' download speed to 1 KBps but not 0" -- fixed
2010-07-04 18:30:14 +00:00
Charles Kerr
d63b719e43
(trunk gtk) have the GtkStatusIcon code use the same icon fallback scheme as the AppInd code
2010-07-04 18:27:03 +00:00
Charles Kerr
6e5af03d78
(trunk) #3045 "speed units" -- change the public API of libtransmission based on feedback from livings
2010-07-04 06:07:21 +00:00
Charles Kerr
cdcc4705aa
(trunk) #3045 "make libtransmission's API byte-oriented instead of KiB-oriented." -- implemented. This is a largish commit and will break the mac build for a little while.
2010-07-03 00:25:22 +00:00
Charles Kerr
b40c3ee234
(trunk gtk) #3380 "increase size of 'add url' text field" -- done.
2010-06-30 23:40:25 +00:00
Charles Kerr
353e37c69e
(trunk gtk) right-align the upload/download speed columns in the Properties dialog's peers tab
2010-06-27 00:15:03 +00:00
Charles Kerr
f097e05d7b
(trunk gtk) add portability wrapper for gtk_widget_get_realized() in gtk+ < 2.20
2010-06-26 16:07:15 +00:00
Charles Kerr
01a10a2b6e
(trunk gtk) #3346 "busy icon needed while processing request" -- added.
2010-06-26 15:55:19 +00:00
Charles Kerr
e2b4933777
(trunk gtk) #3344 "statusbar needs better grouping of speeds and their icons" -- fixed
2010-06-25 20:15:05 +00:00
Charles Kerr
688ec1bafc
(trunk gtk) #3345 "Remove button deselects selected torrents" -- fixed
2010-06-25 19:24:26 +00:00
Charles Kerr
c927189fed
(trunk gtk) #3348 "Add URL doesn't warn upon corrupt torrents" -- fixed.
2010-06-25 17:40:55 +00:00
Charles Kerr
fa267d9f2b
(trunk gtk) experimental fix for #3335 "magnet link options dialog does not respect setting."
2010-06-23 16:51:16 +00:00
Charles Kerr
79ca1fb96a
(trunk gtk) #3336 "gtk client confuses magnet links as files and tries to trash them" -- fixed
2010-06-23 16:32:02 +00:00
Daniel Lee
bbe9e9843a
#3298:Prettier formating of percentages
2010-06-22 22:30:58 +00:00
Charles Kerr
1d63aa4cda
(trunk) add tr_formatter_size() and tr_formatter_speed() so that all the client apps don't have to reinvent the wheel
2010-06-22 04:34:16 +00:00
Charles Kerr
e70bebf930
(trunk) #1521 "memory cache to reduce disk IO" -- commit block-cache-rc1.diff to trunk for the nightlies.
2010-06-19 14:25:11 +00:00
Charles Kerr
0eccb5a477
(trunk gtk) #3295 "transmission updates the blocklist even when the blocklist is disabled" -- fixed in trunk for 2.00
2010-06-15 15:35:40 +00:00
Charles Kerr
4a2a685a1e
(trunk gtk) minor improvements to the prefs dialog's layout
2010-06-04 16:43:16 +00:00
Charles Kerr
2f56196206
(trunk) add "filename" arg to the dbus message when passing a .torrent from one instance of Transmission to another
2010-06-03 19:53:01 +00:00
Charles Kerr
07c27409e8
(trunk gtk) #3245 : "Crash in GTK+ client from NULL pointer dereference in tr_torrent_open_folder()" -- fixed in trunk for 2.00
2010-05-30 21:49:39 +00:00
Charles Kerr
6ed4d1d87d
(trunk gtk) #3239 "move .torrent files to trash" not working when .torrent added via dbus
2010-05-29 16:12:42 +00:00
Charles Kerr
56e614b66d
(trunk gtk) remove function gtr_localtime2()
2010-05-28 19:43:37 +00:00
Charles Kerr
de9a7c7b30
(trunk gtk) in the prefs dialog, swap the order of "random port" and "port forwarding"
2010-05-20 16:39:23 +00:00
Charles Kerr
c089500e8d
(trunk gtk) tweak the filterbar's spacing
2010-05-20 16:37:59 +00:00
Daniel Lee
4342a7a01b
(gtk) Port qt remove dialog changes to gtk
2010-05-18 23:49:41 +00:00
Charles Kerr
5eb2f5a274
(trunk gtk) and while we're on the subject, fix more tab damage
2010-05-18 20:55:14 +00:00
Charles Kerr
c7bbd4dc20
(trunk gtk) add stock icons to some of the filter states
2010-05-18 14:14:17 +00:00
Charles Kerr
211aa76826
(trunk gtk) futz with the filter bar a little bit
2010-05-16 15:51:01 +00:00
Charles Kerr
e7e627c3e7
(trunk gtk) #2612 "Display new transfer window when adding magnet transfer" -- implemented in GTK+ for 2.00
2010-05-13 13:12:27 +00:00
Charles Kerr
bb8cef3f14
(trunk gtk) minor code cleanup to the file list
2010-05-12 01:34:08 +00:00
Charles Kerr
da2ef53eeb
(trunk) #1796 "run script after torrent completion" -- implemented for libT, RPC, and the GTK+ and Qt clients
2010-05-08 22:42:28 +00:00
Charles Kerr
2b9ab542cb
(trunk) #3060 "Local Peer Discovery" -- in the code, rename LDS as LPD for Local Peer Discovery
2010-05-08 08:42:45 +00:00
Charles Kerr
cf3ccb3385
(trunk gtk) #3187 "Properties window does not support low resolutions" -- fixed for 2.0
2010-05-05 09:56:55 +00:00
Charles Kerr
3473686ee2
(trunk) add LDS toggles to GTK+ client, Qt client, and transmission-remote
2010-05-01 16:23:42 +00:00
Charles Kerr
ed0cf64f0a
(trunk gtk,qt) adjust the opening dialog text. Using Comic Sans instead of Zapf Chancery due to creative differences with livings124
2010-05-01 02:33:44 +00:00
Charles Kerr
d384b38f07
(trunk) minor transmission.h API cleanup.
...
1. remove tr_sessionGetActiveTorrentCount()
2. make tr_sessionCountTorrents() package-visible instead of public.
3. make tr_torrentGetActivity() private instead of public.
2010-04-29 23:08:11 +00:00
Charles Kerr
dba6e3a1e7
(trunk gtk) #3179 "GTK+ Client should use the 24-pixel-wide icon in the system tray" -- fixed in trunk for 2.00
2010-04-29 15:39:29 +00:00
Charles Kerr
ceb95424c4
(trunk gtk) #3174 "Use IEC standard units (KiB, MiB, GiB) instead of (KB, MB, GB)" -- don't use g_format_size_for_display(), since we can't control what units it uses
2010-04-28 01:38:20 +00:00
Charles Kerr
06f044680a
(trunk) #3174 "Use IEC standard units (KiB, MiB, GiB) instead of (KB, MB, GB)" -- implemented for gtk, qt, daemon, cli, and web client
2010-04-28 01:26:46 +00:00
Charles Kerr
358bce52fd
(trunk gtk) #2999 "'Set Location' should support multiple torrents" -- implemented in trunk for 2.00
2010-04-23 19:37:13 +00:00
Charles Kerr
1aa2a856c8
(trunk gtk) #3166 "Add Tracker Favicons to Tracker Tab in Properties Window." -- implemented in trunk for 2.00
2010-04-23 01:46:02 +00:00
Charles Kerr
b477d24222
(trunk gtk) add gtr_warn_if_fail(), a portability wrapper for systems too old for g_warn_if_fail()
2010-04-21 19:23:27 +00:00
Charles Kerr
ceba9e6722
(trunk gtk) #3143 "remote RPC calls cause gtk+ API calls to be made from the wrong thread" -- fixed in trunk for 2.00
2010-04-21 04:38:54 +00:00
Charles Kerr
c8ba63ca07
(trunk gtk) #3146 "Toggle state of 'toggle-main-window' not updated when window is shown after launch with running instance" -- fixed in trunk for 2.00 by a patch from qense
2010-04-17 00:41:24 +00:00
Charles Kerr
cfdb5ed014
(trunk gtk) #3132 "paste clipboard contents into textbox in Add URL dialog" -- implemented for 2.00
2010-04-11 14:18:29 +00:00
Charles Kerr
14411f9694
(trunk gtk) tweak details.c again :)
2010-04-06 04:59:36 +00:00
Charles Kerr
af09bb2853
(trunk) poke at details yet again
2010-04-06 04:54:51 +00:00
Charles Kerr
a709b719bf
(trunk gtk) tweak paused/stopped/finished in the details dialog
2010-04-06 04:02:44 +00:00
Charles Kerr
1efe08d34d
(trunk) #1869 "New status for torrents that reached the seed ratio" -- implemented for GTK+, Qt, and transmission-remote by Longinus00's patch
2010-04-06 02:34:45 +00:00
Charles Kerr
6c8049742f
(trunk) #3109 "configure: option name doesn't match description" -- fixed in trunk for 2.00
2010-04-01 22:12:32 +00:00