Open
Conversation
commit d3a3514 Author: purboo <purplebamboot@gmail.com> Date: Thu Nov 15 12:27:13 2018 +0800 fix QPrinter issue commit 57189d9 Author: Purboo <purplebamboot@gmail.com> Date: Sun Jul 30 12:50:39 2017 +0800 fix audio file saving commit fc799a4 Merge: 67ef415 b2bd214 Author: Shudong Xie <purplebamboot@gmail.com> Date: Sun Jul 30 12:48:30 2017 +0800 Merge pull request ciscorn#2 from gitfortat/save_file_pyqt5 fix audio file saving commit b2bd214 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 9ce4c7b Author: JayT <johannes.titz@gmail.com> Date: Thu Jul 13 11:11:44 2017 +0200 move selection of first filename string element up commit 8477c0b 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 c8c4efc 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 02bd2f4 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 67ef415 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 f05ceba 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 0a9ac3a Author: Purboo <purplebamboot@gmail.com> Date: Wed Mar 1 23:15:30 2017 +0800 Fix unexpected crashes when clicking related links commit 62ad241 Author: Purboo <purplebamboot@gmail.com> Date: Tue Feb 28 21:09:24 2017 +0800 Ported to PyQt5 commit 248ba20 Author: Purboo <purplebamboot@gmail.com> Date: Tue Feb 28 20:56:43 2017 +0800 Ported to PyQt5 commit ded2d5e Author: Purboo <purplebamboot@gmail.com> Date: Tue Feb 28 20:14:40 2017 +0800 Ported to PyQt5
Contributor
Author
|
It's from the https://github.com/purboo/ldoce5viewer-pyqt5.git fork. |
71237b0 to
2e2582f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
commit d3a3514
Author: purboo purplebamboot@gmail.com
Date: Thu Nov 15 12:27:13 2018 +0800
commit 57189d9
Author: Purboo purplebamboot@gmail.com
Date: Sun Jul 30 12:50:39 2017 +0800
commit fc799a4
Merge: 67ef415 b2bd214
Author: Shudong Xie purplebamboot@gmail.com
Date: Sun Jul 30 12:48:30 2017 +0800
commit b2bd214
Merge: 9ce4c7b c8c4efc
Author: JayT johannes.titz@gmail.com
Date: Thu Jul 13 11:16:26 2017 +0200
commit 9ce4c7b
Author: JayT johannes.titz@gmail.com
Date: Thu Jul 13 11:11:44 2017 +0200
commit 8477c0b
Merge: 02bd2f4 67ef415
Author: JayT johannes.titz@gmail.com
Date: Wed Jul 12 17:26:36 2017 +0200
commit c8c4efc
Merge: 02bd2f4 67ef415
Author: JayT johannes.titz@gmail.com
Date: Wed Jul 12 17:26:36 2017 +0200
commit 02bd2f4
Author: JayT johannes.titz@gmail.com
Date: Wed Jul 12 17:24:54 2017 +0200
commit 67ef415
Merge: 0a9ac3a f05ceba
Author: Shudong Xie purplebamboot@gmail.com
Date: Wed Apr 19 19:41:04 2017 +0800
commit f05ceba
Author: jiedo jiedohh@gmail.com
Date: Tue Apr 18 18:26:12 2017 +0800
commit 0a9ac3a
Author: Purboo purplebamboot@gmail.com
Date: Wed Mar 1 23:15:30 2017 +0800
commit 62ad241
Author: Purboo purplebamboot@gmail.com
Date: Tue Feb 28 21:09:24 2017 +0800
commit 248ba20
Author: Purboo purplebamboot@gmail.com
Date: Tue Feb 28 20:56:43 2017 +0800
commit ded2d5e
Author: Purboo purplebamboot@gmail.com
Date: Tue Feb 28 20:14:40 2017 +0800