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

00:05:44 Пользователи: Diver_, Lan, beos, diGer, flame, gour(work), isida[bot], totish, Ботиха (9)

00:05:44
Сайт проекта: 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:05:44 totish зашел как модератор и администратор online [5]

00:28:17 RISC зашел как модератор и администратор online [1]

00:28:18 RISC теперь online [1]

00:46:13 Lan теперь online [15]

00:46:28 Lan вышел

00:47:09 Ботиха: RSS: Новости для Recent Commits to haiku:master
• Deskbar: Avoid leaking leaf bitmap's memory
Deskbar: Avoid leaking leaf bitmap's memory
In the vector case we are creating a bitmap, in the non-vector
case we are grabbing the bitmap from a resource.
The vector case we have to create a bitmap to rasterize.
The non-vector case we just grab the bitmap pointer.
We have to create new bitmaps from the vector icon at
different sizes, when we do that we were leaking the memory
occupied by the previous icon.
So make and use SetIcon() setter method which deletes the old
bitmap before setting the new one. In the non-vector case this
means we need to make a copy of the bitmap we grab from the
resources that we can safely delete.
Also delete bitmap on destructor.
For all other TBarMenuTitle's (meaning the team menu item),
we are grabbing a bitmap from resource, so don't delete the
bitmap as it is owned by resource set, we just use the pointer.
https://github.com/haiku/haiku/commit/223ea4329f3dd3282de0ba198d36a515a4b20265
• Deskbar: Inital FetchIcon() in AttachedToWindow()
Deskbar: Inital FetchIcon() in AttachedToWindow()
This ensures that we have a connection to App Server at the
time we are fetching the icon.
Hopefully fixes #13172
https://github.com/haiku/haiku/commit/52e243a7d1c952fa3dff316cadf0b9fdde5f4c4c

01:44:38 totish теперь away [5] (Auto Status (idle))

01:44:39 totish теперь online [5]

01:47:11 Ботиха: RSS: Новости для Recent Commits to haiku:master
• Mail and Notification prefs: use B_WIDTH_FROM_WIDEST
Mail and Notification prefs: use B_WIDTH_FROM_WIDEST
Spotted by Diver: missing B_WIDTH_FROM_WIDEST for the BTabViews
resulted in labels being vut off with bigger font settings.
https://github.com/haiku/haiku/commit/ee7da1af0a35df5657bea667eee0546bd9ff301f

02:08:45 totish вышел

02:34:26 Diver_ теперь away [0] (Away)

02:34:27 Diver_ теперь online [0]

02:34:30 Diver_ теперь away [0] (Away)

02:47:19 Ботиха: RSS: Новости для Recent Commits to haiku:master
• Deskbar: Call parent AttachedToWindow() first
Deskbar: Call parent AttachedToWindow() first
must have connection to App Server before FetchIcon()
Hopefully fixes #13172
https://github.com/haiku/haiku/commit/bea76b8aa16061ddaa48ac90ac0a48663138ef2c

03:08:00 3dEyes зашел как владелец конференции online [15]

03:38:44 RISC вышел

03:47:32 Ботиха: RSS: Новости для Recent Commits to haiku:master
• Fix for ticket #12978 - Tracker GetInfo window layout problem
Fix for ticket #12978 - Tracker GetInfo window layout problem
Signed-off-by: Axel Dörfler <axeld@pinc-software.de>
https://github.com/haiku/haiku/commit/5f8edc9c51b6f4da806faa5340a62d8c16a3ddd1
• Update sdl_image and dfu_util to fix dependencies.
Update sdl_image and dfu_util to fix dependencies.
https://github.com/haiku/haiku/commit/f36df2f6fce577e4825a6533a3a7158fb6dd7900

07:22:45 Diver_ теперь online [0]

07:48:02 Diver_ теперь away [0] (Away)

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

07:48:39 Diver_ теперь away [0] (Away)

10:09:20 beos вышел

10:11:35 gour(work) теперь online [1]

10:51:19 diGer теперь online [50]

11:06:24 Diver_ теперь online [0]

11:25:09 Diver_ теперь away [0] (Away)

11:58:19 3dEyes вышел

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

12:19:26 beos: hrev50848 - ахтунг!!!! дескбар поломато..... с 841 ревы починить не могут

12:20:29 beos вышел

