1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00
transmission/qt
2013-02-09 04:42:07 +00:00
..
icons
translations
about.cc (qt) copyediting: modify more files to the new indentation/whitespace formatting 2013-01-26 01:19:54 +00:00
about.h (qt) copyediting: modify more files to the new indentation/whitespace formatting 2013-01-26 01:19:54 +00:00
add-data.cc
add-data.h
app.cc (qt) copyediting: modify more files to the new indentation/whitespace formatting 2013-01-26 01:19:54 +00:00
app.h (qt) copyediting: modify more files to the new indentation/whitespace formatting 2013-01-26 01:19:54 +00:00
application.qrc
config.pri.in
dbus-adaptor.cc
dbus-adaptor.h
details.cc (qt) copyediting: whitespace/indentation 2013-02-03 19:13:04 +00:00
details.h (qt) #5252: disable file editing in the options dialog. remove keyboard shortcuts that conflicted with renaming files in file-tree.c. fix refresh issue in the file-tree when renaming files. 2013-01-28 07:01:58 +00:00
favicon.cc
favicon.h
file-tree.cc (qt) remove console messages that were committed in r13930 2013-02-02 03:51:10 +00:00
file-tree.h (qt) #5252 'file-renaming issues in Qt client': fix renaming flicker error reported by rb07 2013-02-01 22:40:08 +00:00
filterbar.cc (qt) plug a handful of minor memory leaks 2013-02-03 12:31:44 +00:00
filterbar.h (qt) #4076 'free space indicator': try a different approach to the visible torrent count 2013-02-02 22:29:14 +00:00
filters.cc
filters.h
formatter.cc (qt) in the statusbar, use the same upload/download symbols as in the torrent list 2013-02-05 23:05:26 +00:00
formatter.h (qt) in the statusbar, use the same upload/download symbols as in the torrent list 2013-02-05 23:05:26 +00:00
freespace-label.cc (qt) #4076 'free space indicator': better user feedback when updating the freespace indicator in remote mode 2013-02-09 04:42:07 +00:00
freespace-label.h (qt) #4076 'free space indicator': better user feedback when updating the freespace indicator in remote mode 2013-02-09 04:42:07 +00:00
hig.cc
hig.h
license.cc (qt) copyediting: whitespace/indentation 2013-02-03 19:40:20 +00:00
license.h (qt) copyediting: whitespace/indentation 2013-02-03 19:40:20 +00:00
mainwin.cc (trunk) first draft of changing the FreeSpace API to behave as https://trac.transmissionbt.com/ticket/4076#comment:25 -- libT, rpc, qt, and gtk implementations. 2013-02-09 04:05:03 +00:00
mainwin.h (trunk) first draft of changing the FreeSpace API to behave as https://trac.transmissionbt.com/ticket/4076#comment:25 -- libT, rpc, qt, and gtk implementations. 2013-02-09 04:05:03 +00:00
mainwin.ui
make-dialog.cc (qt) #5248 'fails to create torrent with multiple trackers': patch by rb07 2013-01-24 15:34:45 +00:00
make-dialog.h
my-valgrind.sh
options.cc (qt) #4076 'free space indicator': better user feedback when updating the freespace indicator in remote mode 2013-02-09 04:42:07 +00:00
options.h (qt) #4076 'free space indicator': better user feedback when updating the freespace indicator in remote mode 2013-02-09 04:42:07 +00:00
prefs-dialog.cc (trunk) first draft of changing the FreeSpace API to behave as https://trac.transmissionbt.com/ticket/4076#comment:25 -- libT, rpc, qt, and gtk implementations. 2013-02-09 04:05:03 +00:00
prefs-dialog.h (trunk) first draft of changing the FreeSpace API to behave as https://trac.transmissionbt.com/ticket/4076#comment:25 -- libT, rpc, qt, and gtk implementations. 2013-02-09 04:05:03 +00:00
prefs.cc
prefs.h (qt) copyediting: modify more files to the new indentation/whitespace formatting 2013-01-26 01:19:54 +00:00
qtr.ico
qtr.pro (trunk) first draft of changing the FreeSpace API to behave as https://trac.transmissionbt.com/ticket/4076#comment:25 -- libT, rpc, qt, and gtk implementations. 2013-02-09 04:05:03 +00:00
qtr.rc
README.txt
relocate.cc (qt) copyediting: whitespace/indentation 2013-02-03 19:40:20 +00:00
relocate.h (qt) copyediting: whitespace/indentation 2013-02-03 19:40:20 +00:00
session-dialog.cc
session-dialog.h
session.cc (trunk) first draft of changing the FreeSpace API to behave as https://trac.transmissionbt.com/ticket/4076#comment:25 -- libT, rpc, qt, and gtk implementations. 2013-02-09 04:05:03 +00:00
session.h (trunk) first draft of changing the FreeSpace API to behave as https://trac.transmissionbt.com/ticket/4076#comment:25 -- libT, rpc, qt, and gtk implementations. 2013-02-09 04:05:03 +00:00
speed.h (qt) copyediting: whitespace/indentation 2013-02-03 19:40:20 +00:00
squeezelabel.cc
squeezelabel.h
stats-dialog.cc (qt) copyediting: whitespace/indentation 2013-02-03 19:40:20 +00:00
stats-dialog.h (qt) copyediting: whitespace/indentation 2013-02-03 19:40:20 +00:00
torrent-delegate-min.cc
torrent-delegate-min.h
torrent-delegate.cc (qt) in the statusbar, use the same upload/download symbols as in the torrent list 2013-02-05 23:05:26 +00:00
torrent-delegate.h
torrent-filter.cc when sorting by activity and both torrents' upload and download speed is zero, use how many peers we're ready to upload to / download from as a secondary key. 2013-01-30 00:20:51 +00:00
torrent-filter.h
torrent-model.cc (qt) experiment with making the statusbar's speed/ratio, the desktop icon's tooltip, and the delegate's shortTransferString() all behave the same wrt when to show which transfer speeds 2013-02-07 21:07:16 +00:00
torrent-model.h (qt) experiment with making the statusbar's speed/ratio, the desktop icon's tooltip, and the delegate's shortTransferString() all behave the same wrt when to show which transfer speeds 2013-02-07 21:07:16 +00:00
torrent.cc (qt) #5252: disable file editing in the options dialog. remove keyboard shortcuts that conflicted with renaming files in file-tree.c. fix refresh issue in the file-tree when renaming files. 2013-01-28 07:01:58 +00:00
torrent.h (qt) #5252: disable file editing in the options dialog. remove keyboard shortcuts that conflicted with renaming files in file-tree.c. fix refresh issue in the file-tree when renaming files. 2013-01-28 07:01:58 +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)