-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add GUI Languages #68
base: master
Are you sure you want to change the base?
Conversation
MasQchips
commented
May 3, 2016
- Fixed Icons size extras
- Small updates language
- Small improvements
- Working on language download
- Working in boot image
- Working on Message Box
Ah crap. I wanted to actually merge this after a few questions back and now I made conflicts. Sorry about that. Ok here are some questions I have: Another point I dont understand yet is what is it with this hard coded number here in SettingsMenu.cpp: The most things look good though and I am ok with merging it all. |
Ah, ok when you have a little time. about these two functions "Settings [i] .settingButton-> setIconOver (settings [i] .settingImageSelected);" "SetIconOver (GuiImage * i)" was occupied by the selection button, the changes are to add icons to the button, but setImageSelect is not being used now I have set for future use. Maybe if I should change "setImageSelectOver" by "setImageSelect" more correct for (u32 n = 0; n <settingsCategories [i] .descriptions.size (); n ++) already corrected. The result of many hours on the computer trying to get my head assimilates your code. excellent work certainly very good for people like me can learn. anyway this is just a sample to see if my work is on track, try to make it more like your work and be easy to understand, once finished with the option language can download if you want to add. |
Seems to still have some kind of conflicts. You want me to fix those or will you do it? |
think i've fixed conflicts |
Well how should I say this. Thanks for the hard work until now but there is something bugging until now ther was no add support for USB flash drive wich in comparison to a SDHC Card have more storages space and chipper in the same time. It's not like i complain about not having it but having a lot of SD card is hard for me as the maximum storage space we have is 64go thanks for the time |
@bijita1 we cannot provide USB loading without access to an IOSU exploit. The system just doesn't allow it. Also, this isn't the place to ask for something. Next time, please file an issue. |
Thanks it was very helpful
|