1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-23 14:40:43 +00:00
Commit graph

1503 commits

Author SHA1 Message Date
Mitchell Livingston
ee634ce23d remove another warning 2007-09-22 15:27:56 +00:00
Mitchell Livingston
e34218bd45 get rid of another warning 2007-09-22 12:50:51 +00:00
Mitchell Livingston
e106876393 get rid of a warning 2007-09-22 04:45:15 +00:00
Mitchell Livingston
f3420e17f6 nicer looking lock image in inspector 2007-09-22 04:24:36 +00:00
Mitchell Livingston
a695e70a45 remove unnecessary call for file stats 2007-09-21 15:16:18 +00:00
Mitchell Livingston
f3b991cd78 rename English.lproj to en.lproj as recommended by Apple (I'll do the other languages closer to when they are replaced for 0.9) 2007-09-20 21:57:24 +00:00
Mitchell Livingston
a0270c6301 fix binding error that would cause the preferences window to not load 2007-09-20 20:35:06 +00:00
Mitchell Livingston
f0b968d7b7 get xcode project building again 2007-09-20 20:24:33 +00:00
Mitchell Livingston
3677ac13d0 remove comments/glue code that disabled encryption, although it still won't build in xcode 2007-09-20 19:30:29 +00:00
Mitchell Livingston
4932e8eb0e allow preferences to set encryption, commented out for now 2007-09-20 11:46:30 +00:00
Mitchell Livingston
dd5817ac0a adjust status bar background image 2007-09-19 18:30:07 +00:00
Mitchell Livingston
e3f9976784 slightly shift status bar left text to the right 2007-09-19 17:50:13 +00:00
Mitchell Livingston
1208c3a1b5 update the status bar to look better on Leopard...if anyone can do the background image better please get in touch with me 2007-09-17 21:01:31 +00:00
Mitchell Livingston
fca1d4bbcc updated help from jah 2007-09-17 00:49:00 +00:00
Mitchell Livingston
910bc0d7b8 use sounds from the user's sounds folder as well as system sounds 2007-09-17 00:01:57 +00:00
Mitchell Livingston
624d54d281 trivial Torrent code cleanup 2007-09-16 16:33:49 +00:00
Mitchell Livingston
baeca52eed use "init" instead of "initWithString: @""" 2007-09-16 16:13:51 +00:00
Mitchell Livingston
a9d4c96cd4 stop the torrent update function from creating a mutable string to then place it in another mutable string 2007-09-16 15:51:25 +00:00
Mitchell Livingston
54e04b7f05 add Growl 1.1.1 2007-09-16 01:04:14 +00:00
Mitchell Livingston
23d0a1adf1 hopefully really remove Growl 1.1 2007-09-16 01:03:50 +00:00
Mitchell Livingston
844341faef this better work 2007-09-16 01:02:06 +00:00
Mitchell Livingston
a950a0afd8 whoops 2007-09-16 01:00:16 +00:00
Mitchell Livingston
1b11564e92 remove Growl 1.1... 2007-09-16 00:52:32 +00:00
Mitchell Livingston
e03c677828 fix small memory leak that has been around forever 2007-09-16 00:40:15 +00:00
Mitchell Livingston
b74cfa9358 use nil for blank tooltips 2007-09-15 20:34:30 +00:00
Mitchell Livingston
79656bcf26 warnings-- 2007-09-15 20:29:52 +00:00
Mitchell Livingston
1502435758 make setting code more dynamic 2007-09-15 20:09:28 +00:00
Mitchell Livingston
55111cd53d don't allow pex state to be changed when active 2007-09-15 15:52:02 +00:00
Mitchell Livingston
ced5ec5c98 rephrase encryption pref 2007-09-15 02:56:51 +00:00
Mitchell Livingston
fe7792194f adjust preferences layout to make spacing around "small note text" consistent 2007-09-15 02:14:45 +00:00
Mitchell Livingston
538d9735e0 fix misplaced status label 2007-09-15 01:55:22 +00:00
Mitchell Livingston
2e05d5fbfb Network prefs become advanced prefs, and add a (disabled) option for encryption 2007-09-15 01:47:11 +00:00
Mitchell Livingston
af357140db a little code cleanup 2007-09-14 14:49:00 +00:00
Mitchell Livingston
4fb7db8348 get inspector ready for encryption 2007-09-14 13:49:37 +00:00
Mitchell Livingston
b546784546 improve release builder 2007-09-12 11:20:20 +00:00
Mitchell Livingston
f1287080ae fix #334 2007-09-12 11:14:23 +00:00
Mitchell Livingston
0b78889ffa remove the unused files 2007-09-11 19:44:39 +00:00
Mitchell Livingston
d33114e891 remove an unneeded subclass 2007-09-11 19:42:57 +00:00
Mitchell Livingston
3836abcfb8 show the priority images in the menu popup for files 2007-09-11 19:23:14 +00:00
Mitchell Livingston
c351a19124 show pause button when checking (will work once encryption branch is merged) 2007-09-11 03:49:03 +00:00
Mitchell Livingston
446b397503 rename "Transmission Message Log" to simply "Message Log" 2007-09-11 01:51:17 +00:00
Mitchell Livingston
337f04eb97 purple dot for debug from AR 2007-09-11 01:41:14 +00:00
Mitchell Livingston
6b5f7e46ff remember message window size 2007-09-11 01:03:32 +00:00
Mitchell Livingston
7e376ee372 when removing messages from the message window, remove the oldest 2007-09-11 00:57:32 +00:00
Mitchell Livingston
c38b8cb01f add ability to copy to the message window, and allow multiple selection 2007-09-11 00:44:15 +00:00
Mitchell Livingston
a9c20a36ca the text-copy of the message log is sorted by date 2007-09-10 21:57:12 +00:00
Mitchell Livingston
13e09a0185 make Message Log sortable 2007-09-10 21:46:33 +00:00
Mitchell Livingston
f2ead80e96 use images for error levels...it needs better images 2007-09-10 20:05:24 +00:00
Mitchell Livingston
f09ece6d88 get writing message log to a file working again 2007-09-10 19:28:15 +00:00
Mitchell Livingston
2e74340491 use a maximum number of messages 2007-09-10 19:19:36 +00:00
Mitchell Livingston
830f65e9b5 add tooltips and general cleanup to Message Viewer 2007-09-10 19:11:30 +00:00
Mitchell Livingston
e5d73ecfda stage one of the updated message viewer 2007-09-10 18:39:54 +00:00
Mitchell Livingston
756795f9a2 fix aa typo 2007-09-10 12:38:57 +00:00
Mitchell Livingston
e8239b65de Add new Growl 1.1 2007-09-09 13:30:55 +00:00
Mitchell Livingston
2c66af397e Remove old Growl 2007-09-09 13:30:06 +00:00
Mitchell Livingston
7a4669a371 get rid of redundant trivial call 2007-09-08 12:32:51 +00:00
Mitchell Livingston
51ba44470f patch from nickshanks to improve filter button code 2007-09-02 14:16:40 +00:00
Mitchell Livingston
95345006a0 cell alignment fixes from nickshanks 2007-09-01 16:05:49 +00:00
Mitchell Livingston
5cf6f990da get the version number to be 0.81+ finally 2007-09-01 05:51:34 +00:00
Mitchell Livingston
92af7d2720 patch from persept to add a release build and automate release 2007-08-31 03:28:03 +00:00
Mitchell Livingston
1c0d9d461d clarify remove warnings for different kind of removes 2007-08-31 03:04:49 +00:00
Mitchell Livingston
bcfaf3c56d refine the sleep option's text a little 2007-08-30 12:16:11 +00:00
Mitchell Livingston
c443e88444 add ability to enable/disable the ability to prevent sleeping with active transfers 2007-08-30 04:35:48 +00:00
Mitchell Livingston
8252e12434 allow filtering by tracker name 2007-08-30 03:52:26 +00:00
Mitchell Livingston
eff3d9542c trivial changes 2007-08-29 19:38:03 +00:00
Mitchell Livingston
0b1bc0cc8a make image background views always opaque and other trivial changes 2007-08-29 02:13:38 +00:00
Mitchell Livingston
65ac0968ef allow sleep if the only active torrents are stalled or have errors 2007-08-27 18:32:34 +00:00
Mitchell Livingston
aa80a14a79 remove unused variable 2007-08-27 18:16:30 +00:00
Mitchell Livingston
01b33df0d9 check Reveal File for multiple files 2007-08-26 23:49:16 +00:00
Mitchell Livingston
06165e065d only allow reveal in finder for files in Files tab when the file actually exists 2007-08-26 19:31:25 +00:00
Mitchell Livingston
fc8af65ca4 (trunk) Italian pref typo fix from Conte Zero 2007-08-21 23:00:33 +00:00
Mitchell Livingston
58950c148e refine inspector resize code a bit more 2007-08-21 05:03:53 +00:00
Mitchell Livingston
7f4b879994 better inspector resizing with min/max size 2007-08-21 04:30:42 +00:00
Mitchell Livingston
c9366d7ebe save resizable inspector tab size so that they can be restored when switched back 2007-08-21 04:15:22 +00:00
Mitchell Livingston
df1dce9b2a if there is no error message but an error, simply state "Error", and small change with a mutable status string 2007-08-20 19:49:36 +00:00
Mitchell Livingston
6423d795c6 dim and don't color cells of disabled files in file table 2007-08-20 19:37:26 +00:00
Mitchell Livingston
ca6f1934b3 allow new menu method to use an index set instead of range 2007-08-20 19:05:58 +00:00
Mitchell Livingston
420115e322 add svn properties 2007-08-20 16:53:08 +00:00
Mitchell Livingston
e91070a1e7 add a menu additions class 2007-08-20 16:49:53 +00:00
Mitchell Livingston
8ae9d20712 rename the addition files 2007-08-20 16:34:21 +00:00
Mitchell Livingston
89fc445266 small layout change 2007-08-20 02:26:59 +00:00
Mitchell Livingston
52057e8c93 get rid of an unnecessry string additions method 2007-08-19 03:03:28 +00:00
Mitchell Livingston
466325fa92 add a title to the Creator's open panel 2007-08-19 02:52:58 +00:00
Mitchell Livingston
10ecd7e169 make credits match authors 2007-08-18 18:37:32 +00:00
Mitchell Livingston
d098877379 kill some compile warnings 2007-08-18 17:35:08 +00:00
Mitchell Livingston
dcf2ad1864 just a return 2007-08-18 17:20:53 +00:00
Mitchell Livingston
f96505a447 set properties on a whole bunch of mac files 2007-08-18 17:13:36 +00:00
Mitchell Livingston
e94b016e81 add missing license info 2007-08-18 17:05:11 +00:00
Mitchell Livingston
a275204114 tidy up the filter bar code a little 2007-08-18 17:00:40 +00:00
Mitchell Livingston
141404356a remove some warnings 2007-08-18 16:55:01 +00:00
Mitchell Livingston
af833c7593 disable top-level file items when applicable 2007-08-18 05:59:01 +00:00
Mitchell Livingston
596525d89a dynamically show the files for file selection in the top-level action menu 2007-08-18 05:46:20 +00:00
Mitchell Livingston
10fb72281b move scrape info in inspector a bit more to the left to allow display of an extra digit 2007-08-18 03:25:16 +00:00
Mitchell Livingston
9f78eda964 attempt to fix stuck overlay window 2007-08-18 02:11:45 +00:00
Mitchell Livingston
41d5f3c8f5 clean code up a little 2007-08-18 01:56:10 +00:00
Mitchell Livingston
5c2f4e5fd1 add ratio settings to the individual torrent menu 2007-08-18 00:53:28 +00:00
Mitchell Livingston
4bcc5fa687 add preset limits to torrent action menu speed limits 2007-08-18 00:12:26 +00:00
Mitchell Livingston
f0f61ddd2b preliminary support for setting speed limits through the action menu 2007-08-17 23:58:21 +00:00
Mitchell Livingston
2a8f9eb1f9 update credits 2007-08-17 14:52:27 +00:00
Mitchell Livingston
c8d88af6f2 don't resize the inspector unnecessarily 2007-08-17 01:29:46 +00:00
Mitchell Livingston
7fb27df36d again by popular demand, allow peers and files tabs to be resized vertically 2007-08-17 01:23:17 +00:00
Mitchell Livingston
20f33e82e2 allow folders of files to be enabled/disabled from the action button 2007-08-16 23:05:59 +00:00
Mitchell Livingston
284f9830cc store only a single icon in the Torrent class instead of 2 2007-08-16 04:12:43 +00:00
Mitchell Livingston
75ec8bac79 keep one image for the table view instead of one for regular and one for minimal 2007-08-16 03:58:50 +00:00
Mitchell Livingston
91304ec1e6 streamline and improve action button placement code in TorrentTableView 2007-08-16 03:28:01 +00:00
Mitchell Livingston
7a96fcbb7f flip advanced bar overlay 2007-08-16 03:12:58 +00:00
Mitchell Livingston
02d0203a23 draw the progress bar straight onto the cell instead of using an image 2007-08-16 03:02:27 +00:00
Mitchell Livingston
71e3ffa3fc use colors and rects instead of images for creating the pieces view 2007-08-16 02:11:08 +00:00
Mitchell Livingston
df0c5a8764 get About copyright info from the localized string file instead of the nib 2007-08-16 01:31:36 +00:00
Mitchell Livingston
835d333067 by popular demand, add option to sort by tracker 2007-08-16 00:54:50 +00:00
Mitchell Livingston
f0162d0bc4 use #defines for filter and sort 2007-08-16 00:41:57 +00:00
Mitchell Livingston
37373317d9 get rid of an unneeded warning 2007-08-15 23:45:43 +00:00
Mitchell Livingston
4b97e604b1 (trunk) add updated Russian localization 2007-08-15 22:58:36 +00:00
Mitchell Livingston
234f0fc51e (trunk) remove Russian localization 2007-08-15 22:57:20 +00:00
Mitchell Livingston
4bccdef1fd (trunk) fix a problem when adding multiple torrents with "always ask" enabled 2007-08-15 22:30:54 +00:00
Mitchell Livingston
d836254dc7 get file tab working again 2007-08-15 03:43:54 +00:00
Mitchell Livingston
d6365184e7 missed this in the last commit 2007-08-15 03:15:13 +00:00
Mitchell Livingston
7633470496 get mac version building again 2007-08-15 03:12:54 +00:00
Mitchell Livingston
f407e44edc rearrange some of the file viewer code 2007-08-14 22:55:06 +00:00
Mitchell Livingston
8ad6b7aa3b (trunk) when automatically opening a newly created torrent file, don't trash it regardless of prefs setting 2007-08-14 21:26:12 +00:00
Mitchell Livingston
d8905329bb use optimization level -Os 2007-08-14 19:58:07 +00:00
Mitchell Livingston
7ddc2b64cd various negligible cleanup 2007-08-14 05:21:02 +00:00
Mitchell Livingston
067afdf926 small adjustments to TorrentCell 2007-08-14 03:59:47 +00:00
Mitchell Livingston
b63ddf0676 a little extra drawing so that there are no gaps in the progress bar 2007-08-14 03:15:03 +00:00
Mitchell Livingston
9133c4b919 when checking/unchecking files update the table right away 2007-08-13 21:21:59 +00:00
Mitchell Livingston
74f430990b one less warning 2007-08-13 05:03:21 +00:00
Mitchell Livingston
e316c297c7 get rid of some warnings 2007-08-13 04:30:52 +00:00
Mitchell Livingston
1381610a56 (trunk) fix bug where downloads would not be added when dragging the url onto the window without a constant download location 2007-08-13 03:17:18 +00:00
Mitchell Livingston
8729aba95f when opening multiple copies of the app, after the warning don't make the first copy active (in case that copy has been quit in between checking and responding to the dialog) 2007-08-13 01:55:15 +00:00
Mitchell Livingston
b899afc77a drawing placement is less dynamic code-wise but should be faster 2007-08-11 23:49:26 +00:00
Mitchell Livingston
5c285b8ca3 have the code generate each attributed string once per draw instead of twice 2007-08-11 17:04:10 +00:00
Mitchell Livingston
b476e6f8eb combine similar code for attributes in the torrent cell 2007-08-11 04:46:21 +00:00
Mitchell Livingston
974bc096e1 only allow update checks daily, and remove an unused method 2007-08-11 04:02:35 +00:00
Mitchell Livingston
7b9e4c8eda get the icon placement from TorrentCell instead of generating it in the tableview 2007-08-11 03:09:31 +00:00
Mitchell Livingston
c6c1f90996 don't hide the inspector when double-clicking the table's action button 2007-08-11 02:51:36 +00:00
Mitchell Livingston
2e4d6a1142 refresh only necessary rows on mouse down 2007-08-11 02:44:01 +00:00
Mitchell Livingston
87147ad2be get the minimal status to toggle based on the new cell method, and fix silly test code that made the error icon always show 2007-08-11 02:33:10 +00:00
Mitchell Livingston
963c8ae76f one less redundant call in TorrentCell 2007-08-11 02:12:47 +00:00
Mitchell Livingston
1436214b4e general code cleanup 2007-08-11 01:48:06 +00:00
Mitchell Livingston
9198b9d50d complete structural reorganization of TorrentCell 2007-08-11 01:39:53 +00:00
Mitchell Livingston
49bffb64f4 store the folder image in browser cell 2007-08-10 18:00:44 +00:00
Mitchell Livingston
00586a513b adjust FileBrowserCell layout 2007-08-10 17:55:09 +00:00
Mitchell Livingston
c4eab94aea declare methods in FileBrowserCell, and make some private 2007-08-10 17:46:02 +00:00
Mitchell Livingston
7b69ebac18 layout file browser cell a bit more dynamically 2007-08-10 17:34:52 +00:00
Mitchell Livingston
24fc88c21d the pause/resume and reveal buttons in the main window don't dim when pushed but not hovered over 2007-08-10 05:56:36 +00:00
Mitchell Livingston
c1e98ffd64 add new Russian translations 2007-08-10 04:18:35 +00:00
Mitchell Livingston
ba15587366 remove some Russian translations 2007-08-10 04:17:41 +00:00
Mitchell Livingston
58621c530b on mouse up/down only redisplay the affected row 2007-08-10 04:06:49 +00:00
Mitchell Livingston
b88ee80099 silly NSLogs 2007-08-10 03:49:21 +00:00
Mitchell Livingston
943c6e90a4 move the advanced bar code into TorrentCell (finally) 2007-08-10 03:48:18 +00:00