... | ... | @@ -166,14 +166,8 @@ Safe chunk select / "move to patch" implementation: |
|
|
* Need an encode fail dialog that prompts for an encoding, sets HGENCODING, then retries
|
|
|
* Need functions to convert between unicode<->UTF-8
|
|
|
|
|
|
== run ==
|
|
|
|
|
|
* Catch certain Mercurial errors (RepoLookupError, etc) and provide a non-bug-report fallback for them.
|
|
|
(in progress, Yuya)
|
|
|
|
|
|
== usability ==
|
|
|
|
|
|
* Mac: Use drawer and sheet flags. http://doc.trolltech.com/qq/qq18-macfeatures.html
|
|
|
* 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:
|
... | ... | |