haiku-os@conference.jabber.ru - 2013/05/03

00:01:30 Пользователи: Alex11223, Billi_Gates, Flamе, Nico-izo, diGer, fgssfgss, knorr, michael_s(Atom330), newlifer, Ботиха, Зелёновый (11)

00:01:30 siaržuk установил(а) тему: Сайт проекта: 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://freenet59.ru.com/haiku-os@conference.jabber.ru/
Ночные сборки: http://haiku-files.org/
Git-репозиторий Haiku: http://git.haiku-os.org
Вставлять логи сюда: http://pastie.org
Вставлять картинки сюда: http://imgur.com
ВНИМАНИЕ: Для получения статуса "Участник" перешлите Вашу просьбу модераторам [как приватное сообщение].

00:01:30 Nico-izo теперь online [15]

00:38:53 Nico-izo теперь away [15] (Закипел)

00:44:14 Nico-izo теперь online [15]

00:46:57 michael_s(Atom330) теперь online [5]

00:59:07 Nico-izo теперь away [15] (Закипел)

00:59:34 Nico-izo теперь online [15]

01:01:37 Billi_Gates теперь away [0] (Отошел в 2:59. Скоро вернусь.)

01:04:07 michael_s(Atom330) теперь away [5] (Автостатус (неактивен))

01:04:16 michael_s(Atom330) теперь online [5]

01:09:24 Nico-izo теперь away [15] (Закипел)

01:15:28 Nico-izo теперь online [15]

01:19:34 michael_s(Atom330) теперь away [5] (Автостатус (неактивен))

01:37:40 michael_s(Atom330) теперь online [5]

01:38:22 Nico-izo теперь away [15] (Закипел)

01:43:47 Nico-izo теперь online [15]

01:46:26 Зелёновый теперь xa [30]

01:53:14 Ботиха: RSS: Новости для Recent Commits to haiku:master
• Cleanups.
m src/kits/interface/MenuField.cpp
m src/kits/interface/PopUpMenu.cpp
Cleanups.
Removed code path for be_control_look == NULL.
Improve comments.
https://github.com/haiku/haiku/commit/bb169747582db8345d31662a62ec05ecda64835b

02:04:03 Зелёновый теперь away [30]

02:09:56 Nico-izo теперь away [15] (Закипел)

02:10:28 Nico-izo теперь online [15]

02:18:59 Nico-izo теперь away [15] (Закипел)

02:19:30 Nico-izo теперь online [15]

02:32:17 Nico-izo теперь away [15] (Закипел)

02:32:23 Nico-izo теперь online [15]

02:34:11 Зелёновый теперь xa [30]

02:38:29 siarzhuk зашел как владелец конференции online [0] (Minsk-Litovski :-P)

02:38:29 siarzhuk теперь online [0] (Minsk-Litovski :-P)

02:39:16 siarzhuk вышел

02:40:27 michael_s(Atom330) теперь away [5] (Автостатус (неактивен))

02:48:38 Nico-izo теперь away [15] (Закипел)

02:48:38 Nico-izo теперь online [15]

02:59:46 Alex11223 вышел

03:00:28 michael_s(Atom330) теперь xa [5] (Автостатус (неактивен))

03:05:35 diGer вышел

03:31:18 Nico-izo вышел

03:34:44 Billi_Gates теперь away [0] (Отошел в 5:32. Скоро вернусь.)

03:38:51 Ботиха: RSS: Новости для Recent Commits to haiku:master
• BPlusTree: Style cleanup only, no functional change.
m src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
BPlusTree: Style cleanup only, no functional change.
https://github.com/haiku/haiku/commit/6b65a838e01488536628e807b7b65bb73468f8d4
• haiku_loader: Reuse BPlusTree implementation of the BFS add-on.
m src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
m src/add-ons/kernel/file_systems/bfs/BPlusTree.h
- src/system/boot/loader/file_systems/bfs/BPlusTree.cpp
- src/system/boot/loader/file_systems/bfs/BPlusTree.h
m src/system/boot/loader/file_systems/bfs/Jamfile
m src/system/boot/loader/file_systems/bfs/Stream.h
haiku_loader: Reuse BPlusTree implementation of the BFS add-on.
Instead of having an almost exact, albeit read only, duplicate of the
implementation.
https://github.com/haiku/haiku/commit/1a5e87cc6491bdc291ac44287232d66b2055deca
• BPlusTree: Fix GCC4 false positive of possible unintialized use.
m src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
BPlusTree: Fix GCC4 false positive of possible unintialized use.
https://github.com/haiku/haiku/commit/50ef2db4a80d096978fd27c5d77306c631f8a181
• BPlusTree: Fix fCurrentKey in backward TreeIterator traversal.
m src/add-ons/kernel/file_systems/bfs/BPlusTree.cpp
BPlusTree: Fix fCurrentKey in backward TreeIterator traversal.
When reaching the next node the current key should be set to the next
valid index within that node (0 for forward and NumKeys() - 1 for
backward). This did not cause any harm as BFS uses forward traversal
only.
https://github.com/haiku/haiku/commit/8a43cad2ef51b227d80be6e20f37b14c2a0dbde4

