graph
- * Remove outdated file2010-12-14, by Chris Cannam
- * Update .hgignore file2010-12-14, by Chris Cannam
- * Status text updates2010-12-14, by Chris Cannam
- * Add "Show summary" feature2010-12-14, by Chris Cannam
- * Overwrite log file for each run (saving space at expense of long record)2010-12-08, by Chris Cannam
- * Minor Win32 fixes2010-12-05, by Chris Cannam
- * Experiment with removing revision numbers from display (hashes only)2010-12-03, by Chris Cannam
- * (Re)implement tagging2010-12-03, by Chris Cannam
- * First cut of work on merge/resolve logic2010-12-03, by Chris Cannam
- * Better handling of empty repositories; some tidying & textual fixes2010-12-03, by Chris Cannam
- * Start using trivial new easyhg extension (requires PyQt)2010-12-03, by Chris Cannam
- * That string scraping was much too fiddly -- best keep it simpler for now2010-12-03, by Chris Cannam
- * Add InConflict state (not yet used)2010-12-03, by Chris Cannam
- * Some work on portable password prompting2010-12-03, by Chris Cannam
- * Default merge comments2010-12-02, by Chris Cannam
- * Another simplification to refresh logic, and some textual fixes2010-12-02, by Chris Cannam
- * Add translation support -- useful for proper plural handling even in English2010-12-02, by Chris Cannam
- * Try to reduce unnecessary history updates; add --new-branch option on push2010-12-02, by Chris Cannam
- * Show both parents of uncommitted merge; fixes to right-button menus2010-12-02, by Chris Cannam
- * Set parents (setCurrent) on history widget when we know the new parents, not at each enable-disable actions call2010-12-02, by Chris Cannam
- * Fix incremental log again (prune option requires number or hash, not compound id)2010-12-02, by Chris Cannam
- * Attempt to make the sequence of hg commands after a change more rational; avoid incremental log if heads unchanged2010-12-02, by Chris Cannam
- * minor menu fix2010-12-01, by Chris Cannam
- * Some implementation of right-button menu actions on changeset item2010-12-01, by Chris Cannam
- * Don't show tip tag; return to using incremental log on commit2010-12-01, by Chris Cannam
- * Merge2010-12-01, by Chris Cannam
- * Include the uncommitted item in general graph layout (in case it is not at the head, when other items will need to avoid it)2010-12-01, by Chris Cannam
- * win32 build fix2010-12-01, by Chris Cannam
- * Fix another use of stderr as identifier2010-12-01, by Chris Cannam
- * Don't try to use stdout and stderr as identifiers! In any case, one of them is stderr2010-12-01, by Chris Cannam
- * Start hooking up right-button menus on changeset & uncommitted items2010-11-30, by Chris Cannam
- * First cut at (not yet operational) right-button menu2010-11-30, by Chris Cannam
- * Avoid unnecessary duplicate layout; fix off-by-one in resetting changeset children2010-11-30, by Chris Cannam
- * Minor adjustment to scene lifecycle, delete old scene before creating new one to use less memory &c2010-11-30, by Chris Cannam
- * Include closed branches in heads check (see comment)2010-11-30, by Chris Cannam
- * Avoid null pointer dereference2010-11-30, by Chris Cannam
- * Ensure only one list can contain a selection at once in file status widget2010-11-30, by Chris Cannam
- * Have a go at switching to new items in history widget when something happens in repo2010-11-30, by Chris Cannam
- * Better attempt at retaining current visible area when history scene changes; first cut at highlighting new items2010-11-30, by Chris Cannam
- * Ensure panned rect stays current when size changes; update panner cache when scene changes2010-11-30, by Chris Cannam
- * Add connecting line to uncommitted item; turn Revert icon blue; cut down menus to things that actually work (well, mostly)2010-11-30, by Chris Cannam
- * Do full log after commit (so as to get the right tip tag)2010-11-29, by Chris Cannam
- * Initial work on showing uncommitted changes (as dashed box) in history graph2010-11-29, by Chris Cannam
- * Show tags and current working copy parents in history graph2010-11-29, by Chris Cannam
- * Don't provide file list when committing, if the user didn't select files. Previously we (perhaps inadvertantly) used a list of all files because we had generated that for display -- but it breaks merge-commits and it's probably unwise to mess with very long command lines.2010-11-29, by Chris Cannam
- * Add confirm dialogs for pull and push2010-11-29, by Chris Cannam
- * Add Incoming dialog and better layouts for dialogs generally2010-11-29, by Chris Cannam
- * Fixes to changeset details display; show on right instead of below to avoid disrupting flow2010-11-29, by Chris Cannam
- * Another fix to incremental log -- ensure children are not duplicated in changeset2010-11-29, by Chris Cannam
- * Further fix to incremental log (put new changesets on the correct end of the list!)2010-11-29, by Chris Cannam
- * Fix incremental log (was referring to "new" parents and so not actually returning anything)2010-11-29, by Chris Cannam
- * Add incremental log (though not incremental relayout)2010-11-29, by Chris Cannam
- * Make scene remember which item has its details showing, and remove the previous one when a new one is clicked2010-11-28, by Chris Cannam
- * Rudimentary version of the popup showing more information when you click on a changeset in history graph2010-11-26, by Chris Cannam
- * Start to sketch thing that shows the details of a changeset in the history view2010-11-26, by Chris Cannam
- * Pull history tab out into its own widget2010-11-26, by Chris Cannam
- * Add useful state message to file status page.2010-11-26, by Chris Cannam
- * minor output fixes2010-11-26, by Chris Cannam
- * Better error handling/reporting; some futile changes to termios handling; avoid weirdly stretching panned view in panner2010-11-26, by Chris Cannam
- * Make diff binary a settings property; some tidying2010-11-26, by Chris Cannam
- * Fixes to terminal lifecycle (only the first of a series of interactive commands was working before). Also switch from openpty to POSIX/Unix98 openpt2010-11-26, by Chris Cannam
- * Separate out the hgrunner output into stdout and stderr again (merging them was a failed experiment)2010-11-26, by Chris Cannam
- * Add a queueing mechanism for Hg actions, instead of refusing to start an action if something else is already happening. This is essential now that actions can be prompted by asynchronous events (e.g. filesystem watcher).2010-11-26, by Chris Cannam
- * Enable/disable update and merge actions depending on whether default update and merge will actually do anything2010-11-25, by Chris Cannam
- * Make interactivity optional in hgrunner (makes running non-interactive, local commands a bit quicker)2010-11-25, by Chris Cannam
- * Retrieve and store current branch and heads; some refactoring2010-11-25, by Chris Cannam
- * Better-behaved comment dialog; avoid empty comments. Also ignore signals from closing ptys2010-11-25, by Chris Cannam
- * Slightly more useful commit dialog2010-11-25, by Chris Cannam
- * Start to use the confirm-comment dialog for commits; much work still needed2010-11-24, by Chris Cannam
- * Add ConfirmCommentDialog2010-11-24, by Chris Cannam
- * Layout fix2010-11-24, by Chris Cannam
- * Helpful texts2010-11-24, by Chris Cannam
- * Minor text and layout changes; ensure path widgets are updated when repo changes2010-11-24, by Chris Cannam
- * Wire up the basic Hg actions again2010-11-24, by Chris Cannam
- * Update About box2010-11-24, by Chris Cannam
- * Rename HgExpWidget to HgTabWidget2010-11-24, by Chris Cannam
- * Update actions appropriately when selections are changed2010-11-24, by Chris Cannam
- * Clear selections when Esc pressed; some refactoring2010-11-24, by Chris Cannam
- * Highlight untracked files that are newer than last repo interaction2010-11-24, by Chris Cannam
- * Rename StatParser to FileStates; start thinking about selections2010-11-24, by Chris Cannam
- * Remove some old code in preparation for rebuilding it with the newer structure2010-11-23, by Chris Cannam
- * Add filesystem watcher; initial work on enable/disable logic for actions in new scheme2010-11-23, by Chris Cannam
- * A bit more work on new Work (file status) widget2010-11-23, by Chris Cannam
- * Start work on new file-status widget2010-11-23, by Chris Cannam
- * tiny mod2010-11-22, by Chris Cannam
- * More on "Open" logic; fix to StatParser, and start introducing it2010-11-22, by Chris Cannam
- * Remove trailing / from dir name (otherwise QFileInfo returns wrong parent path)2010-11-22, by Chris Cannam
- * Make all of the "Open" options do something sensible2010-11-22, by Chris Cannam
- * ioctl fixes for OS/X2010-11-22, by Chris Cannam
- * Remove unwanted includes2010-11-22, by Chris Cannam
- * We don't actually use OpenGL2010-11-22, by Chris Cannam
- * OS/X doesn't like fork() without exec(). Scrap that, revert to ioctl2010-11-22, by Chris Cannam
- * Some work toward doing the Right Thing with each possible combination of existing/nonexisting directories in Open dialog2010-11-22, by Chris Cannam
- * Use fork/setsid/fork to escape our controlling terminal, to ensure the pty we create is used for password requests2010-11-22, by Chris Cannam
- * Further minor win32 fix2010-11-20, by Chris Cannam
- * Win32 build fixes2010-11-20, by Chris Cannam
- * Allocate a pty for the subprocess, and ask the user for password. Very rudimentary and non-portable.2010-11-19, by Chris Cannam
- * Show branch names even for changes with children, if those children are on a different branch2010-11-19, by Chris Cannam
- * Make stat work regardless of which tab is selected2010-11-18, by Chris Cannam
- * Bit more work on Open dialog2010-11-18, by Chris Cannam
- Foundation framework now included in OSX builds;2010-11-18, by luisf
- * Add forgotten open icon2010-11-18, by Chris Cannam
- * Basic working "Open Repository" dialog2010-11-18, by Chris Cannam
- * Flesh out multi-choice dialog a big2010-11-17, by Chris Cannam
- * Some dialog stubs2010-11-17, by Chris Cannam
- * Use more than one line of the commit log, if it fits2010-11-17, by Chris Cannam
- * Don't switch off firstStart unless user has actually OK'd the dialog (they might have closed it via WM button)2010-11-17, by Chris Cannam
- * Start rejigging the settings/repo-path dialog setup: startup dialog now asks for user name and email only2010-11-17, by Chris Cannam
- * Add (but don't yet use) RecentFiles class to replace inline MRU logic2010-11-17, by Chris Cannam
- * Some adjustments to process running (avoid timer): caller must now report errors2010-11-17, by Chris Cannam
- * Some experimental cutbacks to interface2010-11-17, by Chris Cannam
- * win32 build fixes2010-11-16, by Chris Cannam
- * minor updates2010-11-16, by Chris Cannam
- * Simplify tabs2010-11-16, by Chris Cannam
- * Update copyrights; add debug header2010-11-16, by Chris Cannam
- * Minor layout improvement2010-11-16, by Chris Cannam
- * Make changeset item boxes wider if they have no neighbours.2010-11-12, by Chris Cannam
- * Small rendering refinements2010-11-12, by Chris Cannam
- * Put proper labels &c in changeset items; colour branches and users; etc2010-11-12, by Chris Cannam
- * Use the date when laying out rows2010-11-12, by Chris Cannam
- * some preliminaries for thinking about use of date in row layout2010-11-11, by Chris Cannam
- * Use specific includes instead of QtCore, QtGui etc; bring in TextAbbrev class2010-11-11, by Chris Cannam
- * A fix that will only work when we sort changesets by date (test with classical-rdf)2010-11-10, by Chris Cannam
- * Add IndirectPainting opt flag, makes a big difference to rendering Panner; rename project2010-11-10, by Chris Cannam
- * More graph layout refinements2010-11-10, by Chris Cannam
- * Better layout for branches; spline connection paths2010-11-10, by Chris Cannam
- * Some more work on graph layout; ensure LANG is set for parseable UTF8 output when running Hg2010-11-10, by Chris Cannam
- * A snatched bit of work on graph layout2010-11-09, by Chris Cannam
- * Some experiments towards a graph history view2010-11-07, by Chris Cannam
- A couple of more fixes to "weird filenames" bug.2010-06-24, by Jari Korhonen
- Handle filenames starting with "-"2010-06-24, by Martin Geisler
- hg glog --verbose made history list very slow with 30000 files, so removed --verbose option.2010-06-23, by Jari Korhonen
- Version promoted to 0.7.0.2010-06-19, by Jari Korhonen
- Updated merge retry success messagebox.2010-06-19, by Jari Korhonen
- Version 0.5.4. Offer to retry merge directly after failed merge attempt.2010-06-19, by Jari Korhonen
- Version 0.5.3. Fixed .hgignore editing in windows.2010-06-19, by Jari Korhonen
- Added tag Version_0.5.2. for changeset 43e3b271d2932010-06-19, by Jari Korhonen
- Version 0.5.2. Added hg tag, .hgignore editing.Version_0.5.2. 2010-06-19, by Jari Korhonen
- Added retry_merge. Fixed bug in "after merge" commit.2010-06-19, by Jari Korhonen
- Version 0.5.0: Added "Copy comment" context menu to "parents" list.2010-06-15, by Jari Korhonen
- Version 0.4.7. Small fix in mru list.2010-06-14, by Jari Korhonen
- UpdateToRev has more power. Copyrights updated. Mrulist of repos added.2010-06-14, by Jari Korhonen
- Ver 0.4.6: Added TortoiseHg / InstallJammer to thanks/credits list.2010-05-29, by Jari Korhonen
- Another attempt to list hg serve ip addresses ;-)2010-05-28, by Jari Korhonen
- merge.2010-05-20, by Jari Korhonen
- Having some problems getting ip addr on win7. Debug output added.2010-05-20, by Jari Korhonen
- Listens on only the interface/port that messagebox announces.2010-05-19, by Jari Korhonen
- Fixed findMyIp().2010-05-19, by Jari Korhonen
- ipv6 address shiwing fixes.2010-05-18, by Jari Korhonen
- Tries to show hg serve ipv6 address correctly (at least for browser, dont know about hg itself).2010-05-18, by Jari Korhonen
- Remove testfile / testfile2 from repo.2010-05-18, by Jari Korhonen
- Small help text changes.2010-05-18, by Jari Korhonen
- Version 0.4.3: Multiple selection in worklist. Serve dialog shows ip address.2010-05-18, by Jari Korhonen
- A couple of test file additions.2010-05-18, by Jari Korhonen
- Implemented multiple selection to work folder list (and changes to add/commit logic).2010-05-18, by Jari Korhonen
- Version is 0.4.3.2010-05-18, by Jari Korhonen
- Added info of server port (8000).2010-05-15, by Jari Korhonen
- Small test change.2010-05-15, by Jari Korhonen
- Removed testfile.txt.2010-05-15, by Jari Korhonen
- Added testfile.txt.2010-05-15, by Jari Korhonen
- Version 0.4.2: Added hg serve. Can commit one file.2010-05-15, by Jari Korhonen
- Common.h: Version is 0.4.2.2010-05-15, by Jari Korhonen
- Version 0.4.1: Checks that local path ends with path separator.2010-05-14, by Jari Korhonen
- Version is now 0.4.0.2010-05-14, by Jari Korhonen
- Remove testfile.txt.2010-05-14, by Jari Korhonen
- 0.3.9: Remove is now more powerful (can delete files of type ACM!).2010-05-14, by Jari Korhonen
- Ver 0.3.8: Fixed confusing add- button. Remove does no backup. Merge- button enable fixed.2010-05-14, by Jari Korhonen
- Added icon picture in .png format2010-05-14, by Jari Korhonen
- Merge.2010-04-24, by Jari Korhonen
- Made annotate/resolvelist/resolvemark enable/disable logic better.2010-04-24, by Jari Korhonen
- Some trivial changes.2010-04-22, by Jari Korhonen
- Initial commit.2010-04-22, by Jari Korhonen