1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-27 01:57:52 +00:00
transmission/gtk
Charles Kerr f6f0db75e1
fix: sonarcloud warnings / code smells (#2242)
* fix: use-init-statement

Xref: https://sonarcloud.io/project/issues\?id\=transmission_transmission\&issues\=AX1f6EvHJiycnfA7gfrG\&open\=AX1f6EvHJiycnfA7gfrG

* fix replace-use-of-new warning

Xref: https://sonarcloud.io/project/issues\?id\=transmission_transmission\&issues\=AX1ZNs41ZmlvCveKTzon\&open\=AX1ZNs41ZmlvCveKTzon

* fix has-virtual-functions-but-non-virtual-destructor warning

Xref: https://sonarcloud.io/project/issues\?id\=transmission_transmission\&issues\=AX1ZNs72ZmlvCveKTzo6\&open\=AX1ZNs72ZmlvCveKTzo6

* fix make-variable-const warning

Xref: https://sonarcloud.io/project/issues\?id\=transmission_transmission\&issues\=AX0_a_OVNJn7rAzml_7B\&open\=AX0_a_OVNJn7rAzml_7B

* fix remove-redundant-static-specifiers

Xref: https://sonarcloud.io/project/issues\?id\=transmission_transmission\&issues\=AX06St-81usi2gyYkPTb\&open\=AX06St-81usi2gyYkPTb

* fix function-should-be-declared-const

Xref: https://sonarcloud.io/project/issues\?id\=transmission_transmission\&issues\=AX06St-81usi2gyYkPTd\&open\=AX06St-81usi2gyYkPTd

* fix use-init-statement warning

Xref: https://sonarcloud.io/project/issues\?id\=transmission_transmission\&issues\=AX06St-81usi2gyYkPTc\&open\=AX06St-81usi2gyYkPTc

* fix class-has-virtual-functions-but-non-virtual-destructor warning

Xref: https://sonarcloud.io/project/issues\?id\=transmission_transmission\&issues\=AX06Stz41usi2gyYkPTS\&open\=AX06Stz41usi2gyYkPTS

* fix remove-commented-out-code warning

Xref: https://sonarcloud.io/project/issues\?id\=transmission_transmission\&issues\=AX06St241usi2gyYkPTT\&open\=AX06St241usi2gyYkPTT

* fix remove-commented-out-code warning

Xref: https://sonarcloud.io/project/issues\?id\=transmission_transmission\&issues\=AX06St241usi2gyYkPTV\&open\=AX06St241usi2gyYkPTV

* fix has-virtual-functions-but-non-virtual-destructor warning

https://sonarcloud.io/project/issues\?id\=transmission_transmission\&issues\=AX06St241usi2gyYkPTW\&open\=AX06St241usi2gyYkPTW

* fix remove-commented-out-code warning

Xref: https://sonarcloud.io/project/issues\?id\=transmission_transmission\&issues\=AX06SuCA1usi2gyYkPTh\&open\=AX06SuCA1usi2gyYkPTh

* fix use-init-statement warning

Xref: https://sonarcloud.io/project/issues\?id\=transmission_transmission\&issues\=AX0rAQvnfJ-O-YIDS9xF\&open\=AX0rAQvnfJ-O-YIDS9xF

* fix use-init-statement warning

Xref: https://sonarcloud.io/project/issues\?id\=transmission_transmission\&issues\=AX0rAQvnfJ-O-YIDS9xG\&open\=AX0rAQvnfJ-O-YIDS9xG

* fix remove-redundant-access-specifier warning

Xref: https://sonarcloud.io/project/issues\?id\=transmission_transmission\&issues\=AX1ZNs5tZmlvCveKTzor\&open\=AX1ZNs5tZmlvCveKTzor

* fix use-init-statement warning

Xref: https://sonarcloud.io/project/issues\?id\=transmission_transmission\&issues\=AX01Itl7f_SST5i7BN1l\&open\=AX01Itl7f_SST5i7BN1l

* fix use-init-statement warning

Xref: https://sonarcloud.io/project/issues\?id\=transmission_transmission\&issues\=AX0wDijI2l89lDvp1C9P\&open\=AX0wDijI2l89lDvp1C9P

* fix use-automatically-managed-memory-instead-of-new warning

Xref: https://sonarcloud.io/project/issues\?id\=transmission_transmission\&issues\=AX1f6E6HJiycnfA7gfrI\&open\=AX1f6E6HJiycnfA7gfrI

* fix use-init-statement warning

Xref: https://sonarcloud.io/project/issues\?id\=transmission_transmission\&issues\=AX0l8vknEafnvRiIHUEv\&open\=AX0l8vknEafnvRiIHUEv

* fixup! fix has-virtual-functions-but-non-virtual-destructor warning
2021-11-27 19:58:35 -06: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 Don't use deprecated GTK APIs (#2129) 2021-11-12 12:12:50 +03:00
Actions.h Don't use deprecated GTK APIs (#2129) 2021-11-12 12:12:50 +03:00
Application.cc fix: sonarcloud warnings / code smells (#2242) 2021-11-27 19:58:35 -06:00
Application.h Rename GTK client files to match the classes they contain (#2073) 2021-11-01 03:11:23 +03:00
CMakeLists.txt build: disable exit-time-destructor warnings in GTK client (#2154) 2021-11-14 10:12:29 -06:00
DetailsDialog.cc refactor: make tr_variantFromBuf() public (#2187) 2021-11-17 23:37:35 -06:00
DetailsDialog.h Rename GTK client files to match the classes they contain (#2073) 2021-11-01 03:11:23 +03:00
Dialogs.cc Rename GTK client files to match the classes they contain (#2073) 2021-11-01 03:11:23 +03:00
Dialogs.h Rename GTK client files to match the classes they contain (#2073) 2021-11-01 03:11:23 +03:00
FaviconCache.cc refactor: tr_web's callback now uses std::string_view (#2172) 2021-11-15 12:10:18 -06:00
FaviconCache.h Rename GTK client files to match the classes they contain (#2073) 2021-11-01 03:11:23 +03:00
FileList.cc Don't use deprecated GTK APIs (#2129) 2021-11-12 12:12:50 +03:00
FileList.h Rename GTK client files to match the classes they contain (#2073) 2021-11-01 03:11:23 +03:00
FilterBar.cc Fix activity filter combo size (GTK client) (#2169) 2021-11-15 17:25:11 +03:00
FilterBar.h Rename GTK client files to match the classes they contain (#2073) 2021-11-01 03:11:23 +03:00
FreeSpaceLabel.cc refactor: tr_dirSpace() (#2143) 2021-11-13 12:09:14 -06:00
FreeSpaceLabel.h Rename GTK client files to match the classes they contain (#2073) 2021-11-01 03:11:23 +03:00
HigWorkarea.cc Bump minimum GTK version to 3.24 (#2112) 2021-11-07 13:08:17 +03:00
HigWorkarea.h Rename GTK client files to match the classes they contain (#2073) 2021-11-01 03:11:23 +03:00
IconCache.cc Don't use deprecated GTK APIs (#2129) 2021-11-12 12:12:50 +03:00
IconCache.h Rename GTK client files to match the classes they contain (#2073) 2021-11-01 03:11:23 +03:00
main.cc Rename GTK client files to match the classes they contain (#2073) 2021-11-01 03:11:23 +03:00
MainWindow.cc Use stock options and statistics icons in statusbar (GTK client) (#2200) 2021-11-21 14:36:52 +03:00
MainWindow.h Don't use deprecated GTK APIs (#2129) 2021-11-12 12:12:50 +03:00
MakeDialog.cc Don't use deprecated GTK APIs (#2129) 2021-11-12 12:12:50 +03:00
MakeDialog.h Rename GTK client files to match the classes they contain (#2073) 2021-11-01 03:11:23 +03:00
MessageLogWindow.cc fix: honor dark mode in GTK client's message log (#2218) 2021-11-24 15:36:23 -06:00
MessageLogWindow.h Fix inconsistent message log action state (GTK client) (#2167) 2021-11-15 15:26:44 +03:00
my-valgrind.sh Refactor shell scripts with syntax and styling fixes 2019-01-16 03:22:29 +08:00
Notify.cc Add a "Start Now" action for newly added torrent notifications in the GTK client (#849) 2021-11-08 20:21:20 +03:00
Notify.h Add a "Start Now" action for newly added torrent notifications in the GTK client (#849) 2021-11-08 20:21:20 +03:00
OptionsDialog.cc Don't use deprecated GTK APIs (#2129) 2021-11-12 12:12:50 +03:00
OptionsDialog.h Rename GTK client files to match the classes they contain (#2073) 2021-11-01 03:11:23 +03:00
Prefs.cc fix: coverity warnings (#2186) 2021-11-17 15:56:50 -06:00
Prefs.h Rename GTK client files to match the classes they contain (#2073) 2021-11-01 03:11:23 +03:00
PrefsDialog.cc Don't use deprecated GTK APIs (#2129) 2021-11-12 12:12:50 +03:00
PrefsDialog.h Rename GTK client files to match the classes they contain (#2073) 2021-11-01 03:11:23 +03: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
RelocateDialog.cc Don't use deprecated GTK APIs (#2129) 2021-11-12 12:12:50 +03:00
RelocateDialog.h Rename GTK client files to match the classes they contain (#2073) 2021-11-01 03:11:23 +03:00
Session.cc refactor: make tr_variantFromBuf() public (#2187) 2021-11-17 23:37:35 -06:00
Session.h Add a "Start Now" action for newly added torrent notifications in the GTK client (#849) 2021-11-08 20:21:20 +03:00
StatsDialog.cc Don't use deprecated GTK APIs (#2129) 2021-11-12 12:12:50 +03:00
StatsDialog.h Rename GTK client files to match the classes they contain (#2073) 2021-11-01 03:11:23 +03:00
SystemTrayIcon.cc Don't use deprecated GTK APIs (#2129) 2021-11-12 12:12:50 +03:00
SystemTrayIcon.h Don't use deprecated GTK APIs (#2129) 2021-11-12 12:12:50 +03:00
TorrentCellRenderer.cc Fix torrent cells rendering in RTL mode (GTK client) (#2170) 2021-11-15 19:32:41 +03:00
TorrentCellRenderer.h Rename GTK client files to match the classes they contain (#2073) 2021-11-01 03:11:23 +03:00
transmission-gtk.1 man pages: remove commas in option listings (#2204) 2021-11-23 23:12:15 -06:00
transmission-gtk.appdata.xml.in cmake: replace intltool with gettext 2018-04-18 09:25:13 +00:00
transmission-gtk.desktop.in cmake: replace intltool with gettext 2018-04-18 09:25:13 +00:00
transmission-ui.xml Don't use deprecated GTK APIs (#2129) 2021-11-12 12:12:50 +03: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
transmission.png (trunk) #5382: better compression of our bundled png files. recompressed by Mangix 2013-06-26 02:06:43 +00:00
transmission.rc
utilities.png lossless compression of images saved 72KB 2017-06-03 23:52:34 +01:00
Utils.cc refactor: web_utils (#2121) 2021-11-08 21:30:03 -06:00
Utils.h Don't use deprecated GTK APIs (#2129) 2021-11-12 12:12:50 +03:00