transmission/qt
Jordan Lee 9d6db0da15 (qt) #5219 'QPrintable and non Latin-1 symbols on Ubuntu' -- clean fix by rb07 2013-01-17 18:11:55 +00:00
..
icons
translations (trunk, qt) #5164 'french translation for qt client' -- added translation by UBIK. 2012-12-17 16:36:29 +00:00
README.txt
about.cc
about.h
add-data.cc refactor libtransmission's tr_benc class as tr_variant. 2012-12-14 04:34:42 +00:00
add-data.h
app.cc Tweak the text of the First Time User legal dialog. 2013-01-16 20:55:08 +00:00
app.h
application.qrc
config.pri.in
dbus-adaptor.cc
dbus-adaptor.h
details.cc (qt) #5213 "Incomplete update of details.cc" from rb07 2013-01-06 15:30:41 +00:00
details.h
favicon.cc
favicon.h
file-tree.cc
file-tree.h
filterbar.cc (qt) small speedup when rebuilding the activity combobox's counts: walk the torrent model just once, rather than once per activity 2012-12-30 01:28:28 +00:00
filterbar.h
filters.cc
filters.h
formatter.cc (qt) #5219 'QPrintable and non Latin-1 symbols on Ubuntu' -- clean fix by rb07 2013-01-17 18:11:55 +00:00
formatter.h
hig.cc
hig.h
license.cc
license.h
mainwin.cc (qt) tweak the network status icon's tooltip again. This is a followup to r13727 2013-01-03 04:21:45 +00:00
mainwin.h (qt) #5206 'tray icon cancels logout in KDE' -- fixed with patch from basinilya 2013-01-01 20:02:20 +00:00
mainwin.ui
make-dialog.cc (trunk qt) #5059 'Memory leak in the TrMainWindow :: openTorrent' -- fixed. 2012-10-08 04:23:39 +00:00
make-dialog.h
my-valgrind.sh make tr_info.webseedCount and tr_info.trackerCount unsigned. 2012-12-30 22:06:45 +00:00
options.cc (qt) #5208: refinement to r13734 as suggested by rb07. 2013-01-03 18:56:39 +00:00
options.h refactor libtransmission's tr_benc class as tr_variant. 2012-12-14 04:34:42 +00:00
prefs-dialog.cc re-sync the GTK+ and Qt clients' prefs dialogs. 2013-01-16 21:42:03 +00:00
prefs-dialog.h re-sync the GTK+ and Qt clients' prefs dialogs. 2013-01-16 21:42:03 +00:00
prefs.cc (trunk, qt) #5060 'start minimized to tray option' -- added. 2012-12-30 22:51:55 +00:00
prefs.h (trunk, qt) #5060 'start minimized to tray option' -- added. 2012-12-30 22:51:55 +00:00
qtr.ico
qtr.pro (trunk, qt) #5164 'french translation for qt client' -- added translation by UBIK. 2012-12-17 16:36:29 +00:00
qtr.rc
relocate.cc
relocate.h
session-dialog.cc
session-dialog.h
session.cc (qt) #5219 'QPrintable and non Latin-1 symbols on Ubuntu' -- clean fix by rb07 2013-01-17 18:11:55 +00:00
session.h (trunk, libT) first drop of the tr_quark patch. 2012-12-22 20:35:19 +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 (trunk, T) #5072 "In the torrent list, show how many web seeds we're downloading from" -- made the Qt, GTK+, and web client text consistent 2012-10-07 17:51:56 +00:00
torrent-delegate.h
torrent-filter.cc (qt) small speedup when rebuilding the activity combobox's counts: walk the torrent model just once, rather than once per activity 2012-12-30 01:28:28 +00:00
torrent-filter.h (qt) small speedup when rebuilding the activity combobox's counts: walk the torrent model just once, rather than once per activity 2012-12-30 01:28:28 +00:00
torrent-model.cc In TorrentModel.updateTorrents(), don't call getIds() if we don't need them 2012-12-29 21:05:05 +00:00
torrent-model.h In TorrentModel.updateTorrents(), don't call getIds() if we don't need them 2012-12-29 21:05:05 +00:00
torrent.cc make tr_info.webseedCount and tr_info.trackerCount unsigned. 2012-12-30 22:06:45 +00:00
torrent.h rearrange the class' fields by size, saving a few bytes off each Peer and TrackerStat struct. 2012-12-30 05:53:12 +00:00
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 (trunk qt) 'syntax error in transmission-qt.desktop' -- fixed with patch from kalev. 2012-12-30 22:31:38 +00:00
transmission_en.qm
triconpushbutton.cc
triconpushbutton.h
types.h
utils.cc (qt) #5204 extra cleanups in Utils::guessMimeIcon() from rb07 2012-12-31 22:43:29 +00:00
utils.h
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)