52045 Commits

Author SHA1 Message Date
François Revol
c56527927d Add package for ddrescue hrev48238 2014-11-06 23:40:53 +01:00
Humdinger
9feefc7503 Updated DuckSaver package hrev48237 2014-11-06 18:58:26 +01:00
Adrien Destugues
e8ceef7357 Fix typo in getaddrinfo test. hrev48236 2014-11-06 18:32:23 +01:00
Adrien Destugues
5592b1d7e0 PatchBay: complain when there are no MIDI devices
The empty window that would show when no MIDI devices are found would
confuse Haiku users. This was not a problem on the BeBox or older PCs
where a sound card with MPU401 port was standard, so there would always
be something to show.

Fixes #9977.
hrev48235
2014-11-06 16:22:09 +01:00
Adrien Destugues
fbd8b14ae7 SecureSocket: fix build without SSL. hrev48234 2014-11-06 15:15:40 +01:00
Adrien Destugues
b1b51eddee Network preferences: Set the "auto configuration" flag.
Fixes #11416.
hrev48233
2014-11-06 15:02:01 +01:00
Adrien Destugues
bca1813626 Add test for getaddrinfo on empty host.
* This should fail immediately, but it timeouts after 22 seconds when
the network interfaces are not configured properly.
2014-11-06 15:02:00 +01:00
Adrien Destugues
5ee2151e2c BHttpRequest: propagate SSL errors to listener
This way it's possible to handle them in applications.
2014-11-06 15:02:00 +01:00
Adrien Destugues
c86ad7f93b Add more features in BCertificate class
* Make it possible to extract more useful data from the certificate
* Also get the OpenSSL error message when a certificate can't be
validated. Send it to the verification failure callback so it can be
shown to the user.
2014-11-06 15:01:59 +01:00
Adrien Destugues
3b657701db BCertificate: fix parsing of date and name. 2014-11-06 15:01:58 +01:00
Automatic Committer
b7f8d64d19 Update pci.ids from pciids.sourceforge.net hrev48232 2014-11-06 05:20:25 +01:00
Jessica Hamilton
9f8197a872 BToolbar: move into BPrivate namespace, as it's not public yet hrev48231 2014-11-06 16:44:02 +13:00
Adrien Destugues
6195bee580 GIF and WebP translators: force layout of parent window
Translators are now allowed to use the layout API, but this doesn't work
well when they are used in a non-layout aware window (the view ends up
with a size of 0x0 or some arbitrary size set with
SetExplicitPreferredSize).

To avoid this, detect the case where the translator settings are the
single child of a non-layout window, and force the window to become
layouted.

Fixes #7754.
hrev48230
2014-11-05 21:13:27 +01:00
Adrien Destugues
e1ca0f4e32 BootManager: partition list scrolling with a BViewPort.
Fixes #7360.
hrev48229
2014-11-05 16:49:17 +01:00
Adrien Destugues
6f3ad852a3 CodyCam: Fix gcc4 build. hrev48228 2014-11-05 16:16:16 +01:00
Adrien Destugues
b3b96925f5 CodyCam: show fatal errors in the video view
... instead of using an alert.

Also add a fancy border and some style fixes.

Fixes #3320.
hrev48227
2014-11-05 15:42:46 +01:00
Adrien Destugues
f98814b714 Network prefs: build fix. hrev48226 2014-11-05 14:30:20 +01:00
Adrien Destugues
e743f8460d CID 1251070: Use of uninitialized value hrev48225 2014-11-05 14:09:47 +01:00
Adrien Destugues
a84ff8f625 CID 1251073: unused member. 2014-11-05 14:07:15 +01:00
Adrien Destugues
0fd8f3463a CID 1251074: uninitialized member. 2014-11-05 14:05:58 +01:00
Adrien Destugues
babb221d62 Network preferences: Uninitialized pointers.
CID 1251080, 1251077, 1251076, 1251075, 1251068
2014-11-05 14:04:37 +01:00
Adrien Destugues
81a96270e5 CID 1251078: uninitialized field. 2014-11-05 14:02:13 +01:00
Adrien Destugues
84f0fbbb61 CID1251079: unused member. 2014-11-05 14:02:10 +01:00
Adrien Destugues
332240b654 CID 1251081: unused value. 2014-11-05 13:50:52 +01:00
Adrien Destugues
3b12362830 Add packages for most and slang
most is a replacement for less (why settle for less?). I've been using
it for some time and it works well, so making it more easily available.
hrev48224
2014-11-05 13:06:44 +01:00
Adrien Destugues
02591b8b71 Handle armv7hl as an host compiler architecture.
Thanks to dsjonny for noticing that was missing!
hrev48223
2014-11-05 11:44:51 +01:00
Rene Gollent
8b9099b1b2 Debugger: Fix #11411.
CliContext/CommandLineUserInterface:
- Process the debug report event asynchronously. The missing lock that
  was fixed in commit 5ac34e5a78305abac4c758a34db9f1e34aee54ed highlighted
  a problem in how the CLI was handling the case where it was intended to
  exit immediately after saving a report, since it issued the quit request
  directly from the report event handler. This resulted in locking issues,
  as the team debugger would then attempt to tear itself down, during which
  it needs to acquire the team lock. However, that was already being held
  by the thread in which the CLI was initiating the quit, resulting in a
  deadlock.
