... | ... | @@ -91,6 +91,7 @@ Safe chunk select / "move to patch" implementation: |
|
|
|
|
|
== qtlib ==
|
|
|
|
|
|
* replace 'yellow' with some reasonable default, like 'lightbrown'
|
|
|
* pre-defined colors (like gtklib) (most colors will be user-configurable - steve)
|
|
|
* more general means for showing or previewing the generated hg command (see archive dialog) (log widget)
|
|
|
* appropriate use of QApplication.setOverrideCursor(QtCore.Qt.WaitCursor)
|
... | ... | @@ -107,6 +108,8 @@ Safe chunk select / "move to patch" implementation: |
|
|
** now as fast as hgtk thanks to <<changeset decb52eebbb3>>
|
|
|
** Idea: do portable_fork() on early stage (before loading Qt and mercurial things.) It tooks 0.5 sec before spawning new process on my env.
|
|
|
|
|
|
* Catch certain Mercurial errors (RepoLookupError, etc) and provide a non-bug-report fallback for them.
|
|
|
|
|
|
== 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 ;-).
|
... | ... | |