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

Porting to Qt5 #45

Closed
proninyaroslav opened this issue Feb 14, 2016 · 4 comments
Closed

Porting to Qt5 #45

proninyaroslav opened this issue Feb 14, 2016 · 4 comments

Comments

@proninyaroslav
Copy link

Hello. Qt4 is already EOL, so it is logical to port the application to Qt5. You are planning to in the near future to do this? I could help you with this.

@ilstam
Copy link
Owner

ilstam commented Feb 14, 2016

Hello there,

Actually, I was thinking to perform a complete re-write of the whole application. At the moment, I believe that the code is kinda sloppy in many places and it could be written in a more structured and clean way. When I'll do this I definitely intend to port it to Qt5, and also change the GUI, add unit tests and maybe other stuff.

Unfortunately though, I don't know when will I have sufficient time for doing that and it may be even delayed until the summer period.

At some point I will start a separate branch for the new qt5 version.
Any help would be welcome of course.

Best,
Ilias

@proninyaroslav
Copy link
Author

Ok, I will wait.

@ilstam
Copy link
Owner

ilstam commented Jun 18, 2016

Hi again,

I just created the 'pyqt5-port' branch and started by fixing the imports. Next step is to fix the inconsistencies with the new QFileDialog (http://pyqt.sourceforge.net/Docs/PyQt5/pyqt4_differences.html). Feel free to report any bugs or changes needed you notice from now on.

Unfortunately, I haven't write any tests over all this time (what a shame). If I had, we could just run the tests and see what needs to be fixed. Now sadly this has to be done by checking each functionality manually by hand.

Regarding the complete re-write I was thinking of (MVC-like code organization and tests!!!) unfortunately I will have to delay it for even longer. So, the plan for now is to complete the port to pyqt5, implement some of the feature requests and some other small features/changes I have on mind and release a version.

Feel free to contribute with any way you wish!

Cheers!

@ilstam
Copy link
Owner

ilstam commented Jun 20, 2016

I think that the port is complete. I merged the pyqt5 branch to the master. Now some extensive testing has to be done.

I'll also start implementing some new stuff.

@ilstam ilstam closed this as completed Jun 25, 2016
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

No branches or pull requests

2 participants