From afaa1dc223ec87b685778ee0aed81cb6caaa05c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Wed, 7 Aug 2013 01:38:18 +0200 Subject: Get rid of QNAM (now subclassed and less needy). Basic LWJGL download and extraction. --- gui/mainwindow.cpp | 2 +- gui/versionselectdialog.cpp | 2 +- gui/versionselectdialog.ui | 55 +++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 55 insertions(+), 4 deletions(-) (limited to 'gui') diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp index 25949042..309e4180 100644 --- a/gui/mainwindow.cpp +++ b/gui/mainwindow.cpp @@ -412,7 +412,7 @@ void MainWindow::onLoginComplete(LoginResponse response) return; m_activeLogin = LoginResponse(response); - OneSixUpdate *updateTask = m_activeInst->doUpdate(); + BaseUpdate *updateTask = m_activeInst->doUpdate(); if(!updateTask) { launchInstance(m_activeInst, m_activeLogin); diff --git a/gui/versionselectdialog.cpp b/gui/versionselectdialog.cpp index 9f1a8653..b3a14db1 100644 --- a/gui/versionselectdialog.cpp +++ b/gui/versionselectdialog.cpp @@ -90,7 +90,7 @@ void VersionSelectDialog::updateFilterState() if (!ui->filterSnapshotsCheckbox->isChecked()) filteredTypes += "Snapshot"; if (!ui->filterMCNostalgiaCheckbox->isChecked()) - filteredTypes += "MCNostalgia"; + filteredTypes += "Nostalgia"; QString regexStr = "^.*$"; if (filteredTypes.length() > 0) diff --git a/gui/versionselectdialog.ui b/gui/versionselectdialog.ui index 2bdd4449..5cb0ebad 100644 --- a/gui/versionselectdialog.ui +++ b/gui/versionselectdialog.ui @@ -7,7 +7,7 @@ 0 0 400 - 300 + 347 @@ -38,20 +38,71 @@ + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + 0 + 0 + + Show &snapshots? + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + 0 + 0 + + - Show MC&Nostalgia? + Show &Nostalgia? + + + + Qt::Horizontal + + + + 40 + 20 + + + + -- cgit v1.2.3