xtras/mathuaerknedam 101:f17d8b49bc95: The alternating variant n...
commits at adium.im
commits at adium.im
Fri Jul 31 14:12:48 UTC 2009
details: http://hg.adium.im/xtras/mathuaerknedam/rev/f17d8b49bc95
revision: 101:f17d8b49bc95
author: mathuaerknedam
date: Fri Jul 31 09:15:14 2009 -0500
The alternating variant now uses space reclamation in IRC (where icons are disabled) in addition to when 'show user icons' is deselected.
diffs (58 lines):
diff -r 5b44130ccb9d -r f17d8b49bc95 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css Thu Jul 30 22:56:03 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css Fri Jul 31 09:15:14 2009 -0500
@@ -37,9 +37,9 @@
right: 52px;
}
-.message:not(.consecutive).showIcons,
-.status:not(.consecutive).showIcons,
-.event:not(.consecutive).showIcons
+.message:not(.consecutive):not(.IRC).showIcons,
+.status:not(.consecutive):not(.IRC).showIcons,
+.event:not(.consecutive):not(.IRC).showIcons
{
margin-right: 42px;
margin-left: 42px;
@@ -317,7 +317,8 @@
text-overflow: ellipsis;
}
-.hideIcons .x-ltime
+.hideIcons .x-ltime,
+.IRC .x-ltime
{
left: 12px;
}
@@ -342,6 +343,7 @@
font-family: Lucida Grande;
}
+.IRC .x-mark,
.hideIcons .x-mark
{
left: 55px;
diff -r 5b44130ccb9d -r f17d8b49bc95 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt Thu Jul 30 22:56:03 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt Fri Jul 31 09:15:14 2009 -0500
@@ -26,18 +26,14 @@
%sendercolor% fails in header
Should classic/icon-time bubbles indent when icons are missing?
+Should missing icons be replaced with 32x32 sendercolor?
-alternating w/ hideIcons has misplaced mention indicator
+alternating + hideIcons has misplaced mention indicator
classic per-message arrows don't scale well
-
topic needs more per-variant styling?
-icon-time has icon scaling issues!?
-
-consecutive status messages can activate all-by-sender (in prefpane)
-
interesting header treatments:
addressbook (toggles)
More information about the commits
mailing list