Debugger: Add UML class diagramThe debugger.xmi file is the source file meant to be opened byUmbrello. The other files are generated.The docbook file is exported from Umbrello and the .rst file
Debugger: Add UML class diagramThe debugger.xmi file is the source file meant to be opened byUmbrello. The other files are generated.The docbook file is exported from Umbrello and the .rst file isconverted from it using Pandoc, with minor manual fixes.Change-Id: Idc831d15c6121c21ebb170c245bc8ab97986702eReviewed-on: https://review.haiku-os.org/c/haiku/+/6483Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
show more ...
Fix URLs in the development docs* Fix dead links where possible* Use online instead of local links to the BeBookChange-Id: I250117dcccc0026925c56545cca7e3b4467f2c78Reviewed-on: https://review.h
Fix URLs in the development docs* Fix dead links where possible* Use online instead of local links to the BeBookChange-Id: I250117dcccc0026925c56545cca7e3b4467f2c78Reviewed-on: https://review.haiku-os.org/c/811Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
Deskbar: Resizable tray* Adds max width and height arguments to instantiate_deskbar_(item|entry).* Old applications just stay with a 16x16 scaled icon, though.* All used apps within the reposit
Deskbar: Resizable tray* Adds max width and height arguments to instantiate_deskbar_(item|entry).* Old applications just stay with a 16x16 scaled icon, though.* All used apps within the repository are converted to the new call besides the input_server input method icon (that will need further API changes in the input_server).Change-Id: I29cc439396917be2c24135888459d31364997dffReviewed-on: https://review.haiku-os.org/656Reviewed-by: waddlesplash <waddlesplash@gmail.com>
docs/develop: Mass directory restructure.Now vaguely follows the tree structure of "src", with the exception ofdirectories that described subsystems spanning more than one "kit" or"server" (e.g.
docs/develop: Mass directory restructure.Now vaguely follows the tree structure of "src", with the exception ofdirectories that described subsystems spanning more than one "kit" or"server" (e.g. "media", "midi", "bluetooth") -- these have been left as theirown top-level directory within docs/develop.