Commit Graph

1333 Commits

Author SHA1 Message Date
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
Mitchell Livingston 87a2bd6479 use the actual Torrent class to access values for the torrent cell class, rather than creating a dictionary and using that on each reload 2007-08-10 03:20:01 +00:00
Mitchell Livingston ea8a9f39fe patch from Nick Shanks to improve the filter bar 2007-08-09 18:55:22 +00:00
Mitchell Livingston 0797623274 get english strings to show up in xcode 2007-08-08 18:27:21 +00:00
Mitchell Livingston 47f2ceabe0 factor in scaling when resizing the prefs window 2007-08-08 18:03:18 +00:00
Mitchell Livingston 1fa37b73ce remove unneeded delegate 2007-08-08 18:01:02 +00:00
Mitchell Livingston 7a049126a9 only draw rows that are visible 2007-08-08 17:57:50 +00:00
Mitchell Livingston bccab83fde get progress color gradients when needed instead of at launch 2007-08-08 16:31:10 +00:00
Mitchell Livingston a84f0cd9e6 small optimization in obtaining error image 2007-08-08 16:14:52 +00:00
Mitchell Livingston 076af9872b store the basic attributes of table strings and change them when necessary instead of recreating each time 2007-08-08 15:07:37 +00:00
Mitchell Livingston b8b52f82f6 use a nicer looking error image 2007-08-08 14:48:38 +00:00
Mitchell Livingston d69bc3798f get rid of some warnings 2007-08-08 14:35:40 +00:00
Mitchell Livingston 4d1403fc21 refresh the file checks in the inspector immediately when changed from the main window 2007-08-08 14:28:51 +00:00
Mitchell Livingston 2e8f95aa7d (merge) swap upload and download in Spanish prefs 2007-08-08 14:06:35 +00:00
Mitchell Livingston b57211947f fix a naming issue with the action menu 2007-08-08 13:53:30 +00:00
Mitchell Livingston 5a8a4e7bb7 make the new action menu less crashy 2007-08-08 13:36:27 +00:00
Mitchell Livingston 0588684061 get the torrent action button to appear pressed in 2007-08-08 02:44:32 +00:00
Mitchell Livingston 4c7d5256fa when in minimal view the transfer icon will show the action menu, other cleanup 2007-08-08 01:26:11 +00:00
Mitchell Livingston d2cbbe01fa begins of individual action menus 2007-08-08 01:03:34 +00:00
Mitchell Livingston ffa077454e update version number to 0.80+ 2007-08-07 14:15:04 +00:00
Mitchell Livingston d9edd4b84c update Korean strings 2007-08-06 21:26:38 +00:00
Mitchell Livingston 224a947803 add French translation by tiennou 2007-08-06 15:37:16 +00:00
Mitchell Livingston 328335363a update Greek string 2007-08-06 15:12:51 +00:00
Mitchell Livingston 46e6a69dc1 change nightly link to bogg's 2007-08-05 18:03:13 +00:00
Mitchell Livingston 9ef2fb4892 readd updated Korean nib files 2007-08-05 05:19:29 +00:00
Mitchell Livingston b29bea089e remove some Korean nibs 2007-08-05 05:16:04 +00:00
Mitchell Livingston 571db0adae update Greek strings 2007-08-04 23:30:39 +00:00
Mitchell Livingston 4a6abe06e7 readd Russian Sparkle localization 2007-08-04 14:22:31 +00:00
Mitchell Livingston 37e3e41860 remove broken russian sparkle 2007-08-04 13:55:10 +00:00
Mitchell Livingston 26d5288e0f add new Greek translation 2007-08-04 12:22:01 +00:00
Mitchell Livingston a89922fe90 remove old Greek translation 2007-08-04 12:21:24 +00:00
Mitchell Livingston c03d09c6b7 how did this compile? 2007-08-04 12:12:00 +00:00
Mitchell Livingston e068d8b30d add updated Sparkle russian translation 2007-08-04 03:21:58 +00:00
Mitchell Livingston c8be060f99 remove old russian translation 2007-08-04 03:21:33 +00:00
Mitchell Livingston a5fb8ef040 trivial change to getting file size string 2007-08-04 01:48:34 +00:00
Mitchell Livingston 1b0b2222c6 safety 2007-08-04 01:14:26 +00:00
Mitchell Livingston 68d355b497 a little trivial cleanup 2007-08-04 01:12:04 +00:00
Mitchell Livingston 4986164148 add spanish to the makefile 2007-08-03 21:28:39 +00:00
Mitchell Livingston cba65f1203 readd Spanish translation 2007-08-03 10:24:23 +00:00
Mitchell Livingston 8e45383427 updated main window pic for help from John Clay 2007-08-03 03:25:37 +00:00
Mitchell Livingston 1af17214c9 remove translations from credits that I predict won't make it into .8 2007-08-02 22:08:44 +00:00
Mitchell Livingston e709fe74a1 get the creator window showing up in localizations, and add a donate button to the help menu 2007-08-02 21:59:34 +00:00
Mitchell Livingston bb34abf9f2 readd Greek 2007-08-02 21:30:19 +00:00
Mitchell Livingston 5c8cc737b8 add new part of russian translation 2007-08-01 10:17:57 +00:00
Mitchell Livingston 8415708736 remove old part of russian translation 2007-08-01 10:17:31 +00:00
Mitchell Livingston f7385382a9 ...add updated russian translation 2007-08-01 01:56:40 +00:00
Mitchell Livingston d7406a77f7 remove russian translation... 2007-08-01 01:55:49 +00:00
Mitchell Livingston c47a40400c update Korean strings 2007-08-01 01:51:45 +00:00
Mitchell Livingston cb11eace93 update help slightly 2007-08-01 01:43:40 +00:00
Charles Kerr 155203b208 oooh, does the same thing but it's shiny clean instead of ugly hacky 2007-07-31 03:21:53 +00:00
Charles Kerr f0df7f2899 this one's a little more disgusting, but works 2007-07-31 03:05:09 +00:00
Charles Kerr ded2db6287 second attempt at getting autoconf to be aware of the macosx directories 2007-07-31 02:58:53 +00:00
Charles Kerr 88fa592a6e first stab at getting autoconf to know about the macosx hierarchy 2007-07-31 01:18:50 +00:00
Mitchell Livingston d12fe5e1ab add italian and russian sparkle translations (there is no korean as far as i can see) 2007-07-31 01:08:36 +00:00
Mitchell Livingston 32dc76a2d7 make one word 2007-07-31 01:00:31 +00:00
Mitchell Livingston b3574136db update help index 2007-07-31 00:54:35 +00:00
Mitchell Livingston 9453048522 don't allow comment and creator fields to be selected when empty 2007-07-31 00:45:39 +00:00
Mitchell Livingston e9278c4d2f make Transmission Help folder one word 2007-07-31 00:34:21 +00:00
Mitchell Livingston e621ca7f32 add Russian translation by Anton Sotkov 2007-07-31 00:17:54 +00:00
Mitchell Livingston cab06a5b29 don't hardcode min and max sizes for the inspector 2007-07-31 00:10:55 +00:00
Mitchell Livingston e406ece219 use libtransmission's "can announce" functionality instead of custom mac code 2007-07-30 22:19:52 +00:00
Charles Kerr d8f8f9f922 Get BeOS client building on Zeta 1.21 thanks to patches by Fredrik Modéen 2007-07-30 13:59:23 +00:00
Mitchell Livingston ff3229868d add italian localization 2007-07-30 10:08:01 +00:00
Mitchell Livingston 25ee7bfae8 make Credits closer to AUTHORS 2007-07-29 23:13:16 +00:00
Mitchell Livingston 24ab66c0fd grammar and comment ;) 2007-07-29 15:02:42 +00:00
Mitchell Livingston 128b7a7eaa remove unneeded images from the nib files 2007-07-29 05:02:47 +00:00
Mitchell Livingston 5feab0a763 add Korean translation from Jaewoo Chung 2007-07-29 04:54:43 +00:00
Mitchell Livingston 157d20cee1 go ahead and remove all old translations...they don't work and i haven't gotten updated versions 2007-07-28 15:40:01 +00:00
Mitchell Livingston e18e9a706f don't allow creation of torrent files with total size of zero bytes 2007-07-27 21:01:48 +00:00
Mitchell Livingston 5d9bcb13dd fix #272 2007-07-26 21:08:33 +00:00
Mitchell Livingston 02447d12b5 make short and long version strings the next release instead of the current release (peer id is still the current release with a beta flag) 2007-07-25 00:06:59 +00:00