1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-21 21:57:01 +00:00
transmission/qt
2011-07-30 13:19:28 +00:00
..
icons
translations #3765: update the .es translation of transmission-qt 2011-07-20 13:07:39 +00:00
about.cc
about.h
add-data.cc (trunk qt) move "#include <QFile>" from the header to the .cpp file 2011-03-23 18:22:23 +00:00
add-data.h (trunk qt) move "#include <QFile>" from the header to the .cpp file 2011-03-23 18:22:23 +00:00
app.cc (trunk qt) remove an unnecessary debug message 2011-07-30 13:19:28 +00:00
app.h (trunk qt) add popup notification for when torrents finish downloading. 2011-07-26 02:56:30 +00:00
application.qrc
dbus-adaptor.cc
dbus-adaptor.h
details.cc (trunk qt) #4064 "add uTP codetip to torrnet peers details in" -- done. 2011-02-26 14:02:27 +00:00
details.h
favicon.cc
favicon.h
file-tree.cc
file-tree.h
filterbar.cc (trunk qt) #4357 "Wrong torrent count on tracker filterbar" -- handle special case described @ https://trac.transmissionbt.com/ticket/4357#comment:5 2011-07-15 02:17:33 +00:00
filterbar.h
filters.cc
filters.h
formatter.cc (trunk qt) #4236 "Update formatter functions to operate with signed integers" -- patch by taem 2011-05-12 20:21:27 +00:00
formatter.h (trunk qt) #4236 "Update formatter functions to operate with signed integers" -- patch by taem 2011-05-12 20:21:27 +00:00
hig.cc
hig.h
license.cc
license.h
mainwin.cc (trunk qt) reduce the timer delay between model changes and UI updates 2011-07-26 02:56:06 +00:00
mainwin.h (trunk qt) #4369 "Typing text into the main window's filter field causes high CPU" -- fixed. 2011-07-19 21:19:18 +00:00
mainwin.ui
make-dialog.cc
make-dialog.h
my-valgrind.sh
options.cc
options.h
prefs-dialog.cc (trunk gtk, qt) "It is unobvious if test port feature tests UDP port status as well" -- fixed. 2011-07-17 14:12:00 +00:00
prefs-dialog.h
prefs.cc (trunk qt) #4316 "Transmission 2.31 crashes (segfaults) immediately after launch" -- sync the Qt client to the changes made in r12514 2011-06-25 19:56:48 +00:00
prefs.h (trunk qt) #4316 "Transmission 2.31 crashes (segfaults) immediately after launch" -- sync the Qt client to the changes made in r12514 2011-06-25 19:56:48 +00:00
qtr.ico
qtr.pro (trunk libT) #4270 "qtr / Qt Client fails to build when libutp is not available" -- fixed with patch by thomasg 2011-05-21 09:13:10 +00:00
qtr.rc
README.txt
relocate.cc
relocate.h
session-dialog.cc
session-dialog.h
session.cc (trunk) #3817 remove OS proxy integration from the GTK+ client 2011-05-27 13:36:53 +00:00
session.h
speed.h
squeezelabel.cc
squeezelabel.h
stats-dialog.cc
stats-dialog.h
torrent-delegate-min.cc (trunk qt) #4281 "visualize seed progress, like the web client does" -- refinement from rb07 in comment:11 2011-05-29 05:05:18 +00:00
torrent-delegate-min.h
torrent-delegate.cc (trunk, GTK+/Qt) #4281 "Visualize seed progress like the web client does" -- done, with a modified patch & suggestion from mag 2011-05-28 00:09:15 +00:00
torrent-delegate.h (trunk, GTK+/Qt) #4281 "Visualize seed progress like the web client does" -- done, with a modified patch & suggestion from mag 2011-05-28 00:09:15 +00:00
torrent-filter.cc
torrent-filter.h
torrent-model.cc
torrent-model.h
torrent.cc (trunk qt) add popup notification for when torrents finish downloading. 2011-07-26 02:56:30 +00:00
torrent.h (trunk qt) add popup notification for when torrents finish downloading. 2011-07-26 02:56:30 +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
transmission_en.qm
triconpushbutton.cc
triconpushbutton.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"
   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)