This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
2cb5a1aa565bdc31e50b216d3b7b13e92a16ed98
dolphin
/
Source
/
Core
/
DebuggerUICommon
/
Src
History
Glenn Rice
4f6d4f5ddd
Add internationalization support. There aren't really any translations yet other than a little French thanks to DavidVag. So now the translators need to go to work. See
http://wiki.wxwidgets.org/Internationalization
for directions. The binary .mo files are generated at build time on linux. They are provided in Data/Languages for windows. I don't know where they need to go on OSX, but they should be able to be generated there at least. I added a target to generate them on windows, but does not build by default as it requires that msgfmt.exe from the gnu gettext tools be installed and in the path.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@6747
8ced0084-cf51-0410-be5f-012b33b47a6e
2011-01-05 04:35:46 +00:00
..
CodeView.cpp
Add internationalization support. There aren't really any translations yet other than a little French thanks to DavidVag. So now the translators need to go to work. See
http://wiki.wxwidgets.org/Internationalization
for directions. The binary .mo files are generated at build time on linux. They are provided in Data/Languages for windows. I don't know where they need to go on OSX, but they should be able to be generated there at least. I added a target to generate them on windows, but does not build by default as it requires that msgfmt.exe from the gnu gettext tools be installed and in the path.
2011-01-05 04:35:46 +00:00
CodeView.h
Debugger enhancements:
2010-08-08 06:00:22 +00:00
DebuggerUIUtil.cpp
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +00:00
DebuggerUIUtil.h
Make toggling of word wrap for the log window nicer for linux. Unfortunately this method is only implemented for wxGTK (what not wxMSW? Shocker!).
2010-08-03 03:20:44 +00:00
MemoryView.cpp
Fix another wrong sprintf usage
2010-04-08 14:58:50 +00:00
MemoryView.h
Move MemCheck functionality into the virtual DebugInterface class from the more general MemView class.
2010-02-18 12:06:13 +00:00
SConscript
Get rid of a number of unnecessary env.Clones.
2010-07-19 03:42:37 +00:00