1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 17:47:37 +00:00
Commit graph

235 commits

Author SHA1 Message Date
Charles Kerr
d731848f21 (trunk qt) bugfix: Torrent.isMagnetTorrent wasn't initialized in Torrent's constructor 2010-08-01 15:40:52 +00:00
Charles Kerr
040bc734f8 (trunk) fix a documentation error in the RPC spec. lastAnnounceResult is a string, not an int 2010-08-01 14:51:28 +00:00
Charles Kerr
ef8ffe3512 (trunk qt) #3465 "add drag-and-drop support for adding torrents/magnets" -- added. 2010-07-31 23:11:05 +00:00
Daniel Lee
b5dabf2968 (qt) Fix filterbar trackerlist not updating when trackers change 2010-07-31 16:25:59 +00:00
Charles Kerr
52922f89f1 (trunk qt) fix icon spacing issue in Oxygen theme 2010-07-31 06:55:26 +00:00
Charles Kerr
91594e583f (trunk qt) use the system's ToolButtonStyle, and have the QActions' priorities match the GTK+ client's "is-imporant" GtkAction hints 2010-07-31 06:37:04 +00:00
Charles Kerr
344e4bedc5 (trunk) set minimum widths for the upload/download labels in the statusbar 2010-07-31 06:20:17 +00:00
Charles Kerr
5ebcdd5fc5 (trunk qt) fix minor roundoff error in speed formatter 2010-07-31 05:54:46 +00:00
Charles Kerr
48304add97 (trunk qt) fix filterbar issue reported by Lacrocivious 2010-07-31 00:03:59 +00:00
Charles Kerr
e41281a997 (trunk qt) #3459 "Qt client's filterbar should be updated to match the GTK+ client's" -- fixed 2010-07-30 22:31:31 +00:00
Charles Kerr
f63d475d13 (trunk qt) minor code simplification 2010-07-30 22:24:48 +00:00
Charles Kerr
729bbd292f (trunk qt) 1. fix icon sizing issue. 2. add a mechanism to get the favicon from the hostname as an alternative to passing in the full announce UR.L 2010-07-30 22:23:47 +00:00
Charles Kerr
ab7fafcf42 (trunk qt) silence a spurious cerr linefeed 2010-07-30 22:22:52 +00:00
Charles Kerr
56f9f899a2 (trunk qt) fix a couple of small memory leaks detected by valgrind 2010-07-28 20:17:16 +00:00
Charles Kerr
c5838c01ff (trunk qt) minor little pixel futzing 2010-07-28 19:55:56 +00:00
Charles Kerr
cee744fcdd (trunk qt) "Qt client's Files list should be sortable" -- fixed 2010-07-28 18:53:25 +00:00
Charles Kerr
009d024908 (trunk qt) #3454 "sync trackers tab with GTK+ client" --
1. add "show backup trackers" togglebutton.
2. fix bug where toggling "show more" didn't take effect instantly
3. sync the "show more" preferences key with the GTK+ client
4. fix a couple of minor tracker text inconsistencies with the GTK+ client
2010-07-28 14:43:47 +00:00
Charles Kerr
e6bafdf26b (trunk) #3045 "size units" -- sync the default units in all the apps s.t. they're consistent with each other 2010-07-28 00:31:11 +00:00
Charles Kerr
914af1c9f8 (trunk Qt) sync the "trackers" tab with the GTK+ client and more. 2010-07-27 19:43:32 +00:00
Charles Kerr
f9db0755c0 (trunk qt) fix undefined uint64_t build error on F13 2010-07-26 00:22:07 +00:00
Charles Kerr
865095ecfb (trunk qt) sync compact mode's keyboard shortcut with the GTK+ client's 2010-07-25 22:52:39 +00:00
Charles Kerr
bc26576355 (trunk qt) sync the compact view's progressbar with the GTK+ client's 2010-07-25 22:14:13 +00:00
Charles Kerr
9380d29280 (trunk qt) if the server doesn't have a favicon, don't keep retrying for one 2010-07-25 20:38:44 +00:00
Charles Kerr
7ae565ccdf (trunk qt) silence a few compiler warnings 2010-07-25 20:36:33 +00:00
Charles Kerr
b00b147e03 (trunk qt) readability changes to the favicon cache 2010-07-25 17:42:43 +00:00
Charles Kerr
8034e06cf2 (trunk qt) add code for a favicon cache -- it even shares the GTK+ client's favicon cache directory. :) This isn't plugged in anywhere yet, but will be useful when the filterbar and trackers tab are synced with the GTK+ client. 2010-07-25 17:16:03 +00:00
Charles Kerr
12feea7c42 (trunk qt) use the unicode up/down arrows as in the GTK+ client 2010-07-24 23:51:02 +00:00
Charles Kerr
6692699072 (trunk qt) #2560 "idle seeding time limit" -- Qt support 2010-07-24 04:14:43 +00:00
Charles Kerr
3655047e85 (trunk) #2560: rename "inactive limit" to "idle limit". Add support in GTK+ client and preliminary support to Qt client 2010-07-24 02:57:39 +00:00
Charles Kerr
e5ed55808e (trunk qt) use the GTK+ client's compact mode 2010-07-24 02:43:06 +00:00
Charles Kerr
52c04a0d06 (trunk) some units formatter cleanup. 2010-07-09 20:53:38 +00:00
Charles Kerr
2528bfe2a3 (trunk qt) ensure that units are i18nized in the Qt client. Update the Qt translation files. 2010-07-07 00:30:42 +00:00
Charles Kerr
610061f79a (trunk T) #3045 "units" -- modify the formatter functions based on feedback from BMW 2010-07-06 20:25:54 +00:00
Charles Kerr
cc66971d45 (trunk qt) silence a compiler warning in yesterday's SqueezeLabel commit 2010-07-06 15:59:35 +00:00
Charles Kerr
ee729b2642 (trunk svn) #3398 "fix compilation with QT < 4.5" -- fixed 2010-07-06 15:52:32 +00:00
Charles Kerr
ee725c7453 (trunk qt) #3393 "SqueezeLabel implementation eats CPU" -- fixed 2010-07-05 18:29:40 +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
Daniel Lee
62b53b3e10 (qt) fix a potential crash in the tracker display 2010-07-03 19:34:36 +00:00
Daniel Lee
a782d7849e (qt) delete multiple trackers at once 2010-07-03 03:46:14 +00:00
Charles Kerr
bb92d05860 (trunk) rename the Qt client's "Units" class as "Formatter" 2010-07-03 01:10:36 +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
16c0e9afcc (trunk qt) sync the Preference dialog's "Torrents" tab's section names ("Adding", "Downloading", "Seeding") with the GTK+ client's. 2010-07-01 16:15:08 +00:00
Daniel Lee
c8408b755f (qt) #3362:Edit trackers in transmission-qt 2010-06-30 05:55:46 +00:00
Daniel Lee
45b0c1d858 update transmission-qt README 2010-06-27 20:19:40 +00:00
Daniel Lee
b6fa7df0f6 (qt) install manpage added in r10882 2010-06-26 21:42:50 +00:00
Charles Kerr
0bfc4b0207 (trunk) add transmission-qt manpage 2010-06-26 20:17:20 +00:00
Daniel Lee
f22eac4709 (qt) #3286:Use flagStr in the status field of the peer list 2010-06-26 17:48:27 +00:00
Charles Kerr
4094dc2544 (trunk qt) sync the Qt client's statusbar with the GTK+ client's wrt #3344 and #2793 2010-06-25 21:04:33 +00:00
Charles Kerr
5baab746c6 (trunk) #3332 "cannot run multiple qtr instances" -- fixed 2010-06-25 03:53:53 +00:00
Daniel Lee
02429724c6 (qt) Change default peer sort order to peer address 2010-06-24 16:11:02 +00:00