Mike Gelfand
440f482d01
Replace tabs with spaces; remove trailing spaces
2015-01-02 11:15:31 +00:00
Mike Gelfand
8c550a2734
Add missing <QDebug> include (Qt 4 build break)
2014-12-27 20:08:10 +00:00
Mike Gelfand
342f38bbc5
Factor RPC logic out from session (Qt client)
2014-12-27 20:03:10 +00:00
Mike Gelfand
17d6666b4c
A bit of harmless refactoring
...
Prefer C++-style over C-style type casting.
Use qApp instead of QApplication/QCoreApplication::instance().
Use explicit QString::fromLatin1()/fromUtf8() where applicable.
2014-12-27 14:07:14 +00:00
Mike Gelfand
f83872849a
#5543 : Add a warning panel with id of duplicate torrent (patch by rb07 + personal touch)
2014-12-22 00:02:27 +00:00
Mike Gelfand
629281a1e2
Fix license wording in Qt client .cc files to match the rest of the code.
2014-12-21 23:49:39 +00:00
Mike Gelfand
365b28bc81
Strip needless const& specifiers on SIGNAL and SLOT arguments (Qt client)
2014-12-13 09:04:10 +00:00
Mike Gelfand
9605bfc36a
Remove redundant "struct" keyword use in C++ code (Qt client)
2014-12-12 23:21:04 +00:00
Mike Gelfand
67dc1c8485
Strip spaces around :: in C++ code (Qt client)
2014-12-12 23:05:10 +00:00
Mike Gelfand
17769e2e2a
#5077 : Remove torrent file from watch directory even if "show options dialog" is not set (patch from rb07 + some improvements)
...
Refactor Session::addTorrent (add new method) to eliminate duplicate
code in options.cc and ensure that FileAdded object is being created
on torrent addition even with non-interactive workflow.
Move FileAdded class from options.{h,cc} to session.{h,cc}.
2014-12-01 19:24:07 +00:00
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