Commit Graph

9 Commits

Author SHA1 Message Date
Jesse van den Kieboom a8dadeb408 * gnoemoe/mcp/gm-mcp-icecrew-userlist.c: change the behavior for
fetching icons so that only one icon at a time is being fetched. This
	is needed to make the fetching fully async (before we checked whether
	the remove icon existed before trying to fetch it, which could block
	gnoemoe if the icon remote host was down). By only fetching one
	icon we can work around the bugs in gnome-vfs that don't allow proper
	error handling for fetching multiple files. Closes debian bug #388321
2006-09-30 13:21:47 +00:00
Jesse van den Kieboom 355c7e8a41 * VERSION CHANGED TO 2.0.9
* po/POTFILES.in: added gnoemoe/dialogs/gm-world-paste-dialog.c and
		  ui/gm-world-paste.glade
		* po/nl.po: added translations
		* ui/Makefile.am:
		* ui/gm-ui.xml:
		* ui/gm-world-paste.glade: new paste dialog
		* gnoemoe/mcp/Makefile.include: added gm-cell-renderer-text.[ch]
		* gnoemoe/mcp/gm-cell-renderer-text.[ch]: new cell renderer for 
		  rendering userlist
		* gnoemoe/mcp/gm-mcp-vmoo-client.c: update metrics in timeout so to
		  reduce the number of updates when resizing
		* gnoemoe/mcp/gm-mcp-icecrew-serverinfo.c: max version set to 1.0 (1.0 
		  does not actively request the info because it will be send on 
		  initialization). Set menu item invisible instead of insensitive when 
		  there is no info available
		* gnoemoe/mcp/gm-mcp-icecrew-userlist.c: fixed menu item substitution
		* gnoemoe/mcp/gm-mcp-vmoo-userlist.c: removed support for status 
		  because it doesn't really support it
		* gm-mcp-userlist-view.[ch]: moved column constants to header. Render
		  items with new gm-cell-renderer-text. 
		* gnoemoe/mcp/gm-mcp-icecrew-playerdb.[ch]: made 
		  gm_mcp_icecrew_playerdb_players public
		* gnoemoe/dialogs/Makefile.include: added gm-world-paste-dialog
		* gnoemoe/dialogs/gm-world-paste-dialog.[ch]: new paste dialog
		* gnoemoe/dialogs/gm-world-properties-dialog.c:
		* gnoemoe/dialogs/gm-world-logs-dialog.c: fixed leaking tree stores
		* gnoemoe/widgets/Makefile.include: added gm-commands.[ch]
		* gnoemoe/widgets/gm-commands.[ch]: new file for handling action
		  activation (removed from gm-app-view)
		* gnoemoe/widgets/gm-world-view.c: fixed userlist size restore
		* gnoemoe/widgets/gm-app-view.c: removed action handlers 
		* gnoemoe/gm-support.[ch]: added gm_find_child
		* gnoemoe/gm-world.c: removed debug message
		* gnoemoe/gm-ui.h: changed actions to gm-commands
2006-04-23 14:51:04 +00:00
Jesse van den Kieboom 65d460b3ee gnoemoe/mcp/gm-mcp-icecrew-playerdb.c: max version to 1.1
gnoemoe/mcp/gm-mcp.c: fixed version check
gnoemoe/mcp/gm-mcp-userlist-view.[ch]: added status message, fixed sorting, 
  added number of players
gnoemoe/mcp/gm-mcp-vmoo-userlist.[ch]: 
gnoemoe/mcp/gm-mcp-icecrew-userlist.[ch]: implement iuserlist
gnoemoe/mcp/gm-iuserlist.[ch]: added signals, added functions
2006-04-07 16:32:44 +00:00
Jesse van den Kieboom b8d42587e1 Added basic support for displaying status messages in the userlist 2006-04-01 14:30:50 +00:00
Jesse van den Kieboom e1918e694c Removed empty private data 2006-02-20 22:31:00 +00:00
Jesse van den Kieboom a7fe88af46 Fixed includes 2006-01-10 00:41:39 +00:00
Jesse van den Kieboom de90a39120 Added context menu 2006-01-08 16:32:51 +00:00
Jesse van den Kieboom 6fcc51746b Added triggers 2006-01-02 17:48:28 +00:00
Jesse van den Kieboom 5271a749bb Initial import 2005-11-15 11:48:19 +00:00