Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port to QT5 (squashed) #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

dwrobel
Copy link
Contributor

@dwrobel dwrobel commented May 6, 2019

commit d3a3514
Author: purboo [email protected]
Date: Thu Nov 15 12:27:13 2018 +0800

fix QPrinter issue

commit 57189d9
Author: Purboo [email protected]
Date: Sun Jul 30 12:50:39 2017 +0800

fix audio file saving

commit fc799a4
Merge: 67ef415 b2bd214
Author: Shudong Xie [email protected]
Date: Sun Jul 30 12:48:30 2017 +0800

Merge pull request #2 from gitfortat/save_file_pyqt5

fix audio file saving

commit b2bd214
Merge: 9ce4c7b c8c4efc
Author: JayT [email protected]
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 [email protected]
Date: Thu Jul 13 11:11:44 2017 +0200

move selection of first filename string element up

commit 8477c0b
Merge: 02bd2f4 67ef415
Author: JayT [email protected]
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 [email protected]
Date: Wed Jul 12 17:26:36 2017 +0200

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

commit 02bd2f4
Author: JayT [email protected]
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 [email protected]
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 [email protected]
Date: Tue Apr 18 18:26:12 2017 +0800

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

commit 0a9ac3a
Author: Purboo [email protected]
Date: Wed Mar 1 23:15:30 2017 +0800

Fix unexpected crashes when clicking related links

commit 62ad241
Author: Purboo [email protected]
Date: Tue Feb 28 21:09:24 2017 +0800

Ported to PyQt5

commit 248ba20
Author: Purboo [email protected]
Date: Tue Feb 28 20:56:43 2017 +0800

Ported to PyQt5

commit ded2d5e
Author: Purboo [email protected]
Date: Tue Feb 28 20:14:40 2017 +0800

Ported to PyQt5

commit d3a3514
Author: purboo <[email protected]>
Date:   Thu Nov 15 12:27:13 2018 +0800

    fix QPrinter issue

commit 57189d9
Author: Purboo <[email protected]>
Date:   Sun Jul 30 12:50:39 2017 +0800

    fix audio file saving

commit fc799a4
Merge: 67ef415 b2bd214
Author: Shudong Xie <[email protected]>
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 <[email protected]>
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 <[email protected]>
Date:   Thu Jul 13 11:11:44 2017 +0200

    move selection of first filename string element up

commit 8477c0b
Merge: 02bd2f4 67ef415
Author: JayT <[email protected]>
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 <[email protected]>
Date:   Wed Jul 12 17:26:36 2017 +0200

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

commit 02bd2f4
Author: JayT <[email protected]>
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 <[email protected]>
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 <[email protected]>
Date:   Tue Apr 18 18:26:12 2017 +0800

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

commit 0a9ac3a
Author: Purboo <[email protected]>
Date:   Wed Mar 1 23:15:30 2017 +0800

    Fix unexpected crashes when clicking related links

commit 62ad241
Author: Purboo <[email protected]>
Date:   Tue Feb 28 21:09:24 2017 +0800

    Ported to PyQt5

commit 248ba20
Author: Purboo <[email protected]>
Date:   Tue Feb 28 20:56:43 2017 +0800

    Ported to PyQt5

commit ded2d5e
Author: Purboo <[email protected]>
Date:   Tue Feb 28 20:14:40 2017 +0800

    Ported to PyQt5
@dwrobel
Copy link
Contributor Author

dwrobel commented May 6, 2019

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

@ciscorn ciscorn force-pushed the master branch 2 times, most recently from 71237b0 to 2e2582f Compare August 10, 2021 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant