History log of /haiku/src/tests/kits/interface/layout/widget_layout_test/WidgetLayoutTest.cpp
Revision Date Author Comments
# 884412df 14-Feb-2016 Adrien Destugues <pulkomandy@pulkomandy.tk>

Fix test_app_server build, again

- Interface Kit tests use a View class which is not BView, and has no
SetViewUIColor.
- Libexpat is now in a separate package.
- Shouldn't we add this to the buildbots so we can cath the breakage?


# d231c2a7 09-Dec-2015 looncraz <looncraz@looncraz.net>

tests: Convert to using Set*UIColor.

Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
Patches 0018-0019 from looncraz.


# ecc1234f 12-Jan-2010 Stephan Aßmus <superstippi@gmx.de>

Apparently some GCC 4 fixes...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35027 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6152a5bc 21-Sep-2008 Stephan Aßmus <superstippi@gmx.de>

Added a test for BTextView. It is quite basic yet.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27678 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b2c4c4f1 16-Sep-2008 Stephan Aßmus <superstippi@gmx.de>

* Added BRadioButton test (the class seems to work fine).
* Extended the BMenuField test to see what happens when the super item label
changes (works fine now).
* Updated TODO.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27586 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7302e28d 13-Sep-2008 Stephan Aßmus <superstippi@gmx.de>

Added BTextControl test. BTextControl seems to need some love.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27498 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 21527c4e 13-Sep-2008 Stephan Aßmus <superstippi@gmx.de>

Added BScrollBar test.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27495 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 58ecd48c 16-Jul-2008 Stephan Aßmus <superstippi@gmx.de>

Added a test for BSlider


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26442 a95241bf-73f2-0310-859d-f6bbb57e9c96


# de83ade2 19-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Added test for BMenuField.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21467 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d08caee0 16-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Added tests for BMenu and BMenuBar. The former is pretty useless, though,
since the menu resizes the window to an unusable size.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21429 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a938e322 10-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Used the names of the tested classes as the test names.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21384 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 651a825f 10-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Added static factory method to all test classes and improved the program
invocation (e.g. it list what tests are available now).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21383 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 657c013b 10-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Added a test for BListView. There's little layout related to test, though.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21381 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e652af1f 09-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

* Pulled most of the implementation of ButtonTest into a new super class
ControlTest.
* Added a test for BCheckBox.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21366 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 21156fc9 08-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Aesthetical changes.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21358 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 02f49ce1 27-May-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

* Beginnings of a BBox test.
* The test to be run can be chosen via command line argument ("box" or
"button" ATM).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21253 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8dbedf90 21-May-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

* Added LabeledCheckBox class to make using check boxes simpler.
* Added a check box to toggle the button font to the button test.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21190 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4b5501d2 21-May-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

* The min/max info was not correctly invalidated in GroupView.
* Tests for individual widgets are encapsulated as Test subclasses.
* Added a check box to toggle the button label to the BButton test.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21189 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a5b50d1f 15-May-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Refactoring.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21145 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 85d733da 15-May-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Moved the WidgetLayoutTest into a subdirectory. The source file has grown
big and I'm going to split it up.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21143 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ecc1234fbedea33da4cceb870ef1477708fe3932 12-Jan-2010 Stephan Aßmus <superstippi@gmx.de>

Apparently some GCC 4 fixes...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35027 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6152a5bc58737936fcfd39eb4aa0459db1c5fea8 21-Sep-2008 Stephan Aßmus <superstippi@gmx.de>

Added a test for BTextView. It is quite basic yet.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27678 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b2c4c4f1f7446bd270fe79eb38892ddaca2323e2 16-Sep-2008 Stephan Aßmus <superstippi@gmx.de>

* Added BRadioButton test (the class seems to work fine).
* Extended the BMenuField test to see what happens when the super item label
changes (works fine now).
* Updated TODO.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27586 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7302e28d1ba8b5539004e6a939945c5010b07ce0 13-Sep-2008 Stephan Aßmus <superstippi@gmx.de>

Added BTextControl test. BTextControl seems to need some love.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27498 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 21527c4e77cb6db8533b7c75ca444de1a7f9204a 13-Sep-2008 Stephan Aßmus <superstippi@gmx.de>

Added BScrollBar test.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27495 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 58ecd48c0f12d625f549b00a4ef31cf883a57375 16-Jul-2008 Stephan Aßmus <superstippi@gmx.de>

Added a test for BSlider


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26442 a95241bf-73f2-0310-859d-f6bbb57e9c96


# de83ade240ee9bd73480c6e46f75d7f3c73e58df 19-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Added test for BMenuField.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21467 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d08caee0a5dd1fb7e6e2bd4b69581dc72e7f167e 16-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Added tests for BMenu and BMenuBar. The former is pretty useless, though,
since the menu resizes the window to an unusable size.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21429 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a938e3222ae544a23e1599143cf5cdd80dd1cdb9 10-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Used the names of the tested classes as the test names.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21384 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 651a825f3e76248ec63b669fd786c022b369fdd8 10-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Added static factory method to all test classes and improved the program
invocation (e.g. it list what tests are available now).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21383 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 657c013bb0593cd53e97558abc479734bda81572 10-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Added a test for BListView. There's little layout related to test, though.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21381 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e652af1f6364bd34478e927cd43c7705a4baee01 09-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

* Pulled most of the implementation of ButtonTest into a new super class
ControlTest.
* Added a test for BCheckBox.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21366 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 21156fc9e03988b5c8ab479d7bf5fe8ca3f73e49 08-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Aesthetical changes.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21358 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 02f49ce1ec2888b4aef43362eca0c1f5767e60cb 27-May-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

* Beginnings of a BBox test.
* The test to be run can be chosen via command line argument ("box" or
"button" ATM).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21253 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8dbedf907bf4e745435adbefcc7e53c6a59d649a 21-May-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

* Added LabeledCheckBox class to make using check boxes simpler.
* Added a check box to toggle the button font to the button test.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21190 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4b5501d29dca8c24507a125b2d3b7350e1cb727d 21-May-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

* The min/max info was not correctly invalidated in GroupView.
* Tests for individual widgets are encapsulated as Test subclasses.
* Added a check box to toggle the button label to the BButton test.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21189 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a5b50d1fadc9ac0a86bae715ba325818d196ff30 15-May-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Refactoring.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21145 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 85d733da06808eb67e6deff6833788fa4501619f 15-May-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Moved the WidgetLayoutTest into a subdirectory. The source file has grown
big and I'm going to split it up.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21143 a95241bf-73f2-0310-859d-f6bbb57e9c96