1. 31 1月, 2008 3 次提交
  2. 30 1月, 2008 6 次提交
  3. 29 1月, 2008 5 次提交
  4. 27 1月, 2008 7 次提交
  5. 26 1月, 2008 3 次提交
  6. 25 1月, 2008 2 次提交
  7. 24 1月, 2008 3 次提交
  8. 23 1月, 2008 4 次提交
    • S
      git-gui: Correctly cleanup msgfmt '1 message untranslated' output · 3b8f19a0
      Shawn O. Pearce 提交于
      In the multiple message case we remove the word "messages" from the
      statistics output of msgfmt as it looks cleaner on the tty when you
      are watching the build process.  However we failed to strip the word
      "message" when only 1 message was found to be untranslated or fuzzy,
      as msgfmt does not produce the 's' suffix.
      Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
      3b8f19a0
    • S
      git-gui: Make the statistics of po2msg match those of msgfmt · 2cd9ad2e
      Shawn O. Pearce 提交于
      The strings we were showing from po2msg didn't exactly match those
      of msgfmt's --statistics output so we didn't show quite the same
      results when building git-gui's message files.  Now we're closer
      to what msgfmt shows (at least for an en_US locale) so the make
      output matches.
      
      I noticed that the fuzzy translation count is off by one for the
      current po/zh_cn.po file.  Not sure why and I'm not going to try
      and debug it at this time as the po2msg is strictly a fallback,
      users building from source really should prefer msgfmt.
      Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
      2cd9ad2e
    • S
      git-gui: Fallback to Tcl based po2msg.sh if msgfmt isn't available · 3470adab
      Shawn O. Pearce 提交于
      If msgfmt fails with exit code 127 that typically means the program
      is not found in the user's PATH and thus cannot be executed by make.
      In such a case we can try to fallback to the Tcl based po2msg program
      that we distributed with git-gui, as it does a "good enough" job.
      
      We still don't default to po2msg.sh however as it does not perform
      a lot of the sanity checks that msgfmt does, and quite a few of
      those are too useful to give up.
      Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
      3470adab
    • S
      git-gui: Work around random missing scrollbar in revision list · 3ddff72e
      Shawn O. Pearce 提交于
      If the horizontal scrollbar isn't currently visible (because it has
      not been needed) but we get an update to the scroll port we may find
      the scrollbar window exists but the Tcl command doesn't.  Apparently
      it is possible for Tk to have partially destroyed the scrollbar by
      removing the Tcl procedure name but still leaving the widget name in
      the window registry.
      Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
      3ddff72e
  9. 22 1月, 2008 5 次提交
  10. 21 1月, 2008 2 次提交