| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| GL-Status-0.1.0 | 2011-04-18 | ||
| GL-Status-0.0.9 | 2011-03-21 | ||
| GL-Status-0.0.8 | 2011-02-15 | ||
| GL-Status-0.0.7 | 2011-02-12 | ||
| README.txt | 2011-04-18 | 2.3 kB | |
| Totals: 5 Items | 2.3 kB | 0 |
*** GL-Status version 0.1.0 ***
Features:
* Created a save file dialog using the native file dialogs of Gnome/KDE/etc.
* GL-Status now saves report data as html
Fixes:
* Fixed a bug in xserver version fetcher that caused wrong version numbers being fetched
* Moved report data structure to a separate file and report text formatting to report.cpp
this should help with program readability
* Moved report presentation, save dialog window, saving functions and appropriate
header inclusions to Report_CLS
* Fixed a minor path bug that caused pixmaps not being displayed
* Added a reportString to hold all report information
* Moved SDL and GLEW header inclusions from glstatusmainwindow.h to implementations
that need them to help reduce program binary size
* This release includes a makefile that should work out of the box with gnu make
so Qt Creator or qmake are not necessary to build GL-Status anymore
*** GL-Status version 0.0.9 ***
Features:
* Added AMD/ATI specific gpu core name and shader model info fetchers
* Added a small window icon
* Added functionality to add information on general info tab to gl-status report or remove it
* Added functionality to view gl-status report in main window
* Added an optional quit button
Fixes:
* Fixed application text codec for translations and display of non western
european alphabets
* Fixed a bug in intel specific gpu core name fetcher
* Fixed the kilobytes presentation format as "KB"
*** GL-Status version 0.0.8 ***
Features:
* Added CHANGELOG.txt and ROADMAP.txt for easy understanding of the program goals and activity by developers
* Made application window unresizable and minimizable
General Info tab:
* Added some Intel specific gpu core name and shader model info fetchers (incomplete)
* Added hardware acceleration info fetcher to software information
* Added 2D driver names and kernel modules to software information
* Added maximum resolution info fetcher to software information
Fixes:
* Fixed a header definition bug in geninfotab.h
* Made some hardware info fetchers more robust
*** Versions up to 0.0.7 ***
* Initial development, nothing important to write about