Commit Graph

53001 Commits

Author SHA1 Message Date
Augustin Cavalier
1a499ee138 Cortex: LoggingConsumer addon: fix crash on startup.
Fixes #11855.
2015-02-13 15:36:47 -05:00
Augustin Cavalier
7657d1c82c Cortex: delete ToneProducer add-on.
The version of this in src/add-ons/media/media-add-ons/tone_producer_demo/
is virtually identical, plus it is under a more permissive license
(Be Sample Code vs. BSD 3-Clause) and already fixed for 64bit.
2015-02-13 12:43:58 -05:00
Augustin Cavalier
136a82ffc5 Cortex: add LoggingConsumer to the build. 2015-02-13 12:36:03 -05:00
Augustin Cavalier
a57b52f0e4 FileType Add-On: Delete really old TODO that's no longer valid.
You can watch the RDEF get compiled during the build, and look at the
generated file and see the vector icon, so it must be working :)
2015-02-13 12:16:53 -05:00
Augustin Cavalier
a6e08fdc0f Cortex: convert remaining RSRCs to RDEFs. 2015-02-13 12:15:10 -05:00
Augustin Cavalier
26bf1330ad Cortex: delete now-unused makefiles. 2015-02-13 11:43:21 -05:00
Augustin Cavalier
cf76c29456 interface_guidelines: add a convert.sh script that uses XMLTO.
Works on Linux, doesn't work on Haiku. It appears xsltproc tries
to fetch the DTD and XSL stylesheets (which doesn't work, for some reason
it wasn't built with HTTP support, and I can't figure out why). Even
when telling it to use the preinstalled XSL & DTDs using --catalog,
it still tries to download the files...
2015-02-13 11:26:28 -05:00
Augustin Cavalier
cea5e640aa HaikuPorts/x86_gcc2: add package for xmlto, update xslt. 2015-02-13 11:24:02 -05:00
Augustin Cavalier
78e2703a6b Delete docbook-xsl, docbook-dtd, and xslt from the tree. 2015-02-12 17:16:39 -05:00
Augustin Cavalier
7d6915b4d0 Interface Guidelines: migrate to docs/, use DocBookCSS.
DocBookCSS is a mostly-pure-CSS2 implementation of the DocBook standard.
Unlike DocBookXSL which relies on transforming the XML, it utilizes the
XML-styling features of modern web browsers to display the DocBook.

Its appearance still is a long way from the Haiku Book and Userguide, but
it looks (mostly) the same as the old DocBookXSL so we can stop using that.
Eventually we just need to make DocBookCSS use our styling.
2015-02-12 17:08:04 -05:00
Augustin Cavalier
644fa5a938 src/documentation: delete the old HaikuUserGuide.txt.
Written by DarkWyrm, this user guide has been long since superseded by
the new HTML-based User Guide, which has everything this did and then
some, with the exception of the "History" section. That section
does seem like it could be useful somewhere, so I've moved it to
its own file in the "docs/misc" directory.
2015-02-12 10:37:22 -05:00
Augustin Cavalier
f4b3296a93 passwd: fix copypasta.
The argument help text was correct, the summary was obviously not.

Also fix an instance of double-semicolon.
2015-02-12 10:26:02 -05:00
Josef Gajdusek
617096a497 Shortcuts: don't store the contents of the columns in the settings file.
Fixes #11820 and #11849.

Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
2015-02-12 09:51:11 -05:00
Automatic Committer
c0041cd124 Update usb.ids from www.linux-usb.org 2015-02-12 05:20:27 +01:00
Automatic Committer
1bfc65672d Update pci.ids from pciids.sourceforge.net 2015-02-12 05:20:25 +01:00
Augustin Cavalier
4230183ded Tracker/StatusWindow: use vector icons.
Fixes #11711.
2015-02-11 23:14:44 -05:00
Augustin Cavalier
3385848679 Tracker: take advantage of BToolBar changes from the previous commit. 2015-02-11 23:06:36 -05:00
Augustin Cavalier
7d226266e6 BToolBar: misc. fixes.
* Move common init. code to an _Init() function.
 * Create a layout constructor.
 * Make _AddView public and rename it to AddView.
