transmission/gtk
Mike Gelfand 0824c2da6d
Disconnect some more signals on widgets destruction (#4379)
This is applicable to any signals where emitter's lifetime isn't
controlled by the receiver.

There're still about 7 `Glib::signal_idle()` connections which aren't
tracked but I see the possibility of it leading to major issues as quite
low.
2022-12-16 17:40:28 +00:00
..
icons
screenshots
ui Bind sensitivity properties in .ui files (#4128) 2022-11-09 20:46:23 +00:00
.clang-tidy Fix issues reported by clang-tidy `bugprone` checks (GTK client) (#4183) 2022-11-15 19:30:32 +00:00
Actions.cc Fix issues reported by clang-tidy `performance` checks (GTK client) (#4160) 2022-11-13 20:50:07 +00:00
Actions.h Add support for GTK 4 (#3916) 2022-10-09 01:50:03 +03:00
Application.cc Disconnect some more signals on widgets destruction (#4379) 2022-12-16 17:40:28 +00:00
Application.h
CMakeLists.txt Show "Enable uTP" checkbox in preferences if supported (GTK client) (#4349) 2022-12-11 21:58:17 +00:00
DetailsDialog.cc Disconnect some more signals on widgets destruction (#4379) 2022-12-16 17:40:28 +00:00
DetailsDialog.h Switch to Gtk::Builder for all UI in GTK client (#3781) 2022-09-08 01:25:04 +03:00
Dialogs.cc Use fmt for string formatting (GTK client) (#3967) 2022-10-15 19:13:50 +03:00
Dialogs.h
FaviconCache.cc fixup! refactor: GTK favicon lookup improvements (#4278) (#4286) 2022-11-30 14:51:38 -06:00
FaviconCache.h
FileList.cc Disconnect some more signals on widgets destruction (#4379) 2022-12-16 17:40:28 +00:00
FileList.h Add support for GTK 4 (#3916) 2022-10-09 01:50:03 +03:00
FilterBar.cc Fix issues reported by clang-tidy `cert` checks (GTK client) (#4174) 2022-11-15 00:53:12 +00:00
FilterBar.h Switch to Gtk::Builder for all UI in GTK client (#3781) 2022-09-08 01:25:04 +03:00
FreeSpaceLabel.cc Fix issues reported by clang-tidy `readability` checks (GTK client) (#4127) 2022-11-09 16:58:36 +00:00
FreeSpaceLabel.h Switch to Gtk::Builder for all UI in GTK client (#3781) 2022-09-08 01:25:04 +03:00
HigWorkarea.h Add support for GTK 4 (#3916) 2022-10-09 01:50:03 +03:00
IconCache.cc Add support for GTK 4 (#3916) 2022-10-09 01:50:03 +03:00
IconCache.h Add support for GTK 4 (#3916) 2022-10-09 01:50:03 +03:00
MainWindow.cc Fix incorrect selection behavior when building against GTK 4 (#4168) 2022-11-14 18:27:15 +00:00
MainWindow.h Switch to Gtk::Builder for all UI in GTK client (#3781) 2022-09-08 01:25:04 +03:00
MakeDialog.cc Fix issues reported by clang-tidy `bugprone` checks (GTK client) (#4183) 2022-11-15 19:30:32 +00:00
MakeDialog.h Switch to Gtk::Builder for all UI in GTK client (#3781) 2022-09-08 01:25:04 +03:00
MessageLogWindow.cc fix GTK client message log window does not restore level selection (#4242) 2022-11-26 07:32:51 -06:00
MessageLogWindow.h Add support for GTK 4 (#3916) 2022-10-09 01:50:03 +03:00
Notify.cc Fix issues reported by clang-tidy `cert` checks (GTK client) (#4174) 2022-11-15 00:53:12 +00:00
Notify.h
OptionsDialog.cc Fix issues reported by clang-tidy `cert` checks (GTK client) (#4174) 2022-11-15 00:53:12 +00:00
OptionsDialog.h Switch to Gtk::Builder for all UI in GTK client (#3781) 2022-09-08 01:25:04 +03:00
PathButton.cc Fix issues reported by clang-tidy `cppcoreguidelines` checks (GTK client) (#4158) 2022-11-13 17:36:16 +00:00
PathButton.h Add support for GTK 4 (#3916) 2022-10-09 01:50:03 +03:00
Prefs.cc Fix issues reported by clang-tidy `misc` checks (GTK client) (#4167) 2022-11-14 16:22:38 +00:00
Prefs.h
PrefsDialog.cc Disconnect some more signals on widgets destruction (#4379) 2022-12-16 17:40:28 +00:00
PrefsDialog.h Switch to Gtk::Builder for all UI in GTK client (#3781) 2022-09-08 01:25:04 +03:00
RelocateDialog.cc Add support for GTK 4 (#3916) 2022-10-09 01:50:03 +03:00
RelocateDialog.h Switch to Gtk::Builder for all UI in GTK client (#3781) 2022-09-08 01:25:04 +03:00
Session.cc Disconnect some more signals on widgets destruction (#4379) 2022-12-16 17:40:28 +00:00
Session.h Fix issues reported by clang-tidy `cert` checks (GTK client) (#4174) 2022-11-15 00:53:12 +00:00
StatsDialog.cc Add support for GTK 4 (#3916) 2022-10-09 01:50:03 +03:00
StatsDialog.h Switch to Gtk::Builder for all UI in GTK client (#3781) 2022-09-08 01:25:04 +03:00
SystemTrayIcon.cc Fix issues reported by clang-tidy `cppcoreguidelines` checks (GTK client) (#4158) 2022-11-13 17:36:16 +00:00
SystemTrayIcon.h Add support for GTK 4 (#3916) 2022-10-09 01:50:03 +03:00
TorrentCellRenderer.cc Calculate percent done in range 0..100 instead of 0..1 (GTK client) (#4191) 2022-11-16 10:14:09 +00:00
TorrentCellRenderer.h Fix issues reported by clang-tidy `cppcoreguidelines` checks (GTK client) (#4158) 2022-11-13 17:36:16 +00:00
Utils.cc Fix issues reported by clang-tidy `cert` checks (GTK client) (#4174) 2022-11-15 00:53:12 +00:00
Utils.h Fix incorrect selection behavior when building against GTK 4 (#4168) 2022-11-14 18:27:15 +00:00
main.cc Fix issues reported by clang-tidy `cert` checks (GTK client) (#4174) 2022-11-15 00:53:12 +00:00
my-valgrind.sh
transmission-gtk.1
transmission-gtk.desktop.in
transmission-gtk.metainfo.xml.in
transmission-ui.css Add support for GTK 4 (#3916) 2022-10-09 01:50:03 +03:00
transmission-ui.xml Switch to Gtk::Builder for all UI in GTK client (#3781) 2022-09-08 01:25:04 +03:00
transmission.gresource.xml Add support for GTK 4 (#3916) 2022-10-09 01:50:03 +03:00
transmission.rc