haiku-os@conference.jabber.ru - 2017/01/07

00:40:02 Пользователи: Diver_, diGer, flame, gour(work), isida[bot], Ботиха, Товарищ Чпок (7)

00:40:02
Сайт проекта: http://www.haiku-os.org Haiku OS R1/alpha 4.1: http://www.haiku-os.org/get-haiku Сайт сообщества: http://qube.ru/BeShare: siarzhuk.dyndns.org Логи конференции: http://myfreenet.ru/haiku-os@conference.jabber.ru/ http://karbin.ddns.is74.ru/chatlogs/haiku-os@conference.jabber.ru Ночные сборки: http://haiku-files.org/ Git-репозиторий Haiku: http://git.haiku-os.org Вставлять логи сюда: http://pastie.org Вставлять картинки сюда: http://imgur.com ВНИМАНИЕ: Для получения статуса "Участник" перешлите Вашу просьбу модераторам [как приватное сообщение].
Просим не обращать внимание на содержание собщений, этот канал действительно посвящён Haiku OS и никак не связан с пропагандой гомосексуализма и аниме

00:40:02 Ботиха: RSS: Новости для Recent Commits to haiku:master
• memset was done twice
memset was done twice
https://github.com/haiku/haiku/commit/57b59d47c57ef1382d4be55792f5bf036c26c88a
• Rewrote device handling in EFI boot-loader
Rewrote device handling in EFI boot-loader
This allows me to find and boot disks and cds(*)
platform_add_boot_device tries to find the disk of the EFI partition
As on other platforms if boot disk isn't found platform_add_block_devices
will be called.
platform_add_block_devices will find all block devices that arn't partitions as
they are handled by Haiku already.
Currently first found suitable partition will be selected. TODO:
* pass in partition UUID's as boot-loader arg to setup boot for
any partition.
* Better cd detection
* Better disk_identifier
*) vfs_boot.cpp is very restrictive when it comes to booting cds.
It either do very Anyboot check where boot partition should be at offset 0,
which isn't true for EFI. In my case it's not even on that disk.
Or it only allow data session partition types.
This is currently failing as the Anyboot partition type is BFS.
https://github.com/haiku/haiku/commit/1d8306654a786a74cd83bc96db97e2b433ee86b2

00:48:33 flame вышел

02:16:21 totish зашел как модератор и администратор online [5]

02:18:27 totish вышел

02:44:08 RISC зашел как модератор и администратор online [1]

02:44:09 RISC теперь online [1]

02:46:34 flame зашел как модератор и администратор online [50]

02:58:42 flame: Ричард Столлман предложил отмечать 25 декабря вместо Рождества день рождения Исаака Ньютона как символ торжества человеческой науки

03:05:40 RISC: ыыы

03:07:42 flame: а в рашке опять сасают :С

03:16:06 RISC теперь away [0] (Прямо сейчас меня здесь нет)

03:19:04 RISC теперь online [1]

03:22:00 RISC: а ты не в рашке?

03:22:05 RISC: https://www.youtube.com/watch?v=v9A0fT8tBEQ

03:22:50 flame: канеш в рашке

03:25:13 RISC: сасаешь?

03:26:05 flame: ну а чо еще делать

03:51:41 flame: В распоряжении ТАСС оказалось письмо AliExpress своим продавцам. Торговая платформа предупредила магазины, что она временно выключает системы доставки «Китайско-российская доставка — SPSR» и «AliExpress доставка без забот — прежде всего». Китайцы утверждают: «По причине сбоя в системе растаможивания коммерческих экспресс-отправлений Федеральной таможенной службой (ФТС) России в настоящее время невозможно совершить надлежащим образом процедуру растаможивания отправлений в Россию».

03:59:47 RISC теперь away [0] (Прямо сейчас меня здесь нет)

04:02:33 RISC теперь online [1]

04:06:55 RISC вышел

04:10:46 Diver_ теперь away [0] (Away)

04:12:37 flame вышел

04:14:22 flame зашел как модератор и администратор online [50]