2015-02-11 23:06:21 -05:00
Augustin Cavalier
94a4c1c456 BToolbar: rename to BToolBar.
"BToolBar" matches the current convention ("BStatusBar", "BMenuBar", etc.)
I've no idea what I was thinking when I renamed this before...

Also adjust all users of BToolBar (Tracker and ShowImage).
2015-02-11 22:54:48 -05:00
Augustin Cavalier
d7cde0634b OptionalPackages: remove cmake from the default packages.
* It no longer has consistent naming across architectures, as it's
   now GCC4-only.
 * It hasn't been in the default images for that reason since that change
   was made a few months ago, and nobody has missed it.
 * Only a few pieces of software use it at this point, so those who need
   it can simply run "pkgman install cmd:cmake".
2015-02-11 22:39:57 -05:00
Augustin Cavalier
90c3b9bf9f tracker_new_templates: Bump copyright year. 2015-02-11 22:38:53 -05:00
Augustin Cavalier
32fab80eea Revert "Delete old DiskUsage docs."
Apparently, upon reading the "fine print" at the bottom, these docs *must*
be distributed with the binaries.

Now to try to contact the author...
2015-02-11 22:02:24 -05:00
Augustin Cavalier
4cb2c39774 Haiku Book: compatibility: list all authors at the top of the file as per convention.
All of the other .dox files here list authors at the top of the file
in a standard (non-Doxygen) comment, so do the same here.

I've listed the file as copyright 2011, as (according to Git) that's
the last time it was functionally changed. I also added a few people
in as being authors of the file who seem to have made significant
changes to it.
2015-02-11 19:14:20 -05:00
Augustin Cavalier
aa01bfe571 Haiku Book: fix some typos.
The possessive form of "it" is "its", not "it's" ("it's" is just
shorthand for "it is").

Closes #11712.
2015-02-11 19:04:38 -05:00
Augustin Cavalier
82d26eb239 Haiku Book: old Midi Kit: fix link to the BeBook.
That online copy of the BeBook went offline some time ago, and we
now host one, so point to that instead.
2015-02-11 19:00:18 -05:00
Augustin Cavalier
9df92fb0a2 ReadMe: Convert to Markdown, various cleanup.
* Remove references to outdated stuff (OsDrawer, old OpenGrok)
 * Removed GitHub as a code search option (not nearly as flexible
   as OpenGrok, and updated bi-monthly or so instead of daily.)
 * General reorganization.

Fixes #11842.
2015-02-11 18:56:15 -05:00
Augustin Cavalier
e29c4978bb ReadMe -> ReadMe.Compiling, ReadMe.IntroductionToHaiku -> ReadMe. 2015-02-11 18:53:14 -05:00
Augustin Cavalier
22440f4105 Delete old DiskUsage docs.
The DiskUsage docs in the Userguide have all of this info and then
some.
2015-02-11 18:44:29 -05:00
Augustin Cavalier
025509d71f gdb & gawk: delete from tree. 2015-02-11 15:40:17 -05:00
Augustin Cavalier
e611f19907 gdb: outsource.
I didn't add the gdb package to the bundled packages because AFAIK,
most users / developers of Haiku use our built-in Debugger instead,
because it's so much more awesome (thanks, Ingo & Rene!).

