jcastro | 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:24 |
---|---|---|
mpt | jcastro, no idea, sorry | 00:25 |
jcastro | mpt: aha! fyi: http://library.gnome.org/users/evolution/stable/bxqaqja.html.en | 00:28 |
jcastro | Nafai: back yet? | 00:51 |
Nafai | Yeah, back now | 01:31 |
Nafai | But I'm having problems with my dev machine :( | 01:31 |
Nafai | Weird gtk bug possibly. Everything just locks up when I press enter | 01:31 |
Nafai | Okay, I'm back. Downgrading my nvidia driver fixed things | 02:03 |
Nafai | tedg: ping | 02:03 |
Nafai | tedg: I'm setting the status initially to ACTIVE, and then setting it to ATTENTION later | 02:06 |
Nafai | And it is the change to attention that I'm not seeing | 02:06 |
tedg | Nafai: Hmm, it seems that isn't getting sent on the bus. | 02:17 |
tedg | Nafai: Let me review that code real quick. | 02:17 |
Nafai | Sure, thanks | 02:17 |
tedg | Nafai: I don't see anything obvious there. And, I actually have a test for that :) | 02:19 |
tedg | Nafai: What language are you writing in? | 02:20 |
Nafai | It's C | 02:20 |
tedg | Hmm, that's very odd then. | 02:21 |
Nafai | Yes :( | 02:24 |
Nafai | Any ideas? | 02:34 |
Nafai | o | 02:58 |
Nafai | jcastro: around? | 03:18 |
Nafai | Or kenvandine: around? | 03:22 |
Nafai | Good morning all | 14:02 |
Nafai | mpt: Got a moment to check some screenshots to see what you think? | 16:28 |
Nafai | http://www.travishartwell.net/morethanone.png | 16:28 |
Nafai | http://www.travishartwell.net/lessthanone.png | 16:28 |
Nafai | Ignore the choice of icon, working on that, I'm just wondering what you think about the menu text. | 16:28 |
Nafai | Morning jono | 17:20 |
jono | hey Nafai | 17:20 |
jono | hows things? | 17:20 |
Nafai | Not bad, made a lot of progress this morning | 17:20 |
Nafai | 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 |
Nafai | Get my mail last night? | 17:21 |
Nafai | from last night? | 17:21 |
jono | I saw your mail on my phone, I need to follow up | 17:23 |
jono | great that you have started on Brasero | 17:23 |
jono | how are you getting on with it? | 17:23 |
Nafai | Just started looking at the code. | 17:23 |
Nafai | I did a lot of clean ups and additional things this morning with g-c-c | 17:24 |
Nafai | 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 |
Nafai | Check out these screenshots: | 17:26 |
Nafai | http://www.travishartwell.net/morethanone.png | 17:26 |
Nafai | http://www.travishartwell.net/lessthanone.png | 17:26 |
Nafai | That is in place of the tooltip used before | 17:26 |
jcastro | Nafai: this is looking sweet | 17:50 |
Nafai | Thanks jcastro | 17:51 |
jcastro | Nafai: I have some calls this morning so I'll be out for a bit, so feel free to bother jono | 17:51 |
Nafai | cool | 17:51 |
Nafai | I imagine I probably need to tell you new strings as well as the icons so they can be translated? | 17:51 |
kenvandine | Nafai, awesome work! | 18:16 |
Nafai | Thanks kenvandine | 18:16 |
Nafai | I just want to figure out the bugs and get it finished :) | 18:16 |
Nafai | 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 |
Nafai | But the only calls I can find to do so ask for a size and I'm not sure what size to use | 18:18 |
kenvandine | tedg, maybe you can point Nafai in the right direction for getting the icon name for the app indicator? | 18:20 |
tedg | Nafai: You shouldn't need to load them. Putting them in an icon theme is just a directory thing. | 18:22 |
tedg | Nafai: The size doesn't matter that much as long as it's correct. | 18:22 |
tedg | Nafai: The code will choose the best size. | 18:22 |
Nafai | tedg: So I should just add the directory that the files are in to the search path? | 18:23 |
tedg | Nafai: Yes, as a path on the app indicator. As long as they're in the "icon naming theme spec" directory layout. | 18:23 |
tedg | Nafai: If you look at the RB patch it does that. | 18:24 |
tedg | Rhythmbox | 18:24 |
Nafai | *nods* | 18:24 |
Nafai | I'll double check that | 18:24 |
Nafai | 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:24 |
Nafai | tedg: btw, the internal links in the appindicator documentation that you have on your site are broken | 18:25 |
tedg | Nafai: Yes, it's just a copy of the local docs. No proper linking :( | 18:26 |
tedg | Nafai: The best is to just use devhelp. | 18:26 |
Nafai | Thanks for reminding me of that tool | 18:26 |
Nafai | sweet, there is even emacs integration | 18:34 |
Nafai | tedg: so app_indicator_new_with_path ? | 18:39 |
jono | Nafai, checking into your mail now | 18:40 |
Nafai | cool, a lot of it is outdated now ;) | 18:41 |
tedg | Nafai: Yes -- the path will send it over to the panel so it'll add that theme path. | 18:48 |
Nafai | awesome, recompiling and trying it out | 18:48 |
Nafai | yay, that was easy | 18:49 |
Nafai | now for the blinking | 18:49 |
jono | Nafai, what outstanding bits are you blocked on? | 18:51 |
Nafai | let me check my list to make sure I don't miss anything | 18:52 |
Nafai | - still have the app_indicator_set_status () bug where the icon doesn't change | 18:52 |
Nafai | - 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 |
Nafai | that's the only block. I'm going to attempt to implement blinking, who knows if I'll need help there | 18:54 |
Nafai | and with those, it is ready for a review :) | 18:54 |
jono | tedg, can you help advise on these ^^ | 18:54 |
kenvandine | :) | 18:54 |
jono | awesome :) | 18:54 |
Nafai | yeah, it feels great to make this progress | 18:54 |
kenvandine | jono, i think tedg already gave him some advice this morning | 18:55 |
* jono hi-fives Nafai | 18:55 | |
kenvandine | but we are here if you need advice | 18:55 |
jono | kenvandine, awesome | 18:55 |
kenvandine | Nafai, don't block, just ask | 18:55 |
Nafai | kenvandine: I had other stuff to do, so it wasn't a big deal this time | 18:55 |
kenvandine | and if we don't respond... tell jcastro or jono and they can come smack us :) | 18:55 |
Nafai | ok | 18:55 |
kenvandine | this week we are physically together, so they can abuse me :-p | 18:56 |
Nafai | sweet. I'll be sure to ping them via e-mail if I am blocked and no one responds here | 18:56 |
Nafai | is that the best way? | 18:56 |
tedg | Nafai: Yes. | 18:58 |
Nafai | ok, thanks | 18:58 |
tedg | Nafai: Make sure to include my nick in messages -- I rarely watch the channel unless a notification comes up :) | 18:58 |
Nafai | 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 |
Nafai | tedg: Sure thing. | 18:58 |
tedg | Nafai: Uhm, not sure. I think I'm going to have to look into it more. | 18:59 |
Nafai | ok | 18:59 |
Nafai | on this note, I'm hungry so I'm going to go eat | 18:59 |
Nafai | thanks guys | 18:59 |
Nafai | be back in about an hour | 19:01 |
Nafai | I'm back around now, btw | 20:22 |
jcastro | Nafai: ok, so where do we stand? | 20:24 |
Nafai | 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:25 |
Nafai | 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:26 |
Nafai | 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 |
Nafai | I really have nothing else that I can do on gnome-control-center without these blockers being fixed | 20:34 |
jcastro | Nafai: ok I'll work that | 20:35 |
jcastro | Nafai: have you started on brasero btw? | 20:36 |
jcastro | 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:36 | |
tedg | Nafai: Cool, I'll try to get to the activate thing today. But this is a really big release day. | 20:37 |
Nafai | 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 |
tedg | Nafai: That makes sense. | 20:39 |
Nafai | Except for the testing of brasero part. :) I have no burner in this machine. :) | 20:40 |
jcastro | Nafai: can you send me the icon locations for cc and brasero today btw? | 20:51 |
Nafai | jcastro: Sure, I'll send you cc right now. | 20:51 |
jcastro | <3 | 20:51 |
Nafai | sent | 20:57 |
Nafai | yay for learning GObject now | 22:17 |
jcastro | Nafai: how's it coming along? | 23:01 |
jcastro | Nafai: nevermind, I see your mail | 23:02 |
Nafai | :) | 23:02 |
Nafai | I'm about to send you an e-mail about brasero icons | 23:02 |
Nafai | Sent | 23:03 |
jcastro | <3 | 23:04 |
Nafai | 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 | 23:07 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!