All times shown according to UTC.
| Time | Nick | Message |
|---|---|---|
| 00:40 | willkg joined #miro-hackers | |
| 00:40 | willkg left #miro-hackers | |
| 03:11 | uwe_mobile joined #miro-hackers | |
| 05:15 | Jarrhead joined #miro-hackers | |
| 08:18 | janet1 joined #miro-hackers | |
| 08:22 | glee joined #miro-hackers | |
| 08:29 | glee joined #miro-hackers | |
| 08:42 | Jarrhead joined #miro-hackers | |
| 13:24 | willkg joined #miro-hackers | |
| 13:46 | willkg | hi! |
| 14:56 | paroneayea joined #miro-hackers | |
| 15:58 | GitHub85 joined #miro-hackers | |
| 15:58 | GitHub85 | [miro] paulswartz pushed 2 new commits to master: https://github.com/pculture/mi[…]ed24707...b434a85 |
| 15:58 | [miro/master] Don't draw the GTK focus ring in albumview (#18272) - Ben Dean-Kawamura | |
| 15:58 | [miro/master] Merge pull request #80 from bendk/fix18272 - Paul Swartz | |
| 15:58 | GitHub85 left #miro-hackers | |
| 15:59 | GitHub129 joined #miro-hackers | |
| 15:59 | GitHub129 | [miro] paulswartz pushed 1 new commit to master: https://github.com/pculture/mi[…]c1d6ebdc30289c66f |
| 15:59 | [miro/master] Merge pull request #77 from geoffl/bz18487 - Paul Swartz | |
| 15:59 | GitHub129 left #miro-hackers | |
| 16:17 | rikai joined #miro-hackers | |
| 16:17 | rikai joined #miro-hackers | |
| 16:36 | z3p1 joined #miro-hackers | |
| 16:51 | glee joined #miro-hackers | |
| 17:22 | janet joined #miro-hackers | |
| 17:54 | z3p1 left #miro-hackers | |
| 17:55 | z3p1 joined #miro-hackers | |
| 18:00 | janet joined #miro-hackers | |
| 18:14 | bendk | hi all |
| 18:15 | so I finally broke down and investigated why we get all these g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed warnings | |
| 18:15 | I just put my findings in http://bugzilla.pculture.org/s[…]_bug.cgi?id=17243 | |
| 18:15 | Basically it's multiple inheritance with a GTK widget class | |
| 18:16 | I have no clue if those things are serious or not, does anyone else have an idea? | |
| 18:16 | or a gut feeling? | |
| 18:26 | z3p1 | bendk: I have a feeling that it's related to the crashes Dean and I See occasionally |
| 18:26 | don't remember the ticket # offhand | |
| 18:27 | bendk | okay, I think that pushes it up to a P1 |
| 18:27 | since I think it could very well be causing other crashes on windows as well | |
| 18:27 | that's just a very vague feeling, but we never know until we eliminate the issue | |
| 18:27 | willkg | bendk: awesome! |
| 18:28 | i occasionally had crashes going into and out of movie playback, but it wasn't frequent. | |
| 18:28 | bendk | heh, it's been bugging me forever |
| 18:28 | willkg | i have no idea if it's a windows crasher--that'd be interesting. |
| 18:29 | bendk | the first thing I thought about was how many times I've asked nassar's interview question of when to use inheritance and when to use composition :) |
| 18:29 | willkg: I've seen a couple new windows crashes now that we've switched to gstreamer | |
| 18:30 | * willkg | nods. |
| 18:30 | z3p1 | bendk: is the answer "use whichever one doesn't crash GTK"? |
| 18:30 | bendk | bingo! |
| 18:30 | willkg | z3p: +1 |
| 18:31 | bendk | I'm not hiring any more developers if they don't know that |
| 18:31 | z3p1 | woo! no wonder you guys hired me |
| 18:41 | janet joined #miro-hackers | |
| 18:44 | z3p1 | bendk: code looks good; just making sure the unit tests pass and then I'll merge |
| 18:45 | bendk | I just made another pull request as well |
| 18:45 | this one should be fast | |
| 18:57 | GitHub34 joined #miro-hackers | |
| 18:57 | GitHub34 | [miro] paulswartz pushed 11 new commits to master: https://github.com/pculture/mi[…]e0abf1f...597442f |
| 18:57 | [miro/master] Started overhauling the menu system - Ben Dean-Kawamura | |
| 18:57 | [miro/master] Refactored menu item keyboard shortcuts - Ben Dean-Kawamura | |
| 18:57 | [miro/master] Reimplemented enabled_groups and state_labels - Ben Dean-Kawamura | |
| 18:57 | GitHub34 left #miro-hackers | |
| 19:20 | GitHub51 joined #miro-hackers | |
| 19:20 | GitHub51 | [miro] bendk pushed 2 new commits to master: https://github.com/pculture/mi[…]597442f...1438118 |
| 19:20 | [miro/master] Fix for disabling file-based subtitles - Ben Dean-Kawamura | |
| 19:20 | [miro/master] Merge pull request #82 from bendk/fix18364 - bendk | |
| 19:20 | GitHub51 left #miro-hackers | |
| 19:25 | GitHub180 joined #miro-hackers | |
| 19:25 | GitHub180 | [miro] paulswartz created bz18490 (+1 new commit): https://github.com/pculture/miro/commit/573acb8 |
| 19:25 | [miro/bz18490] bz18490. don't start sync when toggling automatic sync - Paul Swartz | |
| 19:25 | GitHub180 left #miro-hackers | |
| 19:27 | GitHub5 joined #miro-hackers | |
| 19:27 | GitHub5 | [miro] paulswartz force-pushed bz18490 from 573acb8 to 2c4e8fc: https://github.com/pculture/miro/commits/bz18490 |
| 19:27 | [miro/bz18490] bz18490. don't start sync when toggling automatic sync - Paul Swartz | |
| 19:27 | GitHub5 left #miro-hackers | |
| 19:28 | z3p1 | bendk: glee: can one of you look at that pull request? |
| 19:28 | bendk | got it |
| 19:28 | z3p1 | bendk: also, once that other branch gets rebased it's fine to go in |
| 19:29 | GitHub73 joined #miro-hackers | |
| 19:29 | GitHub73 | [miro] bendk pushed 1 new commit to master: https://github.com/pculture/mi[…]2820ca168914e80f1 |
| 19:29 | [miro/master] Merge pull request #83 from pculture/bz18490 - bendk | |
| 19:29 | GitHub73 left #miro-hackers | |
| 19:35 | GitHub96 joined #miro-hackers | |
| 19:35 | GitHub96 | [miro] paulswartz created bz18486 (+1 new commit): https://github.com/pculture/miro/commit/6d2531a |
| 19:35 | [miro/bz18486] bz18468. don't crash if the device doesn't have settings - Paul Swartz | |
| 19:35 | GitHub96 left #miro-hackers | |
| 19:41 | GitHub13 joined #miro-hackers | |
| 19:41 | GitHub13 | [miro] bendk pushed 1 new commit to master: https://github.com/pculture/mi[…]4da419818c2dde3ee |
| 19:41 | [miro/master] Merge pull request #85 from pculture/bz18486 - bendk | |
| 19:41 | GitHub13 left #miro-hackers | |
| 20:19 | GitHub177 joined #miro-hackers | |
| 20:19 | GitHub177 | [miro] paulswartz pushed 1 new commit to master: https://github.com/pculture/mi[…]368cffa271aeb5893 |
| 20:19 | [miro/master] Merge pull request #84 from bendk/fix18481 - Paul Swartz | |
| 20:19 | GitHub177 left #miro-hackers | |
| 20:33 | janet joined #miro-hackers | |
| 20:47 | janet1 joined #miro-hackers | |
| 21:42 | z3p joined #miro-hackers | |
| 21:42 | z3p1 joined #miro-hackers | |
| 23:30 | maggie_s joined #miro-hackers |