Commit Graph

753 Commits

Author SHA1 Message Date
Charles Kerr ef68e36a0d (libT) more dead code removal: tr_compareUint32(), tr_compareUint64(), tr_strcmp(), tr_strcasecmp() 2008-08-22 14:52:20 +00:00
Charles Kerr b97717ffbf fix #include warning 2008-08-22 01:05:38 +00:00
Charles Kerr dcecf09d96 bencode cleanup: remove unused functions and unnecessary #includes 2008-08-21 14:57:59 +00:00
Mukund Sivaraman 03520624e6 Use ANSI declaration 2008-08-19 06:57:55 +00:00
Mukund Sivaraman f4fb332a58 Fixing dependency (tr-core.c: tr-core-dbus.h) 2008-08-17 21:43:39 +00:00
Mukund Sivaraman 04d9cc1d54 Check for threads 2008-08-17 12:39:34 +00:00
Mukund Sivaraman 4404ead503 Add tr-core-dbus.xml to EXTRA_DIST 2008-08-17 12:39:31 +00:00
Mukund Sivaraman 317281f87c Don't show an error when transmission is run twice
Instead, present the main window. This commit also auto-generates
the dbus bindings.
2008-08-17 12:39:26 +00:00
Charles Kerr d06f101e57 #220: lazy bitfields 2008-08-16 21:06:57 +00:00
Charles Kerr 839cfe9155 (gtk) #1193: add a shadow to the torrent list 2008-08-16 06:17:42 +00:00
Mukund Sivaraman ca6909db33 Enable checking of deprecated GTK usage (in beta/unstable releases only) 2008-08-15 19:31:59 +00:00
Mukund Sivaraman 2a8a474bca Make URL clickable in about dialog 2008-08-15 17:45:18 +00:00
Mukund Sivaraman 21010afa50 Fix leak; err is not used anyway 2008-08-14 11:23:16 +00:00
Mukund Sivaraman de62de3e19 Replace random number generation code 2008-08-14 11:11:25 +00:00
Mukund Sivaraman a8a57d0024 Fix leaks of dbus proxy and conn 2008-08-14 10:58:37 +00:00
Charles Kerr 50dcfb2ba0 (gtk) #826: Transmission doesn't open torrents via web browser 2008-08-14 03:37:02 +00:00
Charles Kerr f4a5315ec4 #1156: make the RPC callbacks a little more flexible to make thread issues easier on the mac client 2008-08-14 02:12:29 +00:00
Charles Kerr d521734c8d (gtk) #1185: crash by maliciously-crafted .torrent files "creator" field 2008-08-13 03:05:51 +00:00
Charles Kerr 290bb86f30 (gtk) #1182: "Untranslatable" strings 2008-08-12 00:52:34 +00:00
Charles Kerr 51aff87443 lots of C correctness tweaks suggested by sparse/cgcc 2008-08-11 19:05:02 +00:00
Charles Kerr e22eb7c68b (gtk) show "remaining time unknown" instead of "data not fully available" 2008-08-10 19:11:59 +00:00
Charles Kerr e7f7c9af31 (gtk) fix build breakage by including <locale.h> explicitly 2008-07-28 22:06:53 +00:00
Charles Kerr 9c0646553a (gtk) #1108: transmission includes several unlocalized strings 2008-07-25 14:56:28 +00:00
Charles Kerr fc87510be3 (gtk) #1108: transmission includes several unlocalized strings 2008-07-25 11:50:17 +00:00
Charles Kerr 2d1c6921d2 (gtk) #1105: slightly better fix than r6387's 2008-07-23 13:42:30 +00:00
Charles Kerr 30a81af036 (gtk) #1105: "Statistics" window uses the same keyboard shortcut for "Clear" and "Close" buttons 2008-07-22 21:01:28 +00:00
Charles Kerr 7372c4f39f add more rpc unit tests. man page cleanups. 2008-07-21 16:11:47 +00:00
Charles Kerr 5018ba1bbd (gtk) #867: add missing accelerators; remove accelerator collisions where possible 2008-07-19 19:55:08 +00:00
Charles Kerr bb54603333 (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
Charles Kerr cfbecbdc72 (gtk) in the `web' prefs tab, use the same terminology as the mac client. 2008-07-19 14:37:19 +00:00
Charles Kerr 3a2fa85fa9 (gtk) make the `web' preferences tab a little more consistent: "web gui", "web access" and "web interface" were all being used interchangably 2008-07-19 14:23:56 +00:00
Charles Kerr bb6b471e8b fix some minor errors reported by clang's "scan-build" tool 2008-07-18 18:14:29 +00:00
Charles Kerr 339fb746ff (gtk) #1090: gtk+ client crashes when a torrent is removed from clutch 2008-07-16 19:38:22 +00:00
Charles Kerr 2fd2c7c359 (gtk) fix the mnemonics of the web tab in the prefs dialog 2008-07-16 04:19:31 +00:00
Charles Kerr 61d89d92dc minor prefs dialog string tweak 2008-07-16 02:40:31 +00:00
Charles Kerr 70a405f1a0 (gtk) add "Launch Clutch" button to the web tab in the preferences dialog. that way users won't have to dig through documentation to find the "http://localhost:port/transmission/clutch" URL. 2008-07-16 02:31:08 +00:00
Charles Kerr 2f239319b0 add a portability wrapper ``tr_snprintf()'' around snprintf() 2008-07-15 17:16:57 +00:00
Charles Kerr 7974a1e50a (libT) add proxy port arg as requested by BentMyWookie 2008-07-15 01:03:03 +00:00
Charles Kerr a66c930583 (gtk) #1081: Manual Announce grayed out when allowed 2008-07-13 18:14:24 +00:00
Charles Kerr d5335b710b Update NEWS file to say the Clutch rewrite's been folded into Transmission. 2008-07-11 17:09:53 +00:00
Charles Kerr eb254b8a54 #1042: "Announce allowed: Never" 2008-07-11 11:51:15 +00:00
Charles Kerr 45a216bdc2 (daemon) let file download flags and priorities be set by transmission-remote. Add examples to the man page and --help.
(libT) minor tweaks to tr-getopt
(gtk) tweak the preference dialog's "port forwarding" text for clarity as suggested in the forums
2008-07-10 20:59:15 +00:00
Charles Kerr f5dbaca440 (gtk) #562: No error message when opening broken torrent file 2008-07-09 16:33:00 +00:00
Charles Kerr ab5fe51e00 (gtk) partial fix for #562: No error message when opening broken torrent file 2008-07-08 21:08:20 +00:00
Charles Kerr deca1f60ff (gtk) #1073: Too many queries to disable Desktop hibernation 2008-07-06 00:56:19 +00:00
Charles Kerr 13a9af099f (gtk) #1063: don't inhibit power management when torrents are paused 2008-07-02 18:49:07 +00:00
Charles Kerr abd973886b (gtk) #1069: revert r6280 2008-07-02 04:27:15 +00:00
Charles Kerr 5493046090 #1069: Unknown seeders and leechers count in `Peers' tab 2008-07-02 01:04:07 +00:00
Charles Kerr 4e0becaa57 (gtk) #1035 prefrence "Remove source to trash" doesn't work 2008-07-02 00:51:04 +00:00
Charles Kerr 435cbaf6b4 (gtk) #1043: Include recent folders in the destination folder chooser 2008-07-02 00:17:27 +00:00