aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-03TESTBED: added audiocd test sound tracks as the testbed engine dataNeeraj Kumar
2010-08-03TESTBED: Implemented audioCD testsNeeraj Kumar
2010-08-01TESTBED: implemented the exit dialog using ListWidgetNeeraj Kumar
2010-08-01TESTBED: fixed a typo, due to which the config file size was increasing if a ...Neeraj Kumar
2010-07-30TESTBED: added code to enable the mixer to simultaneously play channels, paus...Neeraj Kumar
2010-07-30TESTBED: generalized the GUI, added code for the end text gui message and opt...Neeraj Kumar
2010-07-29TESTBED: implemented gui of Sound Subsystem testsNeeraj Kumar
2010-07-27TESTBED: added finish zone in mouse event testsNeeraj Kumar
2010-07-27TESTBED: Updated the progress bar to show count of enabled test/testsuites in...Neeraj Kumar
2010-07-26TESTBED: implemented some sample beeps using PCSpeaker emulator for testing s...Neeraj Kumar
2010-07-25TETBED: fixed the boundary error in palette rotation, added colored progress ...Neeraj Kumar
2010-07-25TESTBED: minor addition of code to enable loggingNeeraj Kumar
2010-07-24TESTBED: removed unnecessary code from config file implementationNeeraj Kumar
2010-07-24TESTBED: added a test for checking cursor trails in the GUI, fixed some displ...Neeraj Kumar
2010-07-24TESTBED: reimplemented the config functionality using ConfigFile ClassNeeraj Kumar
2010-07-24Implemented selection of tests using a config file, config file layout resemb...Neeraj Kumar
2010-07-22TESTBED: some changes in interaction messages, couple of fixesNeeraj Kumar
2010-07-22TESTBED: added deselect capabilty in GUI, removed redundant code, testsuites ...Neeraj Kumar
2010-07-20TESTBED: added preface to tests, can skip tests now.Neeraj Kumar
2010-07-19added code to display progress of the engine so farNeeraj Kumar
2010-07-19replaced use of snprintf by String::printfNeeraj Kumar
2010-07-18fixed some typosNeeraj Kumar
2010-07-18fixed a minor typoNeeraj Kumar
2010-07-18Selected entries are now marked as '(selected)', toggled by double clickNeeraj Kumar
2010-07-18Some more improvements in the TestbedListWidget and added description method ...Neeraj Kumar
2010-07-18a few more modifications in the testsuite selection widgetNeeraj Kumar
2010-07-17Implemented scrollable checkbox like behaviour using ListWidgetNeeraj Kumar
2010-07-15separated testsuite configuration to another classNeeraj Kumar
2010-07-14Fix warningsMax Horn
2010-07-14Some code formatting fixesJordi Vilalta Prat
2010-07-14Whitespace cleanup (mainly spaces and tabs at the end of line)Jordi Vilalta Prat
2010-07-13Added code to enable testsuite selection using checkboxesNeeraj Kumar
2010-07-11improved the scaling test to have a rectangle of estimated size of scaled cur...Neeraj Kumar
2010-07-11a correction in palette rotationsNeeraj Kumar
2010-07-10switched testbed detection code to advance detector, doesn't bails out when g...Neeraj Kumar
2010-07-08restore initial palettes when done with rotationNeeraj Kumar
2010-07-08implemented rainbow palette rotationNeeraj Kumar
2010-07-07commented out rotation as of now, avoids 6s delay which shows blankNeeraj Kumar
2010-07-07Added code to draw rainbow palette using HSV and converting it to RGBNeeraj Kumar
2010-07-06some minor fixes in cursor handlingNeeraj Kumar
2010-07-05added code to revert back to 8bpp from other formatsNeeraj Kumar
2010-07-05Added couple of checks in Event handlingNeeraj Kumar
2010-07-05made Quit and RTL features workingNeeraj Kumar
2010-07-04fixed a typo in keyborad eventsNeeraj Kumar
2010-07-03added code for mouse and kbd eventsNeeraj Kumar
2010-07-02added processing of quit eventNeeraj Kumar
2010-07-01testbed now keeps a list of executed testsuitesNeeraj Kumar
2010-06-29removed all printfs, added logging feature in form of logPrintfNeeraj Kumar
2010-06-28added template code for testing eventsNeeraj Kumar
2010-06-28completed the datetime/timer/mutex testsNeeraj Kumar