transmission/gtk
Charles Kerr a250690f30
fix: sonarcloud (#2860)
* fix: break will never be executed

* fix: rewrite rimraf() to be non-throwing

* fix: conditional operation returns same value whether condition is true or false

* fix: use std::array instead of a C-style array

* fix: remove redundant access specifier

* fix: replace switch with if for readability

* fix: convert integer literal to a bool literal

* fix: replace const std::string reference to std::string_view

* fix: remove redundant access specifier

* fix: replace const std::string reference to std::string_view

* fix: remove unused parameter

* fix: remove redundant access specifier

* fix: use std::array instead of C-style array

* fix: remove redundant access specifier

* fix: replace const std::string reference with std::string_view

* fix: remove redundant access specifier

* fix: use std::array instead of C-style array

* fix: remove redundant access specifier

* fix: replace const std::string reference to std::string_view

* fix: remove redundant access specifier

* fix: merge if statement with enclosing one

* chore: clang-format

* chore: clang-format

* Revert "fix: remove redundant access specifier"

This reverts commit 054e4e7eec.

* Revert "fix: remove redundant access specifier"

This reverts commit 2c92f227e8.

* Revert "fix: remove redundant access specifier"

This reverts commit a0710202a8.

* Revert "fix: remove redundant access specifier"

This reverts commit 54da1d9397.

* Revert "fix: remove redundant access specifier"

This reverts commit f7b1777578.

* Revert "fix: remove redundant access specifier"

This reverts commit ad8e3dfff4.

* chore: revert access specifier change
2022-04-01 14:16:33 -05:00
..
icons Remove autotools-based build system (#1465) 2020-10-13 03:15:19 +03:00
screenshots lossless compression of images saved 72KB 2017-06-03 23:52:34 +01:00
Actions.cc chore: update license spdx abbreviations (#2582) 2022-02-07 10:25:02 -06:00
Actions.h chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
Application.cc fix: sonarcloud (#2860) 2022-04-01 14:16:33 -05:00
Application.h chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
CMakeLists.txt feat: add tr_strbuf (#2810) 2022-03-24 16:41:29 -05:00
DetailsDialog.cc fix: sonarcloud (#2860) 2022-04-01 14:16:33 -05:00
DetailsDialog.h chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
Dialogs.cc fix: make remove-torrent dialogs modal in GTK client (#2602) 2022-02-10 14:31:11 -06:00
Dialogs.h chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
FaviconCache.cc refactor: tr_web (#2640) 2022-02-17 17:35:57 -06:00
FaviconCache.h chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
FileList.cc refactor: prefer FMT_STRING (#2845) 2022-03-30 14:59:13 -05:00
FileList.h chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
FilterBar.cc refactor: use fmt to build the GTK client's user-visible strings (#2788) 2022-03-21 09:15:48 -05:00
FilterBar.h chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
FreeSpaceLabel.cc fix: sonarcloud (#2860) 2022-04-01 14:16:33 -05:00
FreeSpaceLabel.h fix: sonarcloud (#2860) 2022-04-01 14:16:33 -05:00
HigWorkarea.cc chore: update license spdx abbreviations (#2582) 2022-02-07 10:25:02 -06:00
HigWorkarea.h refactor: fix sonarcloud "use enum class" code smells (#2590) 2022-02-08 20:25:19 -06:00
IconCache.cc fix: sonarcloud (#2860) 2022-04-01 14:16:33 -05:00
IconCache.h Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
MainWindow.cc fix: sonarcloud (#2860) 2022-04-01 14:16:33 -05:00
MainWindow.h chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
MakeDialog.cc refactor: prefer FMT_STRING (#2845) 2022-03-30 14:59:13 -05:00
MakeDialog.h chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
MessageLogWindow.cc fix: sonarcloud warnings (#2815) 2022-03-25 00:24:04 -05:00
MessageLogWindow.h chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
Notify.cc chore: update license spdx abbreviations (#2582) 2022-02-07 10:25:02 -06:00
Notify.h chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
OptionsDialog.cc refactor: make err arg optional in tr_sys_* funcs (#2827) 2022-03-27 12:37:29 -05:00
OptionsDialog.h chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
Prefs.cc fix: sonarcloud (#2860) 2022-04-01 14:16:33 -05:00
Prefs.h fix: sonarcloud (#2860) 2022-04-01 14:16:33 -05:00
PrefsDialog.cc fix: sonarcloud (#2860) 2022-04-01 14:16:33 -05:00
PrefsDialog.h refactor: fix sonarcloud "use enum class" code smells (#2590) 2022-02-08 20:25:19 -06:00
RelocateDialog.cc refactor: use fmt to build the GTK client's user-visible strings (#2788) 2022-03-21 09:15:48 -05:00
RelocateDialog.h chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
Session.cc fix: sonarcloud (#2860) 2022-04-01 14:16:33 -05:00
Session.h chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
StatsDialog.cc refactor: use fmt to build the GTK client's user-visible strings (#2788) 2022-03-21 09:15:48 -05:00
StatsDialog.h chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
SystemTrayIcon.cc chore: update license spdx abbreviations (#2582) 2022-02-07 10:25:02 -06:00
SystemTrayIcon.h chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
TorrentCellRenderer.cc fixup! refactor: use fmt to build the GTK client's user-visible strings (#2788) (#2859) 2022-04-01 11:29:05 -05:00
TorrentCellRenderer.h chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
Utils.cc fix: sonarcloud (#2860) 2022-04-01 14:16:33 -05:00
Utils.h fixup! refactor: use fmt to build the GTK client's user-visible strings (#2788) (#2859) 2022-04-01 11:29:05 -05:00
main.cc chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
my-valgrind.sh Refactor shell scripts with syntax and styling fixes 2019-01-16 03:22:29 +08:00
ratio.svg (trunk gtk) #2616: "for the ratio mode button, use the yin/yang icon submitted by jimmac" 2009-11-27 14:55:52 +00:00
transmission-gtk.1 chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
transmission-gtk.desktop.in cmake: replace intltool with gettext 2018-04-18 09:25:13 +00:00
transmission-gtk.metainfo.xml.in use metainfo folder instead of appdata (#2624) 2022-02-14 09:41:19 -06:00
transmission-ui.xml fix: make add-torrent dialogs modal in GTK client (#2443) 2022-01-18 14:16:25 -06:00
transmission.gresource.xml Use stock options and statistics icons in statusbar (GTK client) (#2200) 2021-11-21 14:36:52 +03:00
transmission.ico (win32) Add application icon as a resource 2008-09-06 04:31:08 +00:00
transmission.png (trunk) #5382: better compression of our bundled png files. recompressed by Mangix 2013-06-26 02:06:43 +00:00
transmission.rc (win32) Add application icon as a resource 2008-09-06 04:31:08 +00:00
utilities.png lossless compression of images saved 72KB 2017-06-03 23:52:34 +01:00