04:21:13 flame: https://blog.toggl.com/wp-content/uploads/2016/12/toggl-it-jobs-explained-with-changing-lightbulb.jpg

04:27:48 Diver_ теперь online [0]

04:40:36 Ботиха: RSS: Новости для Recent Commits to haiku:master
• AVFormatReader: take the frame size into account
AVFormatReader: take the frame size into account
In ffmpeg, an audio frame may be made of multiple samples. We don't
really support that in our plug-in, and assume the frame rate and sample
rate are the same thing.
Adjust the reported frame count by multiplying ffmpeg's frame count by
its frame size (which is the number of samples per frame).
This fixes audio not working or stopping after a short time in
MediaPlayer, which uses the frame count this way.
https://github.com/haiku/haiku/commit/5d56964421130db129c4820383ab325fc61e5f8b

05:40:44 Ботиха: RSS: Новости для Recent Commits to haiku:master
• Haiku Book: Make wider matching Userguide
Haiku Book: Make wider matching Userguide
I like the narrower width better, but, templates are too wide to fit.
See for example:
https://api.haiku-os.org/classBLayoutBuilder_1_1Group.html#abc185e5d9c43241664889b3b7f8df641
https://github.com/haiku/haiku/commit/c574ad267ddabe392651a9e96d437a30283d78fd

05:46:33 Diver_ теперь away [0] (Away)

06:16:07 Товарищ Чпок вышел

10:52:29 Diver_ теперь online [0]

13:42:09 Ботиха: RSS: Новости для Recent Commits to haiku:master
• UEFI: support selecting video resolution & vesa settings file.
UEFI: support selecting video resolution & vesa settings file.
https://github.com/haiku/haiku/commit/445b080ea3e749d732ffb2d00cdfd16d36a8a1d2
• loader: get_boot_file_system() iterate over all devices found.
loader: get_boot_file_system() iterate over all devices found.
* This is useful for UEFI, as we can then add the device that
contains the UEFI loader, as well as all CD devices. As a
result, if the device with the UEFI loader doesn't contain
a bootable BFS partition, it will then attempt the same for
CD devices.
https://github.com/haiku/haiku/commit/35b38c392e5886bab43193546e5c002773a0c607
• UEFI: improve boot support in devices.cpp
UEFI: improve boot support in devices.cpp
* Maintain a list of all MESSAGING_DEVICE_PATH and
MEDIA_DEVICE_PATH handles, so we can avoid adding devices
multiple times.
* Split up platform_add_boot_device() into separate functions
for better readability (add_cd_devices, add_boot_device_for_image,
etc.).
https://github.com/haiku/haiku/commit/42e718f04137f1b3ce68f0db1d3764ae07ce23ed
• UEFI: identify the boot partition to check that it's valid.
UEFI: identify the boot partition to check that it's valid.
* Also modified EFI::Header to return the efi_table_header so
that we can compare it to boot device partition table.
https://github.com/haiku/haiku/commit/6b4cbec040a14542c7a03ca2050abbfcacfe97c1

13:56:54 beos зашел как модератор и администратор online [50]

13:58:58 beos вышел

14:51:49 Diver_ вышел

15:05:46 Diver_ зашел как владелец конференции online [0]

15:05:47 Diver_ теперь online [0]

15:14:03 ForNeVеR зашел как гость без полномочий online [5]

15:27:23 Diver_ теперь online [0]

15:50:02 Diver_ теперь online [0]

16:11:35 Diver_ теперь online [0]

16:14:38 Diver_ вышел

16:14:38 Diver_ зашел как владелец конференции online [0]

16:17:48 Diver_ вышел

16:33:42 Lan зашел как постоянный участник online [15]

16:44:05 Lan теперь away [15]

16:54:05 Lan теперь xa [15]

17:18:57 beos зашел как модератор и администратор online [50]

17:20:48 ForNeVеR теперь участник без полномочий

17:23:13 beos вышел

17:23:22 Lan теперь online [15]

17:27:02 ForNeVеR вышел

