Revision: palm-presenter--devel--0--patch-5 Archive: lorentey@elte.hu--2004 Creator: Karoly Lorentey Date: Mon Oct 3 07:00:41 CEST 2005 Standard-date: 2005-10-03 05:00:41 GMT New-files: Makefile client/.arch-ids/=id client/jukebox.c client/jukebox.h client/main.h client/network.c client/network.h client/presentation.c client/presentation.h client/string.c client/string.h client/welcome.c client/welcome.h server/.arch-ids/=id server/Makefile xpresskey/.arch-ids/=id xpresskey/.arch-inventory xpresskey/Makefile xpresskey/xpresskey.c New-directories: client client/.arch-ids server server/.arch-ids xpresskey xpresskey/.arch-ids Renamed-files: .arch-ids/NetSocket.c.id client/.arch-ids/NetSocket.c.id .arch-ids/icon.bmp.id client/.arch-ids/icon.bmp.id .arch-ids/icon16.bmp.id client/.arch-ids/icon16.bmp.id .arch-inventory client/.arch-inventory Makefile client/Makefile NetSocket.c client/NetSocket.c icon.bmp client/icon.bmp icon16.bmp client/icon16.bmp presenter.c client/main.c presenter.rcp client/presenter.rcp resource.h client/resource.h server server/server Modified-files: README client/Makefile client/main.c client/presenter.rcp client/resource.h server/server New-patches: lorentey@elte.hu--2004/palm-presenter--devel--0--patch-5 Summary: Version 1.1. Add support for hard buttons, OpenOffice.org presentations, and many interesting amaroK functions. Keywords: * Makefile: New file. * client/main.c: Renamed from presenter.c. * client/main.h: New file. * client/jukebox.c: New file. * client/jukebox.h: New file. * client/network.c: New file. * client/network.h: New file. * client/presentation.c: New file. * client/presentation.h: New file. * client/string.c: New file. * client/string.h: New file. * client/welcome.c: New file. * client/welcome.h: New file. * client/Makefile (SOURCES, OBJS): Add new files. * client/presenter.rcp (R_MENU_MAIN): New "Interface" menu. (R_FORM_WELCOME, R_FORM_PRESENTER): New forms. (R_FORM_JUKEBOX): Renamed from R_FORM_PRESENTER. * client/resource.h: Update with new resource ids. * server/server (presentation_next_command, presentation_prev_command) (amarok_next_command, amarok_prev_command, amarok_volume_up) (amarok_volume_down, amarok_seek_back, amarok_seek_forward) (amarok_pause, amarok_get_artist_command, amarok_get_title_command) (amarok_get_album_command): New functions (Run): Use them. * server/Makefile: New file. * xpresskey/xpresskey.c: New program for creating artificial keypresses on X. * xpresskey/Makefile: New file. * README: Update.