Move Profile Dialog to Widgets
AbandonedPublic

Authored by laysrodrigues on Jun 3 2018, 10:37 PM.

Details

Reviewers
rizzitello
Group Reviewers
Atelier
Summary

Signed-off-by: Lays Rodrigues <lays.rodrigues@kde.org>

Move includes of ProfileWidget

Signed-off-by: Lays Rodrigues <lays.rodrigues@kde.org>

Rename Class ProfilesDialog to ProfilesWidget

Signed-off-by: Lays Rodrigues <lays.rodrigues@kde.org>

Remove DialogButtonGroup

  • Remove the DialogButtonGroup
  • Remove methods related to dialog events
  • Added 2 pushbuttons(save, reload)
  • Small fixes

Signed-off-by: Lays Rodrigues <lays.rodrigues@kde.org>

Adapt main window to use new ProfileWidget

Signed-off-by: Lays Rodrigues <lays.rodrigues@kde.org>

Diff Detail

Repository
R231 Atelier
Branch
profile
Lint
No Linters Available
Unit
No Unit Test Coverage
laysrodrigues requested review of this revision.Jun 3 2018, 10:37 PM
laysrodrigues created this revision.

I thought that was better to move to our current stack of widgets instead of the dialog.
Thougths are nice

  • Remove profiles from atelierui.rc
rizzitello requested changes to this revision.Jun 4 2018, 2:37 AM
rizzitello added a subscriber: rizzitello.

This is perfect as a dialog.

This revision now requires changes to proceed.Jun 4 2018, 2:37 AM

No its not.
It's better be on our widgets stack. Instead of a hidden thing on settings. The user can access easily with one click, instead of two(settings -> profiles), that is the current setup.

Also, I need help on this to make the button on the stack be selected. @tcanabrava help!

rizzitello requested changes to this revision.Jun 4 2018, 12:35 PM

No its not.
It's better be on our widgets stack. Instead of a hidden thing on settings. The user can access easily with one click, instead of two(settings -> profiles), that is the current setup.

This should remain a dialog. It is not hidden . You can not connect without being shown this dialog..Try it connect without a profile and you will be given the dialog. there is no reason to make this a widget and put it in our stack for a thing users are going to use once or twice.

This revision now requires changes to proceed.Jun 4 2018, 12:35 PM

No its not.
It's better be on our widgets stack. Instead of a hidden thing on settings. The user can access easily with one click, instead of two(settings -> profiles), that is the current setup.

This should remain a dialog. It is not hidden . You can not connect without being shown this dialog..Try it connect without a profile and you will be given the dialog. there is no reason to make this a widget and put it in our stack for a thing users are going to use once or twice.

I'll be the moderator between you two.
Lays, can you provide a screenshoot of the before and after?

rizzitello requested changes to this revision.Jun 5 2018, 12:03 PM

A Configuration dialog should remain a dialog. There is no reason to add a widget to the stack for an item that is not possible for the user to miss and will be used by most users once.

This revision now requires changes to proceed.Jun 5 2018, 12:03 PM

I'll decide that. For that I need the pictures from before and after.

laysrodrigues added a comment.EditedJun 5 2018, 12:13 PM

After:


Before:

laysrodrigues abandoned this revision.Jun 16 2018, 3:05 AM