summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* pts-core: Add FreeBSD graphics parsing supportMichael Larabel2008-08-033-3/+16
|
* Add BSD CPU frequency detectionMichael Larabel2008-08-031-0/+6
|
* pts-core: Add BSD CPU detection supportMichael Larabel2008-08-032-3/+30
|
* initial PTS detection support for *BSD / FreeBSDMichael Larabel2008-08-031-4/+16
|
* pts-core: Few more randr 1.1 parsing fixes...Michael Larabel2008-08-031-2/+2
|
* pts-core: Change XRandR resolution detection to support xrandr versionMichael Larabel2008-08-032-8/+16
| | | | 1.1 and 1.2
* Remove codename from license/copyright comments headersMichael Larabel2008-08-0336-37/+37
|
* pts-core: Move environmental variables to check for auto-loading of PTSMichael Larabel2008-08-033-8/+25
| | | | modules out to modules/module-variables.txt
* email_results: Add a module to email test results automatically to aMichael Larabel2008-08-033-1/+52
| | | | | user upon completion. Specify the email addres in the EMAIL_RESULTS_TO environmental variable.
* Store results string in variable for use by modules...Michael Larabel2008-08-031-1/+4
|
* pts-core: Write PTS_BATCH_MODE=1 to Extensions tag in results file whenMichael Larabel2008-08-032-5/+9
| | | | PTS is running in batch mode
* etqw test profile updates to reflect etqw-demo changesMichael Larabel2008-08-033-17/+6
|
* Ensure 60 FPS cap isn't set in some circumstances for etqw-demo testMichael Larabel2008-08-033-4/+4
|
* pts: Add synaptic support within install-ubuntu-packages.sh for DebianMichael Larabel2008-08-032-12/+4
| | | | package install support
* Update module-info information that's shown and whether the module isMichael Larabel2008-08-031-1/+4
| | | | currently loaded.
* Fix a bug that causes list-modules to crash when it comes to parsing aMichael Larabel2008-08-031-1/+3
| | | | module that was already loaded.
* toggle_screensaver: Improve the xdg-screensaver usageMichael Larabel2008-08-031-7/+9
|
* toggle_screensaver: Add KDE screensaver supportMichael Larabel2008-08-032-2/+23
|
* Run the toggle_screensaver module by defaultMichael Larabel2008-08-031-0/+4
|
* Add HALT_SCREENSAVER => toggle_screensaver to pts_auto_detect_modules()Michael Larabel2008-08-032-1/+3
|
* toggle_screensaver: Move screensaver toggling code from pts-core into aMichael Larabel2008-08-031-0/+74
| | | | | module named toggle_screensaver. This module is controlled through the HALT_SCREENSAVER environmental variable.
* pts-core: Drop (GNOME) screensaver toggling from the core, move to aMichael Larabel2008-08-036-39/+1
| | | | module
* pts_LineGraph: Improve graphing of the line when it comes to both endsMichael Larabel2008-08-032-3/+15
| | | | and increase width to 2px
* pts-core: If PromptForDownloadMirror tag in user-config.xml is set toMichael Larabel2008-08-033-2/+42
| | | | | | TRUE, prompt the user when running in a non-batch mode what mirror to download a test file from or optionally the user can input their own download location
* Clean up some pts-functions-install.php code, just a bit.Michael Larabel2008-08-031-4/+4
|
* Add PromptForDownloadMirror tag in user-config.xmlMichael Larabel2008-08-032-0/+2
|
* pts-core: Update schema for some XML tags within user-config.xmlMichael Larabel2008-08-033-17/+20
|
* pts-core: Add list-test-usage option for showing the tests that areMichael Larabel2008-08-034-0/+31
| | | | | installed with the time the test was installed, when the test was last run, and the number of times total the test was run
* Drop two unused functions from pts-functions.phpMichael Larabel2008-08-031-26/+0
|
* pts_module: Add a simple module called dummy_module for showingMichael Larabel2008-08-035-8/+103
| | | | developers where the different functions are called
* pts-core: move general initialization code to pts-init.php and otherMichael Larabel2008-08-034-102/+124
| | | | code moving around
* pts-core: Variety of code cleaning and other general improvementsMichael Larabel2008-08-035-42/+46
|
* Improve ATI AA/AF stringsMichael Larabel2008-08-031-7/+7
|
* pts-core: Switch graphics functions to depend upon IS_*_GRAPHICSMichael Larabel2008-08-033-27/+57
| | | | booleans
* Switch graphics_override module to using IS_ATI_GRAPHICS andMichael Larabel2008-08-031-19/+14
| | | | IS_NVIDIA_GRAPHICS
* Add the false IS_*_GRAPHICS to pts-functions_configMichael Larabel2008-08-031-0/+7
|
* pts-core: Add IS_NVIDIA_GRAPHICS, IS_ATI_GRAPHICS, and IS_MESA_GRAPHICSMichael Larabel2008-08-032-0/+10
| | | | defines for boolean types of graphics card / driver being used
* Drop pre-1.0 changes from the CHANGE-LOGMichael Larabel2008-08-031-411/+0
|
* Install linux-32bit-libraries and php-extras by default when running PTSMichael Larabel2008-08-034-3/+14
| | | | | External Dependencies for the first time, plus a few other changes bundled in this commit.
* Cleanup PTS-12-CHANGE-LOGMichael Larabel2008-08-031-29/+39
|
* pts-run-benchmark: General code cleanupsMichael Larabel2008-08-032-12/+12
|
* pts-core: Improve text layout of test option promptsMichael Larabel2008-08-031-1/+11
|
* Add option to user-config.xml for toggling verbose system detailMichael Larabel2008-08-035-11/+16
| | | | logging...
* Add verbose system logging supportMichael Larabel2008-08-031-0/+24
|
* OpenSolaris avoid ps commandMichael Larabel2008-08-031-0/+3
|
* Update install documentation for OpenSolarisMichael Larabel2008-08-031-0/+2
|
* Add PTS External Dependencies support for OpenSolarisMichael Larabel2008-08-033-0/+75
|
* More OpenSolaris 2008.05 work...Michael Larabel2008-08-032-3/+3
|
* More OpenSolaris hardware/software detection work...Michael Larabel2008-08-034-6/+9
|
* Add initial support for Solaris / OpenSolaris... A few hardwareMichael Larabel2008-08-037-5/+72
| | | | detection functions may also be improved as a result.