03:45:12 newlifer теперь chat [0] (Рисуем-с! :3)

04:03:38 Nico-izo зашел как постоянный участник online [15]

04:38:56 Ботиха: RSS: Новости для Recent Commits to haiku:master
• btrfs: Return more than a single dirent at a time in btrfs_read_dir().
m src/add-ons/kernel/file_systems/btrfs/DirectoryIterator.cpp
m src/add-ons/kernel/file_systems/btrfs/kernel_interface.cpp
btrfs: Return more than a single dirent at a time in btrfs_read_dir().
* similar to what mmlr did in hrev45575 for bfs.
https://github.com/haiku/haiku/commit/795f13d6f2ef70799c89ae999e2b4ea9c170faed
• ext2: Return more than a single dirent at a time in ext2_read_dir().
m src/add-ons/kernel/file_systems/ext2/DirectoryIterator.cpp
m src/add-ons/kernel/file_systems/ext2/kernel_interface.cpp
ext2: Return more than a single dirent at a time in ext2_read_dir().
* similar to what mmlr did in hrev45575 for bfs.
https://github.com/haiku/haiku/commit/c33b645d33c3c568b0371e13ee527676bf4931db

05:26:50 Nico-izo теперь away [15] (Закипел)

05:28:41 Nico-izo теперь online [15]

05:41:44 newlifer вышел

06:13:56 Nico-izo теперь away [15] (Закипел)

06:14:49 Nico-izo теперь online [15]

06:39:29 Ботиха: RSS: Новости для Recent Commits to haiku:master
• Add class declarations to header
m headers/os/interface/OutlineListView.h
Add class declarations to header
https://github.com/haiku/haiku/commit/f56bf5b03e8b4fa3234685fe5f01050a83b88ef4
• BOutlineListView: Refactor to eliminate repeat vars
m src/kits/interface/OutlineListView.cpp
BOutlineListView: Refactor to eliminate repeat vars
The latch width, height and indent width are now all set in one
place in LatchRect() and then LatchRect() is used in multiple places.
https://github.com/haiku/haiku/commit/a56ddb2bea435780f45f7da9224c58934bc03dfa

06:47:27 Nico-izo теперь away [15] (Закипел)

06:48:37 Nico-izo теперь online [15]

06:51:43 beos зашел как постоянный участник online [50]

06:52:39 beos вышел

07:37:09 Billi_Gates теперь away [0] (Отошел в 9:34. Скоро вернусь.)

07:55:22 Nico-izo теперь away [15] (Закипел)

07:55:37 beos зашел как постоянный участник online [50]

07:55:44 beos: *HI*

07:56:13 beos: *ROFL* Весна на ЛОРе ..

07:56:29 beos: http://www.linux.org.ru/forum/general/9112637

07:56:45 beos: http://www.linux.org.ru/forum/general/9105685

07:57:35 beos: http://www.linux.org.ru/forum/desktop/8008371

07:58:15 beos вышел

08:02:20 Nico-izo теперь xa [15] (Испарился)

08:02:22 Nico-izo теперь online [15]

08:07:59 Nico-izo теперь away [15] (Закипел)

08:13:18 Nico-izo теперь online [15]

08:34:50 Nico-izo теперь away [15] (Закипел)

08:35:09 Nico-izo теперь online [15]

08:38:13 Nico-izo теперь away [15] (Закипел)

