1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00
Commit graph

36 commits

Author SHA1 Message Date
Mitchell Livingston
769daba0a5 hopefully really fix that badging issue 2007-07-04 20:29:25 +00:00
Mitchell Livingston
08cf33e10e revert dock badging to before 2287 2007-07-04 20:01:56 +00:00
Mitchell Livingston
05c82e2a40 undo the last commit....it wasn't accurate 2007-07-04 19:46:28 +00:00
Mitchell Livingston
f4439ee4bf hopefully the dock amount-completed badging is more consistent 2007-07-04 19:34:21 +00:00
Mitchell Livingston
9fc1829ac5 have the badger not set up all of the badge images and other data at launch...instead wait until it's needed 2007-07-02 22:39:16 +00:00
Mitchell Livingston
e52e736e91 get the dock badging of completed torrents working finally...seems it was an undocumented Apple bug, so this gets around that 2007-05-23 19:25:51 +00:00
Mitchell Livingston
544c0c1dc4 avoid unneeded retain/release in badger 2007-05-23 16:22:22 +00:00
Mitchell Livingston
4567bc0b3f have the Badger keep track of the completed count rather than Controller 2007-05-23 05:01:23 +00:00
Mitchell Livingston
d24a638e07 get rid of lock that apparently doesn't work 2007-05-23 04:41:25 +00:00
Mitchell Livingston
133faaec31 update badger a tiny bit 2007-05-18 23:25:26 +00:00
Mitchell Livingston
3a94e0b7b4 allow torrent files not ending in .torrent to be opened by dragging to the window 2007-05-17 23:14:53 +00:00
Mitchell Livingston
12b3df53ef only update the dock badging when there's a change 2007-05-17 21:04:04 +00:00
Mitchell Livingston
974c69215a update licenses to 2007 2007-04-03 02:22:25 +00:00
Mitchell Livingston
ce1a10ab74 get the app icon in the proper way, to avoid potential badging 2007-03-20 19:46:40 +00:00
Mitchell Livingston
688f06863e When loading from url, if set to download at the torrent location ask the user for a location instead 2006-11-14 05:27:43 +00:00
Mitchell Livingston
c6f4df3195 quick fix for last commit 2006-11-13 17:32:49 +00:00
Mitchell Livingston
f212862a17 more consistent dock badging 2006-11-13 17:18:20 +00:00
Mitchell Livingston
d48f684f63 dock badging should be a bit more accurate 2006-11-05 20:35:00 +00:00
Mitchell Livingston
b11f8ca295 Acquire lock before setting completed badge to help get rid of problem of the completed badge not clearing when the main window is given focus 2006-08-19 22:18:39 +00:00
Mitchell Livingston
25045ca3d6 No delay in updating dock badge when changing setting in prefs. 2006-07-30 21:49:58 +00:00
Mitchell Livingston
1695af3aec small change in badger 2006-07-30 19:42:24 +00:00
Mitchell Livingston
30ef4b0a52 simplify rect width and height measurements 2006-07-23 19:22:24 +00:00
Eric Petit
f199e0a9d9 Revert [619] 2006-07-16 19:39:23 +00:00
Mitchell Livingston
5d36721a15 Remove old Sparkle... 2006-07-16 19:28:19 +00:00
Mitchell Livingston
b81f910a72 Better way to determine highlighted color 2006-07-16 17:12:25 +00:00
Mitchell Livingston
7c4bde6f8a create bold font in Badger 2006-07-16 16:31:31 +00:00
Mitchell Livingston
5ab5baa008 Make method names less generic to avoid conflicts.
Use methods in the Torrent class whenever possible.
2006-06-21 23:46:41 +00:00
Mitchell Livingston
bfb8a06a70 Don't round dock badging speeds. 2006-06-15 22:57:01 +00:00
Mitchell Livingston
4d1902cacf No need to create an autoreleased object and then retain it when it can be done in one step. 2006-06-07 22:02:28 +00:00
Mitchell Livingston
41ce603b10 First commit on my own 8-)
Sorting by progress, sorting no longer causes crashes.
New look for the table.
Info is now inspector: can set individual and multiple ratio limits, shows listing of files, more info in general, resizes when changing tabs, can change tabs with cmd-left and cmd-right.
Menu items moved to "Transfers" menu.
Sliding status bar in its own view.
Prefs moved into their own nib.
Toolbar items for pause and resume selected (many wanted this, but it needs better icons)
New icons for Transfers and General.
A lot of tweaking of main window to fix alignment etc.
Sparkle used for updated (still needs to be added to website to work).

And a lot more tweaking and changes that I'm too lazy to list.

...now let's hope I commit this right
2006-06-06 18:05:57 +00:00
Eric Petit
f98fe6a1b0 Added $Id$ keywords and updated a few headers 2006-05-29 21:21:23 +00:00
Eric Petit
7e244c6792 Merged Mitchell's changes, this includes:
Adds stop at ratio,
Adds sorting by name, date or state,
Seperates Info window into its own nib,
Adds option to enable or disabled autostarting downloads,
Seperates Network / Transfers in the Preferences
2006-05-25 12:22:19 +00:00
Eric Petit
235255b8f0 Merge compat-10.2 branch. This adds Jaguar compatibility on OS X, and
completes the Jam -> Make/XCode switch. Hope it doesn't break too much.
2006-04-03 19:29:09 +00:00
Eric Petit
a1830a25bf Merge from branches/new_api:r161 2006-03-23 12:39:39 +00:00
Eric Petit
65316f1b72 Updated badging 2006-02-08 17:44:07 +00:00
Eric Petit
80b7627b5c This adds badging 2006-01-20 01:51:07 +00:00