/schemas/apps/qa-assistant/user/use-gpg /apps/qa-assistant/user/use-gpg qa-assistant bool false Whether to gpg sign a review A QA Review may be gpg signed. Setting this value tells us the user wants to sign their reviews. /schemas/apps/qa-assistant/user/gpg-identity /apps/qa-assistant/user/gpg-identity qa-assistant string Identifier for selecting a gpg signing key. Set this value to a string that can be used as a gpg ID to use the proper key to sign the review. /schemas/apps/qa-assistant/display/no-auto-display /apps/qa-assistant/display/no-auto-display qa-assistant bool false Do not auto display a negative item. When an item is reviewed negatively (Fail or Non-Blocker) it usually makes sense to display the message in the Review. Setting this to false allows that to happen. Setting it to true prevents that. /schemas/apps/qa-assistant/display/fail-color /apps/qa-assistant/display/fail-color qa-assistant string #FF0000 Color of failed entries Color failed entries this color when we display them on the screen. /schemas/apps/qa-assistant/display/pass-color /apps/qa-assistant/display/pass-color qa-assistant string #006400 Color of passed entries Color passed entries this color when we display them on the screen. /schemas/apps/qa-assistant/display/minor-color /apps/qa-assistant/display/minor-color qa-assistant string #A020F0 Color of entries for minor problems Color minor problem entries this color when we display them on the screen. /schemas/apps/qa-assistant/display/notes-color /apps/qa-assistant/display/notes-color qa-assistant string #000000 Color of entries that are just notes Color entries that are only informational this color when we display them on the screen. /schemas/apps/qa-assistant/display/disable-checklist-descriptions /apps/qa-assistant/display/disable-checklist-descriptions qa-assistant bool false Don't display checklist descriptions. Each checklist entry can have a long description associated with it that explains what the entry is for. It may also contain hints for filling out the item. Setting this to False enables display of these descriptions. A True setting disables it. /schemas/apps/qa-assistant/display/checklist-description-wait /apps/qa-assistant/display/checklist-description-wait qa-assistant int 500 Time before displaying the description When the user leaves the mouse over the checklist items we will wait this number of milliseconds before popping up a window to display the description. /schemas/apps/qa-assistant/files/gpg-path /apps/qa-assistant/files/gpg-path qa-assistant string /usr/bin/gpg Path to the gpg program Set this value to the path to the gpg binary. On most systems this is /usr/bin/gpg. /schemas/apps/qa-assistant/files/user-state-dir /apps/qa-assistant/files/user-state-dir qa-assistant string ~/qa-assistant Directory for user state data Sometimes the program needs to create files for processing a requested action on the checklist. This can either be saved into a per-user temporary directory or a per-user state directory. Sometimes the program can use the results that are saved in this directory between runs.