Commit Graph

20 Commits

Author SHA1 Message Date
Jesse van den Kieboom e7bf115295 * gnoemoe/gm-world.c: set world name from path when options
couldn't be succesfully loaded
	* gnoemoe/gm-editor.c: allways write \n (also on last line)
	* gnoemoe/gm-options.c: set file path even if it couldn't be
	loaded so that when there is no options file it will be 
	saved correctly. return false when loading fails
	* gnoemoe/widgets/gm-external-view.c: use default gnome
	terminal when terminal is needed
	* gnoemoe/widgets/gm-world-tab.c: fix tab close button
2006-08-12 15:07:27 +00:00
Jesse van den Kieboom 62b7cbc8cb * gnoemoe/gm-world.c: added static to functions, added flushing
history to disk
		* gnoemoe/dialogs/gm-world-paste-dialog.c: fixed sending with 
		  empty 'to' field
		* gnoemoe/widgets/gm-world-text-view.c: fixed blinking
2006-06-18 19:52:37 +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 89a24d7b0f VERSION CHANGED TO 2.0.6
gnoemoe/gm-world.c: do not log LOG_OUT when not logged in
gnoemoe/mcp/gm-mcp-session.[ch]: added initialized function
2006-04-09 10:32:56 +00:00
Jesse van den Kieboom 23327791c2 gnoemoe/gm-editor.c: improved editor name generation, no longer open files
O_EXCL
gnoemoe/gm-world.[ch]: added editors list getter
gnoemoe/gm-string.c: fixed char_remove
gnoemoe/mcp/gm-mcp-userlist-view.c: remove debug message
gnoemoe/mcp/gm-mcp-mud-moo-simpleedit.c: remove signal handlers on finalization
2006-04-08 12:51:21 +00:00
Jesse van den Kieboom 7fa44d1bbb gnoemoe/gm-app.c: added default userlist options, added default logging options
gnoemoe/gm-world.[ch]: fixed const, added gm_world_status, world specific log 
  settings
gnoemoe/gm-scripts.c: added World.status function
gnoemoe/gm-pixbuf.c: added NULL filename checks
2006-04-07 16:37:10 +00:00
Jesse van den Kieboom dbcccd2df6 Fixed settings saving 2006-03-31 20:34:59 +00:00
Jesse van den Kieboom 6cac8cca18 Convert option files to xml format 2006-03-29 15:42:41 +00:00
Jesse van den Kieboom 53c9403298 Added gobject properties 2006-03-23 20:31:26 +00:00
Jesse van den Kieboom 4b947dba10 Added number of matches 2006-02-20 22:31:21 +00:00
Jesse van den Kieboom 7490eb04f9 Added directory checking, fixed charset conversion, removed tmp directory removal 2006-02-06 18:41:04 +00:00
Jesse van den Kieboom 2c501e01ea Fixed includes 2006-01-10 00:42:09 +00:00
Jesse van den Kieboom 1008a20471 Removed debug messages 2006-01-08 16:34:24 +00:00
Jesse van den Kieboom 84552f4d47 Fixed for ruby 2006-01-06 00:27:43 +00:00
Jesse van den Kieboom 52f0c5a54e Fixed utf8 issue, added reconnect, added properties, added notify_message signal 2006-01-05 23:26:10 +00:00
Jesse van den Kieboom 6ae642bfda Added highlight signal, added triggers 2006-01-02 17:55:40 +00:00
Jesse van den Kieboom 0d50e92341 Adedd mcp status log message, added log_allowed function, implemented selective logging 2005-12-23 16:10:11 +00:00
Jesse van den Kieboom 4db386cc48 Fixed set_lines_from_string, added generate_filename and write_lines 2005-11-19 13:11:50 +00:00
Jesse van den Kieboom 2932173873 Added auto login, added mcp reset on disconnect, added editor handling 2005-11-15 12:00:18 +00:00
Jesse van den Kieboom a29f64288d Changed src/ to gnoemoe/ 2005-11-07 09:56:25 +00:00