Commit Graph

451 Commits

Author SHA1 Message Date
Paddy Xu
b1e5ce0172 Fix #150: make use of color space assigned with image 2017-12-09 14:37:53 +02:00
ARL
50d839a02f French translation (#147)
* Add french language Translations.config

* Add french language TextViewer
2017-12-05 10:25:47 +02:00
Ecron
18f3f57606 Catalan translation (#142)
* Catalan translation

Added Catalan translation

* Added Catalan translation

Added Catalan translation
2017-12-01 12:11:57 +02:00
arca20
1988cd3c09 Translate in German(de-DE) (#141)
* -translate to German (de-DE)

* correction the Translations.config
2017-11-29 10:22:48 +02:00
Paddy Xu
d481bcdceb reformat 2017-11-23 22:21:58 +02:00
Paddy Xu
df0ba78298 Address #122: final solution for window resizing by bring macOS's logic 2017-11-23 22:20:25 +02:00
Paddy Xu
2fda049c26 fix 03807a1afb 2017-11-19 21:58:06 +02:00
Paddy Xu
f8d24aa191 add 1px border for keeping resizing 2017-11-17 20:08:37 +02:00
Paddy Xu
057126a7a0 deal with CreateProcess failure 2017-11-17 12:29:50 +02:00
Paddy Xu
1980ed1590 do not crash when Plugin.Prepare() failed 2017-11-17 12:14:49 +02:00
Paddy Xu
93dae0a8ca #116: indicate current zoom level for images 2017-11-16 22:47:23 +02:00
Paddy Xu
734b0e36e3 Fix #128: the "previous state" of a "DisposeOpPrevious" frame is its previous frame - for example,
1: APNGDisposeOpNone
2: APNGDisposeOpNone        // should use rendered frame 1
3: APNGDisposeOpPrevious    // should use rendered frame 1
4: APNGDisposeOpPrevious    // should use rendered frame 1, NOT frame 2
5: APNGDisposeOpNone        // should use rendered frame 4
2017-11-16 18:53:12 +02:00
Paddy Xu
0d07315253 Update README.md 2017-11-15 22:48:27 +02:00
Paddy Xu
0320ce13b4 Merge branch 'master' of github.com:xupefei/QuickLook 2017-11-15 20:45:26 +02:00
Paddy Xu
03807a1afb handle corrupted configuration when upgrading. 2017-11-15 20:45:11 +02:00
Paddy Xu
02f2cef5e3 Update README.md 2017-11-14 11:10:37 +02:00
Paddy Xu
462891951b Fix #121: do not preview when pressing Win key 2017-11-12 13:44:33 +02:00
Paddy Xu
5a83dce8ed sometime this throws 2017-11-09 20:22:42 +02:00
Paddy Xu
04b1180b26 add mts format 2017-11-09 20:22:24 +02:00
Paddy Xu
ba6efbe8ea Fix #56#issuecomment-342538426: use colourful icon on pre Windows 10 OSs 2017-11-07 18:39:21 +02:00
Paddy Xu
6b2a481cf2 preview size, continued 2017-11-07 18:34:27 +02:00
Paddy Xu
d6aa4d6959 Fix #114: now the preview window should big enough 2017-11-07 18:20:11 +02:00
Paddy Xu
e56c33cbd8 Merge branch 'master' of github.com:xupefei/QuickLook 0.3.2.1 2017-11-06 20:09:09 +02:00
Paddy Xu
0e5809120d Fix #113: read buffer before waiting 2017-11-06 20:09:01 +02:00
Paddy Xu
42cbf9ecdf Update README.md 2017-11-06 10:21:23 +02:00
Paddy Xu
a2660fc15c use vc2008 binaries 0.3.2 2017-11-06 00:26:05 +02:00
Paddy Xu
31279b1015 Partially revert "update scripts"
This reverts commit a5320b28ee.
2017-11-06 00:12:18 +02:00
Paddy Xu
ff7d9c0aa9 distribute long class 2017-11-05 23:10:10 +02:00
Paddy Xu
c643d9a4f5 Merge branch 'master' of github.com:xupefei/QuickLook 2017-11-05 22:59:47 +02:00
Paddy Xu
d34e1d379c adjust resize behaviour 2017-11-05 22:59:35 +02:00
Paddy Xu
c9ca36085e Merge pull request #111 from BarretoDiego/master
pt-BR localization
2017-11-05 02:16:48 +02:00
Paddy Xu
24fafc5746 Fix #106: display thumbnails 2017-11-05 02:15:00 +02:00
Diego Barreto da Cunha
de7e09acc7 pt-BR localization
Added string configuration for Brazilian Portuguese language.
2017-11-04 20:28:25 +00:00
Paddy Xu
edc073a0ea dark theme for ImageViewer 2017-11-04 16:30:56 +02:00
Paddy Xu
49e9ccd0ca Fix #98: preserve window size when switching to another file 2017-11-04 14:31:28 +02:00
Paddy Xu
775c63a301 use Windows SDK 16299 2017-11-04 13:45:04 +02:00
Paddy Xu
de07befb88 Fix #102: unfortunately QL does not run on Windows 10 S 2017-11-04 13:33:01 +02:00
Paddy Xu
59d957f06c Fix #93: do not hide title bar for ImageViewer 2017-11-04 11:07:17 +02:00
Paddy Xu
7ba410bb4e limit title-bar button width; minor fixes and cleanup 2017-11-02 22:32:49 +02:00
Paddy Xu
5055669981 Fix #103: make title-bar button wider 2017-11-02 22:32:11 +02:00
Paddy Xu
8440bc6fc7 remove transparent window 2017-11-02 21:49:20 +02:00
Paddy Xu
fe5e8bf730 fix again 2017-11-02 20:55:39 +02:00
Paddy Xu
9b2beb3d37 fix build 2017-11-02 20:18:40 +02:00
Paddy Xu
1b1b74f39b Merge branch 'master' of github.com:xupefei/QuickLook 2017-11-02 20:07:30 +02:00
Paddy Xu
5db88cffe3 bye vlc 2017-11-02 20:07:23 +02:00
Paddy Xu
c1406e6bfc Update README.md 2017-10-31 12:51:48 +02:00
Paddy Xu
6bfd26bf0c Merge pull request #108 from Cologler/patch-1
fixed #105
2017-10-30 15:44:33 +02:00
cologler
22fda2dbba fixed #105 2017-10-30 21:35:01 +08:00
Paddy Xu
470eb93a3f Update README.md 2017-10-29 12:29:58 +02:00
Paddy Xu
ea4c1cbb92 remove round corner in WIndows 7 2017-10-22 18:39:28 +03:00