transmission/gtk
Mike Gelfand d8d361e491
Make some utility functions return std::string to simplify code (#2368)
* tr_formatter_speed_KBps returns std::string

* tr_formatter_mem_B returns std::string

* tr_formatter_size_B returns std::string

* tr_strpercent/tr_strratio returns std::string
2021-12-31 03:30:21 +03: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: use std::string in tr_variantToStr() (#2351) 2021-12-27 16:47:25 -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 Make some utility functions return std::string to simplify code (#2368) 2021-12-31 03:30:21 +03:00
DetailsDialog.h Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +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 Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
FaviconCache.h Rename GTK client files to match the classes they contain (#2073) 2021-11-01 03:11:23 +03:00
FileList.cc fix: sonarcloud (#2322) 2021-12-16 16:58: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 Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
FilterBar.h Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
FreeSpaceLabel.cc Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03: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 Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
IconCache.h Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
MainWindow.cc Make some utility functions return std::string to simplify code (#2368) 2021-12-31 03:30:21 +03:00
MainWindow.h Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
MakeDialog.cc Make some utility functions return std::string to simplify code (#2368) 2021-12-31 03:30:21 +03:00
MakeDialog.h Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
MessageLogWindow.cc Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03: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: use tr_torrent_metainfo in tr ctor (#2345) 2021-12-26 10:25:07 -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 Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
Prefs.h Rename GTK client files to match the classes they contain (#2073) 2021-11-01 03:11:23 +03:00
PrefsDialog.cc Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
PrefsDialog.h Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
RelocateDialog.cc Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
RelocateDialog.h Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
Session.cc fix: sonarcloud warnings (#2353) 2021-12-28 01:14:52 -06:00
Session.h Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03:00
StatsDialog.cc Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03: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 Make some utility functions return std::string to simplify code (#2368) 2021-12-31 03:30:21 +03: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: change tr_torrentNew() args (#2337) 2021-12-24 16:05:17 -06:00
main.cc Fix most of critical issues reported by Sonar (GTK client) (#2309) 2021-12-14 11:43:27 +03: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