adium-1.4 3445:476f95eb04e7: Add a dedicated page on group chat ...
commits at adium.im
commits at adium.im
Mon Mar 21 22:18:56 UTC 2011
details: http://hg.adium.im/adium-1.4/rev/476f95eb04e7
revision: 3445:476f95eb04e7
branch: (none)
author: Robert Vehse
date: Mon Mar 21 23:18:48 2011 +0100
Add a dedicated page on group chat focus following advice from mathuaerknedam. The content is also mostly his. :)
diffs (127 lines):
diff -r 11725ac537a5 -r 476f95eb04e7 AdiumHelp/pgs/Messaging-Focus.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/AdiumHelp/pgs/Messaging-Focus.html Mon Mar 21 23:18:48 2011 +0100
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+<meta name="keywords" content="focus, unread, new, message" />
+<meta name="description" content="Focus" />
+<title>Focus</title>
+<link href="../css/topicpage.css" type="text/css" rel="stylesheet" media="all" />
+</head>
+<body>
+<div id="banner"> <a name="messageview" id="messageview"></a>
+ <div id="navleft"><a class="navleftsty" href="../AdiumHelp.html">Adium Help</a> <a class="navleftsty" href="AdiumDocumentation.html">Adium Documentation</a></div>
+</div>
+<div id="mainbox">
+ <div id="caticon"> <img src="../gfx/AdiumIcon.png" alt="Adium Icon" height="32" width="32" border="0" /> </div>
+ <div id="pagetitle">
+ <h1>Focus</h1>
+ </div>
+ <p>Adium provides indication when a new message has been received in a <a href="Messaging-GroupChat.html">group chat</a> after your tab/window lost focus. Primarily it does so by displaying a red line in the scrollbar (not customizable) but Adium also provides a way for message styles to apply custom styling to messages that were received while focus was lost.</p>
+ <div class="taskboxline">
+ <div class="taskboxheader">
+ <h3>Scrollbar indicators</h3>
+ </div>
+ <div class="taskboxtext">
+ <ul>
+ <li>When the window or tab loses focus, a red line is added.</li>
+ <li>You can access the "Jump to Previous Mark", "Jump to Next Mark" and "Jump to Focus Mark" by right-clicking the scroll bar, or from the Display menu.</li>
+ </ul>
+ </div>
+ </div>
+ <div class="taskboxline">
+ <div class="taskboxheader">
+ <h3>In-chat indicators</h3>
+ </div>
+ <div class="taskboxtext">
+ <p>Adium allows message styles to provide their own, in-chat indicators for focus. Whether or not a message style provides it's own in-chat indication of messages received while focus is lost is up to the message style author.</p>
+ <p>There are two varieties of indications available in message styles: indicating the first message received while focus was lost, or indicating each message received while focus was lost. Or both. The message styles bundled with 1.4 (or newer) work like this:</p>
+ <ul>
+ <li>First: Smooth Operator.</li>
+ <li>Each: Gone Dark, minimal_mod, Mockie, Stockholm, yMous</li>
+ <li>Combined: Renkoo</li>
+ </ul>
+ <p>Each message style bundled with 1.4 (or newer) provides a different, style-integrated focus indicator.</p>
+ <ul>
+ <li>Gone Dark uses a background "screen" behind each message received while focus was lost.</li>
+ <li>minimal_mod uses faint grey vertical stripes (extensions of the per-message separators) behind each message received while focus was lost.</li>
+ <li>Mockie uses grey "â¦" in the margin (may be left or right) next to each message received while focus was lost.</li>
+ <li>Renkoo uses "+" after the timestamp for each message that arrived while focus was lost a colored background and also uses a "+" with a colored background (matches variant color) after the timestamp for the first message received while focus was lost.</li>
+ <li>Smooth Operator uses a down arrow in the margin to the right of the first message received while focus was lost (matches text color).</li>
+ <li>Stockholm uses a colored capsule at the right edge of each message received while focus was lost.</li>
+ <li>yMous uses a vertical line at the left edge of the chat window for each message received while focus was lost.</li>
+ </ul>
+ </div>
+ </div>
+ <div class="taskboxline">
+ <div class="taskboxheader">
+ <h3>Potential for confusion</h3>
+ </div>
+ <div class="taskboxtext">
+ <ul>
+ <li>Focus indication (both scrollbar and in-chat) is not removed until the chat window loses focus, and there is no explicit indication for "focus regained".</li>
+ <li>Using styles that provides only an in-chat indicator for the first message received while focus was lost, the presence of a firstFocus indicator does not mean that every following message was received while focus was lost.</li>
+ </ul>
+ </div>
+ </div>
+</div>
+</body>
+</html>
diff -r 11725ac537a5 -r 476f95eb04e7 AdiumHelp/pgs/Messaging-GroupChat.html
--- a/AdiumHelp/pgs/Messaging-GroupChat.html Mon Mar 21 16:40:29 2011 +0100
+++ b/AdiumHelp/pgs/Messaging-GroupChat.html Mon Mar 21 23:18:48 2011 +0100
@@ -119,10 +119,19 @@
<h3>Mentions</h3>
</div>
<div class="taskboxtext">
- <p>Adium provides indication of when a specified term (for example your user name) has been mentioned in a group chat. Primarily this is though a grey line in the scrollbar (not customizable), but Adium also provides a way for message styles to apply custom styling to messages that contain a mention.</p>
+ <p>Adium provides indication of when your user name (and some other text you possibly specified - see below) has been mentioned in a <a href="Messaging-GroupChat.html">group chat</a>. Primarily it does so by displaying a grey line in the scrollbar (not customizable) but Adium also provides a way for message styles to apply custom styling to messages that contain a mention.</p>
+ <p>Mentions can be specified in Preferences â Advanced â Mention.</p>
<p>All message styles bundled with 1.4 (or newer) provide a different, style-integrated indication for mentions that indicate the specific message that contains a message.</p>
- <p>Mentions can be specified in Preferences â Advanced â Mention.</p>
- <p>See the dedicated article on <a href="Messaging-Mentions.html">Mentions</a> for details.
+ <p>See the dedicated article on <a href="Messaging-Mentions.html">Mentions</a> for details.</p>
+ </div>
+ </div>
+ <div class="taskboxline">
+ <div class="taskboxheader">
+ <h3>Focus</h3>
+ </div>
+ <div class="taskboxtext">
+ <p>Adium provides indication when a new message has been received in a <a href="Messaging-GroupChat.html">group chat</a> after your tab/window lost focus. Primarily it does so by displaying a red line in the scrollbar (not customizable) but Adium also provides a way for message styles to apply custom styling to messages that were received while focus was lost.</p>
+ <p>See the dedicated article on <a href="Messaging-Focus.html">Focus</a> for details.</p>
</div>
</div>
<div class="taskboxline">
diff -r 11725ac537a5 -r 476f95eb04e7 AdiumHelp/pgs/Messaging-Mentions.html
--- a/AdiumHelp/pgs/Messaging-Mentions.html Mon Mar 21 16:40:29 2011 +0100
+++ b/AdiumHelp/pgs/Messaging-Mentions.html Mon Mar 21 23:18:48 2011 +0100
@@ -17,13 +17,13 @@
<div id="pagetitle">
<h1>Mentions</h1>
</div>
- <p>Adium provides indication of when a specified term (for example your user name) has been mentioned in a group chat. Primarily this is though a grey line in the scrollbar (not customizable), but Adium also provides a way for message styles to apply custom styling to messages that contain a mention.</p>
+ <p>Adium provides indication of when your user name (and some other text you possibly specified - see below) has been mentioned in a <a href="Messaging-GroupChat.html">group chat</a>. Primarily it does so by displaying a grey line in the scrollbar (not customizable) but Adium also provides a way for message styles to apply custom styling to messages that contain a mention.</p>
<div class="taskboxline">
<div class="taskboxheader">
<h3>Specifying mentions</h3>
</div>
<div class="taskboxtext">
- <p>Mentions can be specified in Preferences â Advanced â Mention.</p>
+ <p>Mentions can be specified in Preferences â Advanced â Mention. By default, Adium highlights messages that include your username but you can add other notification strings to be highlighted.</p>
</div>
</div>
<div class="taskboxline">
@@ -32,7 +32,7 @@
</div>
<div class="taskboxtext">
<ul>
- <li>When your specified term is mentioned in a chat, a dark grey horizontal line is added.</li>
+ <li>When your user name (or what you decide to highlight) is mentioned in a chat, a dark grey horizontal line is added.</li>
<ul>
<li>Mentions can specified in Preferences â Advanced â Mention.</li>
<li>Also indicated by the color of the tab's unread message count changing to red.</li>
More information about the commits
mailing list