~zeller-benjamin/qtcreator-plugin-ubuntu/bughunt-27082015

« back to all changes in this revision

Viewing changes to src/ubuntu/wizards/ubuntufirstrunwizard.cpp

  • Committer: CI Train Bot
  • Author(s): Benjamin Zeller
  • Date: 2015-07-20 12:53:08 UTC
  • mfrom: (394.3.6 qtcreator-plugin-ubuntu)
  • Revision ID: ci-train-bot@canonical.com-20150720125308-itp4rdxmzf01kmql
- Remove QtScript dependency from the manifest.json parser
- Fix Bug lp:1461026 "Kits creation for a project should match targeted framework"
- Fix Bug lp:1461014 "Match application name to click package name"
- Fix Bug lp:1461019 "Default in project creation dialog should be a qmake project"
- Fix Bug lp:1340061: "Some dialogs have unreadable (too small) text" Fixes: #1340061, #1461014, #1461019, #1461026
Approved by: Zoltan Balogh, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
 
158
158
void UbuntuSetupChrootWizardPage::onCreateKitButtonClicked()
159
159
{
160
 
    UbuntuClickDialog::createClickChrootModal(true,QString(),this);
 
160
    UbuntuClickDialog::createClickChrootModal(true,QString(), QString(),this);
161
161
    initializePage();
162
162
}
163
163