08:40:07 Ботиха: RSS: Новости для Recent Commits to haiku:master
• Various cleanups to Teams window.
m src/apps/debugger/user_interface/gui/teams_window/TeamsListView.cpp
m src/apps/debugger/user_interface/gui/teams_window/TeamsListView.h
m src/apps/debugger/user_interface/gui/teams_window/TeamsWindow.cpp
m src/apps/debugger/user_interface/gui/teams_window/TeamsWindow.h
Various cleanups to Teams window.
- Convert to using layout APIs.
- Add buttons to attach to an existing team or create a new one (not
implemented yet).
- Various minor style cleanups.
https://github.com/haiku/haiku/commit/12abf3b28011c9034fefeb9efec04cc4a7c224ed
• Add tooltips to breakpoint marker view.
m src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
Add tooltips to breakpoint marker view.
- If the user hovers over a valid breakpoint marker location, emit a
tooltip message indicating the action that can be taken.
https://github.com/haiku/haiku/commit/22dc5f2bcd29a89072c96785f3cac573e133ab74
• Cleanup.
m src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
Cleanup.
https://github.com/haiku/haiku/commit/c7b441ac1ebe234e085235a4fafe2ef64f9a5d2e

08:45:13 Nico-izo теперь xa [15] (Испарился)

08:53:17 siarzhuk зашел как владелец конференции online [0] (Minsk-Litovski :-P)

08:53:21 siarzhuk теперь online [0] (Minsk-Litovski :-P)

08:54:20 siarzhuk вышел

09:02:31 Nico-izo теперь online [15]

09:10:00 Nico-izo теперь away [15] (Закипел)

09:15:52 Nico-izo теперь online [15]

09:29:08 fgssfgss вышел

09:53:18 Nico-izo теперь away [15] (Закипел)

09:53:19 Nico-izo теперь online [15]

10:01:51 Nico-izo теперь away [15] (Закипел)

10:03:06 Зелёновый теперь away [30]

10:03:53 Nico-izo теперь online [15]

10:17:05 Nico-izo теперь away [15] (Закипел)

10:24:03 Nico-izo теперь xa [15] (Испарился)

10:30:14 Nico-izo теперь online [15]

10:33:36 Nico-izo теперь away [15] (Закипел)

10:40:36 Nico-izo теперь xa [15] (Испарился)

10:40:37 Зелёновый теперь xa [30]

10:56:49 Billi_Gates теперь away [0] (Отошел в 12:54. Скоро вернусь.)

11:09:17 Alex11223 зашел как постоянный участник online [50]

11:09:19 Alex11223 теперь xa [30] (Автостатус (неактивен))

11:13:00 siarzhuk зашел как владелец конференции online [0] (Minsk-Litovski :-P)

11:13:00 siarzhuk теперь online [0] (Minsk-Litovski :-P)

11:13:09 siarzhuk вышел

11:18:11 Alex11223 теперь online [50]

12:10:44 michael_s(Atom330) теперь online [5]

12:54:22 newlifer зашел как постоянный участник chat [0] (Рисуем-с! :3)

12:54:37 Зелёновый теперь away [30]

12:54:50 newlifer теперь online [0]

14:01:22 fgssfgss зашел как постоянный участник online [0] (Доступен)

14:09:50 Billi_Gates теперь away [0] (Отошел в 16:07. Скоро вернусь.)

14:17:33 michael_s(Atom330) теперь away [5] (Автостатус (неактивен))

14:31:17 Billi_Gates вышел

14:37:32 michael_s(Atom330) теперь xa [5] (Автостатус (неактивен))

15:10:12 Alex11223 теперь away [40] (Автостатус (неактивен))

15:10:32 Alex11223 теперь online [50]

15:15:47 michael_s(Atom330) теперь online [5]

15:26:04 michael_s(Atom330) теперь away [5] (Автостатус (неактивен))

15:32:00 newlifer теперь chat [0] (Рисуем-с! :3)

15:46:04 michael_s(Atom330) теперь xa [5] (Автостатус (неактивен))

16:27:08 michael_s(Atom330) вышел (Replaced by new connection)

16:27:09 michael_s(Atom330) зашел как владелец конференции online [5]

16:36:53 michael_s(Atom330) теперь away [5] (Автостатус (неактивен))

16:42:55 michael_s(Atom330) теперь online [5]

16:46:10 Alex11223 теперь away [40] (Автостатус (неактивен))

16:47:11 Alex11223 теперь online [50]

16:49:03 beos зашел как постоянный участник online [50]

16:49:23 beos вышел

17:03:30 diGer зашел как модератор и администратор online [2]

17:06:02 michael_s(Atom330) теперь away [5] (Автостатус (неактивен))

17:07:09 Alex11223 теперь away [40] (Автостатус (неактивен))

