paolostivanin / OTPClient

Highly secure and easy to use OTP client written in C/GTK3 that supports both TOTP and HOTP
GNU General Public License v3.0
472 stars 46 forks source link

Refactor UI using the new available widgets #268

Closed paolostivanin closed 1 year ago

paolostivanin commented 1 year ago

Since GtkTreeView, GtkListStore, GtkDialog, etc are going to be marked as deprecated starting with GTK 4.10 and are going to be completely removed with GTK 5.0, the UI needs to be refactored using one of the newest widgets (e.g. GtkListView, GtkColumnView, etc).

paolostivanin commented 1 year ago

done with https://github.com/paolostivanin/OTPClient/issues/123