Dolphin, the GameCube and Wii emulator - Forums
how to edit Dolphin's interface? - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Development Discussion (https://forums.dolphin-emu.org/Forum-development-discussion)
+--- Thread: how to edit Dolphin's interface? (/Thread-how-to-edit-dolphin-s-interface)

Pages: 1 2


how to edit Dolphin's interface? - GorillaMunch - 11-30-2009

I'm using microsoft visual studio 2008 and I want to change the UI in dolphin. I tired looking under the GUI but i don't know exactly what I need to look for. what I want to do is change the dock :
[Image: oldlx.jpg]

to this :
[Image: newp.jpg]


I think the gray makes it look old. The white interface should look sleeker but my photoshop skills suck but you get the idea. so any help?


RE: how to edit Dolphin's interface? - extreme64 - 11-30-2009

learn to program


RE: how to edit Dolphin's interface? - GorillaMunch - 11-30-2009

(11-30-2009, 06:04 AM)extreme64 Wrote: learn to program

all i need to know is what source to use and i can program it myself. it shouldn't be complicated.


RE: how to edit Dolphin's interface? - StripTheSoul - 11-30-2009

now that he mentions it, the grey DOES make it look old :O


RE: how to edit Dolphin's interface? - GorillaMunch - 11-30-2009

everything seems to be point towards DolphinWX.rc but I can't access it. I know it contains the dolphin icon. WHERE ARE the .xpm sources embedded to???? is it under the GUI folder?


RE: how to edit Dolphin's interface? - Apostacious - 11-30-2009

Some one Should write a Dolphin interface that looks and acts just like the wii system menu (instead of emulating the wii system menu)


RE: how to edit Dolphin's interface? - skid - 11-30-2009

It sounds like you are wanting to create a new theme. Maybe search through the source for XPLASTIK, BOOMY etc to try to work out how they change the background colour of the toolbars.

It looks like the XPM are used in conjunction with a corresponding .c file which is an encoded PNG.


RE: how to edit Dolphin's interface? - LuisR14 - 11-30-2009

you would want to look at FrameTools.cpp for the Toolbar and Frame.cpp for Dolphin itself Tongue (probably part of Dolphin itself is in FrameTools.cpp as well)


RE: how to edit Dolphin's interface? - GorillaMunch - 11-30-2009

the bloomy theme was generated using the wxInclude method to incorporate all those icons in the theme however it never lists the background color. it is there by default so im thinking someone is going to need to implement a code via C++ to change all that or overide the bloomy theme


RE: how to edit Dolphin's interface? - darkshadw - 12-02-2009

It's kinda blue here o.O...

EDIT: I think it's just my screen...