index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
testbed
/
config.cpp
Age
Commit message (
Expand
)
Author
2010-10-23
ALL: Fix indention (whitespaces -> tabs)
Max Horn
2010-10-02
1. Added ConfigParams Singelton class to eliminate use of configuration speci...
Neeraj Kumar
2010-09-18
TESTBED: Fix warnings
Filippos Karapetis
2010-08-14
TESTBED: formatting fix, deleted spaces/tabs at end of line
Neeraj Kumar
2010-08-14
TESTBED: some more refinements with handling Quit events in GUI
Neeraj Kumar
2010-08-12
TESTBED: display appropriate message at begining if game-data files are not f...
Neeraj Kumar
2010-08-09
TESTBED: Some refinemnts related to skipping tests and display in GUI
Neeraj Kumar
2010-08-07
TESTBED: fixed default disabling of FS testsuite when game data files are not...
Neeraj Kumar
2010-08-06
TESTBED: Merged changes from trunk to my branch
Neeraj Kumar
2010-08-01
TESTBED: implemented the exit dialog using ListWidget
Neeraj Kumar
2010-08-01
TESTBED: fixed a typo, due to which the config file size was increasing if a ...
Neeraj Kumar
2010-07-30
TESTBED: generalized the GUI, added code for the end text gui message and opt...
Neeraj Kumar
2010-07-27
TESTBED: Updated the progress bar to show count of enabled test/testsuites in...
Neeraj Kumar
2010-07-24
TESTBED: removed unnecessary code from config file implementation
Neeraj Kumar
2010-07-24
TESTBED: reimplemented the config functionality using ConfigFile Class
Neeraj Kumar
2010-07-24
Implemented selection of tests using a config file, config file layout resemb...
Neeraj Kumar
2010-07-22
TESTBED: some changes in interaction messages, couple of fixes
Neeraj Kumar
2010-07-22
TESTBED: added deselect capabilty in GUI, removed redundant code, testsuites ...
Neeraj Kumar
2010-07-18
Selected entries are now marked as '(selected)', toggled by double click
Neeraj Kumar
2010-07-18
Some more improvements in the TestbedListWidget and added description method ...
Neeraj Kumar
2010-07-18
a few more modifications in the testsuite selection widget
Neeraj Kumar
2010-07-17
Implemented scrollable checkbox like behaviour using ListWidget
Neeraj Kumar
2010-07-15
separated testsuite configuration to another class
Neeraj Kumar