<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git/lib, branch gitgui-0.10.0</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=gitgui-0.10.0</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=gitgui-0.10.0'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2008-03-15T05:11:08Z</updated>
<entry>
<title>git-gui: Don't translate the special Apple menu</title>
<updated>2008-03-15T05:11:08Z</updated>
<author>
<name>Shawn O. Pearce</name>
<email>spearce@spearce.org</email>
</author>
<published>2008-03-15T05:11:08Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=442b3caaee6da96292baf1769b364498af5097fa'/>
<id>urn:sha1:442b3caaee6da96292baf1769b364498af5097fa</id>
<content type='text'>
Peter Karlsson pointed out there is no value in translating the
string "Apple", as this is used as the dummy label for the Apple
menu on Mac OS X systems.

The Apple menu is actually not the menu with the Apple corporate
logo, but the menu next to it, which shows the name of the
application and is typically called the application menu.  Most users
of git-gui see this menu titled as "Git Gui".  The actual label of
this menu comes from our Info.plist file and cannot be specified
by any other means.  Translating this string in the Tcl PO files
is not necessary.

Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>git-gui: Add option for changing the width of the commit message text box</title>
<updated>2008-03-08T01:59:35Z</updated>
<author>
<name>Adam Piątyszek</name>
<email>ediap@users.sourceforge.net</email>
</author>
<published>2008-03-06T19:38:40Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=11027d544b4f6aed0b84111a2122224cd201a182'/>
<id>urn:sha1:11027d544b4f6aed0b84111a2122224cd201a182</id>
<content type='text'>
The width of the commit message text area is currently hard-coded
to 75 characters. This value might be not optimal for some projects.
For instance users who would like to generate GNU-style ChangeLog
file from git commit message might prefer commit messages of width
no longer than 70 characters.

This patch adds a global and per repository option "Commit Message
Text Width", which could be used to change the width of the commit
message text area.

Signed-off-by: Adam Piątyszek &lt;ediap@users.sourceforge.net&gt;
Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>git-gui: if a background colour is set, set foreground colour as well</title>
<updated>2008-03-06T04:47:11Z</updated>
<author>
<name>Philipp A. Hartmann</name>
<email>ph@sorgh.de</email>
</author>
<published>2008-03-05T16:54:22Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=c382fdd79548a56fadf8f34d3484cf020eda3966'/>
<id>urn:sha1:c382fdd79548a56fadf8f34d3484cf020eda3966</id>
<content type='text'>
In several places, only the background colour is set to an explicit
value, sometimes even "white".  This does not work well with dark
colour themes.

This patch tries to set the foreground colour to "black" in those
situations, where an explicit background colour is set without defining
any foreground colour.

Signed-off-by: Philipp A. Hartmann &lt;ph@sorgh.de&gt;
Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2008-02-28T06:29:19Z</updated>
<author>
<name>Shawn O. Pearce</name>
<email>spearce@spearce.org</email>
</author>
<published>2008-02-28T06:29:19Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=f49b6c10b7ded8c46df8ad52621faf3a04a2aa72'/>
<id>urn:sha1:f49b6c10b7ded8c46df8ad52621faf3a04a2aa72</id>
<content type='text'>
* maint:
  git-gui: Paper bag fix info dialog when no files are staged at commit
</content>
</entry>
<entry>
<title>git-gui: Paper bag fix info dialog when no files are staged at commit</title>
<updated>2008-02-28T06:28:45Z</updated>
<author>
<name>Shawn O. Pearce</name>
<email>spearce@spearce.org</email>
</author>
<published>2008-02-28T06:28:45Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=094fbbf96415323907e71ec224a0f5d6e585d9d0'/>
<id>urn:sha1:094fbbf96415323907e71ec224a0f5d6e585d9d0</id>
<content type='text'>
If the user tries to commit their changes without actually staging
anything we used to display an informational dialog suggesting they
first stage those changes, then retry the commit feature.

Unfortunately I broke this in aba15f7 ("Ensure error dialogs always
appear over all other windows") and failed to fix it in the paper
bag fix that came one day after it.

Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2008-02-22T06:40:25Z</updated>
<author>
<name>Shawn O. Pearce</name>
<email>spearce@spearce.org</email>
</author>
<published>2008-02-22T06:40:25Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=b5e2f805e6bdbaae629399fea92deb053f4ca7cd'/>
<id>urn:sha1:b5e2f805e6bdbaae629399fea92deb053f4ca7cd</id>
<content type='text'>
* maint:
  git-gui: Focus insertion point at end of strings in repository chooser
  git-gui: Avoid hardcoded Windows paths in Cygwin package files
  git-gui: Default TCL_PATH to same location as TCLTK_PATH
  git-gui: Paper bag fix error dialogs opening over the main window
</content>
</entry>
<entry>
<title>git-gui: Focus insertion point at end of strings in repository chooser</title>
<updated>2008-02-22T06:39:36Z</updated>
<author>
<name>Shawn O. Pearce</name>
<email>spearce@spearce.org</email>
</author>
<published>2008-02-11T05:53:52Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=3baee1f3bf8e30f0fc67bbb1a49877bf0660fd29'/>
<id>urn:sha1:3baee1f3bf8e30f0fc67bbb1a49877bf0660fd29</id>
<content type='text'>
When selecting a local working directory for a new repository or a
location to clone an existing repository into we now set the insert
point at the end of the selected path, allowing the user to type in
any additional parts of the path if they so desire.

Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>git-gui: Paper bag fix error dialogs opening over the main window</title>
<updated>2008-02-22T06:35:23Z</updated>
<author>
<name>Shawn O. Pearce</name>
<email>spearce@spearce.org</email>
</author>
<published>2008-02-21T17:22:08Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=85ec3e7778c09f5d4f52a29f57c5ecc64070ffd1'/>
<id>urn:sha1:85ec3e7778c09f5d4f52a29f57c5ecc64070ffd1</id>
<content type='text'>
If the main window is the only toplevel we have open then we
don't have a valid grab right now, so we need to assume the
best toplevel to use for the parent is ".".

Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>git-gui: fix typo in lib/spellcheck.tcl</title>
<updated>2008-02-22T06:33:07Z</updated>
<author>
<name>Michele Ballabio</name>
<email>barra_cuda@katamail.com</email>
</author>
<published>2008-02-21T14:38:56Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=afdb4be0fc48da74e8f02fe5ca22777cb2d214ed'/>
<id>urn:sha1:afdb4be0fc48da74e8f02fe5ca22777cb2d214ed</id>
<content type='text'>
Signed-off-by: Michele Ballabio &lt;barra_cuda@katamail.com&gt;
Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>git-gui: Shorten Aspell version strings to just Aspell version number</title>
<updated>2008-02-21T05:22:07Z</updated>
<author>
<name>Shawn O. Pearce</name>
<email>spearce@spearce.org</email>
</author>
<published>2008-02-21T05:20:50Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=bb760f0257d2445126ee5c1c1b0d59fa8e4c9de8'/>
<id>urn:sha1:bb760f0257d2445126ee5c1c1b0d59fa8e4c9de8</id>
<content type='text'>
We really only support Aspell, so showing the compatibility line from
ispell is of little value to end users.

Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
</feed>
