Opened 9 years ago

Last modified 8 years ago

#2743 new feature-request

Convert pygtk to pygi/GTK3

Reported by: Doadin Owned by:
Priority: major Milestone: 3.0
Component: GTK UI Version: develop
Keywords: Cc:

Description

Basicly pygtk has long been depricated and there now exists and has for a while new pygi setups for windows makeing it easy just as it was before to get a windows build environment setup.(In the past there was a time where it wasnt easy to work with pygi on windows). As a part of moving forward (posibly to python3 i know theres a ticket for that) It is recommended to convert first then work on python 3. I know we are still waiting on other utilities like twisted to update for python3 but this is just a good idea either way. At this time me and bendikro both have made efforts to make this conversion. The collection of which can be seen on my github repo here: https://github.com/doadin/deluge/tree/develop-pygi . It still has alot of work but its a start.

Change History (11)

comment:1 Changed 9 years ago by Doadin

Last edited 9 years ago by Doadin (previous) (diff)

comment:2 Changed 9 years ago by Doadin

Last edited 9 years ago by Doadin (previous) (diff)

comment:3 Changed 9 years ago by Doadin

  • Milestone changed from Future to 2.0

comment:4 Changed 9 years ago by Doadin

Last edited 9 years ago by Doadin (previous) (diff)

comment:5 Changed 9 years ago by Doadin

Last edited 9 years ago by Doadin (previous) (diff)

comment:6 Changed 9 years ago by Doadin

Last edited 9 years ago by Doadin (previous) (diff)

comment:7 Changed 9 years ago by Doadin

  • Summary changed from Convert pygtk to pygi to Convert pygtk to pygi/GTK3

comment:8 Changed 9 years ago by Doadin

So obviously this hasnt seen much work in a bit im just about stuck on the rest. Even though about 9 of 14 "TOFIX" items are the same issue(same the "set_data" function or whatever you call it) i dont know what the python replacement is. Also most of(i think 12 of 14) "TOFIX" items are in the plugins so the main program code is pretty much done. Its just missing the python replacement for threading since GTK thread is broken in newer versions on windows. Which is commented on in the code This branch is more up-to-date https://github.com/doadin/deluge/tree/develop-convert_to_pygi .

Version 0, edited 9 years ago by Doadin (next)

comment:9 Changed 9 years ago by Doadin

Last edited 8 years ago by Doadin (previous) (diff)

comment:10 Changed 9 years ago by Cas

  • Milestone changed from 2.0 to 3.0
  • Priority changed from critical to major

comment:11 Changed 8 years ago by Doadin

Current Branch:https://github.com/doadin/deluge/tree/develop-convert_to_pygi_gtk3 Issues: 1.Compatibility with older GTK versions

  • Errors in Files tab progress
  • Errors in peers tab

2.Issue with autoadd label option in the autoadd plugin not storing the selected label.(after adding hitting edit the label combobox is empty) Though clicking the combobox still gives options.

Note: See TracTickets for help on using tickets.