52929 Commits

Author SHA1 Message Date
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.
hrev48792
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. hrev48791 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. hrev48790 2015-02-11 15:03:10 -05:00
Augustin Cavalier
5d2ac2a185 AboutSystem Credits: add myself to the maintainers list. hrev48789 2015-02-11 13:16:00 -05:00
Adrien Destugues
815df962c0 Add sdl2, sdl2_image, sdl2_ttf packages. hrev48788 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.
hrev48787
2015-02-11 08:58:24 +01:00
Jérôme Duval
3ebfc60924 added expat packages to bootstrap profiles. hrev48786 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.
hrev48785
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.
hrev48784
2015-02-07 17:56:31 +01:00
Jérôme Duval
80c3a060f9 POP3: link against libstdc++ for debug build hrev48783 2015-02-07 17:37:02 +01:00
Jérôme Duval
0e03e5fc5d Add coreutils to bootstrap image hrev48782 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.
hrev48781
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 hrev48780 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 a2adc972197619ec439585d82912fb8b5854f465.
hrev48779
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.
hrev48778
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?
hrev48777
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.
hrev48776
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.
hrev48775
2015-02-05 18:57:21 +01:00
Axel Dörfler
7720614300 Revert "Move getifaddrs to libnetwork again."
This reverts commit 31ea76548a64b232ed10cb444bf84ca1f7e40b0f.

Adrien, please try again without clobbering the otherwise nice
BNetworkInterface API!

Conflicts:
	src/kits/network/getifaddrs.cpp
hrev48774
2015-02-05 11:07:53 +01:00
Axel Dörfler
a08f5ecbe3 Revert "BNetworkInterfaceAddress: missing initialization"
This reverts commit fbc43a72791c50ba02c0c500551bf87afdd833b3.
2015-02-05 11:07:50 +01:00
Adrien Destugues
3d9caafc62 Add packages for lighttpd hrev48773 2015-02-05 10:59:31 +01:00
Automatic Committer
a18db63d1c Update usb.ids from www.linux-usb.org hrev48772 2015-02-05 05:20:29 +01:00
Automatic Committer
36575766ec Update pci.ids from pciids.sourceforge.net 2015-02-05 05:20:27 +01:00
John Scipione
47205988db Style fixes to StyleBuffer only hrev48771 2015-02-04 15:54:44 -05:00
Axel Dörfler
89a406bc52 vesa: don't switch to the current mode.
* If a mode change is requested, check if it is equivalent to the
  current one, and don't do anything in this case.
hrev48770
2015-02-04 21:08:17 +01:00
Adrien Destugues
5fbf0afd91 BTextView: add handling of B_FONT_FACE mask to SetFontAndColor
The B_FONT_FACE mask would be ignored, making it impossible to change
only the font face.

Thanks to samgtr for finding the bug!
hrev48769
2015-02-04 09:23:23 +01:00
Adrien Destugues
eca5549602 StringForRate: change the threshold for unit change.
We would show "1Mbps" for 1.0 to 1.9 actual speed, which made this not
so helpful. Instead, switch to Mbps when reaching 10000 Kbps. So we show
"1000 Kbps" or 1900Kbps" in the mentionned situation, and up to "9999
Kbps" (note this is still only 4 digits, so it stays readable). We then
switch to "10 Mbps", which is still only withing 12% of the actual speed
(but better than the previous error of up to 50%).

Fixes #11821.

Also use uppercase for the SI prefixes as it should be, and use %d
instead of %f for the bps rating as it is an integer.
hrev48768
2015-02-04 08:26:26 +01:00
Axel Dörfler
e661df2980 BPathFinder: include StringList.h for convenience.
* You cannot do anything with a path finder object without a string
  list, so why go through all the hassle?
hrev48767
2015-02-02 22:13:51 +01:00
Axel Dörfler
10203293d1 Removed minimize_all again from the image.
* It's not only broken conceptionally, but also it's implementation
  is: it unconditionally filters all ctrl-cmd(-shift) key combinations.
* Since it's functionality should be implemented differently in the
  first place, it should be removed completely, though.
2015-02-02 22:13:49 +01:00
Alexander von Gluck IV
1c646c0bcd tests/posix: Drop bonnie++, recipe exists and not api test hrev48766 2015-02-02 18:24:01 +00:00
Alexander von Gluck IV
3b8ca9ebdf tests: math_test, use std:isnan vs isnan
* As far as I can tell, you're not supposed to
  use cmath isnan from cpp as the std namespace
  includes it
* libroot Tests now build again.
hrev48765
2015-02-02 18:06:13 +00:00
Alexander von Gluck IV
a6c2b2fa63 network preflet: On IPv6, show "Automatic" for address mode
* IPv6 is "DHCPv6" or "Router Advertisement". Lets just say
  automatic to not confuse techie people.
hrev48764
2015-02-02 17:17:29 +00:00
Alexander von Gluck IV
048ffc1b1e tests: Fix wording of echo. No func change hrev48763 2015-02-02 16:51:59 +00:00
Alexander von Gluck IV
4a961136b7 tests: add cstring to math_test for str funcs hrev48762 2015-02-02 16:47:20 +00:00
Alexander von Gluck IV
ad91a99198 tests: The wchar header actually looks for _GNU_SOURCE
* We we are pretty mixed here. See #11818
2015-02-02 16:30:23 +00:00
Alexander von Gluck IV
fc8aebca3b tests: fix signal_in_allocator_test printf type 2015-02-02 16:18:05 +00:00
Alexander von Gluck IV
f6faff8960 tests: check for _USE_GNU and define sighandler_t is not (matching signal.h logic) 2015-02-02 16:17:42 +00:00
Alexander von Gluck IV
2ea35f1cb3 tests: Skip setjmp_test2.S test on non-x86 platforms
* We'll need to rewrite this for each arch..
2015-02-02 15:55:10 +00:00
Alexander von Gluck IV
0d5cfeec92 tests: We can no longer open /bin/sh r/w due to PM for flock
* Use /etc/passwd
hrev48761
2015-02-02 15:47:23 +00:00
Alexander von Gluck IV
b8be4f7268 tests: Fix libroot flock pointer size on non-32bit platforms 2015-02-02 15:43:16 +00:00