From: <sea...@us...> - 2006-09-26 19:24:00
|
Revision: 17359 http://svn.sourceforge.net/gaim/?rev=17359&view=rev Author: seanegan Date: 2006-09-26 12:23:53 -0700 (Tue, 26 Sep 2006) Log Message: ----------- My first blog post. Added Paths: ----------- web/htdocs/sean/images/ web/htdocs/sean/images/buddyiconselector.png web/htdocs/sean/images/gaimtext.png web/htdocs/sean/images/groupindent.png web/htdocs/sean/posts/a_new_blog.txt Added: web/htdocs/sean/images/buddyiconselector.png =================================================================== (Binary files differ) Property changes on: web/htdocs/sean/images/buddyiconselector.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: web/htdocs/sean/images/gaimtext.png =================================================================== (Binary files differ) Property changes on: web/htdocs/sean/images/gaimtext.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: web/htdocs/sean/images/groupindent.png =================================================================== (Binary files differ) Property changes on: web/htdocs/sean/images/groupindent.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: web/htdocs/sean/posts/a_new_blog.txt =================================================================== --- web/htdocs/sean/posts/a_new_blog.txt (rev 0) +++ web/htdocs/sean/posts/a_new_blog.txt 2006-09-26 19:23:53 UTC (rev 17359) @@ -0,0 +1,90 @@ +Gaim Development Blog +<p> +Hi! A lot of people have been e-mailing and IMing me asking for updates about Gaim development: +how things are going, what features we're working on, when it 2.0.0 will be released. Rather than +responding to them all individually, I decided to start a blog where I can post regularly about +what's going on and inform lots of people at once. +</p> + +<p> +I've also set-up a <a href='http://gaim.sf.net/planet'>Planet</a> so other Gaim developers can follow +suit and post about their own developments. +</p> + +<p> +We'll be releasing a fourth beta of 2.0.0 soon (hopefully this weekend), and here's a glimpse of some +of the new stuff we've worked on: +</p> + +<h3>Global Buddy Icon Selector</h3> + +<img align='right' src='images/buddyiconselector.png'/> + +<p> +There are about 5 questions that I get asked over and over and over again, and I've recently been +taking steps to keep people from asking them. One of the questions I hear over and over and over +is "How do I set my buddy icon?" The answer (Tools ⇨ Accounts ⇨ Modify) is hidden in an account +setting and, apparently, very difficult to discover. An additional inconvenience is that people +who want to use the same icon for each of their accounts have to set it individually, for each of +their accounts. +</p> + +<p> +2.0.0beta4 will introduce a global buddy icon selector in the buddy list. Accounts will now use +a single, global, buddy icon (unless otherwise configured), which is visible in the lower-right-hand +corner of the buddy list, next to the status selector. Clicking it brings up a file dialog to select +an icon, and you can also drag and drop an image onto it to set your icon. If you still want to set +your icons individually by account, the Modify Account dialog still allows you to set one to use +instead of the global. +</p> + +<h3>Buddy List Group Indenting</h3> + +<img align='left' src='images/groupindent.png' /> + +<p> +Another thing people complain to me about fairly regularly is the indentation of buddies within a group. +Some people like to keep their buddy list very narrow and this empty space keeps them from keeping it +as narrow as they like. +Because this indentation isn't drawn by Gaim directly, but by GTK+ (the library we use to draw our +interface), the best answer we've been able to give is to edit the settings of that library. The details +of exactly how to do so are tricky, and can vary from machine to machine. +</p> + +<p> +For 2.0.0beta4, we've changed the way we use this library to make the margin very small: as small as the +little expander arrow (any smaller started to look funny). With the margin gone, we've given the groups a +different background color to (hopefully) make it just as easy to differentiate between them, while making +more efficient use of space. +</p> + +<h3>libgaim and gaim-text</h3> + +<img align='right' src='images/gaimtext.png' /> + +<p> +I can't take much credit for this one personally, but it's too cool not to mention. 2.0.0beta4 will +be the first official release of <code>libgaim</code>, the core functionality of Gaim, as a library +for other programs to use. Other IM programs (e.g. <a href='http://adiumx.com'>Adium X</a>, +<a href='http://meebo.com'>Meebo</a>) already exist using incomplete versions of <code>libgaim</code>, +but 2.0.0beta4 will include a completed version of this library. Hopefully this will inspire even +more programs to take advantage of <code>libgaim</code>. +</p> + +<p> +Gaim 2.0.0beta4 is actually two programs, both using <code>libgaim</code> as their backends. In +addition to the standard Gaim graphical UI we have a text version of Gaim, written by Sadrul Chowdhury. +<code>gaim-text</code> is really useful for UNIX users who can login to their computer remotely and +run Gaim in text mode from anywhere. Sadrul's done a great job of making a really usable text-based +application; hopefully he'll post about it some more himself. +</p> + +<h3>2.0.0 Release</h3> + +<p> +We're hoping beta4 will be the final beta before the final release of 2.0.0, but it's always possible +one or more will be needed. I can't yet say when 2.0.0 will be released, but we're definitely getting +really close. The current development releases are really good, and very stable. If you're here, you're +probably interested in Gaim development, so please, install beta4 when it's released and let us know +what you think. +</p> Property changes on: web/htdocs/sean/posts/a_new_blog.txt ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sea...@us...> - 2006-10-04 02:47:42
|
Revision: 17422 http://svn.sourceforge.net/gaim/?rev=17422&view=rev Author: seanegan Date: 2006-10-02 15:45:23 -0700 (Mon, 02 Oct 2006) Log Message: ----------- Use actual images for screenshots. The HTML isn't rendering right (for me at least) Modified Paths: -------------- web/htdocs/sean/posts/gaim-text.txt Added Paths: ----------- web/htdocs/sean/images/gntaccounts.png web/htdocs/sean/images/gntblist.png web/htdocs/sean/images/gntchat.png Added: web/htdocs/sean/images/gntaccounts.png =================================================================== (Binary files differ) Property changes on: web/htdocs/sean/images/gntaccounts.png ___________________________________________________________________ Name: svn:mime-type + image/png Added: web/htdocs/sean/images/gntblist.png =================================================================== (Binary files differ) Property changes on: web/htdocs/sean/images/gntblist.png ___________________________________________________________________ Name: svn:mime-type + image/png Added: web/htdocs/sean/images/gntchat.png =================================================================== (Binary files differ) Property changes on: web/htdocs/sean/images/gntchat.png ___________________________________________________________________ Name: svn:mime-type + image/png Modified: web/htdocs/sean/posts/gaim-text.txt =================================================================== --- web/htdocs/sean/posts/gaim-text.txt 2006-10-02 22:16:13 UTC (rev 17421) +++ web/htdocs/sean/posts/gaim-text.txt 2006-10-02 22:45:23 UTC (rev 17422) @@ -29,38 +29,10 @@ buddy/chat in the group etc. </p> -<center> -<pre><span style="background:#efefef;color:#000000">- GaimDudes </span><span style="background:#000000;color:#00adad">^</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#efefef">(<a href="mailto:sa...@ir..." target="_blank">sa...@ir...</a> -- IRC)</span><span style="background:#efefef;color:#000000">|--------[X] </span> -<span style="background:#efefef;color:#adad00"> <b><u><b></b></u></b></span><span style="background:#adad00;color:#efefef"> </span><span style="background:#efefef;color:#adad00"> Bleeter Yaluser </span><span style="background:#efefef;color:#000000"> | </span><span style="background:#000000;color:#00adad"> </span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> +<img src="http://gaim.sf.net/sean/images/gntblist.png" /> -<span style="background:#efefef;color:#000000"> <b><u><b></b></u></b></span><span style="background:#000000;color:#efefef"> </span><span style="background:#efefef;color:#000000"> deryni9 </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">| </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#adad00"> <b><u><b></b></u></b></span><span style="background:#adad00;color:#efefef"> </span><span style="background:#efefef;color:#adad00"> ecoffey </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">| </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> - -<span style="background:#efefef;color:#000000"> <b><u><b></b></u></b></span><span style="background:#000000;color:#efefef"> </span><span style="background:#efefef;color:#000000"> grim elite </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">| </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000"> <b><u><b></b></u></b></span><span style="background:#000000;color:#efefef"> </span><span style="background:#efefef;color:#000000"> MarkDoliner </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">| </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> - -<span style="background:#efefef;color:#adad00"> <b><u><b></b></u></b></span><span style="background:#adad00;color:#efefef"> </span><span style="background:#efefef;color:#adad00"> nathan walp </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">| </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000"> <b><u><b></b></u></b></span><span style="background:#000000;color:#efefef"> </span><span style="background:#efefef;color:#000000"> PacoPaco31 </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">| </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> - -<span style="background:#efefef;color:#000000"> <b><u><b></b></u></b></span><span style="background:#000000;color:#efefef"> </span><span style="background:#efefef;color:#000000"> r0bby </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">| </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000"> <b><u><b></b></u></b></span><span style="background:#000000;color:#efefef"> </span><span style="background:#efefef;color:#000000"> SeanEgn </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">| </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> - -<span style="background:#0000ad;color:#efefef">- Meself </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">+----|</span><span style="background:#000000;color:#efefef">Meself</span><span style="background:#efefef;color:#000000">|----+ </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000"> <b><u><b></b></u></b></span><span style="background:#000000;color:#efefef"> </span><span style="background:#efefef;color:#000000"> Adil SHC |</span><span style="background:#000000;color:#00adad">Add Buddy </span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#000000"> </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> - -<span style="background:#efefef;color:#000000"> <b><u><b></b></u></b></span><span style="background:#000000;color:#efefef"> </span><span style="background:#efefef;color:#000000"> asd |Add Chat </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#000000"> </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000"> <b><u><b></b></u></b></span><span style="background:#000000;color:#efefef"> </span><span style="background:#efefef;color:#000000"> Booya |Add Group </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#000000"> </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> - -<span style="background:#efefef;color:#000000"> <b><u><b></b></u></b></span><span style="background:#000000;color:#efefef"> </span><span style="background:#efefef;color:#000000"> Krusty </span><span style="background:#000000;color:#00adad">v</span><span style="background:#efefef;color:#000000">|Rename </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#000000"> </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000">+--------------------+|Remove </span><span style="background:#000000;color:#00adad"> </span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#000000"> </span><span style="background:#000000;color:#00adad"> </span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> - -<span style="background:#efefef;color:#000000">|Away |v|+----------------+</span><span style="background:#000000;color:#000000"> </span><span style="background:#000000;color:#00adad">_________________________</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000">+--------------------+ </span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#000000">-------------------------+</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#000000;color:#00adad">"For me to poop on"___</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#0000ad;color:#efefef">Buddy List</span><span style="background:#efefef;color:#000000">|#gaim (sad|#guificati|#ion (sadr|#gaim-comm|#gaim-test (s</span> - -</pre> -<i>Context menu for a group</i> +<center> +<i>Tooltip for a group</i> </center> <h4>Status Selector</h4> @@ -85,33 +57,7 @@ </p> <center> -<pre><span style="background:#efefef;color:#000000">+------------|</span><span style="background:#0000ad;color:#efefef">#gaim (<a href="mailto:sa...@ir..." target="_blank">sa...@ir...</a> -- IRC)</span><span style="background:#efefef;color:#000000">|-----------[X] </span> -<span style="background:#efefef;color:#000000">|</span><span style="background:#efefef;color:#adad00">on). </span><span style="background:#000000;color:#00adad">^</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> - -<span style="background:#efefef;color:#000000">|</span><span style="background:#efefef;color:#adad00">(20:36:50) <b></b></span><span style="background:#efefef;color:#000000">ForlornPenguin: I recind my question about raping the |</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000">| GPL, and replace it with the statement that I believe that the |</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000">|shareware version of x-chat is an illegal violation of the GPL. |</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000">|</span><span style="background:#efefef;color:#adad00">(20:37:47) <b></b></span><span style="background:#efefef;color:#000000">kyevan: Gaim's bonjour doesn't work very well. Or is |</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000">|+--------------+ bonjour chat system sucks? |</span><span style="background:#000000;color:#000000"> </span> - -<span style="background:#efefef;color:#000000">||</span><span style="background:#000000;color:#00adad">sadrul </span><span style="background:#efefef;color:#000000">|<b>ere: </b>ours needs work. patches welcome |</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000">||seanegan </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|<b>n: </b>Or does the implimentation used by iChat and |</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000">||seph </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|.3 not work very well? |</span><span style="background:#000000;color:#000000"> </span> - -<span style="background:#efefef;color:#000000">||Sgeo </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|<b>n: </b>LSchiere: well, I don't really have the skill |</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000">||siege </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|on it :( |</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000">||SimGuy |</span><span style="background:#efefef;color:#adad00"> [n=<a href="mailto:ge...@ba..." target="_blank">geoff@bas2-ottawa23-1177884781<WBR>.dsl.bell.ca</a>] </span><span style="background:#efefef;color:#000000"> |</span><span style="background:#000000;color:#000000"> </span> - -<span style="background:#efefef;color:#000000">||Singularity |</span><span style="background:#efefef;color:#adad00">. </span><span style="background:#efefef;color:#000000"> |</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000">||slaytanic </span><span style="background:#000000;color:#00adad">v</span><span style="background:#efefef;color:#000000">|</span><span style="background:#efefef;color:#adad00">ar left the room (quit: Remote closed the connec</span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000">|+--------------+</span><span style="background:#efefef;color:#adad00"> </span><span style="background:#000000;color:#00adad"> </span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> - -<span style="background:#efefef;color:#000000">|</span><span style="background:#0000ad;color:#efefef">s</span><span style="background:#efefef;color:#0000ad">_</span><span style="background:#0000ad;color:#efefef">______________________________<WBR>______________________________<WBR>___</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000">+-----------------------------<WBR>------------------------------<WBR>------+</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000"> </span><span style="background:#000000;color:#000000"> </span> - -<span style="background:#0000ad;color:#efefef">#gaim (sadrul@ir</span><span style="background:#efefef;color:#000000">|#guifications (s|#ion (sadrul@irc|#gaim-commits (sa</span> -</pre> +<img src="http://gaim.sf.net/sean/images/gntchat.png" /> <i>Tab-completion in entry boxes</i> </center> <h4>Accounts Window</h4> @@ -120,36 +66,7 @@ screenshot: </p> <center> -<pre><span style="background:#efefef;color:#000000">+----------|</span><span style="background:#000000;color:#efefef">#gaim-test (<a href="mailto:sa...@ir..." target="_blank">sa...@ir...</a> -- IRC)</span><span style="background:#efefef;color:#000000">|--------[X] </span> - -<span style="background:#efefef;color:#000000">| </span><span style="background:#000000;color:#00adad"> </span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000">| +-----------------------|</span><span style="background:#0000ad;color:#efefef">Accounts</span><span style="background:#efefef;color:#000000">|---------------------[X] </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000">| |You can enable/disable accounts from the following list.|</span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#000000"> </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> - -<span style="background:#efefef;color:#000000">| | ------------------------------<WBR>------------------------ |</span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#000000"> </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000">| |[ ] adil040 |Yahoo </span><span style="background:#000000;color:#00adad"> </span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#000000"> </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> - -<span style="background:#efefef;color:#000000">| |[ ] <a href="mailto:adi...@ho..." target="_blank">adi...@ho...</a> |MSN </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#000000"> </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000">| |</span><span style="background:#0000ad;color:#efefef">[X] <a href="http://im...@gm.../Gaim" target="_blank">im...@gm.../Gaim</a> |Jabber </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#000000"> </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> - -<span style="background:#efefef;color:#000000">| |[X] <a href="mailto:sa...@ir..." target="_blank">sa...@ir...</a> |IRC |</span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#000000"> </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000">| |[X] gaim_adil |Yahoo |</span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#000000"> </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> - -<span style="background:#efefef;color:#000000">| |[ ] <a href="http://sa...@ja.../Gaim" target="_blank">sa...@ja.../Gaim</a> |Jabber </span><span style="background:#000000;color:#00adad">v</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#000000"> </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000">| | ------------------------------<WBR>------------------------ |</span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#000000"> </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> - -<span style="background:#efefef;color:#000000">| | +-----+ +--------+ +--------+ |</span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#000000"> </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000">|</span><span style="background:#efefef;color:#adad00">(20</span><span style="background:#efefef;color:#000000">| | Add |</span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#000000"> | Modify |</span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#000000"> | Delete |</span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#000000"> |</span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#adad00"> </span><span style="background:#000000;color:#00adad">#</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> - -<span style="background:#efefef;color:#000000">|</span><span style="background:#efefef;color:#adad00">[ B</span><span style="background:#efefef;color:#000000">| +-----+</span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#000000"> +--------+</span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#000000"> +--------+</span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#000000"> |</span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#adad00"> </span><span style="background:#000000;color:#00adad"> </span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> - -<span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#00adad">___</span><span style="background:#efefef;color:#000000">| </span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#000000"> </span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#000000"> </span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#000000"> |</span><span style="background:#000000;color:#000000"> </span><span style="background:#000000;color:#00adad">___</span><span style="background:#efefef;color:#000000">|</span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000">+---+-------------------------<WBR>------------------------------<WBR>-+</span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#000000">---+</span><span style="background:#000000;color:#000000"> </span> - -<span style="background:#efefef;color:#000000"> </span><span style="background:#000000;color:#000000"> </span><span style="background:#efefef;color:#000000"> </span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000"> </span><span style="background:#000000;color:#000000"> </span> -<span style="background:#efefef;color:#000000">#gaim (sad|#guificati|#ion (sadr|#gaim-comm|</span><span style="background:#0000ad;color:#efefef">Accounts </span><span style="background:#efefef;color:#000000">|#gaim-test (s</span> -</pre> +<img src="http://gaim.sf.net/sean/images/gntaccounts.png"/> <i>Accounts window</i> </center> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sea...@us...> - 2006-10-04 18:35:52
|
Revision: 17429 http://svn.sourceforge.net/gaim/?rev=17429&view=rev Author: seanegan Date: 2006-10-04 11:35:45 -0700 (Wed, 04 Oct 2006) Log Message: ----------- Another blog post Added Paths: ----------- web/htdocs/sean/images/gtkimhtmlsmall.png web/htdocs/sean/images/gtkimhtmlsmaller.png web/htdocs/sean/posts/font-sizes.txt Added: web/htdocs/sean/images/gtkimhtmlsmall.png =================================================================== (Binary files differ) Property changes on: web/htdocs/sean/images/gtkimhtmlsmall.png ___________________________________________________________________ Name: svn:mime-type + image/png Added: web/htdocs/sean/images/gtkimhtmlsmaller.png =================================================================== (Binary files differ) Property changes on: web/htdocs/sean/images/gtkimhtmlsmaller.png ___________________________________________________________________ Name: svn:mime-type + image/png Added: web/htdocs/sean/posts/font-sizes.txt =================================================================== --- web/htdocs/sean/posts/font-sizes.txt (rev 0) +++ web/htdocs/sean/posts/font-sizes.txt 2006-10-04 18:35:45 UTC (rev 17429) @@ -0,0 +1,26 @@ +Font Sizes +<p>Another one of those questions I get asked several times a day is "how do I +make the font size in the conversation window larger." Like the buddy list +indentation I mentioned in earlier post to this blog, this is another thing +controlled by an obscure setting that has to be manually set in a text file +somewhere.</p> + +<p>It turns out that people asking this question almost always want one thing: +that when someone IMs them formatted text, that it not appear too small. In the +past, people have used the "Ignore incoming font sizes" option in Gaim to +ensure their buddies' messages are always legible, but in Gaim 2.0.0, we've +replaced this with a "Ignore incoming formatting" option, which also turns off +colors and font styles.</p> + +<img src='http://gaim.sf.net/sean/images/gtkimhtmlsmaller.png' align='center'/> + +<p>I thought about adding a feature to let you easily adjust the size of the +conversation font, but today, I submitted some code that I hope solves the +root of the problem. In previous versions of Gaim, a "smaller" font was about +83% the size of the normal font, and the "smallest" was about 69%. I've changed +these numbers to 95% and 85% respectively.</p> + +<img src='http://gaim.sf.net/sean/images/gtkimhtmlsmall.png' align='center'/> + +<p>If you've been bothered by fonts in Gaim being too small before, I hope +you give this a try and let me know if this is a good solution.</p> Property changes on: web/htdocs/sean/posts/font-sizes.txt ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sea...@us...> - 2006-10-11 01:14:05
|
Revision: 17457 http://svn.sourceforge.net/gaim/?rev=17457&view=rev Author: seanegan Date: 2006-10-10 18:13:59 -0700 (Tue, 10 Oct 2006) Log Message: ----------- blog about networkmanager and docket Added Paths: ----------- web/htdocs/sean/images/notificationarea.png web/htdocs/sean/posts/tray-icon.txt Added: web/htdocs/sean/images/notificationarea.png =================================================================== (Binary files differ) Property changes on: web/htdocs/sean/images/notificationarea.png ___________________________________________________________________ Name: svn:mime-type + image/png Added: web/htdocs/sean/posts/tray-icon.txt =================================================================== --- web/htdocs/sean/posts/tray-icon.txt (rev 0) +++ web/htdocs/sean/posts/tray-icon.txt 2006-10-11 01:13:59 UTC (rev 17457) @@ -0,0 +1,48 @@ +"System Tray" and NetworkManager + +<p>Barring some emergency, we should have beta4 out sometime this week. Here +are a few more of its features introduced last week</p> + +<h3>Notification Area Icon</h3> + +<p>Another very common question I hope to put to rest with beta4: when I close +the buddy list window, Gaim should not exit but go to the 'notification area' +or 'system tray.'</p> + +<p>Gaim users have been able to do this since 1999 by installing a special +"applet" version of Gaim, and since 2003, the feature has been available for +all Gaim users by loading the 'System Tray Icon' included with Gaim. Last week +I removed the plugin and made the feature on for everyone.</p> + +<p>There's some controversy behind this change. The guidelines behind the +"system trays" on both Windows and UNIX-like operating systems say the +function should be used only for temporary, transient notifications. On +Windows, applications have avoided it, using the area as a place to provide +access to applications without any windows, which many complain has +cluttered this area to the point of uselessness.</p> + +<p>Despite this, many distributors of Gaim have taken to enable the feature +by default, and it remains one of the most commonly requested features by +people who have never checked the plugins. Because of this, we've turned +the "system tray icon" on for everyone.</p> + +<h3>NetworkManager</h3> + +<p>Another application that lives in the "system tray," even when it doesn't +have any urgent notifications, is NetworkManager. NetworkManager is a really +cool system that makes connecting to various networks on Linux really, really +easy. It also provides a way for an application to be informed when the +network status changes: when a cable is unplugged, when you connect to a +wireless networ, etc.</p> + +<p>Thanks to work by Paul Betts, Gaim can now talk to NetworkManager when +connecting to IM services. Before it logs in, it will make sure you're +connected to the network and, if not, connect you as soon as the network +comes available. When the network goes away, Gaim will disconnect; when it comes back, it will reconnect.</p> + +<p>Thanks, Paul!</p> + +<center> +<img src='http://gaim.sf.net/sean/images/notificationarea.png'/> +</center> + Property changes on: web/htdocs/sean/posts/tray-icon.txt ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sea...@us...> - 2006-11-02 23:20:23
|
Revision: 17657 http://svn.sourceforge.net/gaim/?rev=17657&view=rev Author: seanegan Date: 2006-11-02 15:20:11 -0800 (Thu, 02 Nov 2006) Log Message: ----------- blog Added Paths: ----------- web/htdocs/sean/images/prefs.png web/htdocs/sean/posts/prefs.txt Added: web/htdocs/sean/images/prefs.png =================================================================== (Binary files differ) Property changes on: web/htdocs/sean/images/prefs.png ___________________________________________________________________ Name: svn:mime-type + image/png Added: web/htdocs/sean/posts/prefs.txt =================================================================== --- web/htdocs/sean/posts/prefs.txt (rev 0) +++ web/htdocs/sean/posts/prefs.txt 2006-11-02 23:20:11 UTC (rev 17657) @@ -0,0 +1,7 @@ +System Tray Icon Preference +<img src='http://gaim.sf.net/sean/images/prefs.png' align='left' /> +<p>I just added a preference to Gaim to control when the system tray icon is shown, as discussed in my previous post. Because there was +no obvious place in the preferences dialog to add this, I added a new tab and moved some of the Conversations preferences to it.</p> + +<p>This has the added benefit of making the dialog smaller, such that it now fits on the screens of older machines with poorer +resolution.</p> Property changes on: web/htdocs/sean/posts/prefs.txt ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sea...@us...> - 2006-11-21 01:25:19
|
Revision: 17796 http://svn.sourceforge.net/gaim/?rev=17796&view=rev Author: seanegan Date: 2006-11-20 17:25:19 -0800 (Mon, 20 Nov 2006) Log Message: ----------- blog Added Paths: ----------- web/htdocs/sean/images/aimicq.png web/htdocs/sean/posts/aimicq.txt Added: web/htdocs/sean/images/aimicq.png =================================================================== (Binary files differ) Property changes on: web/htdocs/sean/images/aimicq.png ___________________________________________________________________ Name: svn:mime-type + image/png Added: web/htdocs/sean/posts/aimicq.txt =================================================================== --- web/htdocs/sean/posts/aimicq.txt (rev 0) +++ web/htdocs/sean/posts/aimicq.txt 2006-11-21 01:25:19 UTC (rev 17796) @@ -0,0 +1,10 @@ +AIM/ICQ +Since they use the same protocol, AIM and ICQ have long shared a single spot in Gaim's list of available +protocols. This spot has been called "AIM/ICQ," and uses the AIM icon. This has caused some confusion, +especially among ICQ users who expect to see an ICQ icon. + +Since beta5, we've made a change to separate AIM and ICQ into two separate entries. Hopefully, this will +make setting up AIM and ICQ accounts more straightforward. +<center> +<img src='http://gaim.sf.net/sean/images/aimicq.png'> +</center> Property changes on: web/htdocs/sean/posts/aimicq.txt ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |