CIA.vc
Gitx
The OS-X friendly Gitk
Stats » Projects » Gitx
informationsyndicateUTC clock
00:08 on Jul 30, 2010
event counters
The last message was received 0.82 years ago at 08:19 on Oct 02, 2009
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
447 messages since the first one, 2.11 years ago, for an average of 1.73 days between messages
recent messages
dateReversed sort columnprojectcontentlink
08:19 on Oct 02, 2009gitx
Commit by Pieter de Bie on master :: ra256210 / GitXTesting-Info.plist : (link)
Testing: add missing file - http://bit.ly/TR51Y
#
07:49 on Sep 25, 2009gitx
Commit by Bernard Leach on stable :: r6c2675c / html/views/history/history.js : (link)
Unescape the filename to ensure that filenames containing '&' are displayed correctly - http://bit.ly/1qze29
#
20:10 on Sep 21, 2009gitx
Commit by Pieter de Bie on stable :: re901894 / PBGitHistoryController.m : (link)
HistoryController: remember location of the split view - http://bit.ly/6JBWe
#
20:09 on Sep 21, 2009gitx
Commit by Pieter de Bie on stable :: racfa464 / (3 files): (link)
PBViewController: add a method that is called when a view is loaded for the first time - http://bit.ly/K4AMk
#
23:06 on Sep 17, 2009gitx
Commit by Pieter de Bie on stable :: r4bc43db / ApplicationController.m : (link)
Remove Sparkle feed url changer

Apparently the setFeedURL: method is persistent, so if someone ever used
a nightly, it would keep the debug URL. That's not what I intended (I wanted
to use a different URL for debugging purposes), so let's just remove it. - http://bit.ly/iOFeL
#
22:03 on Sep 17, 2009gitx
Commit by Pieter de Bie on pb/newSparkle :: r7bfcf9a / (4 files in 2 dirs): (link)
Add update key - http://bit.ly/4cL3W
#
11:31 on Sep 17, 2009gitx
Commit by Pieter de Bie on pb/welcome :: r9663401 / (7 files in 2 dirs): (link)
Add a first version of a welcome screen - http://bit.ly/14NKcu
#
11:28 on Sep 17, 2009gitx
Commit by Pieter de Bie on stable :: r7747361 / (20 files in 15 dirs): (link)
Update Sparkle Framework - http://bit.ly/2y6GID
#
21:29 on Sep 14, 2009gitx
Commit by Pieter de Bie on pb/welcome :: r56ebaad / (5 files in 2 dirs): (link)
Add a first version of a welcome screen - http://bit.ly/2Kf44V
#
13:09 on Sep 14, 2009gitx
Commit by Pieter de Bie on stable :: r2cdf2b6 / (3 files): (link)

Merge branch 'pu/pb/index_quick_fix' into stable

  • pu/pb/index_quick_fix: CommitView: Don't keep rearranging when iterating over files IndexController: de-privatize the index-stopping stuff - http://bit.ly/HzTQy
#
11:25 on Sep 14, 2009gitx
Commit by Pieter de Bie on stable :: r3324591 / NSString_RegEx.m : (link)
Fix UTF-8 bug in NSString_RegEx

This class would use the location information provided by
regex(3) as range for for a substring. However, the information
regex(3) returns is a byte-based, while NSString works on characters.

This can cause a problem when there are UTF-8 characters in the string,
as the wrong subsstring will be returned.

This is fixed by taking the UTF bytesequence, and extracting a substring
from that, rather than using NSString's own substring method - http://bit.ly/TjOyR
#
21:10 on Sep 13, 2009gitx
Commit by Pieter de Bie on pb/sidebar :: r468e6bb / (2 files): (link)
Sidebar: add a new ref if it can't be found - http://bit.ly/fEQrC
#
21:05 on Sep 13, 2009gitx
Commit by Pieter de Bie on pb/sidebar :: rcd381a4 / PBGitSidebarController.m : (link)
Sidebar: Check if we have enough path components - http://bit.ly/2F2207
#
21:04 on Sep 13, 2009gitx
Commit by Pieter de Bie on pb/sidebar :: rd05deb9 / PBGitRevSpecifier.m : (link)
PBGitRevSpecifier: tweak "isSimpleRef" a bit

For example, HEAD is a simple ref, but "stable..HEAD" isn't. - http://bit.ly/SBI4S
#
20:46 on Sep 13, 2009gitx
Commit by Pieter de Bie on pb/sidebar :: r1c3ee96 / PBGitSidebarController.m : (link)
Don't show the Actions menu for now - http://bit.ly/2tT3nt
#
20:44 on Sep 13, 2009gitx
Commit by Pieter de Bie on pb/sidebar :: rff1d305 / (4 files): (link)
WIP: Move the sidebar to the history view instead

I'm not sure what we should do with the commit stuff, but
this seems more reasonable - http://bit.ly/Zhz46
#
02:16 on Sep 13, 2009gitx
Commit by Pieter de Bie on pb/index_refactor :: re314474 / (4 files): (link)
GitIndex: explicitly tell when stuff is updated - http://bit.ly/xfhHY
#
02:07 on Sep 13, 2009gitx
Commit by Pieter de Bie on pb/index_refactor :: rb1ab6a4 / (5 files): (link)
Remove cruft - http://bit.ly/12rzph
#
21:43 on Sep 12, 2009gitx
Commit by Pieter de Bie on stable :: r00731eb / PBGitCommitController.m : (link)
CommitView: Don't keep rearranging when iterating over files - http://bit.ly/urDYF
#
21:43 on Sep 12, 2009gitx
Commit by Pieter de Bie on stable :: r9167113 / (2 files): (link)
IndexController: de-privatize the index-stopping stuff

We shouldn't need to do this, but we still need to, because
our index operations are split between two different controllers,
which is a bit odd. - http://bit.ly/AjDiR
#