[00:24] mpt: you know that red line in the evo calendar that shows you where you are in the day, there's a name for that, named after the guy who created it or something, any idea? [00:25] jcastro, no idea, sorry [00:28] mpt: aha! fyi: http://library.gnome.org/users/evolution/stable/bxqaqja.html.en [00:51] Nafai: back yet? [01:31] Yeah, back now [01:31] But I'm having problems with my dev machine :( [01:31] Weird gtk bug possibly. Everything just locks up when I press enter [02:03] Okay, I'm back. Downgrading my nvidia driver fixed things [02:03] tedg: ping [02:06] tedg: I'm setting the status initially to ACTIVE, and then setting it to ATTENTION later [02:06] And it is the change to attention that I'm not seeing [02:17] Nafai: Hmm, it seems that isn't getting sent on the bus. [02:17] Nafai: Let me review that code real quick. [02:17] Sure, thanks [02:19] Nafai: I don't see anything obvious there. And, I actually have a test for that :) [02:20] Nafai: What language are you writing in? [02:20] It's C [02:21] Hmm, that's very odd then. [02:24] Yes :( [02:34] Any ideas? [02:58] o [03:18] jcastro: around? [03:22] Or kenvandine: around? [14:02] Good morning all [16:28] mpt: Got a moment to check some screenshots to see what you think? [16:28] http://www.travishartwell.net/morethanone.png [16:28] http://www.travishartwell.net/lessthanone.png [16:28] Ignore the choice of icon, working on that, I'm just wondering what you think about the menu text. [17:20] Morning jono [17:20] hey Nafai [17:20] hows things? [17:20] Not bad, made a lot of progress this morning [17:21] Now I just have left things I have questions for others for on g-c-c and now I'm starting on brasero [17:21] Get my mail last night? [17:21] from last night? [17:23] I saw your mail on my phone, I need to follow up [17:23] great that you have started on Brasero [17:23] how are you getting on with it? [17:23] Just started looking at the code. [17:24] I did a lot of clean ups and additional things this morning with g-c-c [17:26] fallback works correctly, things cleanly compile without appindicators, I can cleanly apply my patch against gnome git HEAD of g-c-c, adding the time left on the menu, etc [17:26] Check out these screenshots: [17:26] http://www.travishartwell.net/morethanone.png [17:26] http://www.travishartwell.net/lessthanone.png [17:26] That is in place of the tooltip used before [17:50] Nafai: this is looking sweet [17:51] Thanks jcastro [17:51] Nafai: I have some calls this morning so I'll be out for a bit, so feel free to bother jono [17:51] cool [17:51] I imagine I probably need to tell you new strings as well as the icons so they can be translated? [18:16] Nafai, awesome work! [18:16] Thanks kenvandine [18:16] I just want to figure out the bugs and get it finished :) [18:18] My next hurdle for g-c-c is figuring out how to load the icons that are installed (.pngs and .svgs) into an icon theme so app-indicators can see them [18:18] But the only calls I can find to do so ask for a size and I'm not sure what size to use [18:20] tedg, maybe you can point Nafai in the right direction for getting the icon name for the app indicator? [18:22] Nafai: You shouldn't need to load them. Putting them in an icon theme is just a directory thing. [18:22] Nafai: The size doesn't matter that much as long as it's correct. [18:22] Nafai: The code will choose the best size. [18:23] tedg: So I should just add the directory that the files are in to the search path? [18:23] Nafai: Yes, as a path on the app indicator. As long as they're in the "icon naming theme spec" directory layout. [18:24] Nafai: If you look at the RB patch it does that. [18:24] Rhythmbox [18:24] *nods* [18:24] I'll double check that [18:24] the annoying thing to my perfectionism is that the files are named red-bar.png, green-bar.png, etc and don't have a common prefix [18:25] tedg: btw, the internal links in the appindicator documentation that you have on your site are broken [18:26] Nafai: Yes, it's just a copy of the local docs. No proper linking :( [18:26] Nafai: The best is to just use devhelp. [18:26] Thanks for reminding me of that tool [18:34] sweet, there is even emacs integration [18:39] tedg: so app_indicator_new_with_path ? [18:40] Nafai, checking into your mail now [18:41] cool, a lot of it is outdated now ;) [18:48] Nafai: Yes -- the path will send it over to the panel so it'll add that theme path. [18:48] awesome, recompiling and trying it out [18:49] yay, that was easy [18:49] now for the blinking [18:51] Nafai, what outstanding bits are you blocked on? [18:52] let me check my list to make sure I don't miss anything [18:52] - still have the app_indicator_set_status () bug where the icon doesn't change [18:54] - and advice on the gradually getting more green and then red icon. the old code used pixbufs, but can't do that for this [18:54] that's the only block. I'm going to attempt to implement blinking, who knows if I'll need help there [18:54] and with those, it is ready for a review :) [18:54] tedg, can you help advise on these ^^ [18:54] :) [18:54] awesome :) [18:54] yeah, it feels great to make this progress [18:55] jono, i think tedg already gave him some advice this morning [18:55] * jono hi-fives Nafai [18:55] but we are here if you need advice [18:55] kenvandine, awesome [18:55] Nafai, don't block, just ask [18:55] kenvandine: I had other stuff to do, so it wasn't a big deal this time [18:55] and if we don't respond... tell jcastro or jono and they can come smack us :) [18:55] ok [18:56] this week we are physically together, so they can abuse me :-p [18:56] sweet. I'll be sure to ping them via e-mail if I am blocked and no one responds here [18:56] is that the best way? [18:58] Nafai: Yes. [18:58] ok, thanks [18:58] Nafai: Make sure to include my nick in messages -- I rarely watch the channel unless a notification comes up :) [18:58] tedg: Anything else I can do to make it easier for you to help me figure out why the icon won't change? [18:58] tedg: Sure thing. [18:59] Nafai: Uhm, not sure. I think I'm going to have to look into it more. [18:59] ok [18:59] on this note, I'm hungry so I'm going to go eat [18:59] thanks guys [19:01] be back in about an hour [20:22] I'm back around now, btw [20:24] Nafai: ok, so where do we stand? [20:25] get_status() bug, blinking, and replicating a behavior from GtkStatusICon in the icons. I'm sending a mail about the last one because I'm particularly wordy and don't want to flood IRC [20:26] So as soon as I get this mail out, I'd like to work with tedg or whoever can help me in tracking down why the icon won't change. I can't really implement blinking until then because it only happens during APP_INDICATOR_STATUS_ATTENTION [20:34] jcastro, jono, tedg, kenvandine: I just sent an e-mail describing my blocking issues to y'all, easier than here because I'm so wordy. [20:34] I really have nothing else that I can do on gnome-control-center without these blockers being fixed [20:35] Nafai: ok I'll work that [20:36] Nafai: have you started on brasero btw? [20:36] Nafai: ted and co are releasing for this week's drop so it will really depend on his workload today [20:36] * jcastro runs upstairs to coddle with tedg [20:36] * tedg runs! [20:37] Nafai: Cool, I'll try to get to the activate thing today. But this is a really big release day. [20:39] jcastro: Yeah, I've got as far as the looking at the code and know my approach, so I can dive into brasero while you guys are tied up [20:39] Nafai: That makes sense. [20:40] Except for the testing of brasero part. :) I have no burner in this machine. :) [20:51] Nafai: can you send me the icon locations for cc and brasero today btw? [20:51] jcastro: Sure, I'll send you cc right now. [20:51] <3 [20:57] sent [22:17] yay for learning GObject now [23:01] Nafai: how's it coming along? [23:02] Nafai: nevermind, I see your mail [23:02] :) [23:02] I'm about to send you an e-mail about brasero icons [23:03] Sent [23:04] <3 [23:07] oh, one other thing I didn't mention in my email. I've been checking my changes against git HEAD for these projects using git rebase, and my changes have been applying cleanly