transmission/qt
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
..
icons
translations (trunk qt) refresh the strings for transmission-qt 2.20; updated es translation from rb07 :) 2011-02-07 22:54:18 +00:00
README.txt
about.cc (trunk) update credits 2011-01-03 05:58:58 +00:00
about.h
add-data.cc (trunk qt) #3863 "accept info hash in 'Add url...' dialog, not just magnet uris" -- added. 2011-01-02 23:42:46 +00:00
add-data.h (trunk qt) #3930 - "Add URL" - auto-copy links from the clipboard 2011-01-21 21:51:50 +00:00
app.cc (trunk qt) #3938 "the defualt config directory isn't created by the Qt client" -- minor revision to r11755 to handle the case of custom config directories passed in via the command line. 2011-01-23 18:40:29 +00:00
app.h
application.qrc
dbus-adaptor.cc
dbus-adaptor.h
details.cc (trunk qt) #3899 "typo in qt/details.cc" -- fixed. patch by cantabile 2011-01-13 19:12:18 +00:00
details.h
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
file-tree.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
file-tree.h
filterbar.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
filterbar.h
filters.cc
filters.h
formatter.cc
formatter.h
hig.cc
hig.h
license.cc
license.h
mainwin.cc (trunk qt) #3930 - "Add URL" - auto-copy links from the clipboard 2011-01-21 21:51:50 +00:00
mainwin.h
mainwin.ui (trunk) #3926 "use 'Open Torrent' instead of 'Add Torrent' in GTK+ and Qt clients" -- fix accelerator ambiguity. 2011-01-20 20:32:28 +00:00
make-dialog.cc (trunk qt) in the "new torrent" dialog, have the "save to" and "source folder" file dialogs be QFileDialog::DirectoryOnly rather than QFileDialog::Directory 2011-02-03 22:13:31 +00:00
make-dialog.h
my-valgrind.sh
options.cc (trunk) #3926: use "Open Torrent" instead of "Add Torrent" in GTK+ and Qt clients -- text changed. 2011-01-20 19:48:13 +00:00
options.h
prefs-dialog.cc (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
prefs-dialog.h
prefs.cc (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
prefs.h (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
qtr.ico
qtr.pro (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
qtr.rc
relocate.cc
relocate.h
session-dialog.cc
session-dialog.h
session.cc (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
session.h (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
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 (trunk gtk, qt) "Show 'queued to verify' torrents in the 'verifying' filter" -- added to trunk. 2010-12-12 16:07:04 +00:00
torrent-filter.h
torrent-model.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
torrent-model.h
torrent.cc
torrent.h
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
tracker-model-filter.h
tracker-model.cc
tracker-model.h
transmission-qt.1 (trunk) update credits 2011-01-03 05:58:58 +00:00
transmission-qt.desktop
transmission_en.qm
triconpushbutton.cc
triconpushbutton.h
types.h
utils.cc
utils.h (trunk qt) #3863 "accept info hash in 'Add url...' dialog, not just magnet uris" -- added. 2011-01-02 23:42:46 +00:00
watchdir.cc
watchdir.h

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)