... | ... | @@ -23,27 +23,11 @@ Before each feature release, we will progressively lock down the code: |
|
|
* -1 week - no new translatable strings on stable
|
|
|
* -3 days - code freeze on stable. Documentation and installer changes only
|
|
|
|
|
|
=== Release 2.1 (Targeted July 1, 2011): ===
|
|
|
|
|
|
* Merge wizard refactor to not use a QStackedWidget (done)
|
|
|
* Merge HgFileView and AnnotateWidget into a single file (done)
|
|
|
* Switch ManifestWidget to use an HgFileView (done)
|
|
|
* Remove standalone annotate dialog, use manifest dialog for that purpose (done)
|
|
|
* Move 'other parent' feature from filelistmodel to HgFileView (done)
|
|
|
* filelistview should forward menu events to parent revdetails or chunks widget (done)
|
|
|
* Use Qt's filesystem watcher to replace QTimer poll functions in thgrepo (done)
|
|
|
* Subrepository support in manifest (done)
|
|
|
* Refactor backout as QWizard dialog (done)
|
|
|
* Use status widget's file tree in MQ widget (done)
|
|
|
* Subrepository (and generic nested repo) support in Repository Registry (done)
|
|
|
=== Release 2.2 (Targeted November 1, 2011): ===
|
|
|
|
|
|
* Refactor wctxactions, actions should be owned by StatusWidget and use cmdui.Runner (started)
|
|
|
* Merge dialog needs a cancel button, when appropriate
|
|
|
* user Mercurial.ini file no longer polled by thgrepo. Needs a file watcher, I guess
|
|
|
* Refactor bisect, compress, and rebase as QWizard dialogs
|
|
|
* Add a file filter to manifest widget, same as status
|
|
|
* Investigate whether HgFileView can be used as an editor for wctx
|
|
|
* Add bundle creation features (#265)
|
|
|
|
|
|
Initially planned, may not be feasible
|
|
|
* Use Qt's filesystem monitor to inform user when status view is dirty
|
|
|
* Investigate a per-repository tab log console |