hrev48222
2014-11-04 19:21:20 -05:00
Michael Lotz
9a6331459f kernel: Fix build with KDEBUG_LEVEL < 2.
The lock caller info isn't available in such a configuration.
hrev48221
2014-11-04 23:00:59 +01:00
François Revol
76b8f002e1 Implement lseek(SEEK_END) on devices
While the partitioning system does publish partitions as block
devices and report their size in stat(), the old BeOS-style
drivers have no means of reporting it this way.
So we fall back to ioctl(B_GET_GEOMETRY) to find out the size.
hrev48220
2014-11-04 20:47:04 +01:00
François Revol
b7ff6340ae U-Boot: always initialize args.arguments_count hrev48219 2014-11-04 16:01:16 +01:00
Adrien Destugues
68cd839edf Add droid fonts package. hrev48218 2014-11-04 10:59:36 +01:00
Adrien Destugues
31c3214ef2 Revert "Intel partition: activate the first created partition."
This reverts commit d0a662e20a6eb37a59883c2c9377604f8c94cf03.

It is better to handle this in Installer when we know which partition
will actually be the system one.
2014-11-04 10:59:35 +01:00
Jessica Hamilton
f94a1a703c usb_hid: correct the device path for publishing usb tablet devices
Thanks to X512 for producing a patch that highlighted the real
cause of the problem.

Fixes #8338
hrev48217
2014-11-04 18:54:56 +13:00
Augustin Cavalier
6d93638b37 ToolBarView: rename to BToolbar and move to libshared.
Also adjust ShowImage for this, it's the only thing that's using ToolBarView
right now.

Signed-off-by: Jessica Hamilton <jessica.l.hamilton@gmail.com>
hrev48216
2014-11-04 12:45:47 +13:00
François Revol
361f5a857f ARM: OMAP3: dynamically allocate the framebuffer
It seems to work on overo at least, which has only 128MB by default in QEMU.
hrev48215
2014-11-03 21:06:20 +01:00
François Revol
1cac4300c3 ARM: Add an mmu_get_virtual_mapping() call to bootloader
Will be needed to figure out the framebuffer address
once we allocate it properly instead of hardcoding.
2014-11-03 20:49:01 +01:00
François Revol
cb3ea122d3 U-Boot: delay checking /chosen:bootargs after remapping FDT
This avoids having to copy the strings.
For now we disregard argv[] as it is not remapped before
being used in add_stage2_driver_settings() and is not used
by the linux entry point.

This makes the overo loader panic at the same place as
the beagle xm one now, even though it fails to display
anything with the default RAM size since we allocate
the framebuffer beyond 128MB...
hrev48214
2014-11-03 19:41:38 +01:00
François Revol
b56dad50b4 ARM: overo: use same load address as beagle xm
And leave 8M for the kernel.
2014-11-03 18:44:56 +01:00
Adrien Destugues
43e35cdeba Add package for psiconv. hrev48213 2014-11-02 16:35:22 +01:00
Rene Gollent
2a6c54fb47 Debugger: Slight tweak to changed value highlighting.
VariablesView::ModelNode:
- Only check if a variable's value has changed if we actually have a
  valid previous value to compare against. Otherwise, e.g. variables
  that just came into scope but haven't yet been initialized would
  show up as changed, while their value is, at that point completely
  uninteresting.
hrev48212
2014-11-02 09:09:57 -05:00
Michael Lotz
3fe7b3f72c BString: Add ScanWithFormat convenience method. hrev48211 2014-11-02 11:38:45 +01:00
Michael Lotz
969af8044a BString: Add format attribute to SetToFormatVarArgs. 2014-11-02 11:38:44 +01:00
Humdinger
5e654f6ab8 Localize keystore_server
Signed-off-by: Adrien Destugues <pulkomandy@gmail.com>
Fixes #11404.
hrev48210
2014-11-02 09:46:44 +01:00
Adrien Destugues
a7459df4c9 Revert fixing warnings in acpica.
This is an external library so it should not be modified. It should be
moved to src/libs to make this clear, or even better, be outsourced as a
package.
hrev48209
2014-11-02 09:40:19 +01:00
Stephan Aßmus
0a9c902921 HaikuDepot: Show a "Featured packages" label
Also remove the left-over separator in the Tools menu.
hrev48208
2014-11-02 02:00:51 +01:00
Stephan Aßmus
6f6ad9153b HaikuDepot: Improve featured package items
Show the summary instead of the version. The layout still sucks, but I will
have to implement some kind of row/flow BLayout to get what I initially had
in mind. Another TODO is to highlight the clicked item somehow.
2014-11-02 01:38:34 +01:00
Stephan Aßmus
dfbf4d3885 HaikuDepot: Fix click detection in featured packages
Take window activation and parent bounds (a featured package scrolled outside
the visible region within the parent) into account.
2014-11-02 01:38:33 +01:00
Stephan Aßmus
1f3c1ef1c5 HaikuDepot: Select clicked featured packages 2014-11-02 01:38:32 +01:00
Stephan Aßmus
a3056e412a HaikuDepot: Move selection message constant to MainWindow.h 2014-11-02 01:38:30 +01:00
Stephan Aßmus
419dc642f5 HaikuDepot: Feature packages with prominence <= 200 2014-11-02 01:38:29 +01:00