1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-03 04:53:27 +00:00
transmission/qt
2009-08-28 15:55:55 +00:00
..
icons
about.cc
about.h
app.cc
app.h
application.qrc
details.cc (trunk gtk,qt) fix possible division by zero in the torrent properties dialog 2009-06-30 22:27:22 +00:00
details.h (trunk) all this commit does is remove trailing whitespace from some c, c++, and javascript source 2009-08-12 14:40:32 +00:00
file-tree.cc
file-tree.h (trunk) all this commit does is remove trailing whitespace from some c, c++, and javascript source 2009-08-12 14:40:32 +00:00
filters.cc
filters.h
hig.cc
hig.h
license.cc
license.h
mainwin.cc (trunk qt) #2321: in qt client in 1.73, When main window minimized click on tray icon does nothing 2009-08-11 18:57:49 +00:00
mainwin.h (trunk qt) #2321: in qt client in 1.73, When main window minimized click on tray icon does nothing 2009-08-11 18:57:49 +00:00
mainwin.ui (trunk qt) fix #2080: "help > message log" does nothing 2009-08-13 17:29:59 +00:00
make-dialog.cc
make-dialog.h
my-valgrind.sh
options.cc
options.h
prefs-dialog.cc (trunk, gtk/qt) use Monsoon's strings for encryption preferences and Deluge's system tray tooltip. 2009-06-30 18:08:50 +00:00
prefs-dialog.h (trunk, gtk/qt) use Monsoon's strings for encryption preferences and Deluge's system tray tooltip. 2009-06-30 18:08:50 +00:00
prefs.cc
prefs.h
qticonloader.cc
qticonloader.h (trunk) all this commit does is remove trailing whitespace from some c, c++, and javascript source 2009-08-12 14:40:32 +00:00
qtr.pro (trunk qt) #2319: cool, our first translation of the Qt client! (zerg) 2009-08-08 13:25:00 +00:00
README.txt add to the qt client a note about building w/o DHT 2009-08-28 15:55:55 +00:00
relocate.cc
relocate.h
session-dialog.cc
session-dialog.h
session.cc
session.h
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
torrent-filter.h
torrent-model.cc
torrent-model.h
torrent.cc (trunk) rephrase "tracker returned..." to "tracker gave..." which is equally expressive but saves a little space on the status line 2009-08-06 07:04:19 +00:00
torrent.h (trunk) #1400, #2308: differentiate warnings and errors; differentiate between local messages and messages from the tracker 2009-08-05 01:25:36 +00:00
transmission_en.qm
transmission_en.ts
transmission_ru.ts (trunk qt) #2319: cool, our first translation of the Qt client! (zerg) 2009-08-08 13:25:00 +00:00
triconpushbutton.cc
triconpushbutton.h
types.h
utils.cc (trunk qt) #2320: fix encoding issue when logging to stderr in the Qt client 2009-08-08 13:22:38 +00:00
utils.h
watchdir.cc
watchdir.h

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)