transmission/qt
Jordan Lee ec82d81598 handle tray icon doubleclicks. (rb07) 2013-08-24 19:22:41 +00:00
..
icons
translations (trunk, qt) #4937: updated transmission_eu.ts by Xabier Aramendi 2013-08-17 16:27:50 +00:00
README.txt (trunk, qt) #5465: restore Qt 4.6 support, patch by mike.did 2013-08-17 16:22:56 +00:00
about.cc support qt5 in transmission-qt 2013-07-27 21:58:14 +00:00
about.h
add-data.cc when adding by filename, take local file separators into account 2013-08-24 19:19:45 +00:00
add-data.h
app.cc support qt5 in transmission-qt 2013-07-27 21:58:14 +00:00
app.h
application.qrc
config.pri.in
dbus-adaptor.cc
dbus-adaptor.h
details.cc #include limits.h where we use it, and don't where we don't 2013-08-24 17:53:45 +00:00
details.h
favicon.cc (trunk, qt) #5465: restore Qt 4.6 support, patch by mike.did 2013-08-17 16:22:56 +00:00
favicon.h
file-tree.cc (trunk, qt) #5465: restore Qt 4.6 support, patch by mike.did 2013-08-17 16:22:56 +00:00
file-tree.h
filterbar.cc support qt5 in transmission-qt 2013-07-27 21:58:14 +00:00
filterbar.h
filters.cc
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
formatter.h
freespace-label.cc support qt5 in transmission-qt 2013-07-27 21:58:14 +00:00
freespace-label.h support qt5 in transmission-qt 2013-07-27 21:58:14 +00:00
hig.cc
hig.h
license.cc
license.h
mainwin.cc handle tray icon doubleclicks. (rb07) 2013-08-24 19:22:41 +00:00
mainwin.h (qt) merge together the two 'add url/magnet link' dialogs. 2013-02-09 23:11:17 +00:00
mainwin.ui
make-dialog.cc support qt5 in transmission-qt 2013-07-27 21:58:14 +00:00
make-dialog.h
my-valgrind.sh
options.cc support qt5 in transmission-qt 2013-07-27 21:58:14 +00:00
options.h
prefs-dialog.cc #include limits.h where we use it, and don't where we don't 2013-08-24 17:53:45 +00:00
prefs-dialog.h
prefs.cc
prefs.h
qtr.ico
qtr.pro (trunk, qt) #5465: restore Qt 4.6 support, patch by mike.did 2013-08-17 16:22:56 +00:00
qtr.rc
relocate.cc
relocate.h
session-dialog.cc
session-dialog.h
session.cc support qt5 in transmission-qt 2013-07-27 21:58:14 +00:00
session.h
speed.h
squeezelabel.cc
squeezelabel.h support qt5 in transmission-qt 2013-07-27 21:58:14 +00:00
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 support qt5 in transmission-qt 2013-07-27 21:58:14 +00:00
torrent-model.h
torrent.cc
torrent.h
tracker-delegate.cc
tracker-delegate.h
tracker-model-filter.cc
tracker-model-filter.h
tracker-model.cc
tracker-model.h
transmission-qt.1
transmission-qt.desktop
transmission_en.qm
triconpushbutton.cc
triconpushbutton.h
types.h
utils.cc
utils.h support qt5 in transmission-qt 2013-07-27 21:58:14 +00:00
watchdir.cc support qt5 in transmission-qt 2013-07-27 21:58:14 +00:00
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", or "qmake-qt5 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)