pollymc/gui
Andrew 3b38e5f924 Implemented LWJGL version lists.
The LWJGL list actually doesn't use tasks for loading. Instead, it takes advantage of the
QNetworkAccessManager's asynchronous requests. This is a system that I may look to implement for other version
lists and things such as the Minecraft version list and possibly even instance mod lists.

Loading things this way means that code that wants to load a list can simply call the load list function, rather
than having to get a task from the list and execute the task. Unfortunately, it also means we can't have task
progress dialogs for loading lists, but it shouldn't really be too difficult to write one that works with this
system.

At some point in the future, I'll probably end up putting all the code for this method of loading lists into a
base class and then update the other lists to support it.
2013-05-17 11:53:22 -05:00
..
aboutdialog.cpp Implement About Dialog 2013-02-21 19:35:52 +01:00
aboutdialog.h Implement About Dialog 2013-02-21 19:35:52 +01:00
aboutdialog.ui Implement About Dialog 2013-02-21 19:35:52 +01:00
browserdialog.cpp implement desktop shortcut creation. windows code not tested. 2013-02-13 04:03:15 +01:00
browserdialog.h add first iteration of the integrated browser 2013-02-13 00:35:35 +01:00
browserdialog.ui add first iteration of the integrated browser 2013-02-13 00:35:35 +01:00
consolewindow.cpp fix merge issues, make console window work again 2013-03-22 14:40:55 +01:00
consolewindow.h fix merge issues, make console window work again 2013-03-22 14:40:55 +01:00
consolewindow.ui Implement ConsoleWindow 2013-02-22 18:18:23 +01:00
iconcache.cpp Add SVG icon rendering/cache 2013-03-20 07:59:35 +01:00
iconcache.h Add SVG icon rendering/cache 2013-03-20 07:59:35 +01:00
instancedelegate.cpp Added background cat. Proof of concept :3 2013-03-19 03:20:49 +01:00
instancedelegate.h Instance view, model, delegate. 2013-03-11 22:19:17 +01:00
instancemodel.cpp Add SVG icon rendering/cache 2013-03-20 07:59:35 +01:00
instancemodel.h Property change propagation, changing instance groups, icon preview 2013-03-19 06:24:34 +01:00
logindialog.cpp Focus password text box if there's an account saved by default. Save settings! 2013-04-08 18:21:43 +02:00
logindialog.h Use Keyring in the login dialog 2013-03-26 17:43:49 +01:00
logindialog.ui Use Keyring in the login dialog 2013-03-26 17:43:49 +01:00
lwjglselectdialog.cpp Implemented LWJGL version lists. 2013-05-17 11:53:22 -05:00
lwjglselectdialog.h Implemented LWJGL version lists. 2013-05-17 11:53:22 -05:00
lwjglselectdialog.ui Implemented LWJGL version lists. 2013-05-17 11:53:22 -05:00
mainwindow.cpp Implemented LWJGL version lists. 2013-05-17 11:53:22 -05:00
mainwindow.h Implemented LWJGL version lists. 2013-05-17 11:53:22 -05:00
mainwindow.ui Instance view, model, delegate. 2013-03-11 22:19:17 +01:00
modeditwindow.cpp Added mod edit window. 2013-01-15 19:04:10 -06:00
modeditwindow.h Added mod edit window. 2013-01-15 19:04:10 -06:00
modeditwindow.ui Added mod edit window. 2013-01-15 19:04:10 -06:00
newinstancedialog.cpp Implemented version selection stuff. 2013-05-06 21:28:28 -05:00
newinstancedialog.h Implemented version selection stuff. 2013-05-06 21:28:28 -05:00
newinstancedialog.ui Removed old plugin system and implemented some version list stuff. 2013-05-03 14:41:37 -05:00
settingsdialog.cpp Massive re-organization. 2013-02-26 16:47:39 -06:00
settingsdialog.h Rewrote the settings system. It may still need some work. 2013-02-25 13:24:46 -06:00
settingsdialog.ui Fix settings dialog java tab layout 2013-03-24 18:38:58 +01:00
taskdialog.cpp Made the version list load in the background on startup. 2013-05-06 17:19:20 -05:00
taskdialog.h Started working on task system and login system. 2013-02-05 16:34:20 -06:00
taskdialog.ui Started working on task system and login system. 2013-02-05 16:34:20 -06:00
versionselectdialog.cpp Allow users to filter out MCNostalgia and Snapshots from the version list. 2013-05-06 12:48:29 -05:00
versionselectdialog.h Allow users to filter out MCNostalgia and Snapshots from the version list. 2013-05-06 12:48:29 -05:00
versionselectdialog.ui Allow users to filter out MCNostalgia and Snapshots from the version list. 2013-05-06 12:48:29 -05:00