<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Thanks everyone for being so welcoming!<br>
    <br>
    Jaak:<br>
    I had received an email from Thomas Abthorpe offering to sign me up
    for the wiki before reading this one, so I went ahead and asked him
    to set me up.<br>
    The "Join Us" directions actually didn't tell me to get the source
    from sourceforge, and I hadn't - I had already used gitorious as
    recommended on the wiki's <a
      href="http://devel.bibletime.info/wiki/Main_Page">main page</a>.
    What it does say is, "
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <span style="color: rgb(85, 85, 85); font-family: 'lucida sans',
      'lucida sans regular', helvetica, arial; font-size: 12px;
      font-style: normal; font-variant: normal; font-weight: normal;
      letter-spacing: normal; line-height: 20px; orphans: 2; text-align:
      -webkit-auto; text-indent: 0px; text-transform: none; white-space:
      normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust:
      auto; -webkit-text-stroke-width: 0px; background-color: rgb(255,
      255, 255); display: inline !important; float: none; ">We need your
      username to add you to the team members list, to assign tasks to
      you, etc.</span>", so I had assumed sourceforge was being used for
    a bug tracker. Do you have some other issue tracking being used?<br>
    What sort of refactoring did you have in mind? Just basic
    decomposition and maybe DRY stuff? Anything specific bothering you?
    Even if I don't do anything too extensive at least I should keep the
    project's direction in mind so if I do do anything it will be in the
    right direction.<br>
    As for retranslateUi... <br>
    $find src -type f -exec grep -vl retranslateUi '{}' + | xargs grep
    -l 'tr(' | wc -l<br>
    94<br>
    Seems to me the sort of thing I'd keep in mind to do to whichever
    file I may touch for whatever other reason more than something I'm
    likely to sit down and do all at once. I don't want to sound like a
    jerk, I just know that with my other commitments (job, family, other
    projects) plus my general lack of stick-to-it-iveness... I don't
    want to overcommit and make promises I may not keep.<br>
    <br>
    Gary:<br>
    Thanks for the link to the coding guidelines. They seem to me to be
    fairly liberal with most of the rules being fairly common-sense
    industry-standard stuff. That's good for me because it should be
    easyish to follow.<br>
    One thing that did stand out to me: the <a
href="http://devel.bibletime.info/wiki/Programming_Guidelines#Headers_and_implementations">file
      heading</a> does not include the Trinitarian Formula, which seems
    to have been recommended over <a
      href="http://devel.bibletime.info/wiki/Junior_Jobs">here</a>. So,
    is it desired or not? Part of the reason I ask - since I had seen
    that in "Junior Jobs" I started writing a script to do that to all
    the headers. I didn't finish because the train announced it was
    approaching my stop, and I won't bother picking that back up if it's
    not desired.<br>
  </body>
</html>