Added :
- Finish the new Skin
- Find a way to really have the 'buttonrelease' behavior on buttons
- Add option to order contacts by status or not in the CL

Comments :
-  Find a way to really have the 'buttonrelease' behavior on buttons
        Currently, in the buttonbar of a CW, when we ButtonPress on a button 
but move the mouse outside of the 
button before releasing it, it still activates the button, the normal behavior 
would be to cancel the click if 
the release is done outside of the button. We should maybe do someting like 
bind <<Button1>> 
"handle_button_release %W %X %Y [list command to execute on bind]"
and have the handle_button_release {w x y command } { 
if { $x > [winfo width $w] && $y > [winfo height $w] || $x < 0 && $y < 0 } { 
return } else {  uplevel eval 
$command }
}

- Add option to order contacts by status or not in the CL
        I added an option some time to ago to allow disabling of the sorting of 
contacts by status (away 
together, online together, brb together, etc..) in the same group, we never 
made that option available via the 
user interface... 


New Complete 0.97 TODO :
- Make sure aMSN works with SOCKS5 proxy
- Implement OIM support (task # 133878 and # 135637) (billiob/lephilousophe)
  (make it work behind proxies)
- Implement the new Contact List (task # 133876) (lephilousophe)
- Finish the audio/video assitant (task # 124048) (billiob)
- Finish support for MSN spaces (task # 124063) (scapor/karel/kakaroto)
  (make it work behind proxies)
- Finish the support for custom DPs (task # 125715) (dpcris85)
- Finish the new Skin
- Find a way to really have the 'buttonrelease' behavior on buttons
- Add option to order contacts by status or not in the CL

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to