If I'm somehow mistaken about that, please don't hesitate to speak
up and I'll add it.
2015-02-11 15:33:47 -05:00
Augustin Cavalier
63c5fe5e94 HaikuPorts/x86_gcc2: add gdb package. 2015-02-11 15:03:10 -05:00
Augustin Cavalier
5d2ac2a185 AboutSystem Credits: add myself to the maintainers list. 2015-02-11 13:16:00 -05:00
Adrien Destugues
815df962c0 Add sdl2, sdl2_image, sdl2_ttf packages. 2015-02-11 10:29:42 +01:00
Humdinger
56abd3b03c Updated caladea font package.
Revision 1 erroneously provided "carlito". A copy&paste error in the recipe.
2015-02-11 08:58:24 +01:00
Jérôme Duval
3ebfc60924 added expat packages to bootstrap profiles. 2015-02-08 20:28:42 +01:00
Jérôme Duval
818f40d9b6 added expat_bootstrap
* removed cmd:tr from arm/m68k/ppc Haiku package definitions.
2015-02-08 14:46:04 +01:00
Humdinger
06b91a46b1 Adding bookmarkconverter
A commandline app by GCI student Markus Himmel that converts
Web+ bookmarks to Qupzilla (or HTML or Chrome) and vice-versa.
2015-02-07 17:56:31 +01:00
Jérôme Duval
80c3a060f9 POP3: link against libstdc++ for debug build 2015-02-07 17:37:02 +01:00
Jérôme Duval
0e03e5fc5d Add coreutils to bootstrap image 2015-02-07 16:42:35 +01:00
Jérôme Duval
796d23cd17 removed Shell Tools Guide, which references coreutils. 2015-02-07 16:40:14 +01:00
Jérôme Duval
7b1f967fa4 Update coreutils packages. 2015-02-07 16:40:13 +01:00
Adrien Destugues
fe2d7c5d0d Add a MIME type definition (with icon) for MediaPlayer playlists.
* Provided by kushalsingh007.
* Fixes #9505.
2015-02-07 11:34:16 +01:00
Adrien Destugues
a95c2ea95c Add packages for BeFAR, PhotoGrabber, and BePodder. 2015-02-07 11:34:14 +01:00
autonielx
1560ed05f3 Update translations from Pootle 2015-02-07 06:25:25 +01:00
John Scipione
4f10c6a6e5 Revert "coreutils fixup fixup"
Thanks for explaining Jérôme Duval

This reverts commit a2adc97219.
2015-02-06 13:33:47 -05:00
Adrien Destugues
ff75005a7a DataRequest, FileRequest: send HeadersReceived notification
The "header" in this case is just the MIME type and content size, but we
must still send the notification when these are available. It will be
used for example in WebKit next release.
2015-02-06 15:19:38 +01:00
John Scipione
a2adc97219 coreutils fixup fixup
* Put getlimits and kill back in the image, the former is not provided
  by coreutils, Haiku provides an updated version of the latter.
* frcode is not provided by either coreutils or Haiku and has been
  removed, do we need it?
2015-02-05 18:45:02 -05:00
Augustin Cavalier
35718f10ee package_infos: fixes after coreutils outsource.
* Since coreutils is now a mandatory package, add it to the REQUIRES
   of all the Haiku packages, otherwise system updates will be broken.
 * Adapt the other (arm, m68k, ppc) package_infos as well.

Signed-off-by: John Scipione <jscipione@gmail.com>
2015-02-05 17:47:09 -05:00
Jessica Hamilton
85529c12b8 Deskbar: fix showing an empty leaf menu, #3105.
* NeedsToRebuild() didn't actually do anything, as this
  returns whether it needs to be rebuilt or not.
* Replaced RemoveItems() with ForceRebuild(), which should
  already delete the menu items, whilst additionally
  letting the leaf menu know that it needs to rebuild itself.

This bug was reproducible 100%; however, with this fix, there
is now a rare race condition where clicking between an app menu
and the leaf menu will result in both menus showing concurrently.
2015-02-06 09:15:44 +13:00
Jérôme Duval
950ee98409 Add coreutils packages for x86_gcc2, x86 and x86_64.
* this is a mandatory package.
* removed related commands from the minimum image definition.
* removed related commands from the Haiku package PROVIDES.
* the su command is deprecated in 8.22. Use the 8.4 in-tree version.
* the packages contain and provide the df command, to be removed.
2015-02-05 18:57:21 +01:00