log

age author description
Mon, 03 Jan 2011 14:31:22 +0000 Chris Cannam * Cut down number of command invocations by gleaning default remote path and current branch from hg files directly
Mon, 03 Jan 2011 12:35:13 +0000 Chris Cannam * Add (rather crappy) program icon. Still lacks platform icon support on OS/X and Linux/X11
Fri, 24 Dec 2010 13:16:12 +0000 Chris Cannam * Avoid showing hard hyphen on Windows (I had thought this was in previous commit)
Fri, 24 Dec 2010 13:14:45 +0000 Chris Cannam * Don't close proc input on finished() -- causes crash on program failure on Windows
Mon, 20 Dec 2010 22:39:45 +0000 Chris Cannam * Fixes to dialog return code handling
Mon, 20 Dec 2010 22:37:42 +0000 Chris Cannam * Give all of the substantial confirmation dialogs meaningful labels for their OK buttons
Mon, 20 Dec 2010 21:33:42 +0000 Chris Cannam * Make OK buttons on push/pull dialogs say Push and Pull
Mon, 20 Dec 2010 21:23:13 +0000 Chris Cannam * Rejig menu
Mon, 20 Dec 2010 17:07:30 +0000 Chris Cannam * Tiny textual change
Mon, 20 Dec 2010 16:47:00 +0000 Chris Cannam * Handle failure to start processes at all (e.g. because executable path is wrong)
Mon, 20 Dec 2010 16:15:43 +0000 Chris Cannam * Set python library path when unbundling extension, generally prefer unbundled copy
Mon, 20 Dec 2010 16:15:19 +0000 Chris Cannam * Set hand cursor on clickable label
Mon, 20 Dec 2010 14:37:35 +0000 Chris Cannam * Open local folder in Finder/Explorer/whatever when its path is clicked on
Sun, 19 Dec 2010 19:12:52 +0000 Chris Cannam * Some rather uncertain modifications to grapher logic for branch homes -- try to place branches close to their "parent branches".
Sun, 19 Dec 2010 19:11:23 +0000 Chris Cannam * Can edit hgrc even if it doesn't exist yet
Sun, 19 Dec 2010 12:01:37 +0000 Chris Cannam * Implement "Change Remote Location"
Fri, 17 Dec 2010 10:01:02 +0000 Chris Cannam * Fix "Serve by HTTP"; stub out "Change Remote Location"
Fri, 17 Dec 2010 09:36:39 +0000 Chris Cannam * Settings dialog: This Will Do For Now
Fri, 17 Dec 2010 08:53:54 +0000 Chris Cannam * Similarly, tidier lookup for Hg binary and extension
Fri, 17 Dec 2010 08:48:01 +0000 Chris Cannam * Tidier lookup for diff, merge, editor binaries
Thu, 16 Dec 2010 22:11:38 +0000 Chris Cannam * basic external editor selection (for hgignore)
Thu, 16 Dec 2010 20:23:43 +0000 Chris Cannam * Fixes to external program location logic on Win32
Thu, 16 Dec 2010 18:00:12 +0000 Chris Cannam * Add option whether to use extension or not, and show path for it in settings
Thu, 16 Dec 2010 17:32:25 +0000 Chris Cannam * Start implementing Settings dialog; add Test function to run on startup to make sure hg works
Thu, 16 Dec 2010 12:40:04 +0000 Chris Cannam * Add more helpful reports when a push fails because it would create new heads
Thu, 16 Dec 2010 12:03:09 +0000 Chris Cannam * Add (examining repository) message for initial state
Wed, 15 Dec 2010 22:07:31 +0000 Chris Cannam * Fix failure to recognise local uncommitted changes when an untracked file was selected
Tue, 14 Dec 2010 21:16:52 +0000 Chris Cannam * Remove outdated file
Tue, 14 Dec 2010 21:15:29 +0000 Chris Cannam * Update .hgignore file
Tue, 14 Dec 2010 20:36:30 +0000 Chris Cannam * Status text updates
Tue, 14 Dec 2010 17:20:10 +0000 Chris Cannam * Add "Show summary" feature
Wed, 08 Dec 2010 16:57:18 +0000 Chris Cannam * Overwrite log file for each run (saving space at expense of long record)
Sun, 05 Dec 2010 19:24:42 +0000 Chris Cannam * Minor Win32 fixes
Fri, 03 Dec 2010 22:42:24 +0000 Chris Cannam * Experiment with removing revision numbers from display (hashes only)
Fri, 03 Dec 2010 20:37:40 +0000 Chris Cannam * (Re)implement tagging
Fri, 03 Dec 2010 19:35:04 +0000 Chris Cannam * First cut of work on merge/resolve logic
Fri, 03 Dec 2010 14:43:32 +0000 Chris Cannam * Better handling of empty repositories; some tidying & textual fixes
Fri, 03 Dec 2010 13:36:53 +0000 Chris Cannam * Start using trivial new easyhg extension (requires PyQt)
Fri, 03 Dec 2010 12:32:59 +0000 Chris Cannam * That string scraping was much too fiddly -- best keep it simpler for now
Fri, 03 Dec 2010 12:29:57 +0000 Chris Cannam * Add InConflict state (not yet used)
Fri, 03 Dec 2010 12:29:24 +0000 Chris Cannam * Some work on portable password prompting
Thu, 02 Dec 2010 21:52:24 +0000 Chris Cannam * Default merge comments
Thu, 02 Dec 2010 21:32:04 +0000 Chris Cannam * Another simplification to refresh logic, and some textual fixes
Thu, 02 Dec 2010 21:13:53 +0000 Chris Cannam * Add translation support -- useful for proper plural handling even in English
Thu, 02 Dec 2010 18:04:21 +0000 Chris Cannam * Try to reduce unnecessary history updates; add --new-branch option on push
Thu, 02 Dec 2010 17:55:21 +0000 Chris Cannam * Show both parents of uncommitted merge; fixes to right-button menus
Thu, 02 Dec 2010 11:51:15 +0000 Chris Cannam * Set parents (setCurrent) on history widget when we know the new parents, not at each enable-disable actions call
Thu, 02 Dec 2010 11:33:09 +0000 Chris Cannam * Fix incremental log again (prune option requires number or hash, not compound id)
Thu, 02 Dec 2010 11:31:42 +0000 Chris Cannam * Attempt to make the sequence of hg commands after a change more rational; avoid incremental log if heads unchanged
Wed, 01 Dec 2010 22:05:09 +0000 Chris Cannam * minor menu fix
Wed, 01 Dec 2010 21:02:53 +0000 Chris Cannam * Some implementation of right-button menu actions on changeset item
Wed, 01 Dec 2010 20:19:21 +0000 Chris Cannam * Don't show tip tag; return to using incremental log on commit
Wed, 01 Dec 2010 17:43:43 +0000 Chris Cannam * Merge
Wed, 01 Dec 2010 17:41:14 +0000 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)
Wed, 01 Dec 2010 12:02:06 +0000 Chris Cannam * win32 build fix
Wed, 01 Dec 2010 11:54:01 +0000 Chris Cannam * Fix another use of stderr as identifier
Wed, 01 Dec 2010 11:50:04 +0000 Chris Cannam * Don't try to use stdout and stderr as identifiers! In any case, one of them is stderr
Tue, 30 Nov 2010 17:56:11 +0000 Chris Cannam * Start hooking up right-button menus on changeset & uncommitted items
Tue, 30 Nov 2010 14:59:52 +0000 Chris Cannam * First cut at (not yet operational) right-button menu
Tue, 30 Nov 2010 14:27:34 +0000 Chris Cannam * Avoid unnecessary duplicate layout; fix off-by-one in resetting changeset children
Tue, 30 Nov 2010 13:51:50 +0000 Chris Cannam * Minor adjustment to scene lifecycle, delete old scene before creating new one to use less memory &c
Tue, 30 Nov 2010 13:51:27 +0000 Chris Cannam * Include closed branches in heads check (see comment)
Tue, 30 Nov 2010 13:50:58 +0000 Chris Cannam * Avoid null pointer dereference
Tue, 30 Nov 2010 13:08:18 +0000 Chris Cannam * Ensure only one list can contain a selection at once in file status widget
Tue, 30 Nov 2010 13:07:53 +0000 Chris Cannam * Have a go at switching to new items in history widget when something happens in repo
Tue, 30 Nov 2010 12:45:34 +0000 Chris Cannam * Better attempt at retaining current visible area when history scene changes; first cut at highlighting new items
Tue, 30 Nov 2010 11:41:46 +0000 Chris Cannam * Ensure panned rect stays current when size changes; update panner cache when scene changes
Tue, 30 Nov 2010 11:17:30 +0000 Chris Cannam * Add connecting line to uncommitted item; turn Revert icon blue; cut down menus to things that actually work (well, mostly)
Mon, 29 Nov 2010 20:58:50 +0000 Chris Cannam * Do full log after commit (so as to get the right tip tag)
Mon, 29 Nov 2010 20:53:34 +0000 Chris Cannam * Initial work on showing uncommitted changes (as dashed box) in history graph
Mon, 29 Nov 2010 20:09:58 +0000 Chris Cannam * Show tags and current working copy parents in history graph
Mon, 29 Nov 2010 17:48:43 +0000 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.
Mon, 29 Nov 2010 17:11:29 +0000 Chris Cannam * Add confirm dialogs for pull and push
Mon, 29 Nov 2010 17:03:17 +0000 Chris Cannam * Add Incoming dialog and better layouts for dialogs generally
Mon, 29 Nov 2010 11:38:25 +0000 Chris Cannam * Fixes to changeset details display; show on right instead of below to avoid disrupting flow
Mon, 29 Nov 2010 11:18:27 +0000 Chris Cannam * Another fix to incremental log -- ensure children are not duplicated in changeset
Mon, 29 Nov 2010 11:14:29 +0000 Chris Cannam * Further fix to incremental log (put new changesets on the correct end of the list!)
Mon, 29 Nov 2010 11:04:52 +0000 Chris Cannam * Fix incremental log (was referring to "new" parents and so not actually returning anything)
Mon, 29 Nov 2010 11:01:19 +0000 Chris Cannam * Add incremental log (though not incremental relayout)
Sun, 28 Nov 2010 21:52:00 +0000 Chris Cannam * Make scene remember which item has its details showing, and remove the previous one when a new one is clicked
Fri, 26 Nov 2010 23:49:48 +0000 Chris Cannam * Rudimentary version of the popup showing more information when you click on a changeset in history graph
Fri, 26 Nov 2010 22:46:29 +0000 Chris Cannam * Start to sketch thing that shows the details of a changeset in the history view
Fri, 26 Nov 2010 22:06:52 +0000 Chris Cannam * Pull history tab out into its own widget
Fri, 26 Nov 2010 21:48:25 +0000 Chris Cannam * Add useful state message to file status page.
Fri, 26 Nov 2010 21:17:24 +0000 Chris Cannam * minor output fixes
Fri, 26 Nov 2010 21:04:40 +0000 Chris Cannam * Better error handling/reporting; some futile changes to termios handling; avoid weirdly stretching panned view in panner
Fri, 26 Nov 2010 17:02:55 +0000 Chris Cannam * Make diff binary a settings property; some tidying
Fri, 26 Nov 2010 16:28:18 +0000 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 openpt
Fri, 26 Nov 2010 14:50:10 +0000 Chris Cannam * Separate out the hgrunner output into stdout and stderr again (merging them was a failed experiment)
Fri, 26 Nov 2010 12:48:29 +0000 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).
Thu, 25 Nov 2010 21:08:17 +0000 Chris Cannam * Enable/disable update and merge actions depending on whether default update and merge will actually do anything
Thu, 25 Nov 2010 20:18:10 +0000 Chris Cannam * Make interactivity optional in hgrunner (makes running non-interactive, local commands a bit quicker)
Thu, 25 Nov 2010 17:54:35 +0000 Chris Cannam * Retrieve and store current branch and heads; some refactoring
Thu, 25 Nov 2010 17:21:32 +0000 Chris Cannam * Better-behaved comment dialog; avoid empty comments. Also ignore signals from closing ptys
Thu, 25 Nov 2010 14:30:40 +0000 Chris Cannam * Slightly more useful commit dialog
Wed, 24 Nov 2010 22:44:40 +0000 Chris Cannam * Start to use the confirm-comment dialog for commits; much work still needed
Wed, 24 Nov 2010 22:24:55 +0000 Chris Cannam * Add ConfirmCommentDialog
Wed, 24 Nov 2010 19:57:30 +0000 Chris Cannam * Layout fix
Wed, 24 Nov 2010 19:53:36 +0000 Chris Cannam * Helpful texts
Wed, 24 Nov 2010 17:29:31 +0000 Chris Cannam * Minor text and layout changes; ensure path widgets are updated when repo changes
Wed, 24 Nov 2010 17:11:44 +0000 Chris Cannam * Wire up the basic Hg actions again
Wed, 24 Nov 2010 16:53:40 +0000 Chris Cannam * Update About box
Wed, 24 Nov 2010 16:40:57 +0000 Chris Cannam * Rename HgExpWidget to HgTabWidget
Wed, 24 Nov 2010 16:29:05 +0000 Chris Cannam * Update actions appropriately when selections are changed
Wed, 24 Nov 2010 14:41:52 +0000 Chris Cannam * Clear selections when Esc pressed; some refactoring
Wed, 24 Nov 2010 13:50:33 +0000 Chris Cannam * Highlight untracked files that are newer than last repo interaction
Wed, 24 Nov 2010 13:23:30 +0000 Chris Cannam * Rename StatParser to FileStates; start thinking about selections
Tue, 23 Nov 2010 21:04:02 +0000 Chris Cannam * Remove some old code in preparation for rebuilding it with the newer structure
Tue, 23 Nov 2010 16:35:49 +0000 Chris Cannam * Add filesystem watcher; initial work on enable/disable logic for actions in new scheme
Tue, 23 Nov 2010 14:49:13 +0000 Chris Cannam * A bit more work on new Work (file status) widget
Tue, 23 Nov 2010 11:33:15 +0000 Chris Cannam * Start work on new file-status widget
Mon, 22 Nov 2010 21:28:00 +0000 Chris Cannam * tiny mod
Mon, 22 Nov 2010 20:17:14 +0000 Chris Cannam * More on "Open" logic; fix to StatParser, and start introducing it
Mon, 22 Nov 2010 17:42:06 +0000 Chris Cannam * Remove trailing / from dir name (otherwise QFileInfo returns wrong parent path)
Mon, 22 Nov 2010 17:27:59 +0000 Chris Cannam * Make all of the "Open" options do something sensible
Mon, 22 Nov 2010 16:02:13 +0000 Chris Cannam * ioctl fixes for OS/X
Mon, 22 Nov 2010 15:30:39 +0000 Chris Cannam * Remove unwanted includes
Mon, 22 Nov 2010 15:25:01 +0000 Chris Cannam * We don't actually use OpenGL
Mon, 22 Nov 2010 15:21:12 +0000 Chris Cannam * OS/X doesn't like fork() without exec(). Scrap that, revert to ioctl
Mon, 22 Nov 2010 12:30:40 +0000 Chris Cannam * Some work toward doing the Right Thing with each possible combination of existing/nonexisting directories in Open dialog
Mon, 22 Nov 2010 10:03:15 +0000 Chris Cannam * Use fork/setsid/fork to escape our controlling terminal, to ensure the pty we create is used for password requests
Sat, 20 Nov 2010 11:40:19 +0000 Chris Cannam * Further minor win32 fix
Sat, 20 Nov 2010 10:11:00 +0000 Chris Cannam * Win32 build fixes
Fri, 19 Nov 2010 18:39:40 +0000 Chris Cannam * Allocate a pty for the subprocess, and ask the user for password. Very rudimentary and non-portable.
Fri, 19 Nov 2010 14:54:19 +0000 Chris Cannam * Show branch names even for changes with children, if those children are on a different branch
Thu, 18 Nov 2010 18:08:18 +0000 Chris Cannam * Make stat work regardless of which tab is selected
Thu, 18 Nov 2010 17:36:53 +0000 Chris Cannam * Bit more work on Open dialog
Thu, 18 Nov 2010 15:29:48 +0000 luisf Foundation framework now included in OSX builds;
Thu, 18 Nov 2010 15:20:40 +0000 Chris Cannam * Add forgotten open icon
Thu, 18 Nov 2010 15:14:39 +0000 Chris Cannam * Basic working "Open Repository" dialog
Wed, 17 Nov 2010 22:13:34 +0000 Chris Cannam * Flesh out multi-choice dialog a big
Wed, 17 Nov 2010 21:37:16 +0000 Chris Cannam * Some dialog stubs
Wed, 17 Nov 2010 20:21:18 +0000 Chris Cannam * Use more than one line of the commit log, if it fits
Wed, 17 Nov 2010 20:21:00 +0000 Chris Cannam * Don't switch off firstStart unless user has actually OK'd the dialog (they might have closed it via WM button)
Wed, 17 Nov 2010 17:49:16 +0000 Chris Cannam * Start rejigging the settings/repo-path dialog setup: startup dialog now asks for user name and email only
Wed, 17 Nov 2010 14:26:27 +0000 Chris Cannam * Add (but don't yet use) RecentFiles class to replace inline MRU logic
Wed, 17 Nov 2010 13:32:56 +0000 Chris Cannam * Some adjustments to process running (avoid timer): caller must now report errors
Wed, 17 Nov 2010 11:48:58 +0000 Chris Cannam * Some experimental cutbacks to interface
Tue, 16 Nov 2010 19:53:14 +0000 Chris Cannam * win32 build fixes
Tue, 16 Nov 2010 15:14:17 +0000 Chris Cannam * minor updates
Tue, 16 Nov 2010 14:32:51 +0000 Chris Cannam * Simplify tabs
Tue, 16 Nov 2010 13:57:30 +0000 Chris Cannam * Update copyrights; add debug header
Tue, 16 Nov 2010 11:26:51 +0000 Chris Cannam * Minor layout improvement
Fri, 12 Nov 2010 17:30:53 +0000 Chris Cannam * Make changeset item boxes wider if they have no neighbours.
Fri, 12 Nov 2010 17:04:36 +0000 Chris Cannam * Small rendering refinements
Fri, 12 Nov 2010 16:48:18 +0000 Chris Cannam * Put proper labels &c in changeset items; colour branches and users; etc
Fri, 12 Nov 2010 11:32:01 +0000 Chris Cannam * Use the date when laying out rows
Thu, 11 Nov 2010 22:27:24 +0000 Chris Cannam * some preliminaries for thinking about use of date in row layout
Thu, 11 Nov 2010 22:04:59 +0000 Chris Cannam * Use specific includes instead of QtCore, QtGui etc; bring in TextAbbrev class
Wed, 10 Nov 2010 22:27:58 +0000 Chris Cannam * A fix that will only work when we sort changesets by date (test with classical-rdf)
Wed, 10 Nov 2010 22:07:03 +0000 Chris Cannam * Add IndirectPainting opt flag, makes a big difference to rendering Panner; rename project
Wed, 10 Nov 2010 17:30:46 +0000 Chris Cannam * More graph layout refinements
Wed, 10 Nov 2010 17:11:41 +0000 Chris Cannam * Better layout for branches; spline connection paths
Wed, 10 Nov 2010 12:44:11 +0000 Chris Cannam * Some more work on graph layout; ensure LANG is set for parseable UTF8 output when running Hg
Tue, 09 Nov 2010 17:51:12 +0000 Chris Cannam * A snatched bit of work on graph layout
Sun, 07 Nov 2010 19:59:54 +0000 Chris Cannam * Some experiments towards a graph history view
Thu, 24 Jun 2010 23:41:21 +0300 Jari Korhonen A couple of more fixes to "weird filenames" bug.
Thu, 24 Jun 2010 11:38:50 +0200 Martin Geisler Handle filenames starting with "-"
Wed, 23 Jun 2010 21:12:46 +0300 Jari Korhonen hg glog --verbose made history list very slow with 30000 files, so removed --verbose option.
Sat, 19 Jun 2010 13:31:49 +0300 Jari Korhonen Version promoted to 0.7.0.
Sat, 19 Jun 2010 13:25:52 +0300 Jari Korhonen Updated merge retry success messagebox.
Sat, 19 Jun 2010 13:10:06 +0300 Jari Korhonen Version 0.5.4. Offer to retry merge directly after failed merge attempt.
Sat, 19 Jun 2010 03:10:51 +0300 Jari Korhonen Version 0.5.3. Fixed .hgignore editing in windows.
Sat, 19 Jun 2010 02:01:54 +0300 Jari Korhonen Added tag Version_0.5.2. for changeset 43e3b271d293
Sat, 19 Jun 2010 02:01:36 +0300 Jari Korhonen Version 0.5.2. Added hg tag, .hgignore editing. Version_0.5.2.
Sat, 19 Jun 2010 00:23:09 +0300 Jari Korhonen Added retry_merge. Fixed bug in "after merge" commit.
Tue, 15 Jun 2010 03:16:40 +0300 Jari Korhonen Version 0.5.0: Added "Copy comment" context menu to "parents" list.
Mon, 14 Jun 2010 22:04:52 +0300 Jari Korhonen Version 0.4.7. Small fix in mru list.
Mon, 14 Jun 2010 21:55:17 +0300 Jari Korhonen UpdateToRev has more power. Copyrights updated. Mrulist of repos added.
Sat, 29 May 2010 18:45:46 +0300 Jari Korhonen Ver 0.4.6: Added TortoiseHg / InstallJammer to thanks/credits list.
Fri, 28 May 2010 22:34:44 +0300 Jari Korhonen Another attempt to list hg serve ip addresses ;-)
Thu, 20 May 2010 23:03:49 +0300 Jari Korhonen merge.
Thu, 20 May 2010 22:56:44 +0300 Jari Korhonen Having some problems getting ip addr on win7. Debug output added.
Wed, 19 May 2010 23:08:42 +0300 Jari Korhonen Listens on only the interface/port that messagebox announces.
Wed, 19 May 2010 22:57:05 +0300 Jari Korhonen Fixed findMyIp().
Tue, 18 May 2010 23:56:55 +0300 Jari Korhonen ipv6 address shiwing fixes.
Tue, 18 May 2010 23:56:20 +0300 Jari Korhonen Tries to show hg serve ipv6 address correctly (at least for browser, dont know about hg itself).
Tue, 18 May 2010 01:56:40 +0300 Jari Korhonen Remove testfile / testfile2 from repo.
Tue, 18 May 2010 01:54:28 +0300 Jari Korhonen Small help text changes.
Tue, 18 May 2010 01:48:38 +0300 Jari Korhonen Version 0.4.3: Multiple selection in worklist. Serve dialog shows ip address.
Tue, 18 May 2010 01:47:39 +0300 Jari Korhonen A couple of test file additions.
Tue, 18 May 2010 01:45:20 +0300 Jari Korhonen Implemented multiple selection to work folder list (and changes to add/commit logic).
Tue, 18 May 2010 01:39:40 +0300 Jari Korhonen Version is 0.4.3.
Sat, 15 May 2010 17:51:40 +0300 Jari Korhonen Added info of server port (8000).
Sat, 15 May 2010 17:47:21 +0300 Jari Korhonen Small test change.
Sat, 15 May 2010 17:38:58 +0300 Jari Korhonen Removed testfile.txt.
Sat, 15 May 2010 17:35:29 +0300 Jari Korhonen Added testfile.txt.
Sat, 15 May 2010 17:34:23 +0300 Jari Korhonen Version 0.4.2: Added hg serve. Can commit one file.
Sat, 15 May 2010 17:32:45 +0300 Jari Korhonen Common.h: Version is 0.4.2.
Fri, 14 May 2010 16:09:41 +0300 Jari Korhonen Version 0.4.1: Checks that local path ends with path separator.
Fri, 14 May 2010 15:34:27 +0300 Jari Korhonen Version is now 0.4.0.
Fri, 14 May 2010 15:30:14 +0300 Jari Korhonen Remove testfile.txt.
Fri, 14 May 2010 15:29:41 +0300 Jari Korhonen 0.3.9: Remove is now more powerful (can delete files of type ACM!).
Fri, 14 May 2010 14:50:07 +0300 Jari Korhonen Ver 0.3.8: Fixed confusing add- button. Remove does no backup. Merge- button enable fixed.
Fri, 14 May 2010 13:33:25 +0300 Jari Korhonen Added icon picture in .png format
Sat, 24 Apr 2010 15:14:09 +0300 Jari Korhonen Merge.
Sat, 24 Apr 2010 15:12:12 +0300 Jari Korhonen Made annotate/resolvelist/resolvemark enable/disable logic better.
Thu, 22 Apr 2010 04:19:29 +0300 Jari Korhonen Some trivial changes.
Thu, 22 Apr 2010 03:15:35 +0300 Jari Korhonen Initial commit.