transmission/gtk
Charles Kerr a79a868257
refactor: make tr_variantFromBuf() public (#2187)
* refactor: add tr_variantFromBuf() and support inplace json/benc parsing
2021-11-17 23:37: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 refactor: make tr_variantFromBuf() public (#2187) 2021-11-17 23:37: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
MainWindow.cc Null-initialize MainWindow::Impl::popup_menu_ (GTK client) (#2138) 2021-11-13 15:59:39 +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 inconsistent message log action state (GTK client) (#2167) 2021-11-15 15:26:44 +03:00
MessageLogWindow.h Fix inconsistent message log action state (GTK client) (#2167) 2021-11-15 15:26:44 +03: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
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
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
main.cc Rename GTK client files to match the classes they contain (#2073) 2021-11-01 03:11:23 +03:00
my-valgrind.sh Refactor shell scripts with syntax and styling fixes 2019-01-16 03:22:29 +08:00
ratio.svg
transmission-gtk.1 fixup! (trunk) update credits (#1205) 2020-05-02 11:42:18 -05: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 Include GTK client icon in resources once (#2137) 2021-11-13 15:20:16 +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