You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your effort. Currently I'm quite busy with my Ph.D, so you
will have to give me some more time before merging it. But is a good
idea to do that port.
I hope to have some spare time this weekend to check it.
Thanks!!!!!!!!
El 25/04/12 18:46, Alessio Treglia escribió:
Hi,
I've been working to port DeVeDe to GTK+3, although the current state is still WIP I'd like to know what you think.
GtkDialog doesn't have the property "has-separator"
Port AboutDialog to GTK3
-- File Changes --
M devede.py (26)
M devede_convert.py (16)
M devede_dialogs.py (46)
M devede_disctype.py (6)
M devede_dvdmenu.py (26)
M devede_help.py (4)
M devede_loadsave.py (8)
M devede_main.py (24)
M devede_newfiles.py (34)
M devede_other.py (4)
M devede_settings.py (6)
M devede_title_properties.py (4)
M devede_xml_menu.py (6)
D interface/aboutdialog1.ui (75)
M interface/add_subtitle.ui (1)
M interface/add_subtitle2.ui (1)
M interface/waborted_dialog.ui (1)
M interface/wcancel_dialog.ui (1)
M interface/wcancel_job_dialog.ui (1)
M interface/wdel_chapter_dialog.ui (1)
M interface/wdel_subtitle.ui (1)
M interface/wdel_title_dialog.ui (1)
M interface/wempty_titles_dialog.ui (1)
M interface/werase_dialog.ui (1)
M interface/werror_dialog.ui (1)
M interface/wfolder_exists.ui (1)
M interface/wloosecurrent.ui (1)
M interface/wmenu_preview_ntsc.ui (1)
M interface/wmenu_preview_pal.ui (1)
M interface/wpreviewagain_dialog.ui (1)
M interface/wsaveconfig.ui (1)
M interface/wtitle_properties_dialog.ui (1)
M interface/wwarning_dialog.ui (1)
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
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.
Hi,
I've been working to port DeVeDe to GTK+3, although the current state is still WIP I'd like to know what you think.
Thanks for considering.