| age |
author |
description |
| 2009-09-08 |
Eric Wing |
// EW: Removed the if-check because this is not correct.default tip |
| 2009-09-08 |
Eric Wing |
Bug fix/changes to support pushing/pulling from repos that have a relative path in the .hgrc file. The original code assumed either absolute file paths or prefixed the path with http:// which was wrong. |
| 2009-09-02 |
Jens Alfke |
Added color highlighting of diffs. |
| 2009-09-02 |
Jens Alfke |
Oops: If 'hg' couldn't be found at launch, the app would throw an exception instead of merely quitting. Fixed. |
| 2009-09-01 |
Jens Alfke |
toolbar_show_unmodified_file.png was in the project twice, causing a warning about duplicate operations when building. |
| 2009-09-01 |
Jens Alfke |
Fixed some new warnings in Snow Leopard / Xcode 3.2 / Clang. |
| 2009-08-10 |
Jens Alfke |
Merged. |
| 2009-08-10 |
Jens Alfke |
Overhauled the infamous _checkRevisions, and made it stop screwing up if revisions disappear (i.e. after a rollback.) Should also fix KVO exceptions that people keep reporting. |
| 2009-08-08 |
Jens Alfke |
Updated credits. |
| 2009-08-08 |
juice |
add the shortcut (apple+enter) to the commit button in the commit dialog. |
| 2009-07-19 |
David Keegan |
Added tag terminal for changeset f608497647be |
| 2009-07-19 |
David Keegan |
merging in terminal cloneterminal |
| 2009-07-19 |
David Keegan |
adding open in terminal |
| 2009-07-19 |
David Keegan |
Added tag icon set for changeset 9fd94b57ec4d |
| 2009-07-19 |
David Keegan |
finished diff, view revision, and making the plus in "status_added" smallericon set |
| 2009-07-19 |
David Keegan |
changed folder icon |
| 2009-07-19 |
David Keegan |
fixing anti-aliasing |
| 2009-07-19 |
David Keegan |
fixing update and update to revision, also move the finder icon in reveal up a bit |
| 2009-07-18 |
David Keegan |
chnaged show/hide unmodified icon |
| 2009-07-18 |
David Keegan |
*adding full icon set |
| 2009-07-13 |
Jens Alfke |
Temporarily disabled localized versions of Repo.xib, because they're no longer in sync with the changes made to the English version in rev 3E7984. (The German xib was already out of date earlier, according to bug #41.) |
| 2009-07-13 |
Jens Alfke |
Automatic detection of repository changes was broken due to change in relative paths returned by DirectoryWatcher (they no longer end in "/".) Fixed. |
| 2009-07-13 |
Jens Alfke |
* Fixed HgRepository to work correctly in a newly-created repository with no committed revisions. |
| 2009-05-29 |
Jens Alfke |
Merged local dev branch with 0.5 release. |
| 2009-05-29 |
Jens Alfke |
* Info pane is now tabbed and can also show file contents or diff. |
| 2009-05-28 |
Jens Alfke |
Added tag 0.5 for changeset 05676813e618 |
| 2009-05-28 |
Jens Alfke |
* Added some Help menu commands to open useful Mercurial web pages.0.5 |
| 2009-05-16 |
Jens Alfke |
Clear the uncommitted-revision comments after committing. |
| 2009-05-16 |
Jens Alfke |
* Always show the magic 'current' revision in the list, even if there aren't any changes in it; this seems less confusing. |
| 2009-05-16 |
Jens Alfke |
More work on opening binary files, continuing the previous commit. (Fixes #33) |
| 2009-05-16 |
Jens Alfke |
Importing patch from oscherler, for opening binary files (re #33) |
| 2009-05-16 |
Jens Alfke |
Added French localization by Olivier Kaluzny (kaluznyo). |
| 2009-05-14 |
Justin Morris |
Added coloured indicator icons for file status. Icons are yuk - will redo these and add proper definitions for all types of status... |
| 2009-05-14 |
Justin Morris |
A few more minor icon updates... |
| 2009-05-14 |
Justin Morris |
Updated commit icons and added discard and refresh |
| 2009-05-13 |
Jens Alfke |
Added more toolbar commands. Added tooltips to all. |
| 2009-05-13 |
Jens Alfke |
Added toolbar icons to Xcode project. Moved all icon files to new Resources/Icons dir. |
| 2009-05-13 |
Justin Morris |
Added some toolbar icons - still some to come... |
| 2009-05-10 |
Jens Alfke |
Use --login arg to bash when getting the hg command path, to make sure it runs its profile script (fixes #10) |
| 2009-05-08 |
Jens Alfke |
* The "Discard Changes" command no longer uses the --no-backup option to 'hg revert', unless the 'RevertWithoutBackup' user default is set. (There's no UI for this yet.) |
| 2009-05-07 |
Jens Alfke |
* Improved the "Hide/Show Unmodified" patch. |
| 2009-05-07 |
Daniel Tull |
Fixed the "Hide Unmodified" toolbar item to toggle to "Show Unmodified". This needs localising though. |
| 2009-05-07 |
Jens Alfke |
* Canonicalize paths to avoid opening multiple windows on the same repo (fixes #24) |
| 2009-05-06 |
Jens Alfke |
Added *.mode1v3, *.mode2v3, *.orig patterns to .hgignore. (Fixes #27) |
| 2009-05-05 |
Jens Alfke |
Merged with my incoming branch containing Nicholas's changes. |
| 2009-05-05 |
Jens Alfke |
Detect when the current revision acquires a second parent (happens after a merge) and update the model correctly. |
| 2009-05-05 |
Jens Alfke |
Merged with Nicholas's changes. |
| 2009-05-04 |
Nicholas Riley |
Combo box for selection of push/pull URL from available URLs. |
| 2009-05-04 |
Nicholas Riley |
Fixed resizing issues with "Clone A Repository" panel. |
| 2009-05-04 |
Nicholas Riley |
Merged backout. |
| 2009-05-04 |
Nicholas Riley |
Backed out changeset e104ce36a97f - fixed in MYUtilities |
| 2009-05-04 |
Nicholas Riley |
Revision number column should not be editable. |
| 2009-05-04 |
Nicholas Riley |
Use standard highlighted text color when highlighting gray text (difficult to read otherwise.) |
| 2009-05-04 |
Nicholas Riley |
Fixed doubled content borders on repo window. |
| 2009-05-04 |
Nicholas Riley |
Make Preferences panel nonresizable; fix alignment for HIG compliance. |
| 2009-05-04 |
Nicholas Riley |
Link with Security.framework for MYUtilities; refs #25. |
| 2009-05-05 |
Jens Alfke |
Don't make assumptions about the order that "hg log" returns revisions in. (It's different if you specify --rev mm:nn). This fixes an exception after pulling. |
| 2009-05-05 |
Jens Alfke |
Got Project window working. (Fixes #21) |
| 2009-05-03 |
Jens Alfke |
Changed nibs into .xibs (they're a lot easier to merge.) |
| 2009-05-03 |
Jens Alfke |
Merged & cleaned up r19 (Dominic's text editor pref) |