1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00
Commit graph

11957 commits

Author SHA1 Message Date
Mitchell Livingston
40a7634c78 #5086 Fix web interface ngettext 2012-10-10 03:03:32 +00:00
Jordan Lee
792215c5e9 (trunk qt) #5059 'Memory leak in the TrMainWindow :: openTorrent' -- fixed. 2012-10-08 04:23:39 +00:00
Jordan Lee
4dd6e35bd7 (trunk, web) replace Transmission.formatter.plural() with a slightly less brittle pluralization tool 2012-10-07 18:10:26 +00:00
Jordan Lee
7219f26dae (trunk, T) #5072 "In the torrent list, show how many web seeds we're downloading from" -- made the Qt, GTK+, and web client text consistent 2012-10-07 17:51:56 +00:00
Jordan Lee
f8f5fa930f (trunk, web) #5072 "web client doesn't show webseed count" -- pluralization refinement to r13551 2012-10-07 16:33:55 +00:00
Jordan Lee
4f64831711 (web, trunk) #5072 'web client does not show webseed download count' -- use cfpp2p's patch to make it behave like the Mac client. 2012-10-06 18:22:57 +00:00
Jordan Lee
aa85152654 (trunk, qt) #5057 'hungarian translation for the Qt client' -- added. thanks marton! 2012-10-05 22:25:12 +00:00
Jordan Lee
ebd4b5e386 (trunk, libT) #5063 'remaining time unknown with magnets that have webseeds' -- fixed. 2012-10-05 22:04:08 +00:00
Jordan Lee
682d257808 (trac, web) #5072 'web client does not show webseed download count' -- fixed. 2012-10-05 21:23:50 +00:00
Jordan Lee
1aa4286fbc (trunk, libT) #5069 'webseed magnet support is broken' reported & patch by cfpp2p 2012-10-05 16:44:36 +00:00
Jordan Lee
cc51b1586c (trunk libT) #5075 'magnet.c:163 should use MAX_WEBSEEDS, not MAX_TRACKERS' ... fixed. Thanks to cfpp2p for catching this. 2012-10-05 16:10:12 +00:00
Mitchell Livingston
f07fe8b4d4 update to 2.71+ again 2012-10-05 02:28:31 +00:00
Mitchell Livingston
3a6b5d5e6b update to 2.71+ 2012-10-05 02:28:04 +00:00
Jordan Lee
ed2d2de530 (trunk, web) fix #5055 'torrents that include HTML in the comment section don't display properly in the web browser.' 2012-10-05 02:23:17 +00:00
Mitchell Livingston
126583ba85 in Mac world it's NSRect, not CGRect 2012-09-27 00:21:10 +00:00
Mitchell Livingston
340c8aedf7 perform localization of InfoActivityViewController with a strings files and resizing code 2012-09-27 00:17:43 +00:00
Mitchell Livingston
d3e57ff7f8 fix a bug with the auto-resizing localization code in InfoGeneralViewController 2012-09-27 00:16:21 +00:00
Mitchell Livingston
7a3f6e6010 uncomment resizing code for localizations post-2.7 2012-09-26 18:59:34 +00:00
Mitchell Livingston
ab0a1de8a4 bump version to 2.71 2012-09-26 16:57:53 +00:00
Mitchell Livingston
c9f86ff4e3 #5053 Fix crash on 10.6 2012-09-26 16:55:34 +00:00
Jordan Lee
d063c4fb1d (trunk, web) #5013: finish by syncing common.css with common.scss 2012-09-26 02:44:24 +00:00
Jordan Lee
245ed7c7e2 (trunk, web) #5013: remove redundant buttons, these were supposed to be removed in r13523 2012-09-26 02:41:47 +00:00
Jordan Lee
d8463803a6 Updated translations for transmission-gtk 2012-09-26 02:38:25 +00:00
Jordan Lee
cac44f2dc4 new transmission-gtk translations: Burmese and Swahili 2012-09-26 02:35:34 +00:00
Mitchell Livingston
0b8bb34c03 bump version to 2.70 2012-09-26 02:27:06 +00:00
Mitchell Livingston
b0bbf26d71 add removed localization to NEWS 2012-09-26 00:07:47 +00:00
Mitchell Livingston
0b676a3da5 update news for #5049 2012-09-25 04:27:39 +00:00
Jordan Lee
b437b28228 (trunk, libT) #5049: fix bug that caused some incoming encrypted peer connections to fail 2012-09-25 02:07:03 +00:00
Mitchell Livingston
cf9d109480 Make the stats window's localization-resizing code a bit more generic 2012-09-24 02:43:44 +00:00
Jordan Lee
ee3eca112d (trunk web) #5013 fix r13523 regression with initializing file priority buttons 2012-09-23 22:55:21 +00:00
Jordan Lee
6438568d66 (trunk web) #5013 fix r13523 tyop 2012-09-23 22:33:55 +00:00
Jordan Lee
53ef843cbd (trunk web) #5013 "WebUI Inspector file tree" -- possible reimplementation. 2012-09-23 22:05:21 +00:00
Jordan Lee
7b7da2d315 in file-row getPath(), don't leak 'path' into the global namespace 2012-09-23 17:21:19 +00:00
Jordan Lee
b4b7483f2e in updateFilesPage(), fix about a dozen variables that leaked into the global namespace 2012-09-23 17:08:27 +00:00
Jordan Lee
33c4d25f19 fix a handful of console warnings that were generated by trying to trash a NULL .torrent file b/c the torrent had been added from a URL 2012-09-23 15:38:07 +00:00
Jordan Lee
36e1337e68 Fix "make clean" when xcodebuild isn't available on the build box 2012-09-23 00:14:04 +00:00
Jordan Lee
7fe9042235 fix BUILT_SOURCES and CLEANFILES for the transmission-resource files 2012-09-22 22:36:05 +00:00
Jordan Lee
00b0678904 fix warnings generated by autoreconf -Wall 2012-09-22 22:23:04 +00:00
Jordan Lee
40dbb54315 remove the va_copy tests in configure.ac, it's not used in the code anywhere 2012-09-22 22:18:49 +00:00
Mitchell Livingston
7825c3a743 add WebSeedTableView.[hm] to the makefile 2012-09-22 19:27:01 +00:00
Mitchell Livingston
10ae4e612b update the macosx makefile 2012-09-22 18:30:46 +00:00
Mitchell Livingston
5dd3b49f31 update NEWS for 2.7 2012-09-22 18:24:47 +00:00
Mitchell Livingston
645ffe9717 perform some surgery to remove Chinese from the Xcode project 2012-09-22 16:28:56 +00:00
Mitchell Livingston
b860a9455a update project file for updated localization 2012-09-22 16:26:15 +00:00
Mitchell Livingston
f28c421e40 Remove the Simplified Chinese localization. We are on the lookout for a new localizer. 2012-09-22 16:09:52 +00:00
Mitchell Livingston
54ad8ee9d6 add European Portuguese localization of the Quick Look plugin for 2.7 2012-09-22 15:28:46 +00:00
Mitchell Livingston
8391e3ed32 update European Portuguese localization for 2.7 2012-09-22 15:28:00 +00:00
Mitchell Livingston
369adbbc0c update French localization for 2.7 2012-09-20 13:02:34 +00:00
Jordan Lee
3946dd2452 minor plural fix for cell renderer downloading metadata, patch by ajf88 2012-09-20 03:39:00 +00:00
Jordan Lee
fe42c6285d (trunk, web) r13437 regex bugfix by cfpp2p 2012-09-19 05:28:13 +00:00