ciscorn / ldoce5viewer

⚠️ This software is no longer actively maintained -- Fast, free dictionary viewer for the Longman Dictionary of Contemporary English (LDOCE) 5th ed.
https://forward-backward.co.jp/ldoce5viewer/
Other
302 stars 127 forks source link

Port to QT5 (squashed) #69

Open dwrobel opened 5 years ago

dwrobel commented 5 years ago

commit d3a3514d048a08e10a39e1d9d5e9bf08b92aa41d Author: purboo purplebamboot@gmail.com Date: Thu Nov 15 12:27:13 2018 +0800

fix QPrinter issue

commit 57189d9adb3b0f29339f9710b3a6d0b78f2faf5d Author: Purboo purplebamboot@gmail.com Date: Sun Jul 30 12:50:39 2017 +0800

fix audio file saving

commit fc799a4a1fe27010c1e35f6763e2f63a9303c5d6 Merge: 67ef415 b2bd214 Author: Shudong Xie purplebamboot@gmail.com Date: Sun Jul 30 12:48:30 2017 +0800

Merge pull request #2 from gitfortat/save_file_pyqt5

fix audio file saving

commit b2bd21469ed7b7746e8b049617f0d1344d3e9497 Merge: 9ce4c7b c8c4efc Author: JayT johannes.titz@gmail.com Date: Thu Jul 13 11:16:26 2017 +0200

Merge branch 'save_file_pyqt5' of https://github.com/gitfortat/ldoce5viewer into save_file_pyqt5

commit 9ce4c7b40dfc5bc8d141c7b2319e32bd31e8d269 Author: JayT johannes.titz@gmail.com Date: Thu Jul 13 11:11:44 2017 +0200

move selection of first filename string element up

commit 8477c0b21d057bbd121d13b75409bacd788cd1f8 Merge: 02bd2f4 67ef415 Author: JayT johannes.titz@gmail.com Date: Wed Jul 12 17:26:36 2017 +0200

Merge remote-tracking branch 'upstream-pyqt5/master' into save_file_pyqt5

commit c8c4efc25b530e177283dc0c16dc309c592b7757 Merge: 02bd2f4 67ef415 Author: JayT johannes.titz@gmail.com Date: Wed Jul 12 17:26:36 2017 +0200

Merge remote-tracking branch 'upstream-pyqt5/master' into save_file_pyqt5

commit 02bd2f443bd0befcc4324a20cab48dd2a7a87451 Author: JayT johannes.titz@gmail.com Date: Wed Jul 12 17:24:54 2017 +0200

fix audio file saving

File saving gives an error, because the filename consists of two
strings. To fix it just use the first element filename[0] and also
change type from "w" to "wb" (write binary)

commit 67ef415cd2bfa9868b519fb432075154843c62d5 Merge: 0a9ac3a f05ceba Author: Shudong Xie purplebamboot@gmail.com Date: Wed Apr 19 19:41:04 2017 +0800

Merge pull request #1 from jiedo/master

fix: click "Definitions" error; Ctrl-Scroll error. port UrlQuery to qt5;

commit f05ceba88d1f653c42424e43c68929dc45399ee3 Author: jiedo jiedohh@gmail.com Date: Tue Apr 18 18:26:12 2017 +0800

fix: click "Definitions" error; Ctrl-Scroll error. port UrlQuery to qt5;

commit 0a9ac3a60e9f0cb344102e40db07899feef705e8 Author: Purboo purplebamboot@gmail.com Date: Wed Mar 1 23:15:30 2017 +0800

Fix unexpected crashes when clicking related links

commit 62ad241eede710fb71633caf75ab7421849fc515 Author: Purboo purplebamboot@gmail.com Date: Tue Feb 28 21:09:24 2017 +0800

Ported to PyQt5

commit 248ba20f757d77c0bb94e610925c2aa7b7e00d4a Author: Purboo purplebamboot@gmail.com Date: Tue Feb 28 20:56:43 2017 +0800

Ported to PyQt5

commit ded2d5e5f72a890e78cedfec8936c10a08972d96 Author: Purboo purplebamboot@gmail.com Date: Tue Feb 28 20:14:40 2017 +0800

Ported to PyQt5
dwrobel commented 5 years ago

It's from the https://github.com/purboo/ldoce5viewer-pyqt5.git fork.