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

11579 commits

Author SHA1 Message Date
Mitchell Livingston
ec28df0bbc (web client) getValue needs to accept all types of html5 text fields 2012-02-11 03:49:21 +00:00
Mitchell Livingston
bf076cc096 update French localization for 2.5 2012-02-09 13:48:36 +00:00
Mitchell Livingston
a6e141fc96 update NEWS 2012-02-08 12:13:22 +00:00
Mitchell Livingston
bd5289b750 update Russian localization for 2.5 2012-02-08 12:13:13 +00:00
Jordan Lee
b8c05784de fix oops 2012-02-08 04:09:22 +00:00
Mitchell Livingston
0109992bdb yet another NEWS revision 2012-02-08 03:54:12 +00:00
Jordan Lee
597285830b another NEWS revision 2012-02-08 03:52:54 +00:00
Jordan Lee
44b1eecf12 (trunk web) Include the SASS stylesheet templates in the tarball 2012-02-08 03:49:32 +00:00
Mitchell Livingston
4deb1cbb9c update NEWS 2012-02-08 03:47:39 +00:00
Jordan Lee
423675783b update NEWS for 2.50 2012-02-08 03:15:50 +00:00
Mitchell Livingston
8a0119d467 update Spanish localization for 2.5 2012-02-07 22:51:33 +00:00
Mitchell Livingston
27b341134a update Italian localization for 2.5 2012-02-07 03:41:48 +00:00
Jordan Lee
e110757013 (trunk gtk) when processing log messages for the Message Log window and we encounter an error messages, pass it to g_warning() as well 2012-02-04 23:59:42 +00:00
Jordan Lee
b20110fe67 use kB/s rather than KiB/s in transmission-remote's manpage 2012-02-04 03:19:49 +00:00
Jordan Lee
43f7dc4c17 (trunk libT) fix minor memory leak of the 'dir' string when deleting local data. (Thanks, valgrind!) 2012-02-04 03:09:31 +00:00
Mitchell Livingston
a107ad81ab Mac build compiles again 2012-02-04 02:17:51 +00:00
Jordan Lee
5194175f9a (trunk qt) fix r13200 oops -- I forgot to add the new template file in the qt/ directory 2012-02-04 02:00:21 +00:00
Jordan Lee
a33763dbe3 (trunk qt) #4490 "transmission-qt FTB, undefined references to UTP library" -- fixed with patch by niol 2012-02-04 01:55:58 +00:00
Jordan Lee
6d4858d8dd (trunk) #4732 "allow switching between internal and system libnatpmp" -- fixed with patch scarabeus and applied by me, so any patch breakage is probably mine... ;) 2012-02-04 01:28:15 +00:00
Jordan Lee
c56b12690c (trunk libT) #4687 "magnet links behave oddly" -- fixed. Thanks to cfpp2p for some very nice sleuthing on this one. 2012-02-04 00:34:39 +00:00
Jordan Lee
4c31104f4f (trunk web) fix positioning issue w/the torrent list going directly under the toolbars 2012-02-03 23:05:24 +00:00
Jordan Lee
9a27751d77 (trunk web) #4731 "'Select All' and 'Deselect All' options missing from Inspector>Files" -- fixed. 2012-02-03 22:59:33 +00:00
Jordan Lee
fbc7f3dc3c (trunk) use base-10 units for network bandwidth (ie, speed) and disk sizes.
It looks like the Mac client is already doing this and it's clearly the trend in other apps as well. Even apt-get is using kB/s, ferchrissake... :)

