aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/config.h
AgeCommit message (Expand)Author
2016-04-13TESTBED: Include correct headerOri Avtalion
2014-02-18TESTBED: Make GPL headers consistent in themselves.Johannes Schickel
2013-10-17TESTBED: Fix uninitalized variable. CID 1002670Eugene Sandulenko
2013-08-08COMMON: Rename ConfigFile to INIFile.Johannes Schickel
2011-06-07TESTBED: Add const modifiers to some parameters/functionsJulien
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-16GUI: Move major widgets to new directory gui/widgetsMax Horn
2010-08-14TESTBED: formatting fix, deleted spaces/tabs at end of lineNeeraj Kumar
2010-08-09TESTBED: Some refinemnts related to skipping tests and display in GUINeeraj Kumar
2010-08-03TESTBED: Implemented audioCD testsNeeraj Kumar
2010-08-01TESTBED: implemented the exit dialog using ListWidgetNeeraj Kumar
2010-07-30TESTBED: generalized the GUI, added code for the end text gui message and opt...Neeraj Kumar
2010-07-27TESTBED: Updated the progress bar to show count of enabled test/testsuites in...Neeraj Kumar
2010-07-24TESTBED: removed unnecessary code from config file implementationNeeraj 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: added deselect capabilty in GUI, removed redundant code, testsuites ...Neeraj 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