Commit Graph

11141 Commits

Author SHA1 Message Date
Mitchell Livingston aead1caae1 whoops, comment 2011-09-19 01:38:01 +00:00
Mitchell Livingston 2389bbd49b roll my own method to separate a string into components 2011-09-19 01:37:43 +00:00
Mitchell Livingston 95126c5505 #4493 improve search filter behavior 2011-09-19 00:48:30 +00:00
Mitchell Livingston 313bcabeed #4491 add ieAll.css to the makefile 2011-09-18 23:19:46 +00:00
Mitchell Livingston 234e9715ea update jquery.form.min 2011-09-18 23:12:31 +00:00
Mitchell Livingston bdda467d35 the Italian MainMenu.xib was the Portuguese version. Whoops. 2011-09-18 21:14:33 +00:00
Mitchell Livingston 022cefa8fe set version to 2.40b1 2011-09-18 16:36:57 +00:00
Jordan Lee 4b862b8e98 updated Spanish translation of the Qt client. Thanks to rb07 for the update 2011-09-18 16:13:21 +00:00
Mitchell Livingston a565627389 update French localization for 2.4 2011-09-17 18:08:12 +00:00
Mitchell Livingston 5df81580c9 tweak NEWS 2011-09-17 13:58:02 +00:00
Jordan Lee f577225f44 second go at adding NEWS for 2.40 2011-09-17 04:14:44 +00:00
Mitchell Livingston e69078e46c first go at updating NEWS for 2.40 2011-09-17 02:49:51 +00:00
Jordan Lee 46154e7309 (trunk libT) add a magnet link check to deleteLocalData(). Thanks to plaes for reporting this issue. 2011-09-16 23:08:35 +00:00
Jordan Lee e2240e0831 (trunk libT) #4473 'underflow from malformed ssha1 can crash tr_ssha1_matches()' -- bah, fix oops in r12884. 2011-09-16 22:55:58 +00:00
Jordan Lee bb59768557 (trunk libT) #4473 "underflow from malformed ssha1 can crash tr_ssha1_matches()" -- fixed. Thanks to Volfram for finding this crash and tracking down the cause. 2011-09-16 22:53:26 +00:00
Jordan Lee e095bba052 #4486 (trunk, web) 'filter bar no longer displays selected option' -- possible fix 2011-09-16 03:33:53 +00:00
Jordan Lee 35bdec8f5f (trunk web) since disabling context menu items doesn't work anyway, don't bother trying. (Xref: #4485) 2011-09-15 15:28:06 +00:00
Jordan Lee d00ba19cae (trunk web) ...and, also make sure that the three dialogs all use the same effects 2011-09-15 05:27:22 +00:00
Jordan Lee 2dbdeaec95 give the 'about' dialog's titlebar the title 'about' 2011-09-15 05:20:26 +00:00
Jordan Lee 8f3ee91b49 add an 'about' dialog to show the server's version number 2011-09-15 05:16:39 +00:00
Jordan Lee b396ed9f6b when no torrents are selected, have the inspector's piece info show 'N/A' 2011-09-15 04:40:38 +00:00
Jordan Lee 97c80f76db on startup, init the inspector's fields to 'N/A' where appropriate 2011-09-15 03:13:50 +00:00
Jordan Lee 819f453088 minor cleanup -- group a few related functions together. 2011-09-15 00:52:39 +00:00
Mitchell Livingston 76785d0c73 update Italian localization's MainMenu.xib 2011-09-14 22:42:56 +00:00
Jordan Lee 4edaa5f471 add thousands formatting in the filter list 2011-09-14 18:35:31 +00:00
Jordan Lee f08bf73a8f #4482 'Sections in Prefs window make no sense' -- rearranged as per livings suggesion. 2011-09-14 17:40:37 +00:00
Jordan Lee cc237aa713 #4479 'magnet links are not included in filter results' -- fixed. 2011-09-14 17:22:54 +00:00
Jordan Lee 779316aa37 (trunk web) #4480 "Bottom bar looks bad on iPhone" -- fixed. 2011-09-14 17:17:03 +00:00
Jordan Lee c6b31a6f70 (trunk web) #4481 "preference window no longer provides version info" -- add server version information to the server statistics dialog. 2011-09-14 16:29:24 +00:00
Jordan Lee 9c2e8900a8 fix pluralization bug in formatter.timeInterval() 2011-09-14 16:26:13 +00:00
Jordan Lee 1abe7ce690 fix resize issue in web client's prefs dialog. 2011-09-14 15:38:54 +00:00
Jordan Lee ddbfb07514 (trunk web) minor code cleanup: formatting consistency, move var declarations to the beginning of functions, fit better in 80 columns. 2011-09-14 15:32:12 +00:00
Mitchell Livingston 7cbfc15f20 (trunk web) rephrase idle limit text 2011-09-14 12:21:58 +00:00
Jordan Lee 6b8a224059 (trunk web) refactor the preferences dialog into its own class. Make the prefs dialog invokable on iPhones/Androids (#1131) and add stop ratio functionality (#2006). 2011-09-14 05:10:51 +00:00
Mitchell Livingston f6579d58b2 before applying the gradient to the status and filter bars, check that the remaining rect is not empty 2011-09-14 03:31:34 +00:00
Mitchell Livingston c9cf99d9cc when drawing gradients in the status and filter bar, always draw the full height 2011-09-14 03:15:58 +00:00
Mitchell Livingston 0a9e2fed45 update jQuery to 1.6.4 2011-09-13 22:49:03 +00:00
Mitchell Livingston 4c423472b2 (trunk web) rename "duration" to "running time"; align the started count with the other fields 2011-09-13 00:44:36 +00:00
Jordan Lee 6add3fb940 (trunk web) small refactoring of webseed's batch processing.
1. move the callback structs' declarations next to the callback functions where they're used.
2. rename the callback structs to clarify their link to the callback functions.
3. constify some of the callback functions' local variables.
4. clarify some of the comments.
2011-09-12 21:46:15 +00:00
Jordan Lee 3a39486cf1 tr_free() already checks for null, so no need for the caller to wrap it in an 'if not null' test 2011-09-12 20:41:28 +00:00
Jordan Lee 10734ab7bc remove two redundant variables from tr_webseed_task 2011-09-12 20:40:09 +00:00
Jordan Lee d94e54cb3a (trunk web) normalize the prefs tabs' borders 2011-09-12 20:37:02 +00:00
Jordan Lee 8bbc4c7b83 (trunk gtk) #4470 "Search in torrent list is broken" -- fixed. 2011-09-12 06:11:04 +00:00
Jordan Lee fd6e7a7fbd (trunk libT) #4445 "transmission only downloads partially from webseeds with redirections" -- fixed with patch from alexat. 2011-09-12 05:39:27 +00:00
Mitchell Livingston 9f30587258 update Portuguese (Portugal) localization for 2.4 2011-09-10 04:52:39 +00:00
Mitchell Livingston 55a42ff777 Remove duplicate "Copy bundle resources" for PriorityNone.png 2011-09-10 00:04:28 +00:00
Mitchell Livingston 846155d7f3 update Russian localization for 2.4 2011-09-08 22:14:00 +00:00
Jordan Lee 8424c35ab3 (trunk utils) #4458 "'transmission-edit -a' overwrites the announce field" -- fixed. 2011-09-07 04:21:45 +00:00
Mitchell Livingston cca9af71ef revert the spacing between the table row buttons 2011-09-07 01:24:43 +00:00
Mitchell Livingston 916aea36e3 add a bit more spacing within the torrent cell, and make the code more easily changeable in the future 2011-09-06 23:31:23 +00:00