comparison src/constants.h @ 28:4e16fbd10945

(issue3-5) Make the default sort order configurable
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 05 May 2015 18:46:35 +0200
parents 64a51a42c01f
children 749ecdfd036a
comparison
equal deleted inserted replaced
27:5bd14af5bce5 28:4e16fbd10945
30 30
31 /**@def Short command line description. */ 31 /**@def Short command line description. */
32 #define DESCRIPTION "A tool to replay recorded user sessions." 32 #define DESCRIPTION "A tool to replay recorded user sessions."
33 33
34 /**@def Short copyright notice to show users. */ 34 /**@def Short copyright notice to show users. */
35 #define COPYRIGHT "Copyright (C) 2015 Intevation GmbH \n\n" \ 35 #define COPYRIGHT "Copyright (C) 2015 ETH Zürich \n\n" \
36 "This file is Free Software under the GNU GPL (v>=2)\n" \ 36 "This file is Free Software under the GNU GPL (v>=2)\n" \
37 "and comes with ABSOLUTELY NO WARRANTY!\n" 37 "and comes with ABSOLUTELY NO WARRANTY!\n"
38 38
39 /**@def the config key for the last selected root folder. */ 39 /**@def the config key for the last selected root folder. */
40 #define ROOT_FOLDER_KEY "RootFolder" 40 #define ROOT_FOLDER_KEY "RootFolder"
68 #define REPLAY_SPEED_STEP_MS 500 68 #define REPLAY_SPEED_STEP_MS 500
69 69
70 /**@def The seperator used in the patterns. */ 70 /**@def The seperator used in the patterns. */
71 #define PATTERN_SEPERATOR "_" 71 #define PATTERN_SEPERATOR "_"
72 72
73 /**@def The default sort column */
74 #define SORT_COLUMN_KEY "Sort"
75
76 /**@def The default value for the sort column */
77 #define SORT_COLUMN_DEFAULT "Date"
78
79 /**@def The default sort order (boolean) */
80 #define SORT_ORDER_KEY "SortAscending"
81
82 /**@def The default sort order value. */
83 #define SORT_ORDER_VALUE true
84
73 #endif // CONSTANTS_H 85 #endif // CONSTANTS_H
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)