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
Mitchell Livingston
bdd9a157e7
remove an extraneous endUpdates call
2012-01-15 07:47:31 +00:00
Mitchell Livingston
7228dddbc2
Reselect proper rows after removing transfers on Snow Leopard
2012-01-15 07:39:24 +00:00
Mitchell Livingston
56a0a90b1e
improve on r13164
2012-01-14 20:11:51 +00:00
Mitchell Livingston
66a268bb7f
unconditionally expand all groups when toggling group rows
2012-01-14 20:07:26 +00:00
Mitchell Livingston
6777c6f0f6
On Lion with group rows shown, when moving torrents to a group row that did not previously exist, do sliding instead of fading and keep selected torrents selected.
2012-01-14 19:53:08 +00:00
Mitchell Livingston
8ca8c76799
bump Mac copyright to 2012
2012-01-14 17:12:04 +00:00
Mitchell Livingston
0adcc8c6f4
use GCD instead of a variable to not animate the main table at launch
2012-01-14 16:08:45 +00:00
Mitchell Livingston
1b4ec4dc4d
search for folder nodes concurrently when generating a torrent's file list
2012-01-14 16:07:58 +00:00
Mitchell Livingston
bfc288a309
consider the corresponding torrent when comparing tracker nodes
2012-01-14 16:06:39 +00:00
Mitchell Livingston
6a6887242f
#4713 (Lion) animate removing rows from the tracker table
2012-01-14 02:28:54 +00:00
Jordan Lee
300f070104
Silence a minor compiler warning.
...
We used to pass no button text + response_id pairs when creating the dialog because only gtk_dialog_add_button() would return back the actual button widget s.t. we could use a grab on it. However as of GTK+ 2.20 we can use gtk_dialog_get_widget_for_response() to get the button, so we can create dialogs in the more common way (which also fixes the gcc warning)
2012-01-13 22:10:26 +00:00
Mitchell Livingston
3de5847158
#4705 Removing a group in prefs doesn't remove the group row in the main window
2012-01-12 00:12:17 +00:00