ProfileDialog Updates
ClosedPublic

Authored by rizzitello on Jun 4 2018, 2:28 AM.

Diff Detail

Repository
R231 Atelier
Branch
profileDialogUpdate
Lint
No Linters Available
Unit
No Unit Test Coverage
rizzitello requested review of this revision.Jun 4 2018, 2:28 AM
rizzitello created this revision.
tcanabrava added inline comments.Jun 4 2018, 5:25 AM
src/dialogs/profilesdialog.cpp
38–55

Unrelated to the review - move this out of the lambda later.
it's too big to be in a lambda.

63–105

auto modify = [] { setModified(true); };
connect(ui->blablah, &QSpinBox::, modify);
connect(ui->blablah, &QSpinBox::, modify);
connect(ui->blablah, &QSpinBox::, modify);

rizzitello updated this revision to Diff 35519.Jun 4 2018, 12:10 PM
  • Rebase
  • Tomaz Suggestion
rizzitello marked an inline comment as done.Jun 4 2018, 12:10 PM
rizzitello updated this revision to Diff 35572.Jun 4 2018, 10:52 PM
  • further cleanup plugin detection
rizzitello updated this revision to Diff 35573.Jun 4 2018, 11:08 PM
  • move lambda to ProfilesDialog::buttonBoxClicked(QAbstractButton *btn)
rizzitello marked an inline comment as done.Jun 4 2018, 11:08 PM
rizzitello updated this revision to Diff 35575.Jun 4 2018, 11:19 PM
  • Remove connections in UI and use the buttonBoxClicked function to track accept event also
rizzitello updated this revision to Diff 35582.Jun 5 2018, 3:08 AM
  • Update plugin detection
tcanabrava accepted this revision.Jun 5 2018, 2:43 PM
This revision is now accepted and ready to land.Jun 5 2018, 2:43 PM
rizzitello updated this revision to Diff 35625.EditedJun 5 2018, 3:31 PM
  • Gui Redesign


or (the patch current)

rizzitello updated this revision to Diff 35627.Jun 5 2018, 3:44 PM
  • set init size to 0
laysrodrigues accepted this revision.Jun 5 2018, 3:53 PM
rizzitello closed this revision.Jun 5 2018, 4:01 PM