Development

Ticket #11174 (Processor - idle missing) closed

Latest Bugs & Tasks - Tue, 2015-04-21 11:04
fixed:

After hrev48973 the misbehaving buildbot was put offline: ​http://buildbot.haiku-os.org/buildslaves/arfonzo-bot1-debian

It uses a stable debian install, which has outdated libraries and cannot compile Haiku properly anymore. I am closing this ticket as I think any bot with more up to date software will not have this problem anymore. Please let us know if you hit the problem again.

It's also possible that hrev49058 helped fix this issue.

Categories: Development

ShowImage: fixes variables declaration.

Source Activity - Tue, 2015-04-21 10:02
* Thanks Axel. * Thanks Axel.
Categories: Development

Preferences: uses BLayoutBuilder instead of BGroupLayoutBuilder.

Source Activity - Tue, 2015-04-21 09:36
* Fixes Appearance. * Fixes Keyboard. * Fixes Mouse. * Fixes Notifications. * Fixes Appearance. * Fixes Keyboard. * Fixes Mouse. * Fixes Notifications.
Categories: Development

ShowImage: Set width and height attributes of the showed image.

Source Activity - Tue, 2015-04-21 08:42
* Fixes #8745. * Fixes #8745.
Categories: Development

paths.h: add _BSD_SOURCE guard back, also check for _GNU_SOURCE

Source Activity - Mon, 2015-04-20 23:34
So things (like m4) expecting paths.h as part of glibc will get what they want with _GNU_SOURCE. So things (like m4) expecting paths.h as part of glibc will get what they want with _GNU_SOURCE.
Categories: Development

hack_coff: add rs6000.h from GDB 7.8

Source Activity - Mon, 2015-04-20 23:11
Of course we were using it from our own gdb copy... until it got deleted. Of course we were using it from our own gdb copy... until it got deleted.
Categories: Development

fix warnings

Source Activity - Mon, 2015-04-20 22:24
Categories: Development

ByteOrder.h: add explicit casts when using gcc builtins

Source Activity - Mon, 2015-04-20 22:11
Those return uintNN_t types instead of our own types, but uint32 for example is long while uint32_t isn't, giving some trouble with the PRI* macros for example on PPC. Those return uintNN_t types instead of our own types, but uint32 for example is long while uint32_t isn't, giving some trouble with the PRI* macros for example on PPC.
Categories: Development

paths.h: fix some paths

Source Activity - Mon, 2015-04-20 21:33
We don't have /sbin so... We don't have /sbin so...
Categories: Development

input_server: Fix handling of received -q argument.

Source Activity - Mon, 2015-04-20 21:29
BApplication::ArgvReceived() is called in the already running app in case of a silent relaunch. It is therefore enough to just post a quit message. BApplication::ArgvReceived() is called in the already running app in case of a silent relaunch. It is therefore enough to just post a quit message.
Categories: Development

paths.h: remove the _BSD_SOURCE guard

Source Activity - Mon, 2015-04-20 21:28
It seems like glibc also has paths.h and m4 fails to bootstrap without _PATH_BSHELL. This file really needs some cleanup btw, since most is actually irrelevant or incorrect for Haiku. It seems like glibc also has paths.h and m4 fails to bootstrap without _PATH_BSHELL. This file really needs some cleanup btw, since most is actually irrelevant or incorrect for Haiku.
Categories: Development

shutdown: handle 'halt' and 'reboot' as argv[0]

Source Activity - Mon, 2015-04-20 21:23
In both cases ask confirmation to the user. In both cases ask confirmation to the user.
Categories: Development

BApplication: Fix B_ARGV_* handling on silent relaunch.

Source Activity - Mon, 2015-04-20 21:18
In hrev47355 a logic reversal was introduced as part of a cleanup commit which caused B_ARGV_RECEIVED to be sent only to apps with the B_ARGV_ONLY flag set instead of clear. In addition to that, don't send the B_SILENT_RELAUNCH message for apps with B_ARGV_ONLY either, as they are not supposed to receive messages after launch. This is in line with the documentation and what BRoster does. In hrev47355 a logic reversal was introduced as part of a cleanup commit which caused B_ARGV_RECEIVED to be sent only to apps with the B_ARGV_ONLY flag set instead of clear. In addition to that, don't send the B_SILENT_RELAUNCH message for apps with B_ARGV_ONLY either, as they are not supposed to receive messages after launch. This is in line with the documentation and what BRoster does.
Categories: Development

Ticket #11996 (Backgrounds: After a while the CPU goes 100%) created

Latest Bugs & Tasks - Mon, 2015-04-20 16:28

As I can understand after a while the Backgrounds application start receiving a burst of B_MOUSE_IDLE messages. With an increasing number of "be:view_where" fields.
This is hrev49058.

Categories: Development

PPC: leave all atomic ops as gcc inlines

Source Activity - Mon, 2015-04-20 15:52
I'm not sure the 64bit versions are really implemented though... I'm not sure the 64bit versions are really implemented though...
Categories: Development

PPC: fix handler type cast

Source Activity - Mon, 2015-04-20 15:19
Categories: Development
Syndicate content