transmission/qt
Charles Kerr ec5801b5e7 (trunk qt) #2169: unconditionally link against the bundled version of libevent, since there's apparently no way to let qmake know what autoconf decided about which version of libevent to use 2009-06-05 17:10:12 +00:00
..
icons
README.txt
about.cc (trunk gtk,qt) give kjg credit for the web client 2009-06-02 03:57:40 +00:00
about.h
app.cc
app.h
application.qrc
details.cc
details.h
file-tree.cc
file-tree.h
filters.cc
filters.h
hig.cc
hig.h
license.cc (trunk) add an explicit waiver <http://people.debian.org/~bap/dfsg-faq#waiver> for linking with OpenSSL 2009-06-04 19:12:11 +00:00
license.h
mainwin.cc
mainwin.h
mainwin.ui
make-dialog.cc (trunk qt) add svn properties on the qt source files 2009-05-31 19:33:48 +00:00
make-dialog.h
my-valgrind.sh (trunk qt) plug memory leak 2009-06-01 14:11:52 +00:00
options.cc
options.h
prefs-dialog.cc (trunk qt) add svn properties on the qt source files 2009-05-31 19:33:48 +00:00
prefs-dialog.h (trunk qt) add svn properties on the qt source files 2009-05-31 19:33:48 +00:00
prefs.cc (trunk) #2131: clean up benc read/write API 2009-06-02 01:48:48 +00:00
prefs.h
qticonloader.cc
qticonloader.h
qtr.pro (trunk qt) #2169: unconditionally link against the bundled version of libevent, since there's apparently no way to let qmake know what autoconf decided about which version of libevent to use 2009-06-05 17:10:12 +00:00
relocate.cc
relocate.h
session-dialog.cc
session-dialog.h
session.cc (trunk) #2131: clean up benc read/write API 2009-06-02 01:48:48 +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
torrent-delegate.h
torrent-filter.cc
torrent-filter.h
torrent-model.cc
torrent-model.h
torrent.cc
torrent.h
transmission_en.ts (trunk qt) update translation template 2009-06-03 20:59:24 +00:00
triconpushbutton.cc
triconpushbutton.h
types.h
utils.cc (trunk qt) update translation template 2009-06-03 20:59:24 +00:00
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, 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

   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 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)