... | ... | @@ -23,17 +23,14 @@ This is where you register features that are unimplemented or badly implemented |
|
|
* Bisect view (idea) ... it shows good/bad icon alongside each changeset; tested changesets are grayed-out.
|
|
|
* Authorcoloring: is it intentionally that not the whole line is colored (as in the gtk version), or is this a todo ? (debatable, bring it up on the list).
|
|
|
* Unnaplied patches should use italic font
|
|
|
|
|
|
==== history compression feature ====
|
|
|
|
|
|
Select rev A and descendant rev B. cmenu should offer 'Compress history'.
|
|
|
|
|
|
It will update to A (if necessary), hg revert --all --rev B, then open the commit tool with the
|
|
|
* History compression feature (I'll tackle this, Johan)
|
|
|
** Select rev A and descendant rev B. cmenu should offer 'Compress history'.
|
|
|
** It will update to A (if necessary), hg revert --all --rev B, then open the commit tool with the
|
|
|
concatenated commit messages of revisions between A and B. User can then edit the
|
|
|
message and make the commit. There should be an option to then strip the changesets
|
|
|
that were compressed.
|
|
|
** Could be done as a single dialog.
|
|
|
|
|
|
Could be done as a single dialog.
|
|
|
|
|
|
== Manifest Viewer ==
|
|
|
|
... | ... | @@ -132,8 +129,8 @@ Safe chunk select / "move to patch" implementation: |
|
|
|
|
|
== usability ==
|
|
|
|
|
|
* I would like to have a really good way to change fonts in the TortoiseHg qt dialogs. Mostly for enlarging fonts, but in small steps, so each can find their own "best setting". All fonts means both for dialog fonts and for content widgets. This is necessary f.i. for people not having the good sight of a youngster anymore (like me). (Also because changing screen resolution and/or OS settings cannot solve everything.) I'm willing to help with this, of course. My reference for this is the NoSquint Firefox add-on ;-).
|
|
|
|
|
|
* SJB - I've started work on this. Apps can get the user's configured font from qtlib and connect to a signal emitted when the font is changed. The settings tool in turn will emit the signal when the user picks a new font and selects 'ok' in the font editor. Two things need to happen:
|
|
|
# We must use this font interface consistently in all our tools
|
|
|
# Someone should look into connecting to the live updates that come out of the selection dialog |
|
|
* Fonts
|
|
|
** I would like to have a really good way to change fonts in the TortoiseHg qt dialogs. Mostly for enlarging fonts, but in small steps, so each can find their own "best setting". All fonts means both for dialog fonts and for content widgets. This is necessary f.i. for people not having the good sight of a youngster anymore (like me). (Also because changing screen resolution and/or OS settings cannot solve everything.) I'm willing to help with this, of course. My reference for this is the NoSquint Firefox add-on ;-).
|
|
|
** SJB - I've started work on this. Apps can get the user's configured font from qtlib and connect to a signal emitted when the font is changed. The settings tool in turn will emit the signal when the user picks a new font and selects 'ok' in the font editor. Two things need to happen:
|
|
|
## We must use this font interface consistently in all our tools
|
|
|
## Someone should look into connecting to the live updates that come out of the selection dialog |