17:33:53 Lan теперь away [15]

17:43:53 Lan теперь xa [15]

18:06:35 beos зашел как модератор и администратор online [50]

18:06:55 beos: _ver

18:06:58 Ботиха: beos: Psi+ 0.15.5188-webkit (Feb 8 2012) // Haiku ( Walter Rev. hrev50832)

18:06:59 isida[bot]: beos: Твоя версия: Psi+ 0.15.5188-webkit (Feb 8 2012) // Haiku ( Walter Rev. hrev50832)

18:28:53 ForNеVeR зашел как гость без полномочий online [5]

18:32:44 ForNеVeR теперь участник без полномочий

18:36:35 ForNеVeR: привет всем!

18:46:20 ForNеVeR: Все-таки самая лучшая ОСь - это хрюша

18:52:52 ForNеVeR вышел

18:57:32 flame: норкоман

19:18:04 beos: :-D

19:18:26 beos: _ver ForNеVeR

19:18:28 Ботиха: beos: Ошибка! Удалённый сервер не найден!

19:18:28 isida[bot]: beos: У ForNеVeR версия Ошибка! Удалённый сервер не найден

19:18:56 beos: _ver ForNеVeR

19:18:56 Ботиха: beos: Ошибка! Удалённый сервер не найден!

19:18:56 isida[bot]: beos: У ForNеVeR версия Ошибка! Удалённый сервер не найден

19:19:15 beos вышел

19:37:15 flame вышел

19:37:16 flame зашел как модератор и администратор online [50]

19:40:20 flame вышел

19:40:21 flame зашел как модератор и администратор online [50]

21:01:34 ForNеVeR зашел как гость без полномочий online [5]

21:02:55 ForNеVeR теперь участник без полномочий

21:03:40 ForNеVeR: КОНФА - УНЫЛОЕ ГОВНО ДЛЯ MУДAКOB И ДOЛБOEБOB. АДМИН - ЛОХ

21:04:16 flame: *ROFL*

21:05:20 ForNеVeR: ИНФА 100%

21:05:40 flame: Ботиха: клован вернулся! возрадуемся!

21:05:57 ForNеVeR: а кто это?

21:06:06 Ботиха: flame: Ну ты что-нибудь умное можешь сказать или нет?

21:06:15 flame: :-D

21:16:26 ForNеVeR теперь away [5] (Автостатус (неактивен))

21:22:52 ForNеVeR теперь online [5]

21:28:32 Lan теперь online [15]

21:43:19 Ботиха: RSS: Новости для Recent Commits to haiku:master
• Updated gcc2 packages for links and lynx.
Updated gcc2 packages for links and lynx.
As reported by drjohnnyfever on the forums:
"Lynx needs an older version of OpenSSL and Links is looking for the old
libpng."
https://github.com/haiku/haiku/commit/5ddc54f27e5de2907fe95a1d9bd74a9b4c2dc6ac

21:43:54 flame: некрофилы

21:44:25 ForNеVeR: кто?

21:44:47 flame: ты

21:44:49 flame: %)

21:45:39 Lan теперь away [15]

21:45:50 ForNеVeR: С чего ты взял?

21:47:37 flame: прост)))

21:50:06 ForNеVeR: совсем нет

21:50:13 flame: ну ок

21:53:07 Lan теперь online [15]

22:03:31 Lan теперь away [15]

22:04:54 Lan теперь online [15]

22:04:55 Lan вышел

22:17:35 ForNеVeR вышел

22:43:30 Ботиха: RSS: Новости для Recent Commits to haiku:master
• Add a 1360x768 mode to the "well known modelines"
Add a 1360x768 mode to the "well known modelines"
- This is the native resolution of two of my displays here
- I am bored of manually setting it with screenmode -m
- Also fix the 1366x768 modeline which was 100Hz instead of the
advertised 60Hz.
https://github.com/haiku/haiku/commit/564aac42098cf041fdc900b54b828d2736c689df

22:55:02 green__green зашел как гость без полномочий online [1]

22:57:42 green__green вышел