#
758dae38 |
| 14-Apr-2020 |
Sambuddha Basu <sambuddhabasu1@gmail.com> |
AboutSystem: underline links on mouse over
Fixes #8555.
Change-Id: Ib5ba32625062b6b3c180e8082e634fba9e8a70ec Reviewed-on: https://review.haiku-os.org/c/haiku/+/2364 Reviewed-by: Adrien Destugues <p
AboutSystem: underline links on mouse over
Fixes #8555.
Change-Id: Ib5ba32625062b6b3c180e8082e634fba9e8a70ec Reviewed-on: https://review.haiku-os.org/c/haiku/+/2364 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
show more ...
|
#
b14a49c9 |
| 19-Apr-2008 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
* Added BTextView derived class HyperTextView, which allows for associating text with an action performed when clicked. Very bare-bones, but sufficient for our purposes. * Turned all URLs into pr
* Added BTextView derived class HyperTextView, which allows for associating text with an action performed when clicked. Very bare-bones, but sufficient for our purposes. * Turned all URLs into proper URLs (i.e. prepended "http://" where missing). * Added new AboutView::AddCopyrightEntry() versions. One can take an additional licenses list, the other extracts all info from a supplied BMessage. * The displayed licenses and URLs are hyperlinks now. Clicking the former opens the license file in /etc/licenses, the latter try to open a browser (works with NetPositive at least). * The "COPYRIGHTS" attribute of the executable can contain descriptions of optional packages. Those are read, parsed, and added as copyright entries.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25049 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|