Adrien Destugues
Adrien Destugues
[pulkomandy] Appears to be an item left from the 1.1 TODOlist, as this was already fixed in 1.2 There's a small bug however: when saving, the channel will be unmuted...
Why does Calendar use these instead of BString? If APIs are missing in BString they could be added there.
I didn't look closely at what the code is doing (for lack of time on my side :( ) and I don't know each and every method available in BString....
You have to use SetBits. ImportBits is deprecated now
I don't see a copy of the Haiku code here? I see an identically named class that subclasses it and customizes the drawing a bit to add borders around it.
It should be possible to extend the locale API to allow more control on the date format by using "skeletons" as documented here: https://cldr.unicode.org/translation/date-time/date-time-patterns The idea is that you give...
We have a BCalendarView that can be used for picking dates, I think? It could be coupled with a BMenuField to make it more similar to the typical implementation of...
The current practice is using either the application name or the applicatien icon. I don't see why we should change that. My opinion of this is that applications should be...
I like the idea of using the application icon, but I think the patch to make this easier on Haiku side was never merged? And I agree there should be...
Recipe added in d7b5b0df6eaab81988488774820e36e526a3a89c, but the released code appears to be for Zeta or some other BeOS variant and won't build on Haiku, so the build is disabled.