Commit Graph

422 Commits

Author SHA1 Message Date
Jesse van den Kieboom f211e70ab0 * gnoemoe/widgets/gm-external-view.c:
* gnoemoe/widgets/gm-embedded-view.c:
	
	fixed bug in not reading editor file when external editor process exits
2007-01-06 21:10:03 +00:00
Jesse van den Kieboom 9ea1e827c5 * configure.ac:
* NEWS:
	* README:

	gnoemoe 2.2.0 released
2006-10-25 21:28:18 +00:00
Jesse van den Kieboom f6b6647bee * po/nl.po: updated translations 2006-10-25 21:28:05 +00:00
Jesse van den Kieboom 763f62c560 * gnoemoe/gm-ui.h: added accelerator F9 to Show/Hide userlist 2006-10-01 08:09:22 +00:00
Jesse van den Kieboom e2ca0ebd2c * gnoemoe/mcp/gm-mcp-userlist-view.c: keep userlist at the current
scroll position at all times (fixes #3)
2006-09-30 14:20:20 +00:00
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 9e968f1218 * po/nl.po: updated translations
* gnoemoe/gm-app.c:
	* gnoemoe/mcp/gm-mcp-userlist-view.c:
	* gnoemoe/gm-ui.h:
	* gnoemoe/widgets/gm-app-view.c
	* gnoemoe/widgets/gm-commands.[ch]:
	* ui/gm-ui.xml:
	
	Add menu items for showing/hiding the toolbar and userlist (fixes #10)
2006-09-29 16:16:16 +00:00
Jesse van den Kieboom d9331c715f Added Rxvt, XTerm and Linux color schemes (fixes #1) 2006-09-29 15:31:27 +00:00
Jesse van den Kieboom ccb8a88301 * gnoemoe/mcp/gm-mcp-icecrew-serverinfo.c: actually set the world
charset to use (fixes #11)
2006-09-29 12:59:28 +00:00
Jesse van den Kieboom b09a51fdae * ui/gm-world-properties.glade: fix lower port limit (patch by
piotr.skamruk@gmail.com) (fixes #8)
2006-09-29 12:52:29 +00:00
Jesse van den Kieboom 894b4cab84 * gnoemoe/dialog/gm-world-paste-dialog.c: close dialog after pasting
(fixes #4)
	*ui/gm-world-paste.glade: make labels right aligned
2006-09-29 12:49:43 +00:00
Jesse van den Kieboom 169f98af57 * gnoemoe/widgets/gm-app-view.c:
Only store window size when the window isn't maximized (so restoring
	to original size after maximizing actually works). Set default
	size when no size has been stored yet (fixes #7)
2006-09-29 12:33:54 +00:00
Jesse van den Kieboom 49e8351958 * gnoemoe/gm-app.c: make sure the main view is destroyed (otherwise
the main view still holds references to the opened worlds which then
	don't get properly finalized). Therefore not properly saving 
	command input history etc. Added proper finalization on SIGINT
	* gnoemoe/gm-scripts.c: fixed indentation
	* gnoemoe/dialogs/gm-preferences-dialog.c: added color table
	saving when dialog gets destroyed
2006-09-29 12:26:16 +00:00
Jesse van den Kieboom e2d462cc96 * gnoemoe/widgets/gm-world-text-view.c:
Fixed blinking problem (closes: #6)
2006-09-29 12:17:32 +00:00
Jesse van den Kieboom 01ff8c9df0 * configure.ac:
* NEWS:
	* README:

	gnoemoe 2.1.0 released
2006-08-16 11:15:57 +00:00
Jesse van den Kieboom b3d9357162 * gnoemoe/gm-pixbuf.c: fixed save/close stock icon when there is no
save 24x24 theme icon
2006-08-16 10:31:55 +00:00
Jesse van den Kieboom b07af52011 * data/gnoemoe.1: added manpage 2006-08-15 14:28:42 +00:00
Jesse van den Kieboom a6548af4c9 * configure.ac:
* COPYING
	* gnoemoe/gm-app.c:
	* gnoemoe/dialogs/gm-preferences-dialog.c:
	* gnoemoe/gm-ui.h:
	* gnoemoe/widgets/gm-app-view.c:
	* gnoemoe/widgets/gm-editor-view.c:
	* gnoemoe/widgets/gm-commands.c:
	* gnoemoe/Makefile.am:
	* ui/gm-preferences.glade:
	* ui/gm-ui.xml:
	
	Made the code parser compile time optional
	
	* README: fixed indentation
	* po/Makefile.in.in: new and improved
2006-08-12 15:24:31 +00:00
Jesse van den Kieboom d2e3ffb9b2 * gnoemoe/gm-options.h: return false when loading fails 2006-08-12 15:16:42 +00:00
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 4084be6076 * gnoemoe/gm-support.c: fixed the tab close button
* gnoemoe/gm-pixbuf.c: fixed warning on creating save close button
2006-08-12 14:51:43 +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 b3b456d5f1 * VERSION CHANGED TO 2.0.10
* gnoemoe/mcp/gm-cell-renderer-text.c: fixed font sizes for smaller
		  fonts
2006-04-24 07:08:38 +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 5bd35767d8 Fixed 2006-04-09 18:32:05 +00:00
Jesse van den Kieboom e1a0e30bff Minor fixes 2006-04-09 18:18:16 +00:00
Jesse van den Kieboom 41b66885bd Fixed 2006-04-09 17:58:37 +00:00
Jesse van den Kieboom daf3f31af2 Fixed COPYING 2006-04-09 15:37:57 +00:00
Jesse van den Kieboom 9eb09ea15a Fix copyright, move logo to pixmap dir, added translation 2006-04-09 14:20:08 +00:00
Jesse van den Kieboom 44c0b93764 Moved 2006-04-09 13:33:11 +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 c114e96525 Remove IVERSION 2006-04-07 17:33:08 +00:00
Jesse van den Kieboom 461d3e4453 Added changes 2006-04-07 16:50:44 +00:00
Jesse van den Kieboom 10f3fa6606 ui/gm-world-properties.glade: added logging
ui/gm-preferences.glade: added userlist
data/Makefile.am: commented schema file
data/gnoemoe.schemas.in: removed empty line
po/nl.po: added translations
po/POTFILES.in: added gm-mcp-vmoo-userlist
scripts/run.rb: improved scripts by Paul van Tilburg
2006-04-07 16:43:16 +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 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 1170564bae gnoemoe/dialogs/gm-scripts-dialog.c: added theme
gnoemoe/dialogs/gm-world-properties-dialog.c: added logging
gnoemoe/dialogs/gm-preferences-dialog.c: added userlist
2006-04-07 16:28:12 +00:00
Jesse van den Kieboom b230a75fce gnoemoe/widgets/gm-world-view.c: use gm_world_status
gnoemoe/widgets/gm-world-input-view.c: fixed size after activate
gnoemoe/widgets/gm-editor-view.c: custom style scheme
gnoemoe/widgets/gm-app-view.c: fix ctrl cycle
2006-04-07 16:25:12 +00:00
Jesse van den Kieboom 107209cdb7 Added changes 2006-04-01 14:33:21 +00:00
Jesse van den Kieboom a01dfd5d0e gnoemoe/dialogs/gm-open-world-dialog.c: close dialog on world activation
gnoemoe/widgets/gm-text-scroller.c: removed debug message
po/POTFILES.in: added gm-mcp-icecrew-userlist.c
po/nl.po: added translation
2006-04-01 14:33:09 +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 3d1ab9f28d added global color table support for all widgets 2006-04-01 14:27:40 +00:00
Jesse van den Kieboom 4ccc539137 Added changes 2006-03-31 20:36:19 +00:00
Jesse van den Kieboom 9a094ccf28 Added custom stock icons 2006-03-31 20:35:39 +00:00
Jesse van den Kieboom dbcccd2df6 Fixed settings saving 2006-03-31 20:34:59 +00:00
Jesse van den Kieboom 6c9a378911 Added new translations 2006-03-31 20:32:14 +00:00
Jesse van den Kieboom 6c987facb9 Fixed end scroll on size change 2006-03-31 20:30:12 +00:00
Jesse van den Kieboom 422fa448e6 Improved tab showing 2006-03-31 20:29:12 +00:00
Jesse van den Kieboom 3beebbc9d7 Added find parent window 2006-03-31 20:28:12 +00:00