transmission/qt
Charles Kerr 388076efc8 (qt) fix minor bug reported by RolCol: the "ask for more peers" button was enabled for paused torrents if they were being verified 2009-04-10 04:33:31 +00:00
..
icons
README.txt
about.cc
about.h
about.ui
app.cc
app.h
application.qrc
details.cc
details.h
file-tree.cc
file-tree.h
hig.cc
hig.h
mainwin.cc (trunk qt) remember sorting & filtering mode between sessions 2009-04-10 03:48:19 +00:00
mainwin.h
mainwin.ui
make-dialog.cc
make-dialog.h
my-valgrind.sh
options.cc
options.h
prefs-dialog.cc (trunk qt) remember sorting & filtering mode between sessions 2009-04-10 03:48:19 +00:00
prefs-dialog.h (trunk qt,gtk) include torrents-being-verified in the "active torrents" filter. 2009-04-09 22:42:55 +00:00
prefs.cc (trunk qt) remember sorting & filtering mode between sessions 2009-04-10 03:48:19 +00:00
prefs.h (trunk qt) remember sorting & filtering mode between sessions 2009-04-10 03:48:19 +00:00
qticonloader.cc
qticonloader.h
qtransmission.pro
session.cc (qt) fix minor bug reported by RolCol: the "ask for more peers" button was enabled for paused torrents if they were being verified 2009-04-10 04:33:31 +00:00
session.h
speed.h
squeezelabel.cc
squeezelabel.h
stats-dialog.cc
stats-dialog.h
torrent-delegate-min.cc
torrent-delegate-min.h
torrent-delegate.cc (trunk qt,gtk) include torrents-being-verified in the "active torrents" filter. 2009-04-09 22:42:55 +00:00
torrent-delegate.h
torrent-filter.cc (trunk qt) remember sorting & filtering mode between sessions 2009-04-10 03:48:19 +00:00
torrent-filter.h (trunk qt) remember sorting & filtering mode between sessions 2009-04-10 03:48:19 +00:00
torrent-model.cc
torrent-model.h
torrent.cc
torrent.h (qt) fix minor bug reported by RolCol: the "ask for more peers" button was enabled for paused torrents if they were being verified 2009-04-10 04:33:31 +00:00
transmission_en.ts
types.h
utils.cc
utils.h
watchdir.cc
watchdir.h

README.txt

STATUS

   This application is very new and is in beta.  There may be bugs!
   Also, the name "QTransmission" is a placeholder.

VOLUNTEERS WANTED

   - If you find a bug, please report it at http://trac.transmissionbt.com/
   - New translations are encouraged
   - Windows devs: it would be interesting to see if/how this works on Windows
   - Suggestions for a better name than "QTransmission" would be good ;)
    
ABOUT QTRANSMISSION

   QTransmission 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: "qtransmission -r http://host:port/"

   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

   This currently is a little awkward.  We're working on it...

   1. Prerequisites: Qt >= 4.x and its development packages
   2. Build Transmission as normal
   3. In the qt/ directory, type "qmake-qt4 qtransmission.pro"
   4. In the qt/ directory, type "make"
   5. In the qt/ directory, as root, type "make install"