Commit | Date | |
---|---|---|
[r1854]
by
delphidabbler
Changed to use dynamically created 3rd party TListViewEx control instead of previous TListView from VCL. This new control automatically sorts list view when column headers are clicked and displays sort indicators. |
2012-06-08 21:02:46 | Tree |
2012-06-08 20:57:24 | Tree | |
2012-06-08 20:56:40 | Tree | |
[r1851]
by
delphidabbler
New 3rd party unit and associated resource file containing TListViewEx, a sub class of TListView that sorts columns when the header is click and displays a sort indicator in the header. Copyright (c) 1999-2009 Vadim Crits. No licensing terms specified. |
2012-06-08 20:41:32 | Tree |
[r1850]
by
delphidabbler
Added facility to sort any column of the warnings list view by clicking the column heading. |
2012-06-08 15:11:49 | Tree |
[r1849]
by
delphidabbler
Added "Restore Defaults" button and action that restores warnings list to default state. |
2012-06-08 14:36:05 | Tree |
[r1848]
by
delphidabbler
Added TWarnings.Defaults class method that creates a TWarnings object containing a list of default warnings. |
2012-06-08 14:32:31 | Tree |
[r1847]
by
delphidabbler
* Replaced standard list item class with new TWarningListItem that has a property to store warning and modified existing code to use it. |
2012-06-08 13:43:13 | Tree |
[r1846]
by
delphidabbler
* Added support for new warning state: new radio buttons to select state, new column in list view to display state. |
2012-06-08 13:02:16 | Tree |
[r1845]
by
delphidabbler
Removed TWarning constructor that took only a symbol name as parameter and modified code that called it (in only a single place in same unit) to use full form of constructor, passing dummy min. compiler and state values. |
2012-06-08 12:43:40 | Tree |