Changes between Version 19 and Version 20 of FutureHaiku/APIChangesOnCompatibilityDrop


Ignore:
Timestamp:
Jul 29, 2018, 7:30:10 PM (6 years ago)
Author:
waddlesplash
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FutureHaiku/APIChangesOnCompatibilityDrop

    v19 v20  
    88'''POSIX:'''
    99 * 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)
    1111 * Replace glibc (use parts of musl? it's MIT licensed).
    1212 * 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.
    1314
    1415'''Application Kit:'''
     
    2122'''Interface Kit:'''
    2223 * 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?)
    2425 * BAlerts should be layout-aware along with all other rich text views.
    2526 * All rich text views should accept (simple) style markup as input and as output (maybe HTML).