Jordan Lee
4b9626bb83
Licensing changes:
...
1. add the option the code to be used under GPLv2 or GPLv3; previously only GPLv2 was allowed
2. add the "proxy option" as described in GPLv3 so we can add future licenses without having to bulk-edit everything again :)
3. remove the awkward "exception for MIT code in Mac client" clause; it was unnecessary and confusing.
2014-01-19 01:09:44 +00:00
Jordan Lee
4904b923fb
(trunk) restore copyright year as suggested in email by rms
2014-01-18 20:56:57 +00:00
Jordan Lee
632edad03d
(trunk, qt) #5514 'enhanced network status in transmission-qt' -- patch by rb07
2013-10-20 19:57:48 +00:00
Jordan Lee
47c350c7a0
revert error r14185 error
2013-08-30 18:01:51 +00:00
Jordan Lee
3cf26eb273
revert quint64/quint32/qint64/qint32 use to inttypes to match libtransmission's API
2013-08-29 00:37:37 +00:00
Jordan Lee
f3d35b0da3
instead of inttypes, use Qt integral types -- eg, s/uint64_t/quint64/
2013-08-24 19:42:51 +00:00
Jordan Lee
1c79173459
support qt5 in transmission-qt
2013-07-27 21:58:14 +00:00
Jordan Lee
cd09204a6e
(trunk) first draft of changing the FreeSpace API to behave as https://trac.transmissionbt.com/ticket/4076#comment:25 -- libT, rpc, qt, and gtk implementations.
2013-02-09 04:05:03 +00:00
Jordan Lee
51c1daeb9a
(qt) #5277 'queue operation regression in nightlies': fixed.
2013-02-06 18:27:47 +00:00
Jordan Lee
5ae75bfced
(qt) copyediting: whitespace/indentation
2013-02-03 19:40:20 +00:00
Jordan Lee
ea6228d81b
(qt) #5252 : disable file editing in the options dialog. remove keyboard shortcuts that conflicted with renaming files in file-tree.c. fix refresh issue in the file-tree when renaming files.
2013-01-28 07:01:58 +00:00
Jordan Lee
779049bf1b
(qt) when changing the session's download dir, call session-get to update the freespace value
2013-01-27 21:02:04 +00:00
Jordan Lee
895f86e0fb
(qt) #4076 'free space indicator' -- added.
2013-01-27 17:19:51 +00:00
Jordan Lee
1bedf94240
(qt) #5252 'File-renaming causes QObject::startTimer error': probable fix.
2013-01-25 05:43:22 +00:00
Jordan Lee
434bd6b287
(libT) #1220 'change top folder names' -- when the root file/folder is changed, update tr_info.name too.
2013-01-22 00:25:42 +00:00
Jordan Lee
dd955b121e
(trunk) #1220 'change top folder names' -- add file-renaming to the Qt client
2013-01-20 01:31:58 +00:00
Jordan Lee
9d6db0da15
(qt) #5219 'QPrintable and non Latin-1 symbols on Ubuntu' -- clean fix by rb07
2013-01-17 18:11:55 +00:00
Jordan Lee
d4242140be
this should have been included in the previous commit. :/
2013-01-15 21:59:04 +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
c1559f3cc4
(trunk, libT) first drop of the tr_quark patch.
2012-12-22 20:35:19 +00:00
Jordan Lee
e96ed247fe
refactor libtransmission's tr_benc class as tr_variant.
2012-12-14 04:34:42 +00:00
Jordan Lee
97e1e60c6c
(trunk, qt) #4760 'transmission-qt breaks unicode characters in the default target dir' -- fixed with patch from rb07
2012-08-19 16:12:20 +00:00
Jordan Lee
4195e3671c
(trunk qt) #4983 "regression on Preferences' Open Web Client w/remote session" -- fixed.
2012-07-22 15:18:52 +00:00
Jordan Lee
0f0c59c620
queuing: fix "unhandled pref: 60" error reported by rb07
2011-08-09 13:35:44 +00:00
Jordan Lee
61174b007e
(trunk) #671 "torrent queuing" -- Preliminary implementation. Covers libtransmission; GTK+ and Qt clients, and rudimentary web client support.
2011-08-01 22:24:24 +00:00
Jordan Lee
33eb6d3f9e
(trunk) #3817 remove OS proxy integration from the GTK+ client
2011-05-27 13:36:53 +00:00
Jordan Lee
20655ede63
(trunk qt) sync Qt client with r12355
2011-04-15 21:46:26 +00:00
Jordan Lee
4b4f3a0efb
(trunk qt) housekeeping: tr_bool --> bool
2011-03-23 18:26:01 +00:00
Jordan Lee
3f1b060241
(trunk T) add preliminary enable/disable toggles in daemon, gtk, and qt clients. 'preliminary' because this may be widened to a tri-state of inabled, disabled, and incoming only
2011-02-18 00:33:29 +00:00
Charles Kerr
19c043ed84
(trunk qt) #3836 "libevent2 support" -- add a mechanism to make it easier to build the Qt client with custom installs of libevent2
2010-12-31 19:44:51 +00:00
Charles Kerr
006014edab
(trunk) #3817 "Use the OS' proxy support" -- implemented for Qt
2010-12-11 21:27:15 +00:00
Charles Kerr
92620b72b0
(trunk) #3697 "make blocklist URL configurable" -- implemented in GTK+, Qt, and RPC
2010-10-31 17:16:12 +00:00
Daniel Lee
0b7d2b25a1
(qt) #3593:rpc authetication setting broken in qt client
2010-10-02 15:18:07 +00:00
Daniel Lee
ac53f4792f
switch trackerRemove and trackerReplace rpc calls to use tracker id instead of announce urls as identifiers
2010-09-14 06:23:48 +00:00
Charles Kerr
065ef5a339
(trunk qt) now that 4.6 has a standard call QIcon::fromTheme(), we can drop the third-party qticonloader code
2010-08-06 20:21:35 +00:00
Charles Kerr
d4f97143cd
(trunk qt) #3481 "crash when accessing a remote session that's password protected" -- fixed
2010-08-04 13:56:52 +00:00
Charles Kerr
1477c8909f
(trunk qt) synchronize the copyright notices
2010-08-01 20:36:13 +00:00
Charles Kerr
3fa4865863
(trunk) #3450 "regression: Qt client dbus support broken" -- fixed
2010-08-01 18:55:04 +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
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
Daniel Lee
c8408b755f
(qt) #3362:Edit trackers in transmission-qt
2010-06-30 05:55:46 +00:00
Daniel Lee
0988fd3ead
(qt) #3299:Enabled setting encryption preference
2010-06-17 02:50:50 +00:00
Daniel Lee
32a4f1df10
(qt) #3147 : qtr delayed to connect to remote session automatically
2010-06-16 02:58:44 +00:00
Daniel Lee
c19f73f77e
(qt) #3275 : Seed ratio limit and ratio limit enabled are currently not pulled from a remote session
2010-06-08 17:37:29 +00:00
Charles Kerr
77ef2c1e0c
(trunk qt) #2612 "display new transfer window when adding magnet transfer" -- implemented for Qt client
2010-05-13 23:54:32 +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
4d61db45aa
(trunk qt) #3060 "Local Peer Discovery protocol implementation" -- fix r10611 bug. Longinus00 found the bug and submitted a patch.
2010-05-06 13:58:04 +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
487783d1e2
(trunk qt) #2840 "opening magnets with qt client opens new instances" -- fixed in trunk for 2.00
2010-04-27 03:10:32 +00:00