2e99f0e1fe
... and make the Defaults and Revert buttons revert back to the default/saved decorator and control look. Add private _SetControlLook() method to set the control look which is the equivalent of _SetDecor() but for control looks. The person who implemented the ControlLook menu field made it so that it would truncate the trailing "ControlLook" from the control look name, do the same for Decorators so that BeDecorator is listed as simply "Be" in the menu field. This is an alteration to the menu item label only and does not affect the name of the decorator or control look. Add private _DecorLabel() and _ControlLookLabel() methods to build the truncated Decorator and ControlLook menu item labels respectively. Set the current and saved decorator and control look in the constructor and get rid of some private setter methods _AdoptToCurrentDecor() and _AdoptInterfaceToCurrentDecor() that are no longer needed. These actions are now done exclusively in the constructor and _SetDecor() respectively. Remove unused knob style message constants (for now...) Update copyright year to 2020 Change-Id: I0444a6198116d7699a84487cf97e9d826b14d1cb Reviewed-on: https://review.haiku-os.org/c/haiku/+/2315 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com> |
||
---|---|---|
3rdparty | ||
build | ||
data | ||
docs | ||
headers | ||
src | ||
.editorconfig | ||
.gitignore | ||
.gitreview | ||
configure | ||
Jamfile | ||
Jamrules | ||
lgtm.yml | ||
License.md | ||
ReadMe.Compiling.md | ||
ReadMe.md |
Haiku
Homepage | Mailing Lists | IRC Channels | Issue Tracker | API docs
Haiku is an open-source operating system that specifically targets personal computing. Inspired by the BeOS, Haiku is fast, simple to use, easy to learn and yet very powerful.
Goals
- Sensible defaults with minimal configuration required.
- Clean, clear, concise code.
- Unified desktop environment.
Trying Haiku
Haiku provides pre-built nightly images and release images. Haiku is compatible with a large variety of hardware, but in case you don't want to "take the plunge" and install Haiku on bare metal, you can install it on a virtual machine (VM) instead. If you've never used a VM before, you can follow one of the "Emulating Haiku" guides.
Compiling Haiku
See ReadMe.Compiling
.
Contributing
Haiku is a meritocratic open source project with a large variety of tasks. Even if you can't write code, you can still help! Haiku needs designers, (technical) writers, translators, testers... Get involved and help out!
Contributing code
If you're submitting a patch to us, please make sure you're following the patch submitting guidelines.
If you're having trouble finding something in the source tree, you can use one of our web-based source code browsers:
- https://xref.landonf.org/ (OpenGrok, provided by Landon Fuller)
- https://git.haiku-os.org/ (git, provided by Haiku, Inc.)
Contributing documentation
The main piece of documentation that still needs work are the API docs (found
in the tree at docs/user
). Just find an undocumented class, write
documentation for it, and submit a patch.
Contributing translations
See wiki:i18n.
Contributing software ports
See HaikuPorts.
Contributing to our infrastructure
See Infrastructure.