Quote:
Originally Posted by nicopilami
Hi
thanks for this great patching system !
now i adopted it, can you please add the way to
> modify the menu entries
> make easily accessible the beta functionnalities (browser & games)
Thanks !
Nico
|
I won't be making any patches to modify the top-left menu entries, as it will greatly increase the work needed to update the patches for very little benefit.
I could change the bottom-left link to a link to the browser or beta features menu if you want.
---
Also, on a side note, I'm currently working on a patch to add a clock option to the page number display at the bottom. This is the hardest one I've attempted so far (I need to make some space to put the code, call the QTime constructor and methods, modify the strings, and learn more about the c++ calling convention). I'm doing this patch partly for learning, partly for fun, and partly because it is useful. I'm about half way through making it (I've already found the space to put the code, added the option, set the string format, and am currently figuring out the c++ ABI so I can actually get the time). Depending on the complexity of the finished patch, this may or may not be shipped and updated with the rest of the patches.