13:01:54 gour(work) теперь away [0] (I'm not here right now)

13:04:05 gour(work) теперь online [1]

13:26:27 gour(work) вышел

13:26:44 gour(work) зашел как постоянный участник online [1]

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

14:41:48 flame вышел

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

14:50:00 RISC зашел как модератор и администратор online [1]

14:50:01 RISC теперь online [1]

15:10:10 cyclop зашел как постоянный участник online [5]

15:25:43 flame вышел

15:31:29 cyclop вышел

15:49:28 Ботиха: RSS: Новости для Recent Commits to haiku:master
• Revert "Deskbar: Call parent AttachedToWindow() first"
Revert "Deskbar: Call parent AttachedToWindow() first"
This reverts commit bea76b8aa16061ddaa48ac90ac0a48663138ef2c.
https://github.com/haiku/haiku/commit/cce67d76ade5a4eec94eee860e1b17fa266a28ab
• Revert "Deskbar: Inital FetchIcon() in AttachedToWindow()"
Revert "Deskbar: Inital FetchIcon() in AttachedToWindow()"
This reverts commit 52e243a7d1c952fa3dff316cadf0b9fdde5f4c4c.
https://github.com/haiku/haiku/commit/da6286856f8eb9fbbf5845da09e314513eba74c8
• Revert "Deskbar: Avoid leaking leaf bitmap's memory"
Revert "Deskbar: Avoid leaking leaf bitmap's memory"
This reverts commit 223ea4329f3dd3282de0ba198d36a515a4b20265.
https://github.com/haiku/haiku/commit/2154128845326c963e37c20edd05bef348f6c7e4
• Revert "Deskbar: Scale cut-off leaf icon in horizontal mode"
Revert "Deskbar: Scale cut-off leaf icon in horizontal mode"
This reverts commit 066137eb05fc965261d6e50f24e41b9dcf79a5a7.
Reverting while I figure out what is causing Deskbar to crash.
https://github.com/haiku/haiku/commit/b1967b1012c09e5e41f876bf07343cb1ca29898b

16:19:21 beos вышел

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

16:39:17 beos вышел

16:54:34 diGer теперь away [40] (Автостатус (неактивен))

16:57:00 diGer теперь online [50]

17:08:02 RISC вышел

17:29:47 diGer теперь away [40] (Автостатус (неактивен))

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

17:48:26 beos: _ver

17:48:27 isida[bot]: beos: Твоя версия: Psi+ 0.15.5188-webkit (Feb 8 2012) // Haiku ( Walter Rev. hrev50849)

17:48:27 Ботиха: beos: Psi+ 0.15.5188-webkit (Feb 8 2012) // Haiku ( Walter Rev. hrev50849)

17:49:46 diGer теперь xa [30] (Автостатус (неактивен))

18:05:35 gour(work) теперь away [0]

18:09:06 diGer вышел

18:09:21 diGer зашел как владелец конференции xa [30] (Автостатус (неактивен))

18:25:21 diGer вышел

18:25:37 diGer зашел как владелец конференции xa [30] (Автостатус (неактивен))

18:52:50 beos вышел

18:58:56 diGer вышел

18:59:11 diGer зашел как владелец конференции xa [30] (Автостатус (неактивен))

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

19:20:03 diGer вышел

19:20:18 diGer зашел как владелец конференции xa [30] (Автостатус (неактивен))

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

19:44:58 flame вышел

19:56:50 diGer вышел

19:57:05 diGer зашел как владелец конференции xa [30] (Автостатус (неактивен))

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

20:24:31 flame: флудеры

20:26:58 beos: http://www.linux.org.ru/news/hardware/13127157

20:27:55 diGer вышел

20:28:10 diGer зашел как владелец конференции xa [30] (Автостатус (неактивен))

20:33:38 beos теперь away [40] (где-то рядом...)

21:03:51 flame: ну что, любители куипни

21:03:58 flame: Сегодня, в публичный доступ была выложена база данных пользователей QIP (33,383,392 аккаунтов).
Взлом был произведен в 2011 году.
В общей доступ перешли такие данные как:
email
имя пользователя
… и пароль в открытом виде

22:06:31 Diver_ теперь online [0]

23:20:35 diGer вышел

23:20:36 diGer зашел как владелец конференции xa [30] (Автостатус (неактивен))

23:26:57 flame вышел

23:26:58 flame зашел как модератор и администратор online [50]

23:32:11 totish зашел как модератор и администратор online [50]

23:35:50 totish вышел

23:36:59 flame вышел

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

23:38:13 flame вышел

23:38:31 flame зашел как модератор и администратор online [50]

23:43:16 diGer теперь away [40] (Автостатус (неактивен))

23:44:06 flame вышел

23:44:07 flame зашел как модератор и администратор online [50]