Changes
Page history
changes up to
0296a3416783
authored
Jul 22, 2014
by
Yuya Nishihara
Show whitespace changes
Inline
Side-by-side
FixedBugs.wiki
View page @
493821d7
...
...
@@ -13,6 +13,8 @@
== Bug Fixes ==
* cmdui: add hidden button to close prompt dialog with no response \\
(fixes #1317 - merge has no cancel option)
* filectxactions: redesign visualDiffRevs to show diff between baseRev and rev \\
(fixes #2313 - diff selected file revisions not working after move/rename)
* grep, status: use built-in drag-and-drop infrastructure
...
...
@@ -86,6 +88,7 @@
* fileview: remember chunk selection on view mode switch
* mergetools: port gvimdiff from Mercurial's mergetools.hgrc
* searchtoolbar: make next/prev shortcuts available in owner widget (fixes #3819)
* status: open merge tool on double-click for unresolved file (closes #1230)
* toolbars: use toolbar icon size defined by QApplication.style() except on Mac
(see 8d6212194e21 for details)
...
...
@@ -96,6 +99,8 @@
== Installer ==
* wix: remove i18n source files (.po) from installer package (closes #2566)
----
== Bug Fixes in Third-party Modules ==
...
...
...
...