Changes between Version 19 and Version 20 of FutureHaiku/APIChangesOnCompatibilityDrop
- Timestamp:
- Jul 29, 2018, 7:30:10 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FutureHaiku/APIChangesOnCompatibilityDrop
v19 v20 8 8 '''POSIX:''' 9 9 * Drop stat_beos in favor of stat. 10 * Switch to a 64-bit time_t (bigtime_t -> time_t).10 * More breakage to fully switch to a 64-bit time_t (there is one syscall that needs to be tweaked, and 32-bit Haiku is still on 32-bit time_t) 11 11 * Replace glibc (use parts of musl? it's MIT licensed). 12 12 * Multiuser! (some general things that need to be cleaned up at the same time: [http://cgit.haiku-os.org/haiku/tree/src/kits/tracker/FSUtils.cpp#n629 Tracker's ConfirmChangeIfWellKnownDirectory]). 13 * Get rid of R5 compat stuff in Network Kit. 13 14 14 15 '''Application Kit:''' … … 21 22 '''Interface Kit:''' 22 23 * Derive BView from BLayoutItem and drop BViewLayoutItem. 23 * Create a model/view infrastructure for the column list view and OutlineListView. ( maybe look at Qt's [rejected] Model/Views 2.0?)24 * Create a model/view infrastructure for the column list view and OutlineListView. (see Debugger's MVC wrapper over current CLV) (maybe look at Qt's [rejected] Model/Views 2.0?) 24 25 * BAlerts should be layout-aware along with all other rich text views. 25 26 * All rich text views should accept (simple) style markup as input and as output (maybe HTML).