Changes between Version 63 and Version 64 of GoogleSummerOfCodeIdeas
- Timestamp:
- Feb 5, 2012, 8:27:24 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoogleSummerOfCodeIdeas
v63 v64 33 33 * Update to newer WebKit codebase 34 34 * Update (jam) build system to package WebKit as an OptionalBuildFeature, to be used by Haiku's build system 35 * Native network backend. Currently we use the Curl backend, which is slow and has some other problems. Use the (unfinished) "Services Kit" instead. 35 36 * various webpositive tickets. 36 37 … … 43 44 Skill set: userland development 44 45 46 ==== Other applications ==== 47 * Caya 48 * More ? 45 49 46 50 [=#kernel] … … 148 152 * #6983 Printer 149 153 * #6206 integrate scrollbar options into a new Appearance preflet 150 * Shortcuts 154 * Shortcuts & Notifications 151 155 * Network (todo, link to work-in-progress preflet) 152 156 * ..., … … 179 183 Skill set: general C/C++, userland development 180 184 185 ==== Streaming support for Media Kit and applications ==== 186 The media kit and related applications in Haiku relies a lot on the BMediaFile being seekable. This makes it difficult to use with non-seekable media sources such as internet streams or DVD media. Rework what's needed to get them working properly. 187 181 188 [=#other] 182 189