Adrien Destugues
Adrien Destugues
it could make sense to run the "package" tool directly and build an hpkg file without the help of haikuports, for distribution outside the haikuports repository.
You can create alternative repositories (using the package_repo) tool and let users add these using pkgman or Repositories preferences. Or you can just put the hpkg file online or give...
And here: https://github.com/HaikuArchives/ZumisIcons/tree/master/myhaiku/btoolbar There is a toolbar "play" or "go next" button on which you can overlay (or underlay) a small bug from Misc_Bug in haiku/data/artwork/icon
There is nothing special to do to invoke buttons and menus. BWindow and BControl already do everything you need. What you can do as an application developer is add more...
For Haiku itself, we use cppunit which is integrated in our jamfile system. The answer to your other questions is not that helpful, I'm afraid. The tests are run manually...
libstdc++.so should not be linked explicitly. Instead do your linking by running g++ rather than gcc or ld. It will take care of linking the standard C++ libraries. This saves...
On Fri, Nov 02, 2018 at 05:23:00AM -0700, Adam Fowler wrote: > No support for commit or reviews for adding, making the later commands (push) a bit pointless. > >...
This should be fixed now with #14 .
The simplest way to detect being launched from the GUI is to check the existence of the TERM environment variable (this works in Haiku at least, I don't know about...
Duplicate of #207 Someone should put up a new demo site, it should be possible to use github pages for that?