transmission/qt
Charles Kerr d41318bb05 (trunk qt) session dialog improvements from W4pp 2009-05-03 22:00:56 +00:00
..
icons (trunk qt) hack on the main window layout 2009-04-15 01:59:54 +00:00
README.txt (trunk qt) tweak the build instructions 2009-04-14 02:12:05 +00:00
about.cc (trunk qt) tweaks to About dialog courtesy W4pp 2009-04-26 19:08:49 +00:00
about.h (trunk qt) tweaks to About dialog courtesy W4pp 2009-04-26 19:08:49 +00:00
app.cc (trunk qt) Remember between runs whether we were running a local or remote session. Add a gui dialog for switching sessions during runtime. 2009-05-03 17:37:39 +00:00
app.h
application.qrc (trunk qt) #1522: add upload/download/ratio limits popup menu at the bottom of the main window 2009-04-14 22:05:11 +00:00
details.cc (trunk qt) fix wierdness in the torrent properties dialog's file tab, reported by W4pp 2009-05-02 14:33:10 +00:00
details.h (trunk qt) handle multiple torrent selection in the properties dialog 2009-04-18 23:18:28 +00:00
file-tree.cc
file-tree.h
filters.cc
filters.h
hig.cc
hig.h
mainwin.cc (trunk qt) session dialog improvements from W4pp 2009-05-03 22:00:56 +00:00
mainwin.h (trunk qt) session dialog improvements from W4pp 2009-05-03 22:00:56 +00:00
mainwin.ui (trunk qt) Remember between runs whether we were running a local or remote session. Add a gui dialog for switching sessions during runtime. 2009-05-03 17:37:39 +00:00
make-dialog.cc
make-dialog.h
my-valgrind.sh
options.cc (trunk qt) session dialog improvements from W4pp 2009-05-03 22:00:56 +00:00
options.h
prefs-dialog.cc (trunk gtk, qt) sync some keyboard mnemonics and the about dialogs 2009-04-21 01:00:17 +00:00
prefs-dialog.h
prefs.cc (trunk) very minor tweaks 2009-05-03 19:12:22 +00:00
prefs.h (trunk qt) Remember between runs whether we were running a local or remote session. Add a gui dialog for switching sessions during runtime. 2009-05-03 17:37:39 +00:00
qticonloader.cc
qticonloader.h
qtr.pro (trunk qt) Remember between runs whether we were running a local or remote session. Add a gui dialog for switching sessions during runtime. 2009-05-03 17:37:39 +00:00
session-dialog.cc (trunk qt) session dialog improvements from W4pp 2009-05-03 22:00:56 +00:00
session-dialog.h (trunk qt) add dialog to set local/remote session source 2009-05-03 18:12:11 +00:00
session.cc (trunk qt) session dialog improvements from W4pp 2009-05-03 22:00:56 +00:00
session.h (trunk qt) session dialog improvements from W4pp 2009-05-03 22:00:56 +00:00
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 (trunk qt) fix remove-torrent filtering error reported by W4pp 2009-05-03 18:35:33 +00:00
torrent-model.h (trunk qt) Remember between runs whether we were running a local or remote session. Add a gui dialog for switching sessions during runtime. 2009-05-03 17:37:39 +00:00
torrent.cc (trunk qt) possibly fix display bug reported by W4pp 2009-05-02 13:59:00 +00:00
torrent.h (trunk qt) handle multiple torrent selection in the properties dialog 2009-04-18 23:18:28 +00:00
transmission_en.ts
triconpushbutton.cc (trunk qt) hack on the main window layout 2009-04-15 01:59:54 +00:00
triconpushbutton.h (trunk qt) hack on the main window layout 2009-04-15 01:59:54 +00:00
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: "qtr -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 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)