Commit ID 2569df96fdbbe1ba1fe7d22a64295d9806ec0e8c
|
|
Contributor: | mormegil as mormegil-cz |
Files Modified: | 1 |
| Date: | 16-October-2012 at 13:12 | Lines Added: | 1 | |
| Repository: | git://github.com/ccnet/CruiseControl.NET.git master | Lines Removed: | 1 | |
| Commit Comment: | Fix sorting in the main CCTray window The sorting column data type definitions are separated from the column definitions themselves, so any change (addition, reordering) in the columns often leads to broken sorting, which is the current state of affairs. Currently, we have the following columns with the respective data types: colProject : string colServer : string colCategory : string colActivity : string colDetail : int (!) colLastBuildLabel : datetime (!) colLastBuildTime : string (!) colProjectStatus : datetime (!) colQName : string colQPriority : string -nothing- : string (!) Fixed, so that everything is string except for colLastBuildTime, which is datetime, and colQPriority, which is int (but probably could work with string). |
|||
| Language | Code Added | Code Removed | Comments Added | Comment Removed | Blanks Added | Blanks Removed | |
|---|---|---|---|---|---|---|---|
| C# | 1 | 1 | 0 | 0 | 0 | 0 | |
| File | Language | Code Added | Code Removed | Comments Added | Comment Removed | Blanks Added | Blanks Removed |
|---|---|---|---|---|---|---|---|
| project/CCTrayLib/Presentation/MainForm.cs | C# | 1 | 1 | 0 | 0 | 0 | 0 |
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.