Rev 269 | Rev 493 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 269 | Rev 382 | ||
---|---|---|---|
Line 47... | Line 47... | ||
47 | public final static byte STATEID_PARAM_MENU =32; |
47 | public final static byte STATEID_PARAM_MENU =32; |
48 | public final static byte STATEID_PARAM_MASSWRITE =33; |
48 | public final static byte STATEID_PARAM_MASSWRITE =33; |
49 | public final static byte STATEID_SELECT_FIRMWARE =34; |
49 | public final static byte STATEID_SELECT_FIRMWARE =34; |
50 | public final static byte STATEID_SHOWPHONEGPS =35; |
50 | public final static byte STATEID_SHOWPHONEGPS =35; |
51 | public final static byte STATEID_SETTING_OPTIONS =36; |
51 | public final static byte STATEID_SETTING_OPTIONS =36; |
- | 52 | public final static byte STATEID_MAP =37; |
|
- | 53 | public final static byte STATEID_GET_AVRSIG =38; |
|
- | 54 | public final static byte STATEID_SELECT_MIXER =39; |
|
- | 55 | public final static byte STATEID_DUBWISE_VALUES =40; |
|
- | 56 | ||
- | 57 | ||
52 | public final static byte STATEID_COUNT =37; |
58 | public final static byte STATEID_COUNT =41; |
Line 53... | Line 59... | ||
53 | 59 | ||
54 | 60 | ||
Line 97... | Line 103... | ||
97 | public final static byte ACTIONID_SHOWPHONEGPS = 41; |
103 | public final static byte ACTIONID_SHOWPHONEGPS = 41; |
98 | public final static byte ACTIONID_RECONNECT = 42; |
104 | public final static byte ACTIONID_RECONNECT = 42; |
99 | public final static byte ACTIONID_SETTING_OPTIONS = 43; |
105 | public final static byte ACTIONID_SETTING_OPTIONS = 43; |
100 | public final static byte ACTIONID_SETTING_LOADPLAIN = 44; |
106 | public final static byte ACTIONID_SETTING_LOADPLAIN = 44; |
101 | public final static byte ACTIONID_SETTING_LOADFANCY = 45; |
107 | public final static byte ACTIONID_SETTING_LOADFANCY = 45; |
- | 108 | public final static byte ACTIONID_MAP = 46; |
|
- | 109 | public final static byte ACTIONID_SELECT_DUBWISEDIR = 47; |
|
- | 110 | public final static byte ACTIONID_SELECT_MIXER = 48; |
|
Line 102... | Line 111... | ||
102 | 111 | ||
Line 123... | Line 132... | ||
123 | 132 | ||
124 | final static byte SKINID_DARK= 0; |
133 | final static byte SKINID_DARK= 0; |
Line 125... | Line -... | ||
125 | final static byte SKINID_LIGHT = 1; |
- | |
- | 134 | final static byte SKINID_LIGHT = 1; |
|
126 | 135 | ||
127 | 136 | ||
128 | - | ||
129 | final static String[] credits= { |
137 | final static byte CREDITS_VERSION=7; |
130 | //#expand "About DUBwise v%VERSION%", |
138 | final static String[] credits= { |
131 | "", |
139 | "##### DUBwise ######", |
132 | "", |
140 | "", |
133 | "Digital UFO", |
141 | "Digital UFO", |
134 | "Broadcasting With ", |
142 | "Broadcasting With ", |
- | 143 | "Intelligent Service", |
|
- | 144 | "Equipment", |
|
- | 145 | "", |
|
135 | "Byteelligent Service", |
146 | "", |
136 | "Equipment", |
147 | "", |
137 | "", |
148 | "", |
138 | "2007-2008 by ", |
149 | "(cc) 2007-2009 by ", |
139 | "Marcus LiGi B"+(char)(252)+"schleb", |
150 | "Marcus LiGi B"+(char)(252)+"schleb", |
140 | "mailto:ligi"+"@"+"ligi.de", |
151 | "mailto:ligi"+"@"+"ligi.de", |
141 | "", |
152 | "", |
142 | "Licence:", |
153 | "Licence:", |
143 | "Creative Commons(CC)", |
154 | "Creative Commons(CC)", |
144 | " -Attribution", |
155 | " -Attribution", |
145 | " -Noncommercial", |
156 | " -Noncommercial", |
- | 157 | " -Share Alike", |
|
- | 158 | " -No Violence", |
|
- | 159 | "", |
|
- | 160 | "Links:", |
|
146 | " -Share Alike", |
161 | " www.ligi.de", |
147 | " -No Violence", |
162 | " www.mikrokopter.com", |
- | 163 | "", |
|
148 | " ", |
164 | "Credits: ", |
- | 165 | " -HolgerB&IngoB", |
|
149 | "Credits: ", |
166 | " (MikroKopter)", |
- | 167 | " -CaScAdE", |
|
150 | " -HolgerB&IngoB", |
168 | " (Graphics/Testing)", |
- | 169 | " -Orion8", |
|
151 | " -CaScAdE", |
170 | " (Inspiration)", |
- | 171 | " -Joko", |
|
152 | " -Orion8", |
172 | " (Testing)", |
153 | " -Joko", |
173 | " -Speedy", |
- | 174 | " (Graphics/Sounds)", |
|
154 | " -Speedy", |
175 | " -Jamiro", |
155 | " -Jamiro", |
176 | " (Icon)", |
- | 177 | " -SelectaT", |
|
- | 178 | " (Sounds)", |
|
156 | "", |
179 | " -JiPsi", |
- | 180 | " (french translat.)", |
|
- | 181 | " -kmpec", |
|
- | 182 | " (Test-Device)", |
|
Line 157... | Line 183... | ||
157 | "More Infos:", |
183 | "####################" |