-
Notifications
You must be signed in to change notification settings - Fork 573
UI refactoring, part 2 #1394
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
base: v0.6
Are you sure you want to change the base?
UI refactoring, part 2 #1394
Conversation
e8bd0db
to
dcbad33
Compare
Man this is huge. Does it affect the translation sources? Transifex could delete parts of old translations if they move to a different context. |
It looks ok but I'm not going to review it in detail. I checked translation compiling, and that looks like it doesn't break it. There is one major problem though, when I try to run it, the main window briefly pops up and then it crashes:
|
No, I guess about a half of translations strings will be reset by this changes. |
820228a
to
7208ded
Compare
Could you please check again? I removed inheritance of |
7208ded
to
6a9bf98
Compare
No more crash. |
6a9bf98
to
00c6b4e
Compare
c62d20e
to
6712d47
Compare
6712d47
to
c5043a0
Compare
7f67ccc
to
9146def
Compare
is defined in ui-file from class definition to ui-file.
set sizepolicy for labelHumanFriendlyTTLDescription in tab "send" and renamed bitmessageui.ui to main.ui.
Hello!
In the second part of UI refactoring I moved most of widgets definitions into ui-files, removed autogenerated code and renamed
bitmessageui
tomain
.Minor appearance differences include:
UPnP checkbox label on tab "Network Settings" of Settings dialog"Resends expire tab" of Settings dialog.Also maybe I did wrong in
retranslateui
.These changes definitely require testing. I'm going to write some soon.
But it may make sense to merge this before qt5-wip because of many pylint warnings in obsoletesettings
andbitmessageui
modules.