Flame away.
2012-02-03 21:21:52 +00:00
Jordan Lee
86d71b0118 Fix minor formatting issue in the web client
1. the formatter listed speed in units of 1000 bytes, but used "KB" rather than "kB"
2. the bytes-per-second speed was listed as "B" rather than "B/s"
2012-02-03 21:15:07 +00:00
Jordan Lee
1816a92d6f (trunk) #4744 "Fix IT_PROG_INTLTOOL failing if intltool is not installed" -- fixed w/revised patch :) 2012-02-03 17:28:48 +00:00
Jordan Lee
e599b3a738 (trunk gtk) To improve translations, help gettext to differentiate between the gerund and verb forms of some -ing words like "Seeding" and "Downloading" -- fixed.
I wasn't sure how to do this, so for the benefit of my future self or anyone else who's interested, here are some breadcrumbs I found: https://trac.transmissionbt.com/ticket/4717#comment:6
2012-02-03 17:12:17 +00:00
Jordan Lee
b2d65db45f (trunk) remove trailing spaces from code lines ;) 2012-02-03 16:44:07 +00:00
Jordan Lee
00714200f3 revert previous commit -- wrong version of the patch 2012-02-03 16:22:11 +00:00
Jordan Lee
ee15a0fb63 (trunk) #4744 "Fix IT_PROG_INTLTOOL failing if intltool is not installed" -- use patch from Adys 2012-02-03 16:11:05 +00:00
Jordan Lee
631a77287d (trunk gtk) replace the three single dots '...' with the unicode symbol U+2026 (…). 2012-02-03 15:51:36 +00:00
Mitchell Livingston
480700e835 remove redundant code in Torrent's canChangeDownloadCheckForFile:, and enumerate of the files in canChangeDownloadCheckForFiles: concurrently. 2012-01-31 04:22:51 +00:00
Mitchell Livingston
d7842c0925 update German localization for 2.5 2012-01-30 23:47:09 +00:00
Mitchell Livingston
335fd11d76 part 2 of r13184 2012-01-30 00:16:57 +00:00
Mitchell Livingston
f7cab515f4 Sort the Sort menu items on launch, since the main menu is now localized through a strings file. 2012-01-30 00:14:43 +00:00
Mitchell Livingston
021a5740e2 update Localizable.strings 2012-01-28 17:28:54 +00:00
Jordan Lee
7eb08c5e4c (trunk daemon) #4725 "transmission-remote does not reflect status in returncode" -- fixed with patch from Xake 2012-01-26 12:56:28 +00:00
Jordan Lee
631f63435c (trunk web) don't listen for drag-and-drop events in mobile mode 2012-01-24 21:01:06 +00:00
Jordan Lee
8277b5e0e8 (trunk web) restore the web ui's toolbar to the 2.42 look-and-feel 2012-01-24 20:49:46 +00:00
Jordan Lee
7e83c406d4 (trunk gtk) fix a minor memory leak in gtr_open_file(). reported by clang static analyzer. 2012-01-24 18:09:12 +00:00
Mitchell Livingston
d37b29264d use NSSearchPathForDirectoriesInDomains to retrieve the Application Support directory for config files, instead of libtransmission's hardcoded path 2012-01-22 17:57:55 +00:00
Mitchell Livingston
4a64ae9fa2 use NSFileManager to read/write the torrent history in the Application Support directory, instead of a hard-coded path 2012-01-21 23:28:34 +00:00
Mitchell Livingston
d7d173052a Change the C Language Dialect to Compiler Default, which is the recommended setting 2012-01-21 15:31:46 +00:00
Mitchell Livingston
fa439f6ad7 fix the mac build when compiling in 32-bit mode, which doesn't support the "modern runtime" for creating ivars 2012-01-21 14:58:39 +00:00
Mitchell Livingston
63b5979594 for the fun of it, replace some variables with @property in the file and tracker nodes 2012-01-20 02:41:49 +00:00
Mitchell Livingston
12dc463e61 revert accidental removal in r13172 2012-01-19 00:27:11 +00:00
Mitchell Livingston
52e447603d Make sure groups are expanded/collapsed correctly when filtering on 10.6 2012-01-19 00:25:08 +00:00
Mitchell Livingston
3262566ab4 progress marks are floats, not doubles 2012-01-18 04:09:39 +00:00
Mitchell Livingston
c157c820bc replace two unnecessary instances of reloadData with setNeedsDisplay: 2012-01-18 04:03:12 +00:00
Mitchell Livingston
e1510639c7 miscellaneous fiddling 2012-01-18 01:40:34 +00:00
Mitchell Livingston
3c485a4845 bump the year displayed within the app to 2012 2012-01-16 02:17:15 +00:00