scummvm/gui
Johannes Schickel 23fa2296c3 Fix regression from r50382, which triggered an assert when clicking "OK" in the GMM's options dialog.
The problem here is that our ConfigDialog uses "" as domain name,
this will result in the assert in common/config-manager.cpp:323
getting triggered, when using ConfMan.removeKey.

Since setting the domain to the game's domain does not seem save
according to the FIXME in gui/dialogs.cpp about this domain hackery,
I decided to adapt the OptionsDialog to only call ConfMan.removeKey
for "music_driver" etc., when the music driver widgets are present.
This is consistent with the over uses of removeKey in
OptionsDialog::close too.

svn-id: r50468
2010-06-28 23:41:43 +00:00
..
themes i18n: Add support for locale-dependent fonts 2010-06-28 15:17:10 +00:00
about.cpp GUI: Add and improve some messages to translate 2010-06-26 15:48:03 +00:00
about.h COMMON: Move typedef StringList from str.h to new header str-array.h 2010-03-18 15:09:24 +00:00
Actions.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
Actions.h Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
browser_osx.mm Using #include instead of #import to include some mac os x headers to avoid silly gcc warnings, that we'd otherwise have to remove -pedantic to get rid of 2009-12-26 17:18:18 +00:00
browser.cpp GUI: Implement tooltips. FR #2821513. 2010-06-15 10:52:35 +00:00
browser.h Renamed FilesystemNode -> FSNode 2008-10-02 16:58:59 +00:00
chooser.cpp GUI: Implement tooltips. FR #2821513. 2010-06-15 10:52:35 +00:00
chooser.h COMMON: Move typedef StringList from str.h to new header str-array.h 2010-03-18 15:09:24 +00:00
console.cpp common console: also show prompt, if the engine wrote onto gui console since last call - fixes sci breakpoints 2010-06-28 16:09:54 +00:00
console.h Patch for bug 2943361 by littleboy, adding full kb modifier support to all engines + GUI and proper keypad handling 2010-02-21 04:04:13 +00:00
credits.h Add italian translation from the patch tracker (#3022046) and update credits. 2010-06-27 18:19:37 +00:00
debugger.cpp Move DebugChannel related code to new header 2010-05-04 11:59:22 +00:00
debugger.h Formatting. 2009-07-26 07:07:35 +00:00
dialog.cpp Fix spelling, cleanup 2010-06-15 12:33:20 +00:00
dialog.h GUI: Implement tooltips. FR #2821513. 2010-06-15 10:52:35 +00:00
editable.cpp GUI: Added tooltips to more widgets. 2010-06-15 10:54:22 +00:00
editable.h GUI: Added tooltips to more widgets. 2010-06-15 10:54:22 +00:00
EditTextWidget.cpp GUI: Added tooltips to more widgets. 2010-06-15 10:54:22 +00:00
EditTextWidget.h GUI: Added tooltips to more widgets. 2010-06-15 10:54:22 +00:00
error.cpp Implement translation support for ScummVM GUI. 2010-06-15 10:44:51 +00:00
error.h Rest of patch #2982224: GSoC: Added unit test and unified error message display 2010-04-11 19:04:02 +00:00
GuiManager.cpp Remove support for translation of console messages. 2010-06-26 18:07:41 +00:00
GuiManager.h Fix spelling, cleanup 2010-06-15 12:33:20 +00:00
Key.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
Key.h Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
KeysDialog.cpp Yet another WinCE fix 2010-06-15 20:01:31 +00:00
KeysDialog.h Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManager.h 2009-01-02 03:21:40 +00:00
launcher.cpp GUI: Implemented Languages as GUI options. 2010-06-15 10:57:28 +00:00
launcher.h COMMON: Move typedef StringList from str.h to new header str-array.h 2010-03-18 15:09:24 +00:00
ListWidget.cpp GUI: Added tooltips to more widgets. 2010-06-15 10:54:22 +00:00
ListWidget.h GUI: Added tooltips to more widgets. 2010-06-15 10:54:22 +00:00
massadd.cpp Fix g++ warning "format not a string literal and no format arguments". 2010-06-15 23:45:13 +00:00
massadd.h COMMON: Move typedef StringList from str.h to new header str-array.h 2010-03-18 15:09:24 +00:00
message.cpp GUI: Implement tooltips. FR #2821513. 2010-06-15 10:52:35 +00:00
message.h cleanup 2008-11-12 13:01:21 +00:00
module.mk Rest of patch #2982224: GSoC: Added unit test and unified error message display 2010-04-11 19:04:02 +00:00
object.cpp GUI: Make GuiObject::_name const, init all members in constructor 2010-03-18 15:04:15 +00:00
object.h GUI: Make GuiObject::_name const, init all members in constructor 2010-03-18 15:04:15 +00:00
options.cpp Fix regression from r50382, which triggered an assert when clicking "OK" in the GMM's options dialog. 2010-06-28 23:41:43 +00:00
options.h AUDIO: some fixes in the audio device code (no sound option, new GUIO flags) 2010-06-25 18:47:52 +00:00
PopUpWidget.cpp GUI: Implement tooltips. FR #2821513. 2010-06-15 10:52:35 +00:00
PopUpWidget.h GUI: Implemented Languages as GUI options. 2010-06-15 10:57:28 +00:00
saveload.cpp GUI: Implement tooltips. FR #2821513. 2010-06-15 10:52:35 +00:00
saveload.h COMMON: Move typedef StringList from str.h to new header str-array.h 2010-03-18 15:09:24 +00:00
ScrollBarWidget.cpp GUI: Add auto-repeater to scrollbar arrows. 2010-06-15 10:52:52 +00:00
ScrollBarWidget.h GUI: Add auto-repeater to scrollbar arrows. 2010-06-15 10:52:52 +00:00
TabWidget.cpp GUI: Implement tooltips. FR #2821513. 2010-06-15 10:52:35 +00:00
TabWidget.h GUI: Implement FR #2821514. 2010-06-15 10:50:28 +00:00
themebrowser.cpp GUI: Implement tooltips. FR #2821513. 2010-06-15 10:52:35 +00:00
themebrowser.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
ThemeEngine.cpp i18n: Add support for locale-dependent fonts 2010-06-28 15:17:10 +00:00
ThemeEngine.h i18n: Add support for locale-dependent fonts 2010-06-28 15:17:10 +00:00
ThemeEval.cpp Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp). 2010-03-20 12:56:56 +00:00
ThemeEval.h Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting". 2009-06-06 17:52:44 +00:00
ThemeLayout.cpp Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting". 2009-06-06 17:52:44 +00:00
ThemeLayout.h Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting". 2009-06-06 17:52:44 +00:00
ThemeParser.cpp GUI: Implement tooltips. FR #2821513. 2010-06-15 10:52:35 +00:00
ThemeParser.h Patch #2973290: Semicolon cleanup 2010-03-22 20:28:08 +00:00
widget.cpp Fix for Tooltip calls causing valgrind errors. 2010-06-16 06:24:21 +00:00
widget.h GUI: Implement tooltips. FR #2821513. 2010-06-15 10:52:35 +00:00