transmission/qt
Mike Gelfand f1f55cc3df
Sync translations (#3939)
* Sync translations with code

* Sync translations with Transifex

* Remove Mac menu title that isn't displayed and shouldn't be translated

* Add context to logging level strings in GTK client

* Use "µTP" consistently in code

* Use ellipsis instead of three docs in Qt client strings

* Close HTML tags in blocklist-related strings

* Remove trailing space from a translatable string in Qt client

* Add missing plural forms for English strings in Qt client

* Fix spelling: metaInfo -> metainfo
2022-10-11 18:39:41 +03:00
..
icons
translations Sync translations (#3939) 2022-10-11 18:39:41 +03:00
.clang-tidy
AboutDialog.cc
AboutDialog.h
AboutDialog.ui
AddData.cc
AddData.h
Application.cc Sync translations (#3939) 2022-10-11 18:39:41 +03:00
Application.h
BaseDialog.h
CMakeLists.txt
ColumnResizer.cc
ColumnResizer.h
ComInteropHelper.cc
ComInteropHelper.h
CustomVariantType.h
DBusInteropHelper.cc
DBusInteropHelper.h
DetailsDialog.cc Sync translations (#3939) 2022-10-11 18:39:41 +03:00
DetailsDialog.h
DetailsDialog.ui
FaviconCache.cc
FaviconCache.h
FileTreeDelegate.cc
FileTreeDelegate.h
FileTreeItem.cc
FileTreeItem.h
FileTreeModel.cc
FileTreeModel.h
FileTreeView.cc Sync translations (#3939) 2022-10-11 18:39:41 +03:00
FileTreeView.h chore: re-enable qt clang tidy warnings (#3791) 2022-09-08 18:26:18 -05:00
FilterBar.cc Sync translations (#3939) 2022-10-11 18:39:41 +03:00
FilterBar.h
FilterBarComboBox.cc
FilterBarComboBox.h
FilterBarComboBoxDelegate.cc
FilterBarComboBoxDelegate.h
Filters.cc
Filters.h
Formatter.cc
Formatter.h
FreeSpaceLabel.cc Sync translations (#3939) 2022-10-11 18:39:41 +03:00
FreeSpaceLabel.h
IconCache.cc
IconCache.h
IconToolButton.cc update the qt client's icons to svg (#3377) 2022-07-02 20:42:43 -05:00
IconToolButton.h
InteropHelper.cc
InteropHelper.h
InteropObject.cc
InteropObject.h
LicenseDialog.cc
LicenseDialog.h
LicenseDialog.ui
MainWindow.cc
MainWindow.h
MainWindow.ui Sync translations (#3939) 2022-10-11 18:39:41 +03:00
MakeDialog.cc
MakeDialog.h
MakeDialog.ui
MakeProgressDialog.ui
OptionsDialog.cc
OptionsDialog.h
OptionsDialog.ui
PathButton.cc
PathButton.h
Prefs.cc
Prefs.h
PrefsDialog.cc Sync translations (#3939) 2022-10-11 18:39:41 +03:00
PrefsDialog.h
PrefsDialog.ui Sync translations (#3939) 2022-10-11 18:39:41 +03:00
README.txt
RelocateDialog.cc
RelocateDialog.h
RelocateDialog.ui
RpcClient.cc
RpcClient.h
RpcQueue.cc
RpcQueue.h
Session.cc
Session.h
SessionDialog.cc
SessionDialog.h
SessionDialog.ui
Speed.h
SqueezeLabel.cc
SqueezeLabel.h
StatsDialog.cc
StatsDialog.h
StatsDialog.ui
StyleHelper.cc
StyleHelper.h
Torrent.cc
Torrent.h
TorrentDelegate.cc
TorrentDelegate.h chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
TorrentDelegateMin.cc
TorrentDelegateMin.h
TorrentFilter.cc
TorrentFilter.h
TorrentModel.cc
TorrentModel.h
TorrentView.cc
TorrentView.h
TrackerDelegate.cc Sync translations (#3939) 2022-10-11 18:39:41 +03:00
TrackerDelegate.h
TrackerModel.cc
TrackerModel.h
TrackerModelFilter.cc
TrackerModelFilter.h
TrackersDialog.ui
Typedefs.h
Utils.cc
Utils.h
VariantHelpers.cc
VariantHelpers.h
WatchDir.cc
WatchDir.h
application.qrc
my-valgrind.sh
qtr.ico
qtr.rc
transmission-qt.1
transmission-qt.desktop
transmission-qt.idl
transmission-qt.tlb.rc
transmission_en.qm

README.txt

VOLUNTEERS WANTED

   - Qt developers and translators are needed
   - If you find a bug, please report it at https://github.com/transmission/transmission

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 MACOS

   nnc has a writeup of this on the Transmission wiki:
   https://trac.transmissionbt.com/wiki/BuildingTransmissionQtMac

BUILDING ON UNIX

   1. Prerequisites: Qt >= 4.8 and its development packages
   2. Build Transmission as normal
   3. In the qt/ directory, type "qmake qtr.pro" (or "qmake-qt4 qtr.pro", or "qmake-qt5 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)