aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/config.h
AgeCommit message (Collapse)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
This clears up that 'ConfigFile' is actually a class handling only INI-files.
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
Also renamed the source/header files, now they are more closely aligned to how we rename most other source files svn-id: r54264
2010-08-14TESTBED: formatting fix, deleted spaces/tabs at end of lineNeeraj Kumar
svn-id: r52081
2010-08-09TESTBED: Some refinemnts related to skipping tests and display in GUINeeraj Kumar
svn-id: r51945
2010-08-03TESTBED: Implemented audioCD testsNeeraj Kumar
svn-id: r51711
2010-08-01TESTBED: implemented the exit dialog using ListWidgetNeeraj Kumar
svn-id: r51602
2010-07-30TESTBED: generalized the GUI, added code for the end text gui message and ↵Neeraj Kumar
option to rerun tests svn-id: r51507
2010-07-27TESTBED: Updated the progress bar to show count of enabled test/testsuites ↵Neeraj Kumar
instead of entire list size svn-id: r51351
2010-07-24TESTBED: removed unnecessary code from config file implementationNeeraj Kumar
svn-id: r51267
2010-07-24TESTBED: reimplemented the config functionality using ConfigFile ClassNeeraj Kumar
svn-id: r51258
2010-07-24Implemented selection of tests using a config file, config file layout ↵Neeraj Kumar
resembles to that of .scummvmrc on linux svn-id: r51248
2010-07-22TESTBED: added deselect capabilty in GUI, removed redundant code, testsuites ↵Neeraj Kumar
now all enabled by default svn-id: r51155
2010-07-18fixed some typosNeeraj Kumar
svn-id: r51000
2010-07-18fixed a minor typoNeeraj Kumar
svn-id: r50986
2010-07-18Selected entries are now marked as '(selected)', toggled by double clickNeeraj Kumar
svn-id: r50985
2010-07-18Some more improvements in the TestbedListWidget and added description method ↵Neeraj Kumar
in testsuite class svn-id: r50984
2010-07-18a few more modifications in the testsuite selection widgetNeeraj Kumar
svn-id: r50983
2010-07-17Implemented scrollable checkbox like behaviour using ListWidgetNeeraj Kumar
svn-id: r50971
2010-07-15separated testsuite configuration to another classNeeraj Kumar
svn-id: r50918