From: <sa...@us...> - 2007-03-15 22:12:09
|
Revision: 18203 http://svn.sourceforge.net/gaim/?rev=18203&view=rev Author: sadrul Date: 2007-03-15 15:12:07 -0700 (Thu, 15 Mar 2007) Log Message: ----------- Proposals for gaim-text. Modified Paths: -------------- web/htdocs/summerofcode/index.php Modified: web/htdocs/summerofcode/index.php =================================================================== --- web/htdocs/summerofcode/index.php 2007-03-15 21:11:30 UTC (rev 18202) +++ web/htdocs/summerofcode/index.php 2007-03-15 22:12:07 UTC (rev 18203) @@ -40,6 +40,7 @@ <p>This same interface can be used elsewhere in Gaim not directly related to SSL. For instance, several third-party plugins exist to encrypt Gaim messages. These would benefit from a generic certificate manager.</p></td></tr> +<tr><td class="highlight">ICQ TLC</td></tr> <tr><td><p>Our ICQ implementation in the oscar code is substandard in a variety of respects. We do not have full support for ICQ status, ICQ privacy, or ICQ formatting to name just a few shortfalls. Others include our buddy list management, message size restrictions and ICQ's chats. Your goal is to compare what gaim does at a protocol level with what the official winicq client does, figure out where it differs, and to repair Gaim's implementation, extending Gaim's capabilities where possible.</p></td></tr> <tr><td class='highlight'>MySpace IM protocol plugin</td></tr> @@ -47,4 +48,22 @@ </table> <h2>gaim</h2> + <h2>gaim-text</h2> +<p>Possible improvements to gaim-text could include: +</p> +<table> +<tr><td class='highlight'></td></tr> +<tr><td><p> +<ul> +<li>A new window manager (or improvements to the existing ones). For example, a tiling window manager would be super awesome.</li> +<li>Improve the widget-packing in a container (GntBox), may be even have a grid-like container.</li> +<li>Implement the plugin-pref-ui using the request-api.</li> +<li>Have python (or some other) bindings for libgnt. This would allow creating functional/useful dbus clients with gnt ui.</li> +<li>Add some more items in the buddy-list menu. Copy the gstreamer, auto-reconnection etc. code from gtk-gaim into gaim-text.</li> +<li>Have a spell checker, which would add some way of indicating spelling errors, suggesting possible corrections etc.</li> +<li>Allow adding shortcut keys for the menuitems.</li> +</ul> +</p></td></tr> +</table> +<p> Some of the ideas listed for gaim-text may be too small to be considered for an SoC project. You may want to bundle a few together for a proposal. Also, it'd be really quite nice if you come up with new ideas of your own.</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |