reimplementaion of fix for QColorDialog on macOS Sierra bug.

doesn't use destructor because destructor causes another crash.
This commit is contained in:
Daisuke Cato
2016-10-22 19:14:07 +09:00
commit a08b5f8af0
986 changed files with 90393 additions and 0 deletions

38
files/shortcuts2.html Normal file
View File

@ -0,0 +1,38 @@
<html>
<head>
</head>
<body>
<div style="font-size:large; color: rgb(20,20,155); padding-top:0px;padding-bottom:0px;"><b>Image adjust functions:</b></div>
<hr>
<div style="padding-top:0px;padding-bottom:0px;">
<b>A</b> : Fit to width / height<br>
<b>L</b> : Rotate to the left<br/>
<b>Q</b> : Always on Top<br/>
<b>R</b> : Rotate to the rigth<br/>
<b>W</b> : Show pages at full size<br/>
</div>
<div style="font-size:large; color: rgb(20,20,155); padding-top:0px;padding-bottom:0px;"><b>Magnifying glass:</b></div>
<hr>
<div style="padding-top:0px;padding-bottom:0px;">
<b>Alt + Wheel mouse up</b> : Decrease horizontal size <br/>
<b>Alt + Wheel mouse down</b> : Increase Horizontal size <br/>
<b>Ctrl + Wheel mouse up</b> : Decrease vertical size <br/>
<b>Ctrl + Wheel mouse down</b> : Increase vertical size <br/>
<b>Shift + Wheel mouse up</b> : Zoom out <br/>
<b>Shift + Wheel mouse down</b> : Zoom in <br/>
<b>Wheel mouse up</b> : Decrease size<br/>
<b>Wheel mouse down</b> : Increase size<br/>
<b>Z</b> : Show/hide<br/>
</div>
<div style="font-size:large; color: rgb(20,20,155); padding-top:0px;padding-bottom:0px;"><b>GoTo Flow functions:</b></div>
<hr>
<div style="padding-top:0px;padding-bottom:0px;">
<b> S </b> : Show/hide <br/>
<b> Wheel mouse up</b> : Next flow page <br/>
<b> Wheel mouse down</b> : Previous flow page <br/>
<b> Enter </b> : Go to current page <br/>
</div>
</body>
</html>