History log of /haiku/src/kits/shared/ToolBar.cpp
Revision Date Author Comments
# f56d45ce 09-Dec-2015 looncraz <looncraz@looncraz.net>

BToolBar: Convert to using Set*UIColor.

This was a bigger change than many others as BButton now defaults to using
control background colors, and we can not do that here without the buttons
not appearing as we desire (blending in with the toolbar).

Using the control background color for the toolbar would be unacceptable.

Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
Patch 0041 from looncraz, unmodified.


# 6b871266 02-Sep-2015 Axel Dörfler <axeld@pinc-software.de>

BToolBar: made FindButton() public.


# 58ee42e9 21-Jul-2015 Augustin Cavalier <waddlesplash@gmail.com>

BToolBar: Add a "text" parameter.

For defining the text that appears alongside the icon.

This function really has too many parameters; we probably should break
it out into a BAction class...


# 7d226266 11-Feb-2015 Augustin Cavalier <waddlesplash@gmail.com>

BToolBar: misc. fixes.

* Move common init. code to an _Init() function.
* Create a layout constructor.
* Make _AddView public and rename it to AddView.


# 94a4c1c4 11-Feb-2015 Augustin Cavalier <waddlesplash@gmail.com>

BToolbar: rename to BToolBar.

"BToolBar" matches the current convention ("BStatusBar", "BMenuBar", etc.)
I've no idea what I was thinking when I renamed this before...

Also adjust all users of BToolBar (Tracker and ShowImage).


# 6b8712663acc699606054363a509f6e6cbed3fd1 02-Sep-2015 Axel Dörfler <axeld@pinc-software.de>

BToolBar: made FindButton() public.


# 58ee42e9df38c59277416ccd2e448c0393947c79 21-Jul-2015 Augustin Cavalier <waddlesplash@gmail.com>

BToolBar: Add a "text" parameter.

For defining the text that appears alongside the icon.

This function really has too many parameters; we probably should break
it out into a BAction class...


# 7d226266e6fa85b1c7a91ffff9c595d1e8c8397e 11-Feb-2015 Augustin Cavalier <waddlesplash@gmail.com>

BToolBar: misc. fixes.

* Move common init. code to an _Init() function.
* Create a layout constructor.
* Make _AddView public and rename it to AddView.


# 94a4c1c4561945d4b8d682cf1fc6d8b6abe3a86e 11-Feb-2015 Augustin Cavalier <waddlesplash@gmail.com>

BToolbar: rename to BToolBar.

"BToolBar" matches the current convention ("BStatusBar", "BMenuBar", etc.)
I've no idea what I was thinking when I renamed this before...

Also adjust all users of BToolBar (Tracker and ShowImage).