Mercurial > fife-parpg
diff doc/dependencies/filedeps.dot @ 228:756b895e1dab
Merged unicode-support back into trunk.
Now all GUI/visible strings should be unicode.
Internal strings unchanged.
Remember to use a font that actually has the desired codepoints.
Current default unicode policiy is 'ignore'.
author | phoku@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sat, 21 Mar 2009 10:38:11 +0000 |
parents | 54bfd1015b35 |
children | 1240b08cb621 |
line wrap: on
line diff
--- a/doc/dependencies/filedeps.dot Fri Mar 20 15:17:28 2009 +0000 +++ b/doc/dependencies/filedeps.dot Sat Mar 21 10:38:11 2009 +0000 @@ -135,11 +135,13 @@ "engine/core/gui/console/commandline.cpp" -> "commandline.h" "engine/core/gui/console/commandline.cpp" -> "util/time/timeevent.h" "engine/core/gui/console/commandline.cpp" -> "util/time/timemanager.h" + "engine/core/gui/console/commandline.h" -> "gui/widgets/utf8textfield.h" "engine/core/gui/console/commandline.h" -> "util/time/timer.h" "engine/core/gui/console/console.cpp" -> "commandline.h" "engine/core/gui/console/console.cpp" -> "console.h" "engine/core/gui/console/console.cpp" -> "gui/base/gui_font.h" "engine/core/gui/console/console.cpp" -> "gui/guimanager.h" + "engine/core/gui/console/console.cpp" -> "gui/widgets/utf8textbox.h" "engine/core/gui/console/console.cpp" -> "util/base/exception.h" "engine/core/gui/console/console.cpp" -> "util/log/logger.h" "engine/core/gui/console/console.cpp" -> "util/time/timemanager.h" @@ -167,6 +169,11 @@ "engine/core/gui/widgets/icon2.cpp" -> "icon2.hpp" "engine/core/gui/widgets/togglebutton.cpp" -> "togglebutton.h" "engine/core/gui/widgets/twobutton.cpp" -> "twobutton.h" + "engine/core/gui/widgets/utf8textbox.cpp" -> "utf8textbox.h" + "engine/core/gui/widgets/utf8textbox.cpp" -> "util/utf8/utf8.h" + "engine/core/gui/widgets/utf8textbox.h" -> "util/utf8/utf8stringeditor.h" + "engine/core/gui/widgets/utf8textfield.cpp" -> "utf8textfield.h" + "engine/core/gui/widgets/utf8textfield.h" -> "util/utf8/utf8stringeditor.h" "engine/core/loaders/native/audio_loaders/ogg_loader.cpp" -> "audio/soundclip.h" "engine/core/loaders/native/audio_loaders/ogg_loader.cpp" -> "ogg_loader.h" "engine/core/loaders/native/audio_loaders/ogg_loader.cpp" -> "sounddecoder_ogg.h" @@ -361,6 +368,12 @@ "engine/core/util/time/timer.cpp" -> "timemanager.h" "engine/core/util/time/timer.cpp" -> "timer.h" "engine/core/util/time/timer.h" -> "timeevent.h" + "engine/core/util/utf8/utf8.h" -> "utf8/checked.h" + "engine/core/util/utf8/utf8.h" -> "utf8/unchecked.h" + "engine/core/util/utf8/utf8/checked.h" -> "core.h" + "engine/core/util/utf8/utf8/unchecked.h" -> "core.h" + "engine/core/util/utf8/utf8stringeditor.cpp" -> "utf8.h" + "engine/core/util/utf8/utf8stringeditor.cpp" -> "utf8stringeditor.h" "engine/core/vfs/dat/dat1.cpp" -> "dat1.h" "engine/core/vfs/dat/dat1.cpp" -> "util/base/exception.h" "engine/core/vfs/dat/dat1.cpp" -> "util/log/logger.h" @@ -467,6 +480,7 @@ "engine/core/video/fonts/fontbase.cpp" -> "fontbase.h" "engine/core/video/fonts/fontbase.cpp" -> "util/base/exception.h" "engine/core/video/fonts/fontbase.cpp" -> "util/structures/rect.h" + "engine/core/video/fonts/fontbase.cpp" -> "util/utf8/utf8.h" "engine/core/video/fonts/fontbase.cpp" -> "video/image.h" "engine/core/video/fonts/fontbase.cpp" -> "video/renderbackend.h" "engine/core/video/fonts/fontbase.h" -> "abstractfont.h" @@ -475,6 +489,7 @@ "engine/core/video/fonts/imagefontbase.cpp" -> "imagefontbase.h" "engine/core/video/fonts/imagefontbase.cpp" -> "util/base/exception.h" "engine/core/video/fonts/imagefontbase.cpp" -> "util/structures/rect.h" + "engine/core/video/fonts/imagefontbase.cpp" -> "util/utf8/utf8.h" "engine/core/video/fonts/imagefontbase.cpp" -> "video/image.h" "engine/core/video/fonts/imagefontbase.cpp" -> "video/renderbackend.h" "engine/core/video/fonts/imagefontbase.h" -> "fontbase.h" @@ -484,6 +499,7 @@ "engine/core/video/fonts/subimagefont.cpp" -> "util/base/fife_stdint.h" "engine/core/video/fonts/subimagefont.cpp" -> "util/log/logger.h" "engine/core/video/fonts/subimagefont.cpp" -> "util/structures/rect.h" + "engine/core/video/fonts/subimagefont.cpp" -> "util/utf8/utf8.h" "engine/core/video/fonts/subimagefont.cpp" -> "video/image.h" "engine/core/video/fonts/subimagefont.cpp" -> "video/imagepool.h" "engine/core/video/fonts/subimagefont.cpp" -> "video/renderbackend.h" @@ -497,6 +513,7 @@ "engine/core/video/fonts/truetypefont.cpp" -> "truetypefont.h" "engine/core/video/fonts/truetypefont.cpp" -> "util/base/exception.h" "engine/core/video/fonts/truetypefont.cpp" -> "util/structures/rect.h" + "engine/core/video/fonts/truetypefont.cpp" -> "util/utf8/utf8.h" "engine/core/video/fonts/truetypefont.cpp" -> "video/image.h" "engine/core/video/fonts/truetypefont.cpp" -> "video/renderbackend.h" "engine/core/video/fonts/truetypefont.h" -> "fontbase.h"