transmission/gtk
Charles Kerr 839cfe9155 (gtk) #1193: add a shadow to the torrent list 2008-08-16 06:17:42 +00:00
..
icons (gtk) #376: Use freedesktop icon spec 2008-02-07 20:02:06 +00:00
Makefile.am Enable checking of deprecated GTK usage (in beta/unstable releases only) 2008-08-15 19:31:59 +00:00
actions.c lots of C correctness tweaks suggested by sparse/cgcc 2008-08-11 19:05:02 +00:00
actions.h lots of C correctness tweaks suggested by sparse/cgcc 2008-08-11 19:05:02 +00:00
add-dialog.c (gtk) #826: Transmission doesn't open torrents via web browser 2008-08-14 03:37:02 +00:00
add-dialog.h (gtk) "open torrent" --> "add torrent" 2008-04-03 02:11:15 +00:00
conf.c make the preference file keys more consistent. 2008-06-13 00:52:55 +00:00
conf.h unify the daemon and gtk client's config files so that you can easily swap back and forth between clients and keep the same torrents and preferences. 2008-06-12 16:25:36 +00:00
details.c (gtk) #1185: crash by maliciously-crafted .torrent files "creator" field 2008-08-13 03:05:51 +00:00
details.h (gtk) make the filename naming scheme a little more consistent. 2008-02-26 19:58:03 +00:00
dialogs.c (gtk) fix crash reported by Lacrocivious 2008-04-29 22:56:44 +00:00
dialogs.h (gtk) try to iron out the remaining "add torrent" issues reported by wereHamster and Lacrocivous 2008-03-18 01:22:11 +00:00
file-list.c (gtk) #867: fix strings that should've been marked for translation for 1.30, but weren't. 2008-07-19 19:48:45 +00:00
file-list.h svn propset svn:keywords 'Date Rev Author Id' filename 2008-02-26 21:08:51 +00:00
hig.c #981: add tr_stat.dateAdded to libT; add "sort by age" to gtk+ client 2008-06-02 04:41:55 +00:00
hig.h #981: add tr_stat.dateAdded to libT; add "sort by age" to gtk+ client 2008-06-02 04:41:55 +00:00
lock.h use the same lock icon that the mac client is using. 2007-10-13 13:51:38 +00:00
logo.h (gtk) #376 again: add a fallback logo for platforms that don't support the freedesktop icon scheme 2008-02-07 20:27:17 +00:00
main.c Make URL clickable in about dialog 2008-08-15 17:45:18 +00:00
makemeta-ui.c fix some minor errors reported by clang's "scan-build" tool 2008-07-18 18:14:29 +00:00
makemeta-ui.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
msgwin.c (gtk) #1108: transmission includes several unlocalized strings 2008-07-25 14:56:28 +00:00
msgwin.h (gtk) speed up the population of the debug window. 2008-03-16 15:18:19 +00:00
my-valgrind.sh (gtk) bring the prefs dialog's hotkeys up-to-date with r5015 2008-02-13 03:12:56 +00:00
notify.c RPC/IPC redesign 2008-05-18 16:44:30 +00:00
notify.h (gtk) make the filename naming scheme a little more consistent. 2008-02-26 19:58:03 +00:00
sexy-icon-entry.c fix some minor errors reported by clang's "scan-build" tool 2008-07-18 18:14:29 +00:00
sexy-icon-entry.h (gtk+) first cut of a filter bar 2007-12-24 00:14:39 +00:00
stats.c (gtk) #1105: slightly better fix than r6387's 2008-07-23 13:42:30 +00:00
stats.h (gtk) make the filename naming scheme a little more consistent. 2008-02-26 19:58:03 +00:00
torrent-cell-renderer.c (gtk) show "remaining time unknown" instead of "data not fully available" 2008-08-10 19:11:59 +00:00
torrent-cell-renderer.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
tr-core-dbus.h RPC/IPC redesign 2008-05-18 16:44:30 +00:00
tr-core-dbus.xml RPC/IPC redesign 2008-05-18 16:44:30 +00:00
tr-core.c lots of C correctness tweaks suggested by sparse/cgcc 2008-08-11 19:05:02 +00:00
tr-core.h (gtk) #1090: gtk+ client crashes when a torrent is removed from clutch 2008-07-16 19:38:22 +00:00
tr-icon.c (gtk) #942: Option to inhibit / allow hibernation 2008-05-24 23:23:20 +00:00
tr-icon.h (gtk) make the filename naming scheme a little more consistent. 2008-02-26 19:58:03 +00:00
tr-io.c (gtk) try to iron out the remaining "add torrent" issues reported by wereHamster and Lacrocivous 2008-03-18 01:22:11 +00:00
tr-io.h (gtk) remove unused function "io_send" 2008-02-26 20:34:37 +00:00
tr-prefs.c Replace random number generation code 2008-08-14 11:11:25 +00:00
tr-prefs.h (libT) add proxy port arg as requested by BentMyWookie 2008-07-15 01:03:03 +00:00
tr-torrent.c lots of C correctness tweaks suggested by sparse/cgcc 2008-08-11 19:05:02 +00:00
tr-torrent.h (gtk) #1090: gtk+ client crashes when a torrent is removed from clutch 2008-07-16 19:38:22 +00:00
tr-window.c (gtk) #1193: add a shadow to the torrent list 2008-08-16 06:17:42 +00:00
tr-window.h (gtk) make the filename naming scheme a little more consistent. 2008-02-26 19:58:03 +00:00
tracker-list.c (gtk) #1182: "Untranslatable" strings 2008-08-12 00:52:34 +00:00
tracker-list.h (gtk) #992: Button icons cut off in New Torrent dialog 2008-06-05 18:59:07 +00:00
transmission.1 add more rpc unit tests. man page cleanups. 2008-07-21 16:11:47 +00:00
transmission.desktop.in (gtk) #644: HIGify the desktop metadata a bit 2008-02-04 20:50:16 +00:00
transmission.png experimentally try out the tango icon and see how it looks 2007-10-11 20:13:57 +00:00
ui.h lots of C correctness tweaks suggested by sparse/cgcc 2008-08-11 19:05:02 +00:00
util.c Fix leaks of dbus proxy and conn 2008-08-14 10:58:37 +00:00
util.h (gtk) #1108: transmission includes several unlocalized strings 2008-07-25 14:56:28 +00:00