Latest Bugs & Tasks

Syndicate content Haiku
Trac Timeline
Updated: 45 min 4 sec ago

Ticket #12196 (When setting the label of a BTab, the BTabView's tab bar is not ...) created

Tue, 2015-07-07 15:55

As in title.

The BTab object has no way of knowing what BTabView it's currently in, and thus no way of calling Invalidate(). So I'm not sure what the proper solution to this problem is.

Categories: Development

Ticket #12195 ([Network] silently quits upon selecting DNS settings) created

Mon, 2015-07-06 21:09

hrev49371.

Clicking DNS settings in Network preflet quits with _res is not supported for multi-threaded programs. message.

Categories: Development

Ticket #12145 (Network settings catkeys missing from pootle) closed

Mon, 2015-07-06 20:53
fixed:

They are now loaded, and they will be available for all languages within the hour.

Categories: Development

Ticket #12194 (Webpositive crashes at jpl website) created

Mon, 2015-07-06 11:42

Every time I try loading www.jpl.nasa.gov Webpositive crashes.

Categories: Development

Ticket #7041 ([WonderBrush] slow at writing its main_settings) closed

Fri, 2015-07-03 16:04
no change required:

Doesn't really belong to Haiku's Trac.

Categories: Development

Ticket #12192 ([HaikuDepot] look for package dependencies in current folder) created

Fri, 2015-07-03 15:44

When installing a package (e.g. from haikuports/packages folder) it would be nice if HaikuDepot/package_daemon looked for its dependencies in the same folder.

Categories: Development

Ticket #12189 (Cannot install to Samsung SSD) closed

Fri, 2015-07-03 15:38
no change required
Categories: Development

Ticket #12191 ([HaikuDepot] make install button default) created

Fri, 2015-07-03 15:34

When individual package is opened it would be nice to be able to simply hit Enter to install it.

Categories: Development

Ticket #12163 (MIME sniffing can't reliably detect html vs xhtml) reopened

Fri, 2015-07-03 13:30

but there is an XML header and a doctype saying xhtml transitional. So, this pretends to be an XML file. Only when you start to parse it and encounter the meta tag, you should switch to html (and probably start parsing from the start again?).

So, you can force the MIME type of the file to "text/html" using the addattr command.

I'm switching the ticket to enhancement and changing the description. I'm not sure what we can do to improve our sniffing system, it's based on simple rules to be reasonably fast, and XHTML and HTML may simply be too similar to hope reasonably telling them apart, especially in cases like your example.

Categories: Development

Ticket #12146 (readelf errors when building packages for x86) closed

Fri, 2015-07-03 12:39
fixed:

Never seen this problem. Closing for now.

Categories: Development

Ticket #12190 (usb_modeswitch sends us to KDL if device is plugged in at boot) created

Fri, 2015-07-03 12:38

My Huawei E5377 G4 modem uses the usb_modeswitch driver. If it's plugged in when I boot up, I go straight to KDL.

OK if plugged in after booting.

Categories: Development

Ticket #12189 (Cannot install to Samsung SSD) created

Fri, 2015-07-03 12:11

Just bought a Samsung 840 120GB SSD for development work. (Not 840 EVO, the original version.)

Created partitions, copied everything across, then tried an install from the old HDD. The install failed to load Deskbar, haiku_loader, kernel_x86, runtime_loader and Tracker onto the new drive.

So, I copied them over manually and did a 'makebootable' but it still fails to boot. The I attempted to install BootManager but it shows up an 'Incompatible format' error.

The drive is being identified as /dev/disk/ata/0/master/

Categories: Development

Ticket #9720 (Implement signal handling in Debugger) closed

Fri, 2015-07-03 02:39
fixed:

Implemented in hrev49356.

Categories: Development

Ticket #89 (Charts blocks drawing while '2 Threads' is selected [...]) closed

Thu, 2015-07-02 20:52
fixed:

I put a workaround in hrev49353. Basically, you could have a situation like this :
bigtime_t before = system_time();
SomeCalculation();
SomeOtherCalculation();
bigtime_t after = system_time();

and you could have some cases where after - before < 1 (either 0 or negative). When used in the division right after, you would have a division by 0 (NaN) that would break the logic further down and poison the animation as the ratio is calculated from the ratio calculated in the previous cycle.. NaN * NaN, etc..

So, I made sure the after-before was at least 1 and it seems to work ok. Since the time calculation was more or less only there to calculate a load ratio, it doesn't have to be extra accurate.

Categories: Development

Ticket #10615 (KDL after booting) closed

Wed, 2015-07-01 21:29
fixed
Categories: Development

Ticket #12188 (Webpositive: default software bookmarks not working) created

Wed, 2015-07-01 20:26

hrev49346 x86_gcc2
Guest One's Haiku Repository, Haikuarchives and Haikuports not working.
screenshot 1, 2, 3 attached

Categories: Development

Ticket #3074 ([FileTypes] could crash if you try to open many files at once) closed

Wed, 2015-07-01 19:21
fixed:

Should be fixed in hrev49346. Thanks!

Categories: Development