History log of /haiku/src/tests/servers/app/playground/ObjectWindow.cpp
Revision Date Author Comments
# 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.


# e431f228 12-May-2013 Jérôme Duval <jerome.duval@gmail.com>

playground: fixes a 64 bit warning.


# 41b920bc 07-Jan-2013 Humdinger <humdingerb@gmail.com>

Reordered includes, removed unneeded comment


# f92bcd19 07-Jan-2013 Humdinger <humdingerb@gmail.com>

Sentence casing, improved alert text, buttons, ESC shortcut


# 7c178559 04-Jan-2013 Dancsó Róbert <dancso.robert@d-rendszer.hu>

Added localization support for Playground app.

Signed-off-by: Humdinger <humdingerb@gmail.com>


# 6d990309 01-Apr-2009 Stephan Aßmus <superstippi@gmx.de>

Patch by maxime.simon: Make Playground use a BColorControl instead of those
text controls for defining the color. Thanks a lot! (Also took the opportunity
to fix some coding style violations which had already been there.)


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


# b1836934 29-Sep-2007 Stephan Aßmus <superstippi@gmx.de>

* when selecting objects in the list view, the controls will adapt to the
object properties


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


# 778e3c64 26-Aug-2006 Stephan Aßmus <superstippi@gmx.de>

* just an update to my local playground


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


# 5a2b3bac 11-Jan-2006 Stephan Aßmus <superstippi@gmx.de>

Axel wants to check up on something, and I had added the testbed for that already

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


# 269293b0 05-Jan-2006 Stephan Aßmus <superstippi@gmx.de>

Selected objects can be removed with the delete key.
Added testbed for BTabView.


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


# 75bf993e 21-Dec-2005 Stephan Aßmus <superstippi@gmx.de>

updates various stuff, Jamefiles and run scripts for the most part... clicking a list view object entry selects the object in Playground... alpha drawing in the scrolling test would reveal problems in the app_server scrolling implementation... more I have forgotten

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


# 040ce757 13-Dec-2005 Stephan Aßmus <superstippi@gmx.de>

added libbeadapter.so (used by the storage kit and the haiku regisrar) to the test libs, it just went unnoticed before

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


# 09b3f55c 20-Oct-2005 Stephan Aßmus <superstippi@gmx.de>

replaced the NOTES files in each subfolder with a single NOTES file in the parent folder, and updates the NOTES to the current information

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


# 8e05e376 05-Jul-2005 Stephan Aßmus <superstippi@gmx.de>

embedding ObjectView into a BScrollView to show off scrolling, drawing mode selection actually works, simplified States

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


# 579be6b8 17-Jun-2005 Stephan Aßmus <superstippi@gmx.de>

will support setting the drawing mode per object sometimes soon...

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


# d5233162 07-Jun-2005 Stephan Aßmus <superstippi@gmx.de>

removed no longer true stuff and some debug left overs

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


# 590fdd3f 07-Jun-2005 Stephan Aßmus <superstippi@gmx.de>

added B_QUIT_REQUESTED message

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


# e4bcf6e0 04-Jun-2005 Stephan Aßmus <superstippi@gmx.de>

resize the window while it is still hidden to the calculated minumum size

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


# b7f478e2 03-Jun-2005 Stephan Aßmus <superstippi@gmx.de>

uses a slider now, uses SetSizeLimits, objects can now be edited after they have been created

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


# 81cc749f 20-May-2005 Stephan Aßmus <superstippi@gmx.de>

commented out non-working stuff except the menu bar. color text controls no always show the current really used values.

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


# 4dfc2afb 19-May-2005 Axel Dörfler <axeld@pinc-software.de>

Added a BAlert to the "clear" button - doesn't work yet (not even pressing <enter>
for the default button does), but at least, the window itself is updated now :-)


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


# e803c97c 17-May-2005 Stephan Aßmus <superstippi@gmx.de>

pen size text control is now enabled in the correct situations

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


# 78c1c29b 17-May-2005 Stephan Aßmus <superstippi@gmx.de>

Playground is now a little drawing app. Fully functional under Haiku, but with some strange defects in arc calculation within AGG.

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


# e431f228752218cb258ab00db7e4c390f8f0184d 12-May-2013 Jérôme Duval <jerome.duval@gmail.com>

playground: fixes a 64 bit warning.


# 41b920bce29552d58897a11ede1893054552a26b 07-Jan-2013 Humdinger <humdingerb@gmail.com>

Reordered includes, removed unneeded comment


# f92bcd193826d2e26d437048464a1d47c5db6e97 07-Jan-2013 Humdinger <humdingerb@gmail.com>

Sentence casing, improved alert text, buttons, ESC shortcut


