sahwar / 7plus

Automatically exported from code.google.com/p/7plus
1 stars 0 forks source link

Windows 8 compatibility #370

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
A few things will need to be adjusted for Windows 8 compatibility:

 * Disable Aero Flip hot corner, since Windows now uses it itself for Metro.
 * There seem to be double click issues in My Computer directory.

In addition, all events that use ${WinVer} need to be changed to use the more 
appropriate ${WindowsVersion} placeholder that uses a version number instead of 
a name. For readability placeholders for the different operating systems could 
be added.

Original issue reported on code.google.com by fragman@gmail.com on 1 Apr 2012 at 10:08

GoogleCodeExporter commented 8 years ago
 * FastFolder registry entries mustn't be saved on Windows 8 and their settings should not be visible since they are not available in Windows 8 explorer.

Original comment by fragman@gmail.com on 1 Apr 2012 at 10:10

GoogleCodeExporter commented 8 years ago

Original comment by fragman@gmail.com on 1 Apr 2012 at 10:11

GoogleCodeExporter commented 8 years ago
Double click was a false alert it seems, caused by something else and now fixed.

Original comment by fragman@gmail.com on 3 Apr 2012 at 5:30

GoogleCodeExporter commented 8 years ago
Hot corner condition has been changed, others are still needed.

Original comment by fragman@gmail.com on 9 Apr 2012 at 3:11

GoogleCodeExporter commented 8 years ago
Fragman always ahead of his time ^^
(Thanks again for your hard work)

Original comment by lecuyerf on 13 Apr 2012 at 5:53

GoogleCodeExporter commented 8 years ago
Not much, there are Win 8 beta versions out there already...right now I'm just 
making sure that 7plus will run as expected, I don't adjust it for any new 
features or so yet.

Original comment by christia...@gmail.com on 13 Apr 2012 at 1:51

GoogleCodeExporter commented 8 years ago

Original comment by fragman@gmail.com on 5 May 2012 at 1:08

GoogleCodeExporter commented 8 years ago
Downloading and installing Windows 8 Release Preview x64 now to make sure 
everything is working properly.

Original comment by fragman@gmail.com on 4 Jun 2012 at 4:43

GoogleCodeExporter commented 8 years ago
The left application bar in Win8 does not disappear when 7plus is running.

Original comment by fragman@gmail.com on 17 Jun 2012 at 6:32

GoogleCodeExporter commented 8 years ago
Aaaand fixed.

Original comment by fragman@gmail.com on 17 Jun 2012 at 6:42

GoogleCodeExporter commented 8 years ago
${WindowsVersion} placeholder is now used in all events. It turned out that it 
was not really needed for the existing events because the old conditions 
produced proper results for Win8 as well.

This only leaves some testing for Win8 compatibility in this issue.

Original comment by christia...@gmail.com on 25 Jun 2012 at 2:21