group high dpi authored by Yuya Nishihara's avatar Yuya Nishihara
......@@ -19,5 +19,7 @@
* postreview: correctly set parent of first selected revision (fixes #3538)
* repofilter: do no run revset query by focus out during history completion
* repofilter: do not steal focus when window is restored from minimized state
* repomodel: render description column without using HTMLDelegate \\
(fixes #1590 - description column contents aligned 1px upper)
* run: continue without fork if new process can't be spawned (fixes #1949, #3800)
* run: promote rev to common annotate/log option (fixes #3799)
......@@ -22,6 +24,5 @@
* run: continue without fork if new process can't be spawned (fixes #1949, #3800)
* run: promote rev to common annotate/log option (fixes #3799)
* widgets: use small icon size defined by platform style (fixes #3690)
* workbench: do not change window icon (closes #3737)
command runner:
......@@ -61,6 +62,6 @@
** #1953 - largefiles treated wrong when added by tortoise contextmenu-entry
"add large..."
graph and log view:
high dpi issues:
* graphdelegate: update row height to actual value prior to painting \\
......@@ -65,8 +66,7 @@
* graphdelegate: update row height to actual value prior to painting \\
(refs #3690 - Tortoisehg on high dpi displays)
* repomodel: render description column without using HTMLDelegate \\
(fixes #1590 - description column contents aligned 1px upper)
(refs #3690)
* widgets: use small icon size defined by platform style (fixes #3690)
obsolete changeset:
......
......