1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-09 13:50:00 +00:00
transmission/gtk
Charles Kerr d11cddc39a
fix: sonarcloud warnings (#6615)
* fix: cpp:S3358 conditional-operators-should-not-be-nested warning in gtk client

* fix: cpp:S1659 define-each-identifier-in-a-dedicated-statement warning in peer-mgr-wishlist

* Revert "fix; cpp:S3642 replace-enum-with-enum-class warning in gtk client"

* fix: cpp:S3576 remove-virtual-specifier-or-replace-it-by-override warning in rpc-server::Settings

* fix: cpp:S3576 remove-virtual-specifier-or-replace-it-by-override warning in tr_session_alt_speeds::Settings

* fix: remove unnecessary Settings subclass declarations

* fix: cpp:S1117 shadow warning in qt client

* fix: cpp:S6004 use init-statement to limit scope of local

* fix: cpp:S5997 replace-std-lock-guard-with-std-sccoped-lock in favicon-cache.h

* fix: cpp:S1659 define-each-identifier-in-a-dedicated-statement warning in announcer

* fix: cpp:S5817 function-should-be-declared-const warning in cache.h

* fix: cpp:S1186 explain-why-method-is-empty warning in favicon-cache

* fix: cpp:S5408 constexpr-variables-should-not-be-declared-inline warning in favicon-cache

* fix: cpp:S3624 explicitly delete copy assignment, ctor of InFlightData

* fix: cpp:S5997 use std-scoped-lock-instead-of-std-lock-guard

* fix: cpp:S5997 use std-scoped-lock-instead-of-std-lock-guard

* fix: cpp:S5817 function-should-be-declared-const warning in favicon-cache.h

* fix: cpp:S5817 function-should-be-declared-const warning in lru-cache

* fix: cpp:S1709 add-the-explicit-keyword-to-this-constructor
2024-02-17 22:43:24 -06:00
..
icons
screenshots
ui feat: do separate IPv4 and IPv6 port checks in Qt and GTK Client (#6525) 2024-01-21 16:50:26 -06:00
.clang-format perf: prefer small containers (#6542) 2024-01-27 09:33:12 -06:00
.clang-tidy fix: more clang-tidy warnings (#6608) 2024-02-17 13:31:49 -06:00
Actions.cc fix: misc-include-cleaner clang-tidy warnings (#6502) 2024-01-07 14:21:05 -06:00
Actions.h
Application.cc perf: prefer small containers (#6542) 2024-01-27 09:33:12 -06:00
Application.h
CMakeLists.txt
DetailsDialog.cc fix: more clang-tidy warnings (#6608) 2024-02-17 13:31:49 -06:00
DetailsDialog.h
Dialogs.cc
Dialogs.h
DynamicPropertyStore.h fix: more clang-tidy warnings (#6608) 2024-02-17 13:31:49 -06:00
FaviconCache.cc
FileList.cc refactor: fix cppcoreguidelines-avoid-do-while warnings (#6527) 2024-01-20 16:56:42 -06:00
FileList.h
FilterBar.cc fix: more clang-tidy warnings (#6608) 2024-02-17 13:31:49 -06:00
FilterBar.h
FilterBase.h fix: performance-enum-size warnings (#6504) 2024-01-08 08:32:58 -06:00
FilterBase.hh
FilterListModel.h
FilterListModel.hh fix: more clang-tidy warnings (#6608) 2024-02-17 13:31:49 -06:00
Flags.h
FreeSpaceLabel.cc chore: remove FMT_STRING macros (#6497) 2024-01-06 14:05:18 -06:00
FreeSpaceLabel.h
GtkCompat.h
HigWorkarea.h fix: more clang-tidy warnings (#6608) 2024-02-17 13:31:49 -06:00
IconCache.cc chore: fix minor clang-tidy warnings (#6275) 2023-11-21 09:02:03 -06:00
IconCache.h
ListModelAdapter.cc
ListModelAdapter.h fix: performance-enum-size warnings (#6504) 2024-01-08 08:32:58 -06:00
main.cc
MainWindow.cc
MainWindow.h
MakeDialog.cc chore: remove FMT_STRING macros (#6497) 2024-01-06 14:05:18 -06:00
MakeDialog.h
MessageLogWindow.cc fix: more clang-tidy warnings (#6608) 2024-02-17 13:31:49 -06:00
MessageLogWindow.h
my-valgrind.sh
Notify.cc
Notify.h
OptionsDialog.cc Use native file chooser dialogs (GTK client) (#6545) 2024-01-22 00:24:28 +00:00
OptionsDialog.h Use native file chooser dialogs (GTK client) (#6545) 2024-01-22 00:24:28 +00:00
PathButton.cc Use native file chooser dialogs (GTK client) (#6545) 2024-01-22 00:24:28 +00:00
PathButton.h
Percents.cc fix: misc-include-cleaner clang-tidy warnings (#6502) 2024-01-07 14:21:05 -06:00
Percents.h
Prefs.cc fix: app defaults should override libtransmission defaults (#6495) 2024-01-06 10:10:14 -06:00
Prefs.h
PrefsDialog.cc fix: sonarcloud warnings (#6615) 2024-02-17 22:43:24 -06:00
PrefsDialog.h fix: more clang-tidy warnings (#6608) 2024-02-17 13:31:49 -06:00
RelocateDialog.cc
RelocateDialog.h
Session.cc fix: more clang-tidy warnings (#6608) 2024-02-17 13:31:49 -06:00
Session.h feat: do separate IPv4 and IPv6 port checks in Qt and GTK Client (#6525) 2024-01-21 16:50:26 -06:00
SorterBase.h fix: performance-enum-size warnings (#6504) 2024-01-08 08:32:58 -06:00
SorterBase.hh
SortListModel.h
SortListModel.hh
StatsDialog.cc fix: more clang-tidy warnings (#6608) 2024-02-17 13:31:49 -06:00
StatsDialog.h
SystemTrayIcon.cc
SystemTrayIcon.h
Torrent.cc fix: more clang-tidy warnings (#6608) 2024-02-17 13:31:49 -06:00
Torrent.h fix: performance-enum-size warnings (#6504) 2024-01-08 08:32:58 -06:00
TorrentCellRenderer.cc fix: misc-include-cleaner clang-tidy warnings (#6502) 2024-01-07 14:21:05 -06:00
TorrentCellRenderer.h
TorrentFilter.cc perf: prefer small containers (#6542) 2024-01-27 09:33:12 -06:00
TorrentFilter.h fix: performance-enum-size warnings (#6504) 2024-01-08 08:32:58 -06:00
TorrentSorter.cc perf: prefer small containers (#6542) 2024-01-27 09:33:12 -06:00
TorrentSorter.h
transmission-gtk.1
transmission-gtk.desktop.in
transmission-gtk.metainfo.xml.in GTK: Add developer name (and screenshot caption) to metainfo (#6596) 2024-02-12 22:38:48 -06:00
transmission-ui.css
transmission-ui.xml
transmission.gresource.xml
transmission.rc
Utils.cc fix: misc-include-cleaner clang-tidy warnings (#6502) 2024-01-07 14:21:05 -06:00
Utils.h fix: more clang-tidy warnings (#6608) 2024-02-17 13:31:49 -06:00