1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-07 06:54:40 +00:00
transmission/qt
Mike Gelfand f73bfebd7b Move numeric units to the right of values (per KDE HIG)
Follow up commit to change the last phrase standing.
2015-01-11 21:10:46 +00:00
..
icons
translations Move numeric units to the right of values (per KDE HIG) 2015-01-11 21:10:46 +00:00
about.cc
about.h
about.ui
add-data.cc A bit of harmless refactoring 2014-12-27 14:07:14 +00:00
add-data.h
app.cc
app.h
application.qrc
CMakeLists.txt
config.pri.in
dbus-adaptor.cc
dbus-adaptor.h
details.cc Move numeric units to the right of values (per KDE HIG) 2015-01-11 21:10:46 +00:00
details.h
details.ui
favicon.cc
favicon.h
file-tree.cc
file-tree.h
filterbar.cc
filterbar.h
filters.cc
filters.h
formatter.cc
formatter.h
freespace-label.cc
freespace-label.h
hig.cc
hig.h
license.cc
license.h
mainwin.cc
mainwin.h
mainwin.ui
make-dialog.cc
make-dialog.h
make-dialog.ui
make-progress-dialog.ui
my-valgrind.sh
options.cc
options.h
options.ui
path-button.cc
path-button.h
prefs-dialog.cc Move numeric units to the right of values (per KDE HIG) 2015-01-11 21:10:46 +00:00
prefs-dialog.h Move numeric units to the right of values (per KDE HIG) 2015-01-11 21:10:46 +00:00
prefs.cc
prefs.h
qtr.ico
qtr.pro
qtr.rc
README.txt
relocate.cc
relocate.h
relocate.ui
rpc-client.cc
rpc-client.h
session-dialog.cc
session-dialog.h
session-dialog.ui
session.cc
session.h
speed.h
squeezelabel.cc
squeezelabel.h
stats-dialog.cc
stats-dialog.h
stats-dialog.ui
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
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
tricontoolbutton.cc
tricontoolbutton.h
types.h
utils.cc
utils.h
watchdir.cc
watchdir.h

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)