Closed
Bug 365972
Opened 19 years ago
Closed 18 years ago
Hiding DCC transfers
Categories
(Other Applications Graveyard :: ChatZilla, enhancement)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Mook, Assigned: bugzilla-mozilla-20000923)
Details
(Whiteboard: [cz-0.9.79])
Attachments
(1 file)
|
2.01 KB,
patch
|
Gijs
:
review+
|
Details | Diff | Splinter Review |
I'd like to request a way to hide the DCC transfer tabs while they're still going (i.e. without /dcc-close or anything else breaking the transfer). Currently hiding the tab doesn't quite work because there's an update every ten seconds or so informing you of the progress.
File names tend to be longer than channel names, and when I'm in a few gazillion channels it crowds out my channel tabs :p
| Assignee | ||
Comment 1•19 years ago
|
||
How about we suppress the progress messages if the view is hidden, but still show any non-progress ones (e.g. error or done), i.e. forcing the view back when it is complete?
You can still stop a transfer from /dcc-list, so there's no loss of functionality - except for viewing progress, but that's minor for now.
As a silly user, that sounds great to me :) It would indeed hide the transfer tab as requested. But then I somehow feel that wasn't directed at me anyway :)
Comment 3•19 years ago
|
||
Someone remind me why this was assigned to me... :(
Assignee: gijskruitbosch+bugs → rginda
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Updated•18 years ago
|
Version: unspecified → Trunk
| Assignee | ||
Updated•18 years ago
|
Assignee: rginda → silver
QA Contact: samuel → chatzilla
| Assignee | ||
Updated•18 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 4•18 years ago
|
||
[Untested patch]
This simply supresses the progress messages when the view is hidden (has no tab).
Attachment #276813 -
Flags: review?(samuel)
Comment 5•18 years ago
|
||
Comment on attachment 276813 [details] [diff] [review]
Surpress progress messages when view hidden
Nit:
+ // We supress this messages if the view is hidden.
Either "this message" or "these messages".
Also, because the second if block never gets executed if the first one didn't, you could technically have left the "var tab = ..." assignment - but it's cleaner like this, I guess, and getTabForObject is not *that* expensive.
r=gijs with the spelling nit fixed.
Attachment #276813 -
Flags: review?(samuel) → review+
| Assignee | ||
Comment 6•18 years ago
|
||
I tested this and found that the if (!tab) should have been if (tab). Ooops!
I corrected that and the typo.
Checked in --> FIXED.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•18 years ago
|
Whiteboard: [cz-0.9.79]
Updated•10 months ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•