Friday, May 10th, 2013, 00:03 UTC | ||
[00:03:28] | sphery: | stichnot: ah, yeah, that makes sense |
[00:03:59] | stichnot: | stuartm: I think this could be done by subclassing MythDialogBox with a short keyPressEvent() method, but it seems kind of heavy-handed |
[00:15:14] | stichnot: | sphery: are you saying that my proposal for prepending ~/.mythtv/ to the menu search path makes sense? |
[00:20:08] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has quit (Ping timeout: 260 seconds) | |
[00:32:31] | wilmoore-misc (wilmoore-misc!~wilmoore@c-67-190-17-108.hsd1.co.comcast.net) has joined #mythtv | |
[00:36:16] | sphery: | stichnot: yes |
[01:21:51] | jya: | danielk22: any chance for you to update the documentation so I can work on the HLS recorder this week-end ? |
[01:36:47] | stichnot (stichnot!~stichnot@adsl-69-110-157-184.dsl.pltn13.pacbell.net) has joined #mythtv | |
[01:36:47] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has joined #mythtv | |
[01:36:47] | stichnot (stichnot!~stichnot@adsl-69-110-157-184.dsl.pltn13.pacbell.net) has quit (Changing host) | |
[01:56:45] | kc (kc!~Casper@unaffiliated/kc) has quit (Ping timeout: 256 seconds) | |
[02:33:05] | danielk221: | jya: I can spend some time on it tomorrow night. |
[02:33:24] | jya: | that would be nice thank you.. I'd like to get this wrapped up asap |
[02:34:00] | danielk221: | jya: Do you already understand MPEGStreamData or StreamHandler ? |
[02:34:18] | jya: | not really no |
[02:34:36] | jya: | ideally, I'd just like an example to go bye and plug my bits in |
[02:35:21] | danielk221: | jya: Ideally we'd just have script that generated an empty recorder after asking a few questions.. :) |
[02:36:05] | jya: | sounds like a good idea.. when will it be completed? :) |
[02:36:09] | danielk221: | I'll have about 2 hours, so I'll try my best to explain MPEGStreamData + StreamHandler + how the IPTV Recorder differs. |
[02:36:11] | danielk221: | Hah! |
[02:39:21] | danielk221: | BTW Once you've read it I can spend some time with you this weekend to actually do it. Writing the docs has taken a lot longer than it would have taken me to just create the recorder.. But I'd rather spread the knowledge than do it myself. :) |
[03:05:40] | jya: | i will probably amend your docs with what I discover as I go along... |
[03:06:39] | jya: | hum… the earlier "fix" about a/v sync has broken AirTunes playback…. For some reasons, the raop server thinks that we are too far behind from the reference time and is dropping audio packets to catch up |
[03:06:53] | jya: | you can never fix something on this damn project without breaking something else :( |
[03:41:21] | fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has quit (Ping timeout: 248 seconds) | |
[03:42:28] | fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has joined #mythtv | |
[04:10:57] | jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv | |
[04:37:00] | knightr: | stichnot, I'll look at it in more detail this week-end but I spotted some slight translation issues. I believe at least one of them is old code that was moved around...There's a place where a translatied string is built by concatenating many strings togehter (trac shows it at around lne # 11476). I also saw few places where a string that's displayed is concatenated using QString().arg().arg() etc but the translators can't change the order in w |
[04:37:00] | knightr: | hich the strings are concatenated (they don't have access to the "format" string.) |
[04:41:03] | knightr: | I would suggest wrapping these format strings with tr(), providing a (different) disambiguation string to make sure there are no conflicts between these format strings and using "translator" comments (//:, /*:) to explain what the %number are replaced with. |
[04:45:36] | knightr: | I'll let you know if I find anything else once Il check it more this week-end... |
[04:51:12] | knightr: | If you are refering to what I told you about themers sometimes reinventing the wheel :-) for some of the strings they use in their themes I had started to write (I never finished it though) a mail to sphery about this since he had mentioned in the past that he was interested to standardize things such as capitalization and the like in the application. I wanted to explain the problem we currently have and ask what he thought about making it a c |
[04:51:12] | knightr: | oncerted effort between us and the themers to establish some rules in that regard. |
[04:52:34] | knightr: | I every themer followed these rules there would most likely not be as many strings who differ by slight punctuation differences, case, etc... |
[04:52:48] | knightr: | s/I/If |
[04:54:28] | knightr: | I'll complete that email and send it to you both (or maybe to -developers but I would prefer to have some input on this by a few people before asking everybody...) |
[04:54:34] | knightr: | ttyl |
[05:23:51] | stichnot: | knightr: I don't see anything suspicious in the neighborhood of https://github.com/MythTV/mythtv/blob/master/ . . . y.cpp#L11476 . FWIW, those all-uppercase strings are internal tags that shouldn't be translated. |
[05:25:23] | knightr: | stichnot, it's not there... I looked at the patch on the ticket, was I supposed to look elsewhere or is trac playing trick on me? |
[05:26:00] | knightr: | PS: I know there are not supposed to be translated... :-) |
[05:26:19] | knightr: | name = tr("C", "Card") + ":" + QString::number(*it) + " " + |
[05:26:19] | knightr: | tr("I", "Input") + ":" + inputs[i].name; |
[05:26:22] | knightr: | 11812... |
[05:27:36] | knightr: | I was looking at the diff, not the whole file so that's where the line number discrepancy comes from... |
[05:29:58] | knightr: | s/there/these |
[05:33:20] | knightr: | The log entries can be concatenated though since these are always in English (they are never translated...) |
[05:33:39] | stichnot: | OK, that makes more sense. I just copied the code and tried to keep the behavior the same. Give me a better string and I can add it to the patch. |
[05:35:36] | kc (kc!~Casper@pool-108-36-208-246.phlapa.fios.verizon.net) has joined #mythtv | |
[05:35:37] | kc (kc!~Casper@pool-108-36-208-246.phlapa.fios.verizon.net) has quit (Changing host) | |
[05:35:37] | kc (kc!~Casper@unaffiliated/kc) has joined #mythtv | |
[05:37:33] | knightr: | probably something like tr("C:%1 I:%2", "Card and Input etc...").arg(QString::number(*it)).arg(inputs[i].name); |
[05:38:14] | knightr: | and I would add a translator comment on the preceding line that would say something like |
[05:38:48] | knightr: | /: %1 is the card (used?), %2 is the input (used?) |
[05:38:54] | knightr: | oops |
[05:38:59] | knightr: | that's |
[05:39:07] | knightr: | /: %1 is the card (used?), %2 is the input (used?) |
[05:39:51] | knightr: | drats, there supposed to be two slashes but IRC removes one... |
[05:39:59] | knightr: | there's supposed to be... |
[05:41:02] | knightr: | "Card and Input etc..." would be a disambiguation string |
[05:41:15] | stichnot: | ok, that sounds good. Do you need both the disambiguation string and the translator comment? |
[05:41:42] | knightr: | The translators will see both the disambiguation string and the translators comment as comments in the tool they used... |
[05:42:02] | knightr: | that depends on whether you believe there is a risk of collision in the same context or not... |
[05:42:42] | knightr: | since it's more than just "%1 : %2" there's less chance of a collision so you could do without it... |
[05:43:16] | knightr: | but for something that only has %numbers and punctuation I would use it... |
[05:46:50] | knightr: | but if you remove it I would say what it is in the translator comment otherwise the translators won't know what they are translating... |
[05:47:44] | knightr: | (I don't believe many translators look at the source code to help them translate even though the editor they use does show where the string is in the source code... |
[05:47:46] | knightr: | ) |
[05:51:13] | knightr: | (and actually show the source code too if it's there...) |
[05:52:13] | knightr: | ttyl, it's almost 2 am here and I work tomorrow... Good night! |
[05:52:42] | stichnot: | ok ttyl |
[06:03:48] | SteveGoodey (SteveGoodey!~steve@host86-140-98-12.range86-140.btcentralplus.com) has joined #mythtv | |
[06:06:39] | stoffel (stoffel!~quassel@pD9E42F10.dip0.t-ipconnect.de) has joined #mythtv | |
[06:07:22] | stoffel (stoffel!~quassel@pD9E42F10.dip0.t-ipconnect.de) has quit (Remote host closed the connection) | |
[06:12:26] | stoffel (stoffel!~quassel@pD9E42F10.dip0.t-ipconnect.de) has joined #mythtv | |
[06:15:13] | SteveGoodey (SteveGoodey!~steve@host86-140-98-12.range86-140.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[06:28:32] | purserj_ is now known as purserj | |
[06:46:35] | Sharky-AFK is now known as Sharky112065 | |
[06:52:40] | Sharky112065 is now known as Sharky-Sleep | |
[07:28:54] | dekarl (dekarl!~dekarl@p4FCEF49B.dip0.t-ipconnect.de) has quit (Read error: Operation timed out) | |
[07:33:50] | dekarl (dekarl!~dekarl@p4FE85CE5.dip0.t-ipconnect.de) has joined #mythtv | |
[07:36:05] | Merlin83b (Merlin83b!~Daniel@2a00:1ee0:3:1337:ac46:c2a8:cf61:eaba) has joined #mythtv | |
[07:50:53] | Merlin83b (Merlin83b!~Daniel@2a00:1ee0:3:1337:ac46:c2a8:cf61:eaba) has quit (Read error: Connection reset by peer) | |
[07:51:26] | Merlin83b (Merlin83b!~Daniel@2a00:1ee0:3:1337:ac46:c2a8:cf61:eaba) has joined #mythtv | |
[07:55:01] | wilmoore-misc (wilmoore-misc!~wilmoore@c-67-190-17-108.hsd1.co.comcast.net) has quit (Remote host closed the connection) | |
[07:55:53] | Tobbe5178 (Tobbe5178!~asdf@h104n2-sv-a13.ias.bredband.telia.com) has joined #mythtv | |
[08:04:26] | Merlin83b2 (Merlin83b2!~Daniel@2a00:1ee0:3:1337:ac46:c2a8:cf61:eaba) has joined #mythtv | |
[08:04:46] | Merlin83b (Merlin83b!~Daniel@2a00:1ee0:3:1337:ac46:c2a8:cf61:eaba) has quit (Read error: Connection reset by peer) | |
[08:10:10] | stuarta: | sphery: yeah, i have no problem with changing the default eit owner to dekarl. i don't have a lot of time to work on myth code these days, infrastructure yes, code no |
[08:31:36] | stuarta: | jya_: are you finished with the ffmpeg builders? |
[08:41:23] | joki- (joki-!~joki@p5486525D.dip0.t-ipconnect.de) has joined #mythtv | |
[08:46:05] | len (len!~quassel@75-161-175-43.mpls.qwest.net) has quit (Remote host closed the connection) | |
[08:46:19] | joki (joki!~joki@p5486525D.dip0.t-ipconnect.de) has quit (*.net *.split) | |
[08:46:19] | joki- is now known as joki | |
[08:48:03] | len (len!~quassel@75-161-175-43.mpls.qwest.net) has joined #mythtv | |
[08:49:28] | len (len!~quassel@75-161-175-43.mpls.qwest.net) has quit (Read error: Connection reset by peer) | |
[08:49:35] | jya_: | stuarta: well, I could update to ffmpeg 1.2 .. but I'm not sure how that fits with the current release schedule |
[08:51:16] | James2 (James2!admin@office.tandyukservers.co.uk) has joined #mythtv | |
[08:51:54] | rsiebert (rsiebert!~quassel@g224248248.adsl.alicedsl.de) has joined #mythtv | |
[08:52:23] | stuarta: | jya_: i was just thinking of repointing them to devel/logging for a while |
[08:52:44] | stoffel_ (stoffel_!~quassel@pD9E42F10.dip0.t-ipconnect.de) has joined #mythtv | |
[08:53:54] | len (len!~quassel@75-161-175-43.mpls.qwest.net) has joined #mythtv | |
[08:59:04] | dekarl (dekarl!~dekarl@p4FE85CE5.dip0.t-ipconnect.de) has quit (*.net *.split) | |
[08:59:04] | stoffel (stoffel!~quassel@pD9E42F10.dip0.t-ipconnect.de) has quit (*.net *.split) | |
[08:59:04] | rsiebert_ (rsiebert_!~quassel@g224248248.adsl.alicedsl.de) has quit (*.net *.split) | |
[08:59:04] | TandyUK (TandyUK!admin@office.tandyukservers.co.uk) has quit (*.net *.split) | |
[09:01:05] | dekarl (dekarl!~dekarl@p4FE85CE5.dip0.t-ipconnect.de) has joined #mythtv | |
[09:07:37] | jya_: | ok… I'll ask on the mailing list about doing on last resync |
[09:10:47] | len (len!~quassel@75-161-175-43.mpls.qwest.net) has quit (Remote host closed the connection) | |
[09:12:26] | stuarta: | oh, if you want to keep it, i'm happy to keep it |
[09:12:33] | stuarta: | i'll just add devel/logging |
[09:14:36] | neufeld` (neufeld`!~user@69-165-173-139.dsl.teksavvy.com) has joined #mythtv | |
[09:16:28] | len (len!~quassel@75-161-175-43.mpls.qwest.net) has joined #mythtv | |
[09:21:48] | neufeld (neufeld!~user@69-165-173-139.dsl.teksavvy.com) has quit (Ping timeout: 264 seconds) | |
[09:27:00] | len (len!~quassel@75-161-175-43.mpls.qwest.net) has quit (Read error: Connection reset by peer) | |
[09:30:35] | James2 (James2!admin@office.tandyukservers.co.uk) has quit (Read error: Connection reset by peer) | |
[09:30:44] | TandyUK (TandyUK!admin@office.tandyukservers.co.uk) has joined #mythtv | |
[09:32:15] | len (len!~quassel@75-161-175-43.mpls.qwest.net) has joined #mythtv | |
[09:39:01] | len (len!~quassel@75-161-175-43.mpls.qwest.net) has quit (Read error: Connection reset by peer) | |
[09:50:45] | jya_ (jya_!~jyavenard@mythtv/developer/jya) has quit (Quit: jya_) | |
[10:00:41] | IReboot (IReboot!~doug@CPE10bf48e67915-CM78cd8e7e342d.cpe.net.cable.rogers.com) has joined #mythtv | |
[10:08:17] | stuartm (stuartm!~stuartm@mythtv/developer/stuartm) has quit (Ping timeout: 252 seconds) | |
[10:17:23] | Captain_Murdoch (Captain_Murdoch!~cpinkham@mythtv/developer/CaptainMurdoch) has quit (Ping timeout: 268 seconds) | |
[11:12:59] | Captain_Murdoch (Captain_Murdoch!~cpinkham@c-67-170-1-245.hsd1.wa.comcast.net) has joined #mythtv | |
[11:13:00] | Captain_Murdoch (Captain_Murdoch!~cpinkham@c-67-170-1-245.hsd1.wa.comcast.net) has quit (Changing host) | |
[11:13:00] | Captain_Murdoch (Captain_Murdoch!~cpinkham@mythtv/developer/CaptainMurdoch) has joined #mythtv | |
[11:13:23] | joki (joki!~joki@p5486525D.dip0.t-ipconnect.de) has quit (Ping timeout: 256 seconds) | |
[11:18:25] | joki (joki!~joki@p548655CB.dip0.t-ipconnect.de) has joined #mythtv | |
[11:47:44] | stoffel_ (stoffel_!~quassel@pD9E42F10.dip0.t-ipconnect.de) has quit (Ping timeout: 255 seconds) | |
[11:52:02] | knightr: | stichnot, I just realized I read your question a little too fast (it was 1:41 in the morning... (-;), yes I would put both or at least put a translator comment that explains both. The disambiguation string makes the string unique in order to avoid collision with an identical string used for something else which might not be translated in the same way and also give some information on what the string is (like a translator comment) and the transl |
[11:52:02] | knightr: | ator comment tells the translator what the placeholders (%numbers) are... |
[12:23:36] | wolfgang3 (wolfgang3!~wolfgang@37-4-62-139-dynip.superkabel.de) has quit (Ping timeout: 252 seconds) | |
[12:34:10] | wolfgang3 (wolfgang3!~wolfgang@37-4-62-139-dynip.superkabel.de) has joined #mythtv | |
[12:50:32] | Jordack (Jordack!~jordack@h69-131-44-221.plmomi.dedicated.static.tds.net) has joined #mythtv | |
[13:02:38] | stoffel (stoffel!~quassel@pd9e42f10.dip0.t-ipconnect.de) has joined #mythtv | |
[13:16:07] | kth (kth!~kth@unaffiliated/kth) has joined #mythtv | |
[13:16:25] | Captain_Murdoch (Captain_Murdoch!~cpinkham@mythtv/developer/CaptainMurdoch) has quit (Ping timeout: 256 seconds) | |
[13:19:23] | neufeld` is now known as neufeld | |
[13:29:59] | Captain_Murdoch (Captain_Murdoch!~cpinkham@c-67-170-1-245.hsd1.wa.comcast.net) has joined #mythtv | |
[13:29:59] | Captain_Murdoch (Captain_Murdoch!~cpinkham@c-67-170-1-245.hsd1.wa.comcast.net) has quit (Changing host) | |
[13:29:59] | Captain_Murdoch (Captain_Murdoch!~cpinkham@mythtv/developer/CaptainMurdoch) has joined #mythtv | |
[13:37:58] | stoffel (stoffel!~quassel@pd9e42f10.dip0.t-ipconnect.de) has quit (Ping timeout: 272 seconds) | |
[14:02:36] | kth (kth!~kth@unaffiliated/kth) has left #mythtv () | |
[14:33:50] | Wolfgang1 (Wolfgang1!~Thunderbi@37-4-62-139-dynip.superkabel.de) has joined #mythtv | |
[14:43:40] | stuartm (stuartm!~stuartm@cpc1-derb9-0-0-cust441.8-3.cable.virginmedia.com) has joined #mythtv | |
[14:43:40] | stuartm (stuartm!~stuartm@cpc1-derb9-0-0-cust441.8-3.cable.virginmedia.com) has quit (Changing host) | |
[14:43:40] | stuartm (stuartm!~stuartm@mythtv/developer/stuartm) has joined #mythtv | |
[14:51:12] | RSpliet (RSpliet!~RSpliet@53537511.cm-6-4b.dynamic.ziggo.nl) has quit (Quit: Bye bye man, bye bye) | |
[14:58:29] | RSpliet (RSpliet!~RSpliet@53537511.cm-6-4b.dynamic.ziggo.nl) has joined #mythtv | |
[15:01:40] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has quit (Ping timeout: 260 seconds) | |
[15:32:48] | Wolfgang1 (Wolfgang1!~Thunderbi@37-4-62-139-dynip.superkabel.de) has quit (Quit: Wolfgang1) | |
[15:37:05] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has joined #mythtv | |
[15:41:09] | stichnot: | stuartm: regarding my question about MythDialogBox::keyPressEvent(). Ultimately I think it would be nice if MythUIType or MythScreenType could be configured with a set of actions that would be treated as ESCAPE or MENU. That may be something sphery is thinking about in the context of keybinding overhaul. |
[15:42:29] | stichnot: | In any case, it's such a minor user experience issue that it doesn't really make sense to "fix" at this point. |
[15:52:02] | sphery: | stichnot: is it possible to just put your dismissal with menucompact in where menu already is--and just let it dismiss a dialog even if it's not a menu or compact menu? |
[15:52:54] | wilmoore-misc (wilmoore-misc!~wilmoore@vlandnat.mystrotv.com) has joined #mythtv | |
[15:56:35] | stichnot: | sphery: I'm not sure what you're suggesting. One hack is to modify MythDialogBox::keyPressEvent() to change 'else if (action == "MENU")' to 'else if (action == "MENU" || action == "MENUCOMPACT")', are you suggesting something like that? |
[15:56:51] | stichnot: | (oops, bus arriving, back in a few minutes...) |
[15:57:22] | sphery: | yeah, was thinking something like that |
[15:57:32] | sphery: | (for now, at least) |
[16:01:24] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has quit (Ping timeout: 260 seconds) | |
[16:03:29] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has joined #mythtv | |
[16:08:47] | tstorm (tstorm!~tstorm@173-164-230-21-SFBA.hfc.comcastbusiness.net) has joined #mythtv | |
[16:08:52] | sphery: | stichnot: btw, do you want to remain as "inactive" on http://code.mythtv.org/trac/wiki/WhosWho |
[16:09:01] | stichnot: | sphery: I was briefly thinking of action.startsWith("MENU") but there are some inappropriate matches in tv_actions.h for Interactive TV |
[16:09:28] | stichnot: | sphery: yes, my benevolent overlords require it :) |
[16:10:06] | sphery: | ok... I had a feeling. Gary B on -users mentioned it, and I wanted to verify before just changing it. |
[16:10:19] | sphery: | I did move paulh back to active |
[16:10:24] | stichnot: | cool |
[16:10:42] | SteveGoodey (SteveGoodey!~steve@host86-140-98-12.range86-140.btcentralplus.com) has joined #mythtv | |
[16:10:53] | sphery: | er, he mentioned it in a private reply to my -users post |
[16:11:37] | stichnot: | sphery: on further thought, it may not be so bad if MENURED etc. had an inadvertent side effect of closing an already-open menu, what do you think? |
[16:19:51] | stichnot: | Speaking of startsWith(). We have about 200 instances of the pattern similar to this — if (message.left(13) == "MUSIC_CONTROL") — which seems overly fragile. Any reason not to change to — if (message.startsWith("MUSIC_CONTROL")) — and drop the magic constants? |
[16:22:01] | danielk22: | stichnot: that would be wonderful :) |
[16:22:40] | sphery: | hmmm, I'm not sure why we'd have used left()... maybe the startsWith() didn't exist in some ancient version of Qt? |
[16:23:39] | sphery: | stichnot: as for startsWith("MENU"), I'll leave that up to you. The || is used in several other places, so if you want it limited to just MENU and MENUCOMPACT, that's fine, too. |
[16:26:08] | wagnerrp (wagnerrp!~wagnerrp_@mythtv/developer/wagnerrp) has quit (Ping timeout: 260 seconds) | |
[16:28:09] | wagnerrp (wagnerrp!~wagnerrp_@mythtv/developer/wagnerrp) has joined #mythtv | |
[16:54:16] | Merlin83b2 (Merlin83b2!~Daniel@2a00:1ee0:3:1337:ac46:c2a8:cf61:eaba) has quit (Read error: Connection reset by peer) | |
[17:43:24] | Captain_Murdoch (Captain_Murdoch!~cpinkham@mythtv/developer/CaptainMurdoch) has quit (Ping timeout: 256 seconds) | |
[18:09:49] | SteveGoodey (SteveGoodey!~steve@host86-140-98-12.range86-140.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[18:40:21] | stoffel (stoffel!~quassel@pD9E42F10.dip0.t-ipconnect.de) has joined #mythtv | |
[18:50:37] | tstorm (tstorm!~tstorm@173-164-230-21-SFBA.hfc.comcastbusiness.net) has quit (Quit: tstorm) | |
[19:06:46] | Captain_Murdoch (Captain_Murdoch!~cpinkham@c-67-170-1-245.hsd1.wa.comcast.net) has joined #mythtv | |
[19:06:46] | Captain_Murdoch (Captain_Murdoch!~cpinkham@c-67-170-1-245.hsd1.wa.comcast.net) has quit (Changing host) | |
[19:06:47] | Captain_Murdoch (Captain_Murdoch!~cpinkham@mythtv/developer/CaptainMurdoch) has joined #mythtv | |
[19:10:35] | TandyUK (TandyUK!admin@office.tandyukservers.co.uk) has quit () | |
[19:19:48] | len (len!~quassel@75-161-175-43.mpls.qwest.net) has joined #mythtv | |
[19:29:31] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has quit (Read error: Connection reset by peer) | |
[19:30:48] | stichnot (stichnot!~stichnot@216.239.55.199) has joined #mythtv | |
[19:30:49] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has joined #mythtv | |
[19:30:49] | stichnot (stichnot!~stichnot@216.239.55.199) has quit (Changing host) | |
[19:47:00] | len (len!~quassel@75-161-175-43.mpls.qwest.net) has quit (Remote host closed the connection) | |
[19:50:54] | len (len!~quassel@75-161-175-43.mpls.qwest.net) has joined #mythtv | |
[20:17:43] | danielk22 (danielk22!~danielk@exchange.wgen.net) has left #mythtv () | |
[20:35:18] | jwhite (jwhite!~jwhite@75-146-153-89-minnesota.hfc.comcastbusiness.net) has quit (Ping timeout: 252 seconds) | |
[20:35:53] | Steve-Goodey (Steve-Goodey!~steve@host86-140-98-12.range86-140.btcentralplus.com) has joined #mythtv | |
[20:41:40] | stoffel (stoffel!~quassel@pD9E42F10.dip0.t-ipconnect.de) has quit (Ping timeout: 276 seconds) | |
[20:45:56] | jwhite (jwhite!~jwhite@75-146-153-89-minnesota.hfc.comcastbusiness.net) has joined #mythtv | |
[21:05:53] | tstorm (tstorm!~tstorm@173-164-230-21-SFBA.hfc.comcastbusiness.net) has joined #mythtv | |
[21:12:37] | rsiebert_ (rsiebert_!~quassel@g225051174.adsl.alicedsl.de) has joined #mythtv | |
[21:16:30] | rsiebert (rsiebert!~quassel@g224248248.adsl.alicedsl.de) has quit (Ping timeout: 272 seconds) | |
[21:26:55] | stuartm: | sphery, stichnot: I wouldn't use startsWith for the MENU stuff, since it assumes that no-one will ever add another MENU* action where that behaviour would be undesirable |
[21:28:59] | Steve-Goodey (Steve-Goodey!~steve@host86-140-98-12.range86-140.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[21:40:43] | amessina (amessina!~amessina@2001:470:c1dc:7779:d6be:d9ff:fe8d:7c1e) has quit (Quit: Konversation terminated!) | |
[21:44:37] | foxbuntu (foxbuntu!~foxbuntu@ubuntu/member/foxbuntu) has quit (Ping timeout: 248 seconds) | |
[21:45:12] | Jordack (Jordack!~jordack@h69-131-44-221.plmomi.dedicated.static.tds.net) has quit () | |
[21:46:04] | stichnot (stichnot!~stichnot@216.239.55.199) has joined #mythtv | |
[21:46:05] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has joined #mythtv | |
[21:46:05] | stichnot (stichnot!~stichnot@216.239.55.199) has quit (Changing host) | |
[21:49:43] | foxbuntu (foxbuntu!~foxbuntu@97-125-157-251.desm.qwest.net) has joined #mythtv | |
[21:49:49] | foxbuntu (foxbuntu!~foxbuntu@97-125-157-251.desm.qwest.net) has quit (Changing host) | |
[21:49:49] | foxbuntu (foxbuntu!~foxbuntu@ubuntu/member/foxbuntu) has joined #mythtv | |
[21:55:24] | stichnot: | stuartm: Even if you were OK with "MENU" as a prefix, it turns out the simple change to mythdialog.cpp isn't sufficient, unless the MENUCOMPACT keybinding were in the Global context. |
[22:20:03] | tstorm (tstorm!~tstorm@173-164-230-21-SFBA.hfc.comcastbusiness.net) has quit (Ping timeout: 245 seconds) | |
[22:29:17] | Tobbe5178 (Tobbe5178!~asdf@h104n2-sv-a13.ias.bredband.telia.com) has quit (Read error: Connection reset by peer) | |
[23:20:56] | len (len!~quassel@75-161-175-43.mpls.qwest.net) has quit (Read error: Connection reset by peer) | |
[23:28:03] | Mousey (Mousey!~r0dent_@ross154.net) has joined #mythtv | |
[23:30:59] | len (len!~quassel@75-161-175-43.mpls.qwest.net) has joined #mythtv | |
[23:31:44] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has quit (Ping timeout: 260 seconds) | |
[23:38:10] | wilmoore-misc (wilmoore-misc!~wilmoore@vlandnat.mystrotv.com) has quit (Remote host closed the connection) | |
[23:46:58] | jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv | |
[23:54:01] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has joined #mythtv |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.