transmission/qt
Daniel Lee 6963f3dc93 (qt) fix partial seeds showing 100% downloaded 2010-05-31 15:30:44 +00:00
..
icons (trunk qt) #3211 "ratio.png white background" -- fixed in trunk for 2.00 2010-05-16 19:31:47 +00:00
README.txt
about.cc
about.h
app.cc (trunk qt) #2612 "display new transfer window when adding magnet transfer" -- implemented for Qt client 2010-05-13 23:54:32 +00:00
app.h (trunk qt) #2840 "opening magnets with qt client opens new instances" -- fixed in trunk for 2.00 2010-04-27 03:10:32 +00:00
application.qrc
dbus-adaptor.cc (trunk qt) #2840 "opening magnets with qt client opens new instances" -- fixed in trunk for 2.00 2010-04-27 03:10:32 +00:00
dbus-adaptor.h (trunk qt) #2840 "opening magnets with qt client opens new instances" -- fixed in trunk for 2.00 2010-04-27 03:10:32 +00:00
details.cc (trunk qt) #2050 "properties dialog changes seem to undo themselves" -- another patch from Longinus00. Seems like he should have svn write access by now... 2010-05-06 14:16:17 +00:00
details.h (trunk Qt) #2050 "Properties dialog changes seem to undo themselves" -- use patch from Longinus00 2010-05-05 09:41:14 +00:00
file-tree.cc (qt) Fix regression in file icons caused by printing filesizes in the file tree 2010-05-24 05:29:36 +00:00
file-tree.h (trunk Qt) #2050 "Properties dialog changes seem to undo themselves" -- use patch from Longinus00 2010-05-05 09:41:14 +00:00
filters.cc
filters.h
hig.cc
hig.h
license.cc
license.h
mainwin.cc (trunk qt) #2050 "properties dialog changes seem to undo themselves" -- applied 2nd patch from Longinus00 2010-05-06 04:49:10 +00:00
mainwin.h (trunk qt) #2050 "properties dialog changes seem to undo themselves" -- applied 2nd patch from Longinus00 2010-05-06 04:49:10 +00:00
mainwin.ui
make-dialog.cc
make-dialog.h
my-valgrind.sh
options.cc (trunk qt) #2612 "display new transfer window when adding magnet transfer" -- implemented for Qt client 2010-05-13 23:54:32 +00:00
options.h
prefs-dialog.cc (trunk) #1796 "run script after torrent completion" -- implemented for libT, RPC, and the GTK+ and Qt clients 2010-05-08 22:42:28 +00:00
prefs-dialog.h (trunk) #1796 "run script after torrent completion" -- implemented for libT, RPC, and the GTK+ and Qt clients 2010-05-08 22:42:28 +00:00
prefs.cc (trunk) #1796 "run script after torrent completion" -- implemented for libT, RPC, and the GTK+ and Qt clients 2010-05-08 22:42:28 +00:00
prefs.h (trunk) #1796 "run script after torrent completion" -- implemented for libT, RPC, and the GTK+ and Qt clients 2010-05-08 22:42:28 +00:00
qticonloader.cc
qticonloader.h
qtr.pro (qt) Update qt project to use system libevent 2010-05-24 07:08:14 +00:00
relocate.cc
relocate.h
session-dialog.cc
session-dialog.h
session.cc (trunk qt) #2612 "display new transfer window when adding magnet transfer" -- implemented for Qt client 2010-05-13 23:54:32 +00:00
session.h
speed.h
squeezelabel.cc (trunk qt) #2782 "Cannot copy/paste hash (among other fields) from QT4 torrent properties window" -- fixed in trunk for 2.00 2010-04-10 18:42:46 +00:00
squeezelabel.h (trunk qt) #2782 "Cannot copy/paste hash (among other fields) from QT4 torrent properties window" -- fixed in trunk for 2.00 2010-04-10 18:42:46 +00:00
stats-dialog.cc
stats-dialog.h
torrent-delegate-min.cc
torrent-delegate-min.h
torrent-delegate.cc (qt) fix partial seeds showing 100% downloaded 2010-05-31 15:30:44 +00:00
torrent-delegate.h
torrent-filter.cc (qt) Fix for sorting issue in ticket 3227 2010-05-26 05:03:00 +00:00
torrent-filter.h
torrent-model.cc (trunk, qt) #2962 "Qt client Crashes when Removing more than 1 Torrent" -- fixed in trunk for 2.00 w/patch from Longinus00 2010-04-15 19:15:11 +00:00
torrent-model.h
torrent.cc (trunk) #3174 "Use IEC standard units (KiB, MiB, GiB) instead of (KB, MB, GB)" -- implemented for gtk, qt, daemon, cli, and web client 2010-04-28 01:26:46 +00:00
torrent.h (qt) fix partial seeds showing 100% downloaded 2010-05-31 15:30:44 +00:00
transmission_en.qm
transmission_en.ts
transmission_ru.ts
triconpushbutton.cc
triconpushbutton.h
types.h (trunk qt) #3098 "tracker display broken in qt client" -- fixed in trunk for 2.00 by Longinus00's patch 2010-04-03 14:23:29 +00:00
utils.cc (qt) Don't round ratio 2010-05-24 04:17:49 +00:00
utils.h (trunk qt) #2612 "display new transfer window when adding magnet transfer" -- implemented for Qt client 2010-05-13 23:54:32 +00:00
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, 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

   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. If you want to use the OS'es libevent, edit qtr.pro:
      - LIBS += $${TRANSMISSION_TOP}/third-party/libevent/.libs/libevent.a
      + LIBS += -levent
   4. If you built Transmission without DHT, edit qtr.pro:
      - LIBS += $${TRANSMISSION_TOP}/third-party/dht/libdht.a
   5. In the qt/ directory, type "qmake-qt4 qtr.pro"
   6. In the qt/ directory, type "make"
   7. In the qt/ directory, as root, type "INSTALL_ROOT=/usr make install"
      (Feel free to replace /usr with /usr/local or /opt or whatever)