1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-07 23:14:41 +00:00
transmission/gtk
Charles Kerr 08f9b811ba remove a couple of preferences:
(1) "delete original file" ... this can be turned on in the "add" dialog, but who would want this to always be unconditionally true?
(2) "show in systray" ... since not many people will toggle this, move it from the prefs dialog to the .ini file
2008-03-07 18:57:32 +00:00
..
icons (gtk) #376: Use freedesktop icon spec 2008-02-07 20:02:06 +00:00
actions.c (gtk) #769: when removing a torrent, prompt for confirmation if (a) the torrent is incomplete, (b) the torrent is connected to peers, (c) the user is also deleting the downloaded files. 2008-03-07 17:47:42 +00:00
actions.h (gtk) make the filename naming scheme a little more consistent. 2008-02-26 19:58:03 +00:00
conf.c first cut at adding i18n hooks into libtransmission. 2008-03-04 02:02:25 +00:00
conf.h more housekeeping: benc_val_t --> tr_benc 2008-02-26 21:58:58 +00:00
details.c more i18n work. 2008-03-07 03:26:59 +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) #769: when removing a torrent, prompt for confirmation if (a) the torrent is incomplete, (b) the torrent is connected to peers, (c) the user is also deleting the downloaded files. 2008-03-07 17:47:42 +00:00
dialogs.h (gtk) #769: when removing a torrent, prompt for confirmation if (a) the torrent is incomplete, (b) the torrent is connected to peers, (c) the user is also deleting the downloaded files. 2008-03-07 17:47:42 +00:00
file-list.c svn propset svn:keywords 'Date Rev Author Id' filename 2008-02-26 21:08:51 +00:00
file-list.h svn propset svn:keywords 'Date Rev Author Id' filename 2008-02-26 21:08:51 +00:00
hig.c code cleanup 2008-02-14 17:18:00 +00:00
hig.h code cleanup 2008-02-14 17:18:00 +00:00
ipc.c more i18n work. 2008-03-07 03:26:59 +00:00
ipc.h (gtk) make the filename naming scheme a little more consistent. 2008-02-26 19:58:03 +00:00
lock.h
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 (gtk) #769: when removing a torrent, prompt for confirmation if (a) the torrent is incomplete, (b) the torrent is connected to peers, (c) the user is also deleting the downloaded files. 2008-03-07 17:47:42 +00:00
Makefile.am (gtk) make the filename naming scheme a little more consistent. 2008-02-26 19:58:03 +00:00
makemeta-ui.c more i18n strings work 2008-03-06 21:59:00 +00:00
makemeta-ui.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
msgwin.c (gtk) #742: gtk dialog buttons need to support `alternative button order' for KDE users 2008-02-28 14:48:23 +00:00
msgwin.h (gtk) make the filename naming scheme a little more consistent. 2008-02-26 19:58:03 +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 mark the libnotify strings for translation 2008-03-03 04:44:27 +00:00
notify.h (gtk) make the filename naming scheme a little more consistent. 2008-02-26 19:58:03 +00:00
open-dialog.c more i18n strings work 2008-03-06 21:59:00 +00:00
open-dialog.h svn propset svn:keywords 'Date Rev Author Id' filename 2008-02-26 21:08:51 +00:00
sexy-icon-entry.c
sexy-icon-entry.h
stats.c (gtk) make the filename naming scheme a little more consistent. 2008-02-26 19:58:03 +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 more i18n strings work 2008-03-06 21:59:00 +00:00
torrent-cell-renderer.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
tr-core.c remove a couple of preferences: 2008-03-07 18:57:32 +00:00
tr-core.h (gtk) minor: use "Folder" instead of "Directory", as per the GNOME Desktop Terms list 2008-03-06 20:55:07 +00:00
tr-icon.c (gtk) make the filename naming scheme a little more consistent. 2008-02-26 19:58:03 +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) group the ipc functions by call order 2008-02-26 21:05:13 +00:00
tr-io.h (gtk) remove unused function "io_send" 2008-02-26 20:34:37 +00:00
tr-prefs.c remove a couple of preferences: 2008-03-07 18:57:32 +00:00
tr-prefs.h remove a couple of preferences: 2008-03-07 18:57:32 +00:00
tr-torrent.c more i18n work. 2008-03-07 03:26:59 +00:00
tr-torrent.h (gtk) make the filename naming scheme a little more consistent. 2008-02-26 19:58:03 +00:00
tr-window.c more i18n strings work 2008-03-06 21:59:00 +00:00
tr-window.h (gtk) make the filename naming scheme a little more consistent. 2008-02-26 19:58:03 +00:00
transmission.1 update some more URLS to www.transmissionbt.com 2008-01-20 14:53:38 +00:00
transmission.desktop.in (gtk) #644: HIGify the desktop metadata a bit 2008-02-04 20:50:16 +00:00
transmission.png
ui.h (gtk) #769: when removing a torrent, prompt for confirmation if (a) the torrent is incomplete, (b) the torrent is connected to peers, (c) the user is also deleting the downloaded files. 2008-03-07 17:47:42 +00:00
util.c (gtk) fix the build for glib2 < 2.14, as reported by hudson 2008-03-07 16:09:21 +00:00
util.h (gtk) make verrmsg_full() private 2008-02-28 20:23:02 +00:00