Paddy Xu
1e215cb7c7
Use NamedPipe, instead of second instance, to invoke preview from command line
2017-06-09 22:31:09 +01:00
Emanuel Alves
ef9b854939
- Moved the download logic to a background worker so that the main app doesn't stop working while the file is being downloaded.
...
- The logic to check for new updates is now separated into one function;
- Replaced all messageboxes to Notifications
To-Do: Actionable Notifications; Show releases-notes popup;
2017-06-09 17:54:15 +01:00
Emanuel Alves
4773ded83e
QuickLook Auto Update system - first iteration;
...
[Dependency]: NewtonSoft JSON nuget package;
Added - Updater.cs class which contains the auto-update static method.
Workflow: Downloads json file from remote server -> Parses -> downloads new version to a specific folder inside the install dir -> Executs a CMD command chain which kills the current QuickLook process and then executes the MSI installer.
2017-06-08 22:19:16 +01:00
Paddy Xu
41a97847f4
switch by arrow keys and by mouse click should repel each other
0.1.14
2017-06-08 21:38:03 +03:00
Paddy Xu
00a6100166
Fix #23 : KeyDown/KeyUp firing sequence; Prevent duplicate launch when pressing Enter key
2017-06-08 21:07:27 +03:00
Paddy Xu
50081abb62
Merge branch 'master' of github.com:xupefei/QuickLook
2017-06-04 17:26:38 +03:00
Paddy Xu
8bfedfc21d
real async plugin loading
2017-06-04 17:26:07 +03:00
Paddy Xu
f77e49a02c
Update README.md
2017-06-04 17:22:20 +03:00
Paddy Xu
6af1e27668
Update README.md
2017-06-04 17:19:57 +03:00
Paddy Xu
e7baa9b55a
Update README.md
2017-06-04 17:18:52 +03:00
Paddy Xu
86733a4d3d
limit the usage of slow ReaderFactory into ".tar.xx" formats
2017-06-04 13:38:40 +03:00
Paddy Xu
792520a6ff
Update README.md
2017-06-03 16:33:53 +03:00
Paddy Xu
8eff66303b
Update README.md
2017-06-03 14:46:49 +03:00
Paddy Xu
8da5f7c0d4
Refresh SharpCompress library
2017-06-03 14:14:25 +03:00
Paddy Xu
fb394288dd
Allow plugin initialization when application starts
2017-06-03 13:07:48 +03:00
Paddy Xu
5886ee5c12
Expose RegisterFFmpeg() method
2017-06-03 13:04:55 +03:00
Paddy Xu
618f9fd9e2
forgot to close it
2017-06-03 12:35:01 +03:00
Paddy Xu
37a63c5ec7
clean build profile
2017-06-03 03:01:45 +03:00
Paddy Xu
3101059b4d
x64 Any CPU support
2017-06-03 02:51:22 +03:00
Paddy Xu
438781b7f7
Mute video by default
2017-06-03 01:59:21 +03:00
Paddy Xu
1bc193a3b6
Fix Wow64 redirection issue
2017-06-02 22:37:41 +03:00
Paddy Xu
ce8cfacee1
we need to set the Source anyway
0.1.13
2017-06-02 20:12:19 +03:00
Paddy Xu
00c98acee6
Disable js alerts in WebBrowser
2017-06-02 19:37:57 +03:00
Paddy Xu
20fbda1e44
Go back from Webkit to IE render engine
2017-06-02 19:11:15 +03:00
Paddy Xu
69cad9c841
update README.md
2017-06-02 19:06:01 +03:00
Paddy Xu
c320249f20
Revert "upx -1 libcef.dll" as it makes release package even larger
...
This reverts commit 903c90472b .
2017-06-02 19:04:03 +03:00
Paddy Xu
96a46e3a23
Swirth to ImageMagick which supports PSD and RAW images
2017-06-02 19:01:45 +03:00
Paddy Xu
903c90472b
upx -1 libcef.dll
2017-06-01 21:05:52 +03:00
Paddy Xu
8deddb2537
Revert "Go back from Webkit to IE render engine"
...
This reverts commit f58ef0dcb6 .
2017-06-01 20:58:38 +03:00
Paddy Xu
f58ef0dcb6
Go back from Webkit to IE render engine
2017-06-01 19:49:54 +03:00
Paddy Xu
134c164a7e
Fix 25: do not set Handled flag
2017-06-01 18:24:18 +03:00
Paddy Xu
6ed5b9b6d9
Update README.md
2017-05-31 15:10:00 +03:00
Paddy Xu
4dede66da9
Fix error when previous preview window is closed in Max mode
2017-05-30 22:08:33 +03:00
Paddy Xu
43e67356f2
Fix scrolling to fast on a precision touchpad
2017-05-30 00:19:40 +03:00
Paddy Xu
4dafe7eebe
Dispose Bitmap after have converted to BitmapSource
2017-05-29 21:25:41 +03:00
Paddy Xu
3be1c221c5
Update README.md
2017-05-29 12:09:49 +03:00
Paddy Xu
ad5fd47c26
update README file
0.1.12
2017-05-29 00:25:54 +03:00
Paddy Xu
5ad20b8a53
Mooore aggressive GC; rewrite native dll
2017-05-29 00:11:16 +03:00
Paddy Xu
13dfa7a815
show current version in tray icon
2017-05-28 16:11:23 +03:00
Paddy Xu
a7bd0ceb91
remove template file type
2017-05-28 16:02:43 +03:00
Paddy Xu
3af6448b50
move to .net 4.6.2
2017-05-28 15:59:53 +03:00
Paddy Xu
3768470a33
Aggressive GC after window closed
2017-05-28 15:59:31 +03:00
Paddy Xu
7e95d5ea2b
keep stack trace when rethrowing exception
2017-05-28 00:19:51 +03:00
Paddy Xu
f4e68c109e
append to last commit: correct UI actions
2017-05-27 23:25:47 +03:00
Paddy Xu
93e1512b94
Response to all selectionchanged event by using a task
2017-05-27 23:06:55 +03:00
Paddy Xu
6471125a0b
improve ENTER key handle
2017-05-27 19:37:18 +03:00
Paddy Xu
16f20dc79d
Fix #16 : Use MS Office preview handler (will LibreOffice has this in the future?) for OpenDocument files.
2017-05-27 19:08:39 +03:00
Paddy Xu
9ffb4a0e91
Fix #22 : disable all JS dialogs
2017-05-27 09:50:09 +03:00
Paddy Xu
7d713682ba
the plug-in might be disposed before COM finishes when pressing SPACE key tooooo fast
2017-05-27 00:41:10 +03:00
Paddy Xu
cdddb303bd
do not show useless texts e.g. "... and 0 files"
2017-05-27 00:39:29 +03:00