[Gtkradiant] r353 - GtkRadiant/branches/Rambetter-temp-fixes/radiant
svn-noreply at zerowing.idsoftware.com
svn-noreply at zerowing.idsoftware.com
Sat Dec 18 19:08:29 CST 2010
Author: rambetter
Date: Sat Dec 18 19:08:29 2010
New Revision: 353
Modified:
GtkRadiant/branches/Rambetter-temp-fixes/radiant/gtkmisc.cpp
Log:
Another Windows file dialog change in Rambetter-temp-fixes branch.
Handling file extensions better during save operations. This is more
Windows-compliant. For example, when saving map:
- If ".xmap" filter is selected and user types "foo.map", map will be
saved as "foo.map" (previous behavior was "foo.xmap").
- If an unrecognized file extension is typed, GtkRadiant will now honor that
but issue a warning popup window: "Unknown file extension for this save
operation. Attempt to save anyways?". All known extensions for the type
are checked. Previous behavior was that the extension is always changed
based on selected filter.
I will continue making lots of incremental fixes to Rambetter-temp-fixes.
THIS PATCH SHOULD BE MERGED INTO TRUNK.
Modified: GtkRadiant/branches/Rambetter-temp-fixes/radiant/gtkmisc.cpp
Url: http://zerowing.idsoftware.com/viewcvs/radiant/GtkRadiant/branches/Rambetter-temp-fixes/radiant/gtkmisc.cpp?view=diff&rev=353&p1=GtkRadiant/branches/Rambetter-temp-fixes/radiant/gtkmisc.cpp&r1=352&p2=GtkRadiant/branches/Rambetter-temp-fixes/radiant/gtkmisc.cpp&r2=353
==============================================================================
More information about the Gtkradiant
mailing list