# 7c178559191a9154f2a95a12ae34ba13ccce95fa 04-Jan-2013 Dancsó Róbert <dancso.robert@d-rendszer.hu>

Added localization support for Playground app.

Signed-off-by: Humdinger <humdingerb@gmail.com>


# 6d9903099d03f6b5faa49839e9d8f315f269f553 01-Apr-2009 Stephan Aßmus <superstippi@gmx.de>

Patch by maxime.simon: Make Playground use a BColorControl instead of those
text controls for defining the color. Thanks a lot! (Also took the opportunity
to fix some coding style violations which had already been there.)


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


# b1836934f814ca133c91b39213bfb79b9e372ae4 29-Sep-2007 Stephan Aßmus <superstippi@gmx.de>

* when selecting objects in the list view, the controls will adapt to the
object properties


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


# 778e3c640d3f8f0e04e15303871b7d1a7b8a86c0 26-Aug-2006 Stephan Aßmus <superstippi@gmx.de>

* just an update to my local playground


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


# 5a2b3bac8288d9ec6fe2ca2c92e319f7cc650d12 11-Jan-2006 Stephan Aßmus <superstippi@gmx.de>

Axel wants to check up on something, and I had added the testbed for that already

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


# 269293b0ea85fbc2187e43ccdc6e6db77c410309 05-Jan-2006 Stephan Aßmus <superstippi@gmx.de>

Selected objects can be removed with the delete key.
Added testbed for BTabView.


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


# 75bf993e08ef75c70b13473f5dcf8aabac7ae786 21-Dec-2005 Stephan Aßmus <superstippi@gmx.de>

updates various stuff, Jamefiles and run scripts for the most part... clicking a list view object entry selects the object in Playground... alpha drawing in the scrolling test would reveal problems in the app_server scrolling implementation... more I have forgotten

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


# 040ce757264b057404adecb96158a57774b42d26 13-Dec-2005 Stephan Aßmus <superstippi@gmx.de>

added libbeadapter.so (used by the storage kit and the haiku regisrar) to the test libs, it just went unnoticed before

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


# 09b3f55cb13fcd03506acf6136d6efd1633880ff 20-Oct-2005 Stephan Aßmus <superstippi@gmx.de>

replaced the NOTES files in each subfolder with a single NOTES file in the parent folder, and updates the NOTES to the current information

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


# 8e05e376ac1a749dd8b5138426fa97241fbe2eb2 05-Jul-2005 Stephan Aßmus <superstippi@gmx.de>

embedding ObjectView into a BScrollView to show off scrolling, drawing mode selection actually works, simplified States

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


# 579be6b83ed76e63a19b361cb6ad53c6472a4966 17-Jun-2005 Stephan Aßmus <superstippi@gmx.de>

will support setting the drawing mode per object sometimes soon...

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


# d5233162ca1d57ac6897e1a43aa0d89cdcd31d16 07-Jun-2005 Stephan Aßmus <superstippi@gmx.de>

removed no longer true stuff and some debug left overs

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


# 590fdd3f2d2556ce55df94d33d56b77bcee959b2 07-Jun-2005 Stephan Aßmus <superstippi@gmx.de>

added B_QUIT_REQUESTED message

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


# e4bcf6e073cb59f753fd55931353be0d11fdb213 04-Jun-2005 Stephan Aßmus <superstippi@gmx.de>

resize the window while it is still hidden to the calculated minumum size

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


# b7f478e26d21d4d9d204cc4d04099216e2fdcef1 03-Jun-2005 Stephan Aßmus <superstippi@gmx.de>

uses a slider now, uses SetSizeLimits, objects can now be edited after they have been created

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


# 81cc749f6b12ea48eeaee98b3cd66d6b0fcd3793 20-May-2005 Stephan Aßmus <superstippi@gmx.de>

commented out non-working stuff except the menu bar. color text controls no always show the current really used values.

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


# 4dfc2afb5bb408dcbe9fd8121d44449c9a8fc86b 19-May-2005 Axel Dörfler <axeld@pinc-software.de>

Added a BAlert to the "clear" button - doesn't work yet (not even pressing <enter>
for the default button does), but at least, the window itself is updated now :-)


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


# e803c97c34a6d553af66ab4e9c76145cd92c18dc 17-May-2005 Stephan Aßmus <superstippi@gmx.de>

pen size text control is now enabled in the correct situations

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


# 78c1c29bafd2f660098f4b5ed54f5e7e76c65ff0 17-May-2005 Stephan Aßmus <superstippi@gmx.de>

Playground is now a little drawing app. Fully functional under Haiku, but with some strange defects in arc calculation within AGG.

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