17:13:40 Alex11223 теперь online [50]

17:26:03 michael_s(Atom330) теперь xa [5] (Автостатус (неактивен))

17:39:16 michael_s(Atom330) теперь online [5]

17:39:23 michael_s(Atom330) вышел

17:40:53 michael_s(Atom330) зашел как владелец конференции online [5]

17:42:32 Ботиха: RSS: Новости для Recent Commits to haiku:master
• Removed superfluous class definitions from OutlineListView.h
m headers/os/interface/OutlineListView.h
Removed superfluous class definitions from OutlineListView.h
* Why?
https://github.com/haiku/haiku/commit/3bf99152470eab2272d88c2979e15c68d7b1d60a

17:43:55 Зелёновый теперь xa [30]

17:50:51 michael_s(Atom330) теперь away [5] (Автостатус (неактивен))

18:06:04 michael_s(Atom330) теперь online [5]

18:31:34 michael_s(Atom330) теперь away [5] (Автостатус (неактивен))

18:37:17 michael_s(Atom330) теперь online [5]

18:47:16 michael_s(Atom330) теперь away [5] (Автостатус (неактивен))

19:04:57 michael_s(Atom330) теперь online [5]

19:15:49 michael_s(Atom330) теперь away [5] (Автостатус (неактивен))

19:35:49 michael_s(Atom330) теперь xa [5] (Автостатус (неактивен))

19:44:45 michael_s(Atom330) теперь online [5]

19:44:54 knorr теперь online [1]

19:53:00 Зелёновый теперь away [30]

19:55:50 michael_s(Atom330) теперь away [5] (Автостатус (неактивен))

20:06:08 michael_s(Atom330) теперь online [5]

20:37:47 michael_s(Atom330) теперь away [5] (Автостатус (неактивен))

20:44:05 michael_s(Atom330) теперь online [5]

20:46:14 knorr вышел

20:47:01 Nico-izo теперь online [15]

20:51:00 Alex11223 теперь away [40] (Автостатус (неактивен))

20:55:22 Nico-izo теперь away [15] (Закипел)

20:59:04 Alex11223 теперь online [50]

21:02:22 Nico-izo теперь xa [15] (Испарился)

21:06:33 michael_s(Atom330) теперь away [5] (Автостатус (неактивен))

21:10:05 michael_s(Atom330) теперь online [5]

21:11:11 Nico-izo теперь online [15]

21:24:21 michael_s(Atom330) теперь away [5] (Автостатус (неактивен))

21:25:22 Nico-izo теперь away [15] (Закипел)

21:25:40 Nico-izo теперь online [15]

21:30:14 michael_s(Atom330) теперь online [5]

21:48:59 Nico-izo теперь away [15] (Закипел)

21:50:10 michael_s(Atom330) теперь away [5] (Автостатус (неактивен))

21:55:58 Nico-izo теперь xa [15] (Испарился)

21:56:54 michael_s(Atom330) теперь online [5]

22:09:24 Nico-izo теперь online [15]

22:19:17 Nico-izo теперь away [15] (Закипел)

22:19:52 Nico-izo теперь online [15]

22:28:12 Nico-izo теперь away [15] (Закипел)

22:31:09 Nico-izo теперь online [15]

22:34:21 Nico-izo теперь away [15] (Закипел)

22:36:56 Nico-izo теперь online [15]

22:41:58 diGer вышел

22:42:41 Nico-izo теперь away [15] (Закипел)

22:43:11 Nico-izo теперь online [15]

22:46:50 Nico-izo теперь away [15] (Закипел)

22:53:50 Nico-izo теперь xa [15] (Испарился)

23:00:43 diGer зашел как модератор и администратор online [2]

23:02:00 Nico-izo теперь online [15]

23:02:41 michael_s(Atom330) теперь away [5] (Автостатус (неактивен))

23:08:54 Nico-izo теперь away [15] (Закипел)

23:12:13 michael_s(Atom330) теперь online [5]

23:13:06 Nico-izo теперь online [15]

23:27:57 Nico-izo теперь away [15] (Закипел)

23:30:17 Nico-izo теперь online [15]

23:33:21 Nico-izo теперь away [15] (Закипел)

23:37:35 Nico-izo теперь online [15]

23:39:48 Зелёновый теперь xa [30]

23:54:15 Nico-izo теперь away [15] (Закипел)

23:55:50 Nico-izo теперь online [15]