Commit Graph

53020 Commits

Author SHA1 Message Date
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
Axel Dörfler
7720614300 Revert "Move getifaddrs to libnetwork again."
This reverts commit 31ea76548a.

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

Conflicts:
	src/kits/network/getifaddrs.cpp
2015-02-05 11:07:53 +01:00
Axel Dörfler
a08f5ecbe3 Revert "BNetworkInterfaceAddress: missing initialization"
This reverts commit fbc43a7279.
2015-02-05 11:07:50 +01:00
Adrien Destugues
3d9caafc62 Add packages for lighttpd 2015-02-05 10:59:31 +01:00
Automatic Committer
a18db63d1c Update usb.ids from www.linux-usb.org 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 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.
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!
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.
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?
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 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.
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.
2015-02-02 17:17:29 +00:00
Alexander von Gluck IV
048ffc1b1e tests: Fix wording of echo. No func change 2015-02-02 16:51:59 +00:00
Alexander von Gluck IV
4a961136b7 tests: add cstring to math_test for str funcs 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
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
Adrien Destugues
578e26c0d3 usb_midi: fix KDL when there is no in or out endpoint
usb_midi devices can be input-only or output-only. We failed to check
for this in some places leading to KDL on devices that are not
bidirectional.

Should fix #11810.
2015-02-02 08:56:40 +01:00
Adrien Destugues
ed00de38d9 Midi test1: style fixes. 2015-02-02 08:56:38 +01:00
Alexander von Gluck IV
7e8f38e0f5 repo: update llvm to 3.5.1 2015-02-02 02:55:37 +00:00
Axel Dörfler
17f8ccc06c Network: use BLayoutBuilder, more cleanup.
* Instead of the deprecated GroupLayoutBuilder.
* Ordered headers correctly, use headers directly instead of including
  InterfaceKit.h.
* Also, guarded the profile sections in their ENABLE_PROFILES
  definition.
2015-02-01 22:04:49 +01:00
Alexander von Gluck IV
ab6a085b71 repo: add clang to x86_64 2015-02-01 20:52:20 +00:00
Jérôme Duval
3776bace0c harfbuzz: fix provides. 2015-01-31 13:39:02 +01:00
Jérôme Duval
5100f28c53 Added x86_64 packages for harfbuzz, graphite2, fontconfig. 2015-01-31 13:33:44 +01:00
Jérôme Duval
f1ef17b87b Added packages for Carlito and Caladea fonts. 2015-01-31 12:58:09 +01:00
autonielx
ef16a87ca3 Update translations from Pootle 2015-01-31 08:02:51 +01:00