transmission/gtk
Charles Kerr b0ee4007ff
refactor: include cleanups (#2392)
* refactor: include <memory> when using shared_ptr or unique_ptr

* refactor: include <cstdio> iff we use it

* refactor: include <cstring> iff we use it

* refactor: include <cstdlib> iff we use it

* refactor: include <string_view> or <string> iff we use it

* refactor: include <array> iff we use it

* refactor: include <ctime> iff we use it

* refactor: include <cctype> iff we use it

* refactor: misc #include cleanups in libtransmission
2022-01-12 20:13:58 -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 Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
Actions.h Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
Application.cc refactor: include cleanups (#2392) 2022-01-12 20:13:58 -06:00
Application.h Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +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: include cleanups (#2392) 2022-01-12 20:13:58 -06:00
DetailsDialog.h Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
Dialogs.cc refactor: include cleanups (#2392) 2022-01-12 20:13:58 -06: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: include cleanups (#2392) 2022-01-12 20:13:58 -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 refactor: include cleanups (#2392) 2022-01-12 20:13:58 -06:00
FileList.h Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
FilterBar.cc refactor: include cleanups (#2392) 2022-01-12 20:13:58 -06:00
FilterBar.h Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
FreeSpaceLabel.cc refactor: include cleanups (#2392) 2022-01-12 20:13:58 -06:00
FreeSpaceLabel.h Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
HigWorkarea.cc Bump minimum GTK version to 3.24 (#2112) 2021-11-07 13:08:17 +03:00
HigWorkarea.h Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
IconCache.cc refactor: include cleanups (#2392) 2022-01-12 20:13:58 -06:00
IconCache.h Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
MainWindow.cc refactor: include cleanups (#2392) 2022-01-12 20:13:58 -06:00
MainWindow.h Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
MakeDialog.cc refactor: include cleanups (#2392) 2022-01-12 20:13:58 -06:00
MakeDialog.h Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
MessageLogWindow.cc refactor: include cleanups (#2392) 2022-01-12 20:13:58 -06:00
MessageLogWindow.h Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
Notify.cc Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +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 refactor: include cleanups (#2392) 2022-01-12 20:13:58 -06:00
OptionsDialog.h Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
Prefs.cc refactor: include cleanups (#2392) 2022-01-12 20:13:58 -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 refactor: include cleanups (#2392) 2022-01-12 20:13:58 -06:00
PrefsDialog.h Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
RelocateDialog.cc refactor: include cleanups (#2392) 2022-01-12 20:13:58 -06:00
RelocateDialog.h Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
Session.cc refactor: include cleanups (#2392) 2022-01-12 20:13:58 -06:00
Session.h refactor: include cleanups (#2392) 2022-01-12 20:13:58 -06:00
StatsDialog.cc refactor: include cleanups (#2392) 2022-01-12 20:13:58 -06:00
StatsDialog.h Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
SystemTrayIcon.cc Make some utility functions return std::string to simplify code (#2368) 2021-12-31 03:30:21 +03:00
SystemTrayIcon.h Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
TorrentCellRenderer.cc refactor: include cleanups (#2392) 2022-01-12 20:13:58 -06:00
TorrentCellRenderer.h Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
Utils.cc Make some utility functions return std::string to simplify code (#2368) 2021-12-31 03:30:21 +03:00
Utils.h refactor: include cleanups (#2392) 2022-01-12 20:13:58 -06:00
main.cc refactor: include cleanups (#2392) 2022-01-12 20:13:58 -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 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 (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