2018-12-13 |
Chris Cannam |
Adjust sizing of About and Help dialogs
|
2018-12-10 |
Chris Cannam |
Update handling of auth extension load failures on Windows: hg itself is returning a successful error code, so we must check the output in the extension test phase. Also fix a failure & crash when trying to use fallback auth mechanism
|
2018-12-07 |
Chris Cannam |
Towards Win32 deployment
|
2018-12-06 |
Chris Cannam |
Merge from branch "help"
base
mainwindow.cpp@e9b91d3abcb0
|
2018-12-05 |
Chris Cannam |
Fix compiler warnings
qt5
|
2014-09-01 |
Chris Cannam |
Workaround for disappearing menubar under Ubuntu
|
2013-03-01 |
Chris Cannam |
Merge
|
2012-11-09 |
Chris Cannam |
Be more flexible about the sorts of warning message we can remove in incoming
|
2013-01-24 |
Chris Cannam |
Win32 typo fix
|
2013-01-24 |
Chris Cannam |
Adjust text when closing something that is only a single sprout of a branch -- and don't warn when closing a sprout of the default branch (it's not the same thing as closing the default branch)
|
2013-01-21 |
Chris Cannam |
Merge
|
2013-01-11 |
Chris Cannam |
Toolbar spacing adjustments; avoid using unified toolbar on Mac because it breaks the left toolbar with Qt 4.8
|
2013-01-07 |
Chris Cannam |
Update copyright dates
|
2012-10-19 |
Chris Cannam |
Back out commit:5dc24f8 and instead move the extensions setting to its own tab (allowing us to provide a bit more information about what it's for)
|
2012-10-19 |
Chris Cannam |
Merge
|
2012-10-19 |
Chris Cannam |
Fix preprocessor syntax
|
2012-08-29 |
Sam Izzo |
* Prefix working folder path on MacOS
|
2012-08-26 |
Sam Izzo |
* Prepend working folder path to filename when showing files in explorer
|
2012-08-26 |
Sam Izzo |
* Added setting to specify that diff command should be run once for each selected file, rather than passing all file names to diff command (p4merge doesn't like being given many files)
|
2012-08-25 |
Sam Izzo |
* Added "show in" to show selected file in explorer
|
2012-09-26 |
Chris Cannam |
Merge
|
2012-07-03 |
Chris Cannam |
Merge
|
2012-07-03 |
Chris Cannam |
URL fix
|
2012-07-24 |
Mikel |
Added new functionality to limit the total number of items shown in the graph. For projects with a fairly high number of commits, makes every action is very slow.
|
2012-07-03 |
Chris Cannam |
Fix incorrect signal in recent files action; if hg not found in last location, check for it in path (e.g. if it was previously in an installation-specific location that has since been overridden by a new installation)
|
2012-07-03 |
Chris Cannam |
Wording and menu grouping adjustments to try to make the default push/pull location function look less like it will open a new remote for you (mitigates #461)
|
2012-07-03 |
Chris Cannam |
Clear history and file states while opening a new remote repo
|
2012-07-03 |
Chris Cannam |
Show a visible error when trying to clone to a local folder that can't be created
|
2012-07-03 |
Chris Cannam |
Add carriage return to hgignore file before new material, if it didn't end with one before
|
2012-07-03 |
Chris Cannam |
Make sure we update the view after a failed merge
|
2012-04-17 |
Chris Cannam |
Inconsequential fix to toolbar addition
|
2012-03-13 |
Chris Cannam |
Partially working FSEvents implementation: ignores some file changes it should be taking into account, at the moment
fswatcher
|
2012-03-06 |
Chris Cannam |
Update search in history only if there are search terms; don't use spacer in toolbar on Mac
|
2012-02-29 |
Chris Cannam |
Make it possible to set an empty remote URL, fixing #357
|
2012-02-28 |
Chris Cannam |
Add commandCancelled signal -- but don't make use of it; it didn't work out as I'd hoped
|
2012-02-27 |
Chris Cannam |
Update copyright dates to 2012
|
2012-02-27 |
Chris Cannam |
Remove the single find widget from top, add one to each tab at the bottom instead. (Turns out you don't usually want to search for the same text in both types of widget.) Also provide sensible no-results text.
find
|
2012-02-22 |
Chris Cannam |
Implement basic search function in both work and history tabs
find
|
2012-02-20 |
Chris Cannam |
Start experimentally adding Find button/field
find
|
2012-02-17 |
Chris Cannam |
Fix #354, Remote repo URL should be cleared when starting a new local project
|
2012-02-16 |
Chris Cannam |
Fix #356, Failed to open existing repository when using open "File Folder"
|
2012-02-15 |
Chris Cannam |
Slightly different spacing on Windows
|
2012-02-15 |
Chris Cannam |
Fix error that caused fs watcher to be updated during operations
|
2012-02-14 |
Chris Cannam |
Same for stdout
fswatcher
|
2012-02-14 |
Chris Cannam |
stderr -> stdErr to avoid name conflicts with possible stderr macro in system headers
fswatcher
|
2012-02-14 |
Chris Cannam |
Rename Refresh menu function to make it clearer that it only re-reads (doesn't pull, update etc)
fswatcher
|
2012-02-14 |
Chris Cannam |
Remove Refresh button from toolbar, adjust spacing
fswatcher
|
2012-02-14 |
Chris Cannam |
Provide all tracked files to the fs watcher, so now we get updates properly -- requires moving the "what should we display?" logic for show-all-files toggle from main window to file status widget, but it's probably better there anyway
fswatcher
|
2012-02-14 |
Chris Cannam |
Update the filesystem watcher with work directory / file state. Still doesn't track "clean" files properly unless "show all files" is enabled
fswatcher
|
2012-02-13 |
Chris Cannam |
Introduce FsWatcher into main window (though it isn't fully rigged up yet)
fswatcher
|
2012-02-10 |
Chris Cannam |
gah! hg 2.1 changes push and pull so as to return failure codes on success, if there was nothing to push or pull
|
2011-11-23 |
Chris Cannam |
Add more useful message for merge with working directory ancestor
|
2011-11-17 |
Chris Cannam |
Fix to prior commit
|
2011-11-17 |
Chris Cannam |
Grab server port from hgrc if present
|
2011-11-10 |
Chris Cannam |
Bookmarks display now... OK
|
2011-11-09 |
Chris Cannam |
idiot -- we don't need to query bookmarks separately, we can just add them to the log template
|
2011-11-08 |
Chris Cannam |
Bookmarks are now displayed -- but exactly like tags, so far, there's no differentiation yet
|
2011-10-20 |
Chris Cannam |
Fix inaccurate and frightening text
|
2011-10-18 |
Chris Cannam |
Add "Close branch" menu option. Is currently available in some cases where it should not be, and using it exposes the fact that the chain of marked-closed changesets is not yet right in grapher.
|
2011-10-18 |
Chris Cannam |
use non-redirecting domain name
|
2011-10-17 |
Chris Cannam |
Identify closed branches and display them in a lighter shade
|
2011-10-17 |
Chris Cannam |
Fix bug #292: "Merge that results in no changes leaves interface in inconsistent state." Show uncommitted state whenever a merge is present, even if no file changes
|
2011-08-22 |
Chris Cannam |
Add back/forward/home to Help window, and some Help edits
|
2011-08-18 |
Chris Cannam |
Start adding Help
|
2011-08-18 |
Chris Cannam |
Add tester for newer version
|
2011-08-17 |
Chris Cannam |
Merge
|
2011-08-17 |
Chris Cannam |
Message has changed in hg 1.9
|
2011-08-17 |
Chris Cannam |
Make "Show all files" persistent (fixing #203), and rationalise some config group names (noting that "General" is actually the default group "" as it appears in the config file, not the name of a group called "General": that appears as "%General")
|
2011-08-17 |
Chris Cannam |
Some textual updates; include final URL path element in default for local file on clone
|
2011-07-26 |
Chris Cannam |
Use built-in edit window for editing .hgignore file (fixes #215)
|
2011-07-22 |
Chris Cannam |
Text change -- "commit changes to the following files" instead of "commit the following files" (seems less weird if you're actually removing them)
|
2011-07-14 |
Chris Cannam |
Open the settings dialog at Paths tab when invoking it because of a failure to run hg
|
2011-06-28 |
Chris Cannam |
Minor tidy
|
2011-06-24 |
Chris Cannam |
Compile fix, plural fix
|
2011-06-23 |
Chris Cannam |
Add "Ignore Files" and "Edit Ignored List" to Work menu (latter is subsumed from Advanced menu formerly). Also subsume Serve via HTTP into File menu as Share Repository, and add a more helpful description of it. Remove Advanced menu
|
2011-06-22 |
Chris Cannam |
Ensure "this file only" ignore RE is anchored at end
|
2011-06-17 |
Chris Cannam |
Use regexes for anchored filenames (i.e. "this file only" and directory); report outcome of ignore to user
ignore
|
2011-06-16 |
Chris Cannam |
Add "Ignore this directory"; some fixes to ignore logic (though not yet enough)
ignore
|
2011-06-16 |
Chris Cannam |
Minor adjustments to glob syntaxes
ignore
|
2011-06-16 |
Chris Cannam |
Make ignore function largely work
ignore
|
2011-06-16 |
Chris Cannam |
Return ignore type from ignore dialog
ignore
|
2011-06-16 |
Chris Cannam |
Make HgIgnoreDialog _look_ plausible (still doesn't do anything though!)
ignore
|
2011-06-15 |
Chris Cannam |
Start to introduce HgIgnoreDialog
ignore
|
2011-06-13 |
Chris Cannam |
Reconnect the ignore-related right-button menu entries (still not implemented yet though)
ignore
|
2011-05-19 |
Chris Cannam |
Use "Open" in heading for clone-successful dialog to ensure action is recognisable from open dialog (closes #103)
|
2011-05-19 |
Chris Cannam |
Avoid failing on startup if started with no cwd
|
2011-04-12 |
Chris Cannam |
Reset merge-commit comment when merge fails; add missing ampersand from Help menu label
|
2011-03-28 |
Chris Cannam |
Add warning dialog if version of Mercurial discovered is too old
|
2011-03-24 |
Chris Cannam |
Move source files to src/
base
mainwindow.cpp@6b6ed04d5ddb
|