public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
From: "Shawn O. Pearce" <spearce@spearce•org>
To: Junio C Hamano <gitster@pobox•com>
Cc: Johannes Schindelin <Johannes.Schindelin@gmx•de>,
	Pat Thoyts <patthoyts@users•sourceforge.net>,
	git@vger•kernel.org, msysgit@googlegroups•com
Subject: Re: [PATCH] git-gui: use themed tk widgets with Tk 8.5
Date: Wed, 27 Jan 2010 18:56:47 -0800	[thread overview]
Message-ID: <20100128025647.GB8166@spearce.org> (raw)
In-Reply-To: <7v4om7ndm4.fsf@alter.siamese.dyndns.org>

Junio C Hamano <gitster@pobox•com> wrote:
> "Shawn O. Pearce" <spearce@spearce•org> writes:
> > Johannes Schindelin <Johannes.Schindelin@gmx•de> wrote:
> >> On Wed, 27 Jan 2010, Shawn O. Pearce wrote:
> >> > Pat Thoyts <patthoyts@users•sourceforge.net> wrote:
> >> > > 
> >> > > This patch enables the use of themed Tk widgets with Tk 8.5 and above.
> > ...
> >> > Thanks.  I've been running with this pretty much all day today;
> >> > it seems sane.  I'll probably push it shortly.
> >> 
> >> Thanks.  Can you notify me when you do so?  I will merge into 4msysgit.git 
> >> directly then.
> >
> > Its already there.
> 
> Is that an insn for me to pull?

You can pull my master branch if you like; though I wouldn't suggest
it for anything other than 'next' yet:


The following changes since commit 87cd09f43e56de5235d09aef3ff5d840419fef49:
  Giuseppe Bilotta (1):
        git-gui: work from the .git dir

are available in the git repository at:

  git://git.spearce.org/git-gui.git master

Christian Stimming (1):
      git-gui: Update German translation (12 new or changed strings).

Giuseppe Bilotta (4):
      git-gui: handle non-standard worktree locations
      git-gui: handle bare repos correctly
      git-gui: update shortcut tools to use _gitworktree
      git-gui: set GIT_DIR and GIT_WORK_TREE after setup

Jeff Epler (1):
      git-gui: Support applying a range of changes at once

Jens Lehmann (2):
      git-gui: Use git diff --submodule when available
      git-gui: Add a special diff popup menu for submodules

Pat Thoyts (1):
      git-gui: use themed tk widgets with Tk 8.5

Peter Oberndorfer (1):
      git-gui: use different icon for new and modified files in the index

Shawn O. Pearce (2):
      git-gui: Remove unused icon file_parttick
      git-gui: Update translation template

 git-gui.sh                   |  397 +++++++++++++++------
 lib/about.tcl                |   37 +--
 lib/blame.tcl                |   22 +-
 lib/branch_checkout.tcl      |   20 +-
 lib/branch_create.tcl        |   45 ++--
 lib/branch_delete.tcl        |   24 +-
 lib/branch_rename.tcl        |   32 +-
 lib/browser.tcl              |   41 ++-
 lib/choose_font.tcl          |   31 +-
 lib/choose_repository.tcl    |   94 +++---
 lib/choose_rev.tcl           |   51 ++--
 lib/class.tcl                |    7 +
 lib/console.tcl              |   17 +-
 lib/database.tcl             |   20 +-
 lib/diff.tcl                 |  259 ++++++++------
 lib/error.tcl                |   15 +-
 lib/index.tcl                |   13 +-
 lib/merge.tcl                |   14 +-
 lib/option.tcl               |   67 ++--
 lib/remote_add.tcl           |   37 +-
 lib/remote_branch_delete.tcl |   51 ++--
 lib/search.tcl               |   11 +-
 lib/shortcut.tcl             |    7 +-
 lib/sshkey.tcl               |   20 +-
 lib/status_bar.tcl           |   14 +-
 lib/themed.tcl               |  174 +++++++++
 lib/tools_dlg.tcl            |   87 ++---
 lib/transport.tcl            |   48 ++--
 po/de.po                     |  824 ++++++++++++++++++++++--------------------
 po/git-gui.pot               |  584 +++++++++++++++--------------
 30 files changed, 1772 insertions(+), 1291 deletions(-)
 create mode 100644 lib/themed.tcl

-- 
Shawn.

  reply	other threads:[~2010-01-28  2:56 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-26  0:05 [PATCH] git-gui: use themed tk widgets with Tk 8.5 Pat Thoyts
2010-01-26  9:17 ` Sverre Rabbelier
2010-01-28  0:51 ` Shawn O. Pearce
2010-01-28  1:45   ` Johannes Schindelin
2010-01-28  1:42     ` Shawn O. Pearce
2010-01-28  2:54       ` Junio C Hamano
2010-01-28  2:56         ` Shawn O. Pearce [this message]
2010-01-28 21:20           ` [PATCH] git gui: Quote git path properly when starting another gui in a submodule Jens Lehmann
2010-01-28 23:45             ` Shawn O. Pearce
2010-02-02  8:25 ` [PATCH] git-gui: use themed tk widgets with Tk 8.5 Johannes Sixt
2010-02-02 21:09   ` Pat Thoyts
  -- strict thread matches above, loose matches on Subject: below --
2009-12-20  0:46 Pat Thoyts
2009-12-20 13:16 ` [msysGit] " Johannes Schindelin
2009-12-20 15:23   ` Pat Thoyts
2009-12-20 19:04     ` Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100128025647.GB8166@spearce.org \
    --to=spearce@spearce$(echo .)org \
    --cc=Johannes.Schindelin@gmx$(echo .)de \
    --cc=git@vger$(echo .)kernel.org \
    --cc=gitster@pobox$(echo .)com \
    --cc=msysgit@googlegroups$(echo .)com \
    --cc=patthoyts@users$(echo .)sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox