Changes between Version 22 and Version 23 of FutureHaiku/Features
- Timestamp:
- Mar 29, 2010, 5:01:57 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FutureHaiku/Features
v22 v23 8 8 * definitely-post-R1 features 9 9 10 2. Define a rough estimation/schedule for the implementation of the missing 11 features. 10 2. Define a rough estimation/schedule for the implementation of the missing features. 12 11 13 12 3. Create the R1 roadmap. This includes all releases we want to do until R1, tagged with preliminary release dates. … … 16 15 = Features = 17 16 == Locale == 18 === Reasons For ===19 1. more polished impression20 1. despite a non-public API, it has stirred many contributions and is important even in its current state21 === Reasons Against ===22 1. need to update bundled third party applications23 1. locale API not ready to be public24 1. layout API not ready to be public25 1. including it in Pre-R1 & not in R1 Final, may cause false hopes26 === SubTasks ===27 17 1. Make Layout API public 28 18 * Master ticket: #5524 … … 70 60 71 61 == Wifi == 72 === Reasons For ===73 1. even without encryption, it improves Haiku's appeal & usability74 1. marketing appeal75 === Reasons Against ===76 1. including it in Pre-R1 & not in R1 Final, may cause false hopes77 1. currently has irq sharing issues that may prevent a successful boot & cause a negative 1st impression.78 === SubTasks ===79 62 1. IRQ sharing issues 80 63 1. userland utilities (network preflet integration, some form of notification in deskbar) … … 86 69 87 70 == WebPositive == 88 === Reasons For ===89 1. BeZillaBrowser/Bon Echo/FireFox 2.x is outdated and is a constant blemish90 1. In ways, it is more advanced than BeZillaBrowser91 === Reasons Against ===92 1. Missing functionality that users expect in a browser93 === SubTasks ===94 71 1. WebKit as optional build feature 95 72 1. Integrate WebPositive in repository … … 99 76 == ACPI == 100 77 1. wide spread testing 101 1. http://dev.haiku-os.org/ticket/506478 1. #5064 102 79 103 80 104 81 == Package manager == 105 === SubTasks ===106 82 1. UnionFS needs to be implemented, such that one can edit a file that has been inserted by a package (like config files). 107 83 1. thorough testing required … … 128 104 Fill in details. 129 105 130 131 106 == Device Manager == 132 107 Fill in details. … … 150 125 1. Until now the serial port was reserved for kernel debugging, but it is now time for proper userland support. 151 126 152 === Reasons For ===153 1. Would allow Haiku to be debugged by another installation of Haiku154 === Reasons Against ===155 1. More frequently, new hardware is missing serial header156 127 157 128 == OSS Improvements == 158 129 1. Prevent driver collision 159 130 160 == Stack and Tile ==161 === Reasons Against ===162 1. Requires much code refactoring before merging into trunk163 164 165 == Session Management ==166 Fill in details.167 168 169 == Content Based Search ==170 Fill in details.171 172 131 173 132 = [http://dev.haiku-os.org/milestone/Unscheduled Unscheduled] = 133 1. Stack & Tile 134 1. Session management 135 1. Content based search 174 136 1. Hardware 3D acceleration 175 137 * 3D accelerated app_server … … 179 141 1. Multi-user support 180 142 1. 64 bit support 143 * #1141 181 144 1. Keyboard shortcut and gestures management (Spicy Keys has been integrated as "Shortcuts", needs improvements.) 182 145 1. Keyboard and Mouse settings associated with hardware … … 198 161 1. Calendar / Scheduling application (and server?) 199 162 1. Gamepad/joystick support [http://www.freelists.org/post/haiku-development/Joystick-support ML thread] 200 201 = Random Questions =202 1. What is needed to make the Locale API public?203 1. What needs to be improved for the Locale Preflet?204 1. What currently happens when you archive a BView hierarchy that is layout managed, and unarchive it again?