summaryrefslogtreecommitdiffstats
path: root/gui/LegacyModEditDialog.cpp
Commit message (Collapse)AuthorAgeLines
* Reformat and (slightly) decruft all the things.Petr Mrázek2013-11-04-393/+0
|
* S3 bucket listing support and network code refactors.Petr Mrázek2013-10-26-2/+2
| | | | | | * Adds support for listing all objects in an S3 bucket. * Renames a bunch of network related classes (Download->Action) * Net actions now have static constructors
* Fix MainWindow Icon; Fix WM_CLASS issue; now links QX11Extras and libxcb on ↵Orochimarufan2013-10-18-0/+2
| | | | linux
* Mod info, with less HTML!Petr Mrázek2013-10-09-28/+34
| | | | And responding to keyboard events too.
* Licenses, cleanupSky2013-10-08-32/+0
|
* Move mod info frame and handler to MCModInfoFrame, use on all instancesSky2013-10-08-0/+39
|
* Add mod website button thing feature widget. It is super effective.Petr Mrázek2013-10-08-1/+34
|
* Misc version dialog changesPetr Mrázek2013-10-08-1/+1
|
* Added file loggerPetr Mrázek2013-10-06-105/+101
|
* ``Working'' forge unpackers. Needs a lot of hardening but good for alpha.Petr Mrázek2013-09-30-1/+1
|
* Working 1.6 modding (currently only forge)Petr Mrázek2013-09-22-1/+1
|
* Things... and stuff... with 1.6 modding. Maybe.Petr Mrázek2013-09-20-1/+0
|
* Implement legacy forge button!Petr Mrázek2013-09-18-2/+39
| | | | | Many refactors of the task system. Progress dialog now accepts generic ProgressProvider objects
* Changed all strings displayed to end user to use qts localization systemStiepen222013-09-08-4/+8
|
* Misc tweaksPetr Mrázek2013-08-28-2/+2
| | | | | * Do not nuke forge META-INF * Disable inner DnD in mod lists on linux.
* Enable drag and drop for testingPetr Mrázek2013-08-28-2/+0
|
* Basic 1.6 mod management (no jar mods)Petr Mrázek2013-08-28-23/+9
|
* Slight refactor of the mod edit dialog constructorPetr Mrázek2013-08-27-23/+40
| | | | Also some other insignificant refactors
* OSX tweakeryPetr Mrázek2013-08-27-0/+1
|
* All kinds of incremental improvementsPetr Mrázek2013-08-25-3/+57
| | | | | | | | | Redone the instance action toolbar: * Removed all the dead actions * Change icon and Rename are now morphed into a header * Added button for opening the config folder Implemented support for loose files and folders as legacy jar mods Added texture pack support
* Legacy jar reassembly, base of proper custom jar supportPetr Mrázek2013-08-24-3/+3
|
* Contiguous selection and keyboard input for mod lists.Petr Mrázek2013-08-21-20/+145
| | | | | Tweak console to take up the sides. You can reorder mods from the keyboard.
* Sync, removal of webkit as a dependency, removal of the web windows.Petr Mrázek2013-08-20-5/+5
|
* Drag and Drop, mod management.Petr Mrázek2013-08-18-0/+92
|
* Move all the things (YES. Move them.)Petr Mrázek2013-08-17-0/+36
Also, implemented some basic modlist logic, to be wired up.