when changing settings from the Talk and Voice window also update the main widgets...
[Rockbox.git] / apps / plugins / SOURCES
blob4f782dc455a9dd011e081d50955f200487c71f58
1 #if !defined(COWON_D2)
3 /* plugins common to all models */
4 battery_bench.c
5 chessclock.c
6 credits.c
7 cube.c
8 dict.c
9 firmware_flash.c
10 jackpot.c
11 logo.c
12 mosaique.c
13 properties.c
14 random_folder_advance_config.c
15 rockblox.c
16 rockbox_flash.c
17 search.c
18 snow.c
19 sort.c
20 stats.c
21 stopwatch.c
22 vbrfix.c
23 viewer.c
25 #ifdef OLYMPUS_MROBE_500
26 /* remove these once the plugins before it are compileable */
27 jpeg.c
28 #endif
30 #ifndef OLYMPUS_MROBE_500
32 #if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR)
33 metronome.c
34 #endif
36 #if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR)
37 wavplay.c
38 #endif
39 #if (CONFIG_CODEC == MAS3587F) && !defined(SIMULATOR)
40 wavrecord.c
41 #endif
43 #ifndef IRIVER_IFP7XX_SERIES       /* Temporarily disable plugins for iFP7xx */
44 dice.c
45 disktidy.c
46 flipit.c
48 #ifdef HAVE_LCD_BITMAP             /* Not for the Player */
49 brickmania.c
50 maze.c
51 mazezam.c
52 text_editor.c
53 wavview.c
54 robotfindskitten.c
56 /* Plugins needing the grayscale lib on low-depth LCDs */
57 fire.c
58 jpeg.c
59 mandelbrot.c
60 plasma.c
62 blackjack.c
63 bounce.c
64 bubbles.c
65 calculator.c
66 chip8.c
67 chopper.c
68 demystify.c
69 jewels.c
70 minesweeper.c
71 oscilloscope.c
72 pong.c
73 sliding_puzzle.c
74 snake.c
75 snake2.c
76 solitaire.c
77 #ifndef SANSA_C200
78 sokoban.c
79 #endif
80 star.c
81 starfield.c
82 #if CONFIG_LCD == LCD_SSD1815
83 video.c
84 #endif
85 vu_meter.c
86 wormlet.c
88 #if CONFIG_RTC
89 #if CONFIG_KEYPAD == RECORDER_PAD  /* Recorder models only for now */
90 calendar.c
91 #endif
92 #endif /* CONFIG_RTC */
94 #if (MEMORYSIZE <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */
95 chessbox.c
96 #if CONFIG_KEYPAD == RECORDER_PAD
97 rockboy.c
98 #endif
99 #endif
101 /* not support recorder models for now */
102 #if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
103 fireworks.c
104 #endif
105 xobox.c
106 spacerocks.c
107 #if LCD_DEPTH >= 16
108 rockpaint.c
109 #endif
111 rocklife.c
112 #endif /* HAVE_LCD_BITMAP */
114 #ifdef HAVE_LCD_CHARCELLS          /* Player model only */
115 euroconverter.c
116 nim.c
117 #endif /* HAVE_LCD_CHARCELLS */
119 #if CONFIG_CODEC == SWCODEC        /* software codec platforms */
120 mp3_encoder.c
121 wav2wv.c
122 #else                              /* hardware codec platforms */
123 #ifndef HAVE_MMC                   /* not for Ondio, has no remote control pin */
124 alpine_cdc.c
125 #endif
126 splitedit.c
127 #endif /* CONFIG_CODEC */
129 #if LCD_DEPTH > 1                  /* non-mono bitmap targets */
130 matrix.c
131 #endif
133 #if defined(HAVE_LCD_COLOR) && defined(HAVE_ALBUMART) && defined(HAVE_TAGCACHE)
134 pictureflow.c
135 #endif
137 /* Platform-specific plugins */
138 #if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
139 iriverify.c
140 #endif
141 #if defined(IRIVER_H100_SERIES)
142 iriver_flash.c
143 #endif
145 #endif /* iFP7xx */
146 #if (LCD_WIDTH > 138) && (LCD_DEPTH > 1)
147 /* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini, mrobe100 and ifp*/
148 invadrox.c
149 superdom.c
150 #endif
151 #endif /* m:robe 500 */
152 #endif /* COWON_D2 */