transmission/qt
Jordan Lee de6e408a66 (qt) fix file-tree icon regression caused by r14000 for #5285; found & patched by rb07 2013-04-24 22:56:28 +00:00
..
icons #5335: better compression of .png files by Mangix 2013-04-10 02:27:42 +00:00
translations (qt) #3765 'spanish (LAC) translation': updated translation by rb07 2013-01-22 19:05:32 +00:00
README.txt (trunk qt) bump Qt prerequisite from 4.4 to 4.6 2010-08-06 20:23:32 +00:00
about.cc (qt) copyediting: modify more files to the new indentation/whitespace formatting 2013-01-26 01:19:54 +00:00
about.h (qt) copyediting: modify more files to the new indentation/whitespace formatting 2013-01-26 01:19:54 +00:00
add-data.cc refactor libtransmission's tr_benc class as tr_variant. 2012-12-14 04:34:42 +00:00
add-data.h (trunk qt) move "#include <QFile>" from the header to the .cpp file 2011-03-23 18:22:23 +00:00
app.cc (qt) merge together the two 'add url/magnet link' dialogs. 2013-02-09 23:11:17 +00:00
app.h (qt) copyediting: modify more files to the new indentation/whitespace formatting 2013-01-26 01:19:54 +00:00
application.qrc (qt) #4917 'request for 256x256 icon for transmission-qt': patch by krab 2013-01-22 19:00:40 +00:00
config.pri.in (trunk qt) fix r13200 oops -- I forgot to add the new template file in the qt/ directory 2012-02-04 02:00:21 +00:00
dbus-adaptor.cc (trunk) fix svn properties on several files. Thanks ot Elbandi for suggesting this 2010-10-01 13:33:39 +00:00
dbus-adaptor.h (trunk) fix svn properties on several files. Thanks ot Elbandi for suggesting this 2010-10-01 13:33:39 +00:00
details.cc (qt) copyediting: whitespace/indentation 2013-02-03 19:13:04 +00:00
details.h (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
favicon.cc (trunk) one of the periodic, banal "remove-trailing-spaces from lines of source code" cleanup commits 2010-12-12 16:43:19 +00:00
favicon.h (trunk qt) synchronize the copyright notices 2010-08-01 20:36:13 +00:00
file-tree.cc (qt) fix file-tree icon regression caused by r14000 for #5285; found & patched by rb07 2013-04-24 22:56:28 +00:00
file-tree.h (qt) #5285 'Qt client's file tree should have a size column like the GTK+ client's': done. 2013-02-09 20:51:17 +00:00
filterbar.cc (qt) plug a handful of minor memory leaks 2013-02-03 12:31:44 +00:00
filterbar.h (qt) #4076 'free space indicator': try a different approach to the visible torrent count 2013-02-02 22:29:14 +00:00
filters.cc #671 "torrent queuing" -- modify the queue implementation s.t. every torrent has a queuePosition, even if it's not currently in the queue. 2011-08-02 03:59:54 +00:00
filters.h #671 "torrent queuing" -- modify the queue implementation s.t. every torrent has a queuePosition, even if it's not currently in the queue. 2011-08-02 03:59:54 +00:00
formatter.cc #5165: undo whitespace damage 2013-04-10 02:07:14 +00:00
formatter.h (qt) #5282 "Formatter's sizeToString() and memToString() return wrong text for 0 bytes": fixed. 2013-02-09 18:59:05 +00:00
freespace-label.cc fix r14062 regression reported by x190 in https://trac.transmissionbt.com/ticket/4076#comment:47 2013-04-13 12:22:07 +00:00
freespace-label.h (qt) #4076 'free space indicator': better user feedback when updating the freespace indicator in remote mode 2013-02-09 04:42:07 +00:00
hig.cc (trunk qt) synchronize the copyright notices 2010-08-01 20:36:13 +00:00
hig.h (trunk qt) synchronize the copyright notices 2010-08-01 20:36:13 +00:00
license.cc (qt) copyediting: whitespace/indentation 2013-02-03 19:40:20 +00:00
license.h (qt) copyediting: whitespace/indentation 2013-02-03 19:40:20 +00:00
mainwin.cc (qt) fix nightly regression by zeroing out the myFileDialogOptionsCheck pointer in mainwin's constructor 2013-02-10 18:49:15 +00:00
mainwin.h (qt) merge together the two 'add url/magnet link' dialogs. 2013-02-09 23:11:17 +00:00
mainwin.ui (trunk qt) #4820 -- add rb07's patch for better opening of magnet links 2012-07-13 00:29:40 +00:00
make-dialog.cc (qt) #5248 'fails to create torrent with multiple trackers': patch by rb07 2013-01-24 15:34:45 +00:00
make-dialog.h (trunk) add drag-and-drop support to the "create new torrent" dialogs in the Qt and GTK+ clients 2010-08-02 20:55:11 +00:00
my-valgrind.sh make tr_info.webseedCount and tr_info.trackerCount unsigned. 2012-12-30 22:06:45 +00:00
options.cc (qt) #5280 'show options dialog in more cases': fix verify button issue reported by lucke 2013-02-10 22:44:25 +00:00
options.h (qt) merge together the two 'add url/magnet link' dialogs. 2013-02-09 23:11:17 +00:00
prefs-dialog.cc (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
prefs-dialog.h (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
prefs.cc (qt) #5307 'Error in prefs.cc' -- fixed with patch from rb07. 2013-02-26 04:53:35 +00:00
prefs.h (qt) copyediting: modify more files to the new indentation/whitespace formatting 2013-01-26 01:19:54 +00:00
qtr.ico
qtr.pro (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
qtr.rc
relocate.cc (qt) copyediting: whitespace/indentation 2013-02-03 19:40:20 +00:00
relocate.h (qt) copyediting: whitespace/indentation 2013-02-03 19:40:20 +00:00
session-dialog.cc (trunk qt) synchronize the copyright notices 2010-08-01 20:36:13 +00:00
session-dialog.h (trunk qt) synchronize the copyright notices 2010-08-01 20:36:13 +00:00
session.cc (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
session.h (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
speed.h (qt) copyediting: whitespace/indentation 2013-02-03 19:40:20 +00:00
squeezelabel.cc (trunk qt) silence a compiler warning in yesterday's SqueezeLabel commit 2010-07-06 15:59:35 +00:00
squeezelabel.h (trunk qt) #3393 "SqueezeLabel implementation eats CPU" -- fixed 2010-07-05 18:29:40 +00:00
stats-dialog.cc (qt) copyediting: whitespace/indentation 2013-02-03 19:40:20 +00:00
stats-dialog.h (qt) copyediting: whitespace/indentation 2013-02-03 19:40:20 +00:00
torrent-delegate-min.cc (qt) #5278 'Something strange with the color of progress bars' -- patch by rb07 2013-02-14 23:32:37 +00:00
torrent-delegate-min.h (trunk qt) synchronize the copyright notices 2010-08-01 20:36:13 +00:00
torrent-delegate.cc (qt) #5278 'Something strange with the color of progress bars' -- patch by rb07 2013-02-14 23:32:37 +00:00
torrent-delegate.h (qt) #5278 'Something strange with the color of progress bars' -- patch by rb07 2013-02-14 23:32:37 +00:00
torrent-filter.cc when sorting by activity and both torrents' upload and download speed is zero, use how many peers we're ready to upload to / download from as a secondary key. 2013-01-30 00:20:51 +00:00
torrent-filter.h (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
torrent-model.cc (qt) experiment with making the statusbar's speed/ratio, the desktop icon's tooltip, and the delegate's shortTransferString() all behave the same wrt when to show which transfer speeds 2013-02-07 21:07:16 +00:00
torrent-model.h (qt) experiment with making the statusbar's speed/ratio, the desktop icon's tooltip, and the delegate's shortTransferString() all behave the same wrt when to show which transfer speeds 2013-02-07 21:07:16 +00:00
torrent.cc (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
torrent.h (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
tracker-delegate.cc (trunk) one of the periodic, banal "remove-trailing-spaces from lines of source code" cleanup commits 2010-12-12 16:43:19 +00:00
tracker-delegate.h (trunk) one of the periodic, banal "remove-trailing-spaces from lines of source code" cleanup commits 2010-12-12 16:43:19 +00:00
tracker-model-filter.cc (trunk qt) synchronize the copyright notices 2010-08-01 20:36:13 +00:00
tracker-model-filter.h (trunk qt) synchronize the copyright notices 2010-08-01 20:36:13 +00:00
tracker-model.cc (trunk qt) synchronize the copyright notices 2010-08-01 20:36:13 +00:00
tracker-model.h (trunk qt) synchronize the copyright notices 2010-08-01 20:36:13 +00:00
transmission-qt.1 (trunk) update credits 2011-01-03 05:58:58 +00:00
transmission-qt.desktop (trunk qt) 'syntax error in transmission-qt.desktop' -- fixed with patch from kalev. 2012-12-30 22:31:38 +00:00
transmission_en.qm
triconpushbutton.cc (trunk qt) remove unused code 2012-02-29 02:47:11 +00:00
triconpushbutton.h (trunk qt) synchronize the copyright notices 2010-08-01 20:36:13 +00:00
types.h (trunk qt) synchronize the copyright notices 2010-08-01 20:36:13 +00:00
utils.cc (qt) #5204 extra cleanups in Utils::guessMimeIcon() from rb07 2012-12-31 22:43:29 +00:00
utils.h (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
watchdir.cc (trunk qt) #4428 "Conversion to QString in "New torrent" dialog assumes the input string is ASCII" -- fix many ascii-to-QString assumptions in the code. 2011-08-20 05:19:27 +00:00
watchdir.h (trunk qt) synchronize the copyright notices 2010-08-01 20:36:13 +00:00

README.txt

VOLUNTEERS WANTED

   - Qt developers and translators are needed
   - If you find a bug, please report it at http://trac.transmissionbt.com/
    
ABOUT TRANSMISSION-QT

   Transmission-qt is a GUI for Transmission loosely based on the GTK+ client.

   This is the only Transmission client that can act as its own self-contained
   session (as the GTK+ and Mac clients do), and can also connect to a remote
   session (as the web client and transmission-remote terminal client do).

   Use Case 1: If you like to run BitTorrent for awhile from your desktop,
   then the Mac, GTK+, and Qt clients are a good match.

   Use Case 2: If you like to leave BitTorrent running nonstop on your
   computer or router, and want to control it from your desktop or
   from a remote site, then transmission-remote and the web and Qt clients
   are a good match.

   To use the Qt client as a remote, in the menu go to Edit > Change Session

   The Qt client is also the most likely to wind up running on Windows,
   though that's not a high priority at the moment...

BUILDING ON WINDOWS

   rb07 has a writeup of this on the Transmission wiki:
   https://trac.transmissionbt.com/wiki/BuildingTransmissionQtWindows

BUILDING ON OS X

   nnc has a writeup of this on the Transmission wiki:
   https://trac.transmissionbt.com/wiki/BuildingTransmissionQtMac

BUILDING ON UNIX

   1. Prerequisites: Qt >= 4.6 and its development packages
   2. Build Transmission as normal
   3. In the qt/ directory, type "qmake qtr.pro" or "qmake-qt4 qtr.pro"
   4. In the qt/ directory, type "make"
   5. In the qt/ directory, as root, type "INSTALL_ROOT=/usr make install"
      (Feel free to replace /usr with /usr/local or /opt or whatever)