1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-11 06:32:59 +00:00
transmission/qt
Charles Kerr d8adecbfb5
fix: clang-tidy-20 warnings in transmission-qt (#7192)
* fix: modernize-min-max-use-initializer-list warning

* fix: readability-container-contains warning

* fix: readability-avoid-return-with-void-value warning

* fix: readability-math-missing-parentheses warnings

* chore: clang-format

* fixup! fix: readability-math-missing-parentheses warnings

* fix: bugprone-suspicious-stringview-data-usage warning
2024-10-23 20:48:01 -05:00
..
icons/Faenza
translations Sync translations (#6453) 2023-12-29 15:16:07 +00:00
.clang-tidy
AboutDialog.cc
AboutDialog.h chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
AboutDialog.ui
AccessibleSqueezeLabel.cc
AccessibleSqueezeLabel.h
AddData.cc chore: fix minor clang-tidy warnings (#6275) 2023-11-21 09:02:03 -06:00
AddData.h
Application.cc
Application.h
application.qrc
BaseDialog.h chore: fix minor clang-tidy warnings (#6275) 2023-11-21 09:02:03 -06:00
CMakeLists.txt
ColumnResizer.cc
ColumnResizer.h
ComInteropHelper.cc
ComInteropHelper.h
CustomVariantType.h
DBusInteropHelper.cc
DBusInteropHelper.h
DetailsDialog.cc
DetailsDialog.h
DetailsDialog.ui
FaviconCache.cc
FileTreeDelegate.cc
FileTreeDelegate.h
FileTreeItem.cc
FileTreeItem.h
FileTreeModel.cc fix: clang-tidy-20 warnings in transmission-qt (#7192) 2024-10-23 20:48:01 -05:00
FileTreeModel.h
FileTreeView.cc fix: clang-tidy-20 warnings in transmission-qt (#7192) 2024-10-23 20:48:01 -05:00
FileTreeView.h
FilterBar.cc
FilterBar.h
FilterBarComboBox.cc
FilterBarComboBox.h
FilterBarComboBoxDelegate.cc
FilterBarComboBoxDelegate.h
Filters.cc
Filters.h chore: fix minor clang-tidy warnings (#6275) 2023-11-21 09:02:03 -06:00
Formatter.cc
Formatter.h
FreeSpaceLabel.cc
FreeSpaceLabel.h chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
IconCache.cc
IconCache.h
IconToolButton.cc
IconToolButton.h
InteropHelper.cc
InteropHelper.h
InteropObject.cc
InteropObject.h
LicenseDialog.cc
LicenseDialog.h
LicenseDialog.ui
main.cc
MainWindow.cc
MainWindow.h
MainWindow.ui
MakeDialog.cc
MakeDialog.h
MakeDialog.ui
MakeProgressDialog.ui
my-valgrind.sh
OptionsDialog.cc chore: fix minor clang-tidy warnings (#6275) 2023-11-21 09:02:03 -06:00
OptionsDialog.h
OptionsDialog.ui
PathButton.cc fix: clang-tidy-20 warnings in transmission-qt (#7192) 2024-10-23 20:48:01 -05:00
PathButton.h
Prefs.cc
Prefs.h
PrefsDialog.cc
PrefsDialog.h
PrefsDialog.ui
qtr.rc
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 fix: clang-tidy-20 warnings in transmission-qt (#7192) 2024-10-23 20:48:01 -05:00
SqueezeLabel.h
StatsDialog.cc
StatsDialog.h
StatsDialog.ui Make SqueezeLabel [more] accessible (#6520) 2024-01-12 03:35:40 +00:00
StyleHelper.cc
StyleHelper.h
Torrent.cc
Torrent.h fix: clang-tidy-20 warnings in transmission-qt (#7192) 2024-10-23 20:48:01 -05:00
TorrentDelegate.cc fix: clang-tidy-20 warnings in transmission-qt (#7192) 2024-10-23 20:48:01 -05:00
TorrentDelegate.h
TorrentDelegateMin.cc fix: clang-tidy-20 warnings in transmission-qt (#7192) 2024-10-23 20:48:01 -05:00
TorrentDelegateMin.h
TorrentFilter.cc
TorrentFilter.h
TorrentModel.cc
TorrentModel.h
TorrentView.cc chore: fix minor clang-tidy warnings (#6275) 2023-11-21 09:02:03 -06:00
TorrentView.h
TrackerDelegate.cc fix: clang-tidy-20 warnings in transmission-qt (#7192) 2024-10-23 20:48:01 -05:00
TrackerDelegate.h
TrackerModel.cc
TrackerModel.h
TrackerModelFilter.cc
TrackerModelFilter.h
TrackersDialog.ui
transmission-qt.1
transmission-qt.desktop
transmission-qt.idl
transmission-qt.tlb.rc
transmission_en.qm (trunk qt, gtk) some string changes: minor Gnome HiGification. omit unnecessary words. use less jargon. 2009-06-23 00:24:37 +00:00
Typedefs.h refactor: prefer std::set over QSet (#5703) 2023-10-24 21:14:37 -04:00
Utils.cc
Utils.h chore: removed copyright timespans in headers (#4850) 2023-11-01 16:11:11 -05:00
VariantHelpers.cc fix: clang-tidy-20 warnings in transmission-qt (#7192) 2024-10-23 20:48:01 -05:00
VariantHelpers.h
WatchDir.cc
WatchDir.h

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)