[Ap-python-commits] python NEWS,1.2,1.3
Status: Beta
Brought to you by:
sjah
From: <sj...@us...> - 2002-08-20 14:54:45
|
Update of /cvsroot/ap-python/python In directory usw-pr-cvs1:/tmp/cvs-serv26999 Modified Files: NEWS Log Message: Add latest changes. Index: NEWS =================================================================== RCS file: /cvsroot/ap-python/python/NEWS,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** NEWS 18 May 2002 07:42:34 -0000 1.2 --- NEWS 20 Aug 2002 14:54:39 -0000 1.3 *************** *** 1,2 **** --- 1,32 ---- + GCC 3.1 and Python 2.2 compatibility fixes. + Add short descriptions for examples dirs. + Other fixes and cleanups... + + plugin: + New StreamInfo members: year, track, comment, path. + Add CorePlayer notifiers: cb_position_notify, cb_speed_changed, + cb_volume_changed, cb_pan_changed, cb_start_notify, + cb_stop_notify. + New CorePlayer methods: pause, unpause. + New Playlist method: sort. + Remove PlaylistInterface callbacks: cb_lock, cb_unlock. + + apcontrol: + New methods: get_year, get_comment, get_track_number, is_playing, + add_and_play, set_volume, get_volume, set_pan, get_pan, + sort, get_file_path. + More examples. + + APTK: + Rewritten for PyGTK2. + New properties style for widgets. + APTK uses CorePlayer notifiers instead of polls. + TimeLabel could be linked with a position scale. + Add TagsLabel widget (shows stream info formated by a given string). + Threads fixups.. + Improve panel and gtkplayer examples. + Add playlist module and example. + I18N + Friday, May 17th 2002 16:55 EDT. AlsaPlayer-Python 0.2.0. --------------------------------------------------------- |