VirtualBox

Ignore:
Timestamp:
Jan 24, 2017 2:40:08 PM (8 years ago)
Author:
vboxsync
Message:

WuiListContentBase: More testbox sorting (weekly meeting again).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/core/testbox.py

    r65350 r65423  
    683683    kiSortColumn_iTestBoxScriptRev  = 11;
    684684    kiSortColumn_iPythonHexVersion  = 12;
    685     kcMaxSortColumns                = 13;
     685    kiSortColumn_enmPendingCmd      = 13;
     686    kiSortColumn_fEnabled           = 14;
     687    kiSortColumn_enmState           = 15;
     688    kiSortColumn_tsUpdated          = 16;
     689    kcMaxSortColumns                = 17;
    686690    kdSortColumnMap                 = {
    687691        0:                               'TestBoxesWithStrings.sName',
     
    710714        kiSortColumn_iPythonHexVersion:  'TestBoxesWithStrings.iPythonHexVersion',
    711715        -kiSortColumn_iPythonHexVersion: 'TestBoxesWithStrings.iPythonHexVersion DESC',
     716        kiSortColumn_enmPendingCmd:      'TestBoxesWithStrings.enmPendingCmd',
     717        -kiSortColumn_enmPendingCmd:     'TestBoxesWithStrings.enmPendingCmd DESC',
     718        kiSortColumn_fEnabled:           'TestBoxesWithStrings.fEnabled',
     719        -kiSortColumn_fEnabled:          'TestBoxesWithStrings.fEnabled DESC',
     720        kiSortColumn_enmState:           'TestBoxStatuses.enmState',
     721        -kiSortColumn_enmState:          'TestBoxStatuses.enmState DESC',
     722        kiSortColumn_tsUpdated:          'TestBoxStatuses.tsUpdated',
     723        -kiSortColumn_tsUpdated:         'TestBoxStatuses.tsUpdated DESC',
    712724    };
    713725
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette