summaryrefslogtreecommitdiffstats
path: root/application/dialogs
Commit message (Collapse)AuthorAgeLines
* NOISSUE make progress dialog abort button resistant to accidental key pressesPetr Mrázek2016-08-17-2/+19
|
* GH-1433 with no default account, show profiles instead of accounts in ↵Petr Mrázek2016-08-11-22/+54
| | | | selection dialog
* NOISSUE refactor *Download into more, smaller piecesPetr Mrázek2016-06-05-15/+14
| | | | | | * Download is now Download. * Download uses Sink subclasses to process various events. * Validators can be used to further customize the Sink behaviour.
* GH-767 Basic skin uploadAlexia2016-05-15-0/+183
|
* GH-1560 trim whitespace from instance names when creating instancesPetr Mrázek2016-05-04-2/+2
|
* GH-1559 Fix FTB iconsPetr Mrázek2016-05-03-2/+2
| | | | | This was caused by separation of GUI and logic. Now logic has an interface that GUI implements. It should be expanded upon later.
* NOISSUE split GUI stuff from logic libraryPetr Mrázek2016-04-30-10/+10
|
* NOISSUE Add a skeleton of the wonko systemJan Dalheimer2016-04-30-0/+15
|
* GH-1556 do not crash when instance has no update task while creating an instancePetr Mrázek2016-04-27-0/+7
|
* GH-1404 allow deleting groups and creating instances in groups directly ↵Petr Mrázek2016-04-11-5/+4
| | | | using context menu
* NOISSUE Remove tr(...) where unnecessary.Loetkolben2016-03-23-1/+1
|
* NOISSUE move files into paths that make more sensePetr Mrázek2016-02-27-3/+3
|
* NOISSUE Do not ask to overwrite existing file twice when exporting instancesiarspider2016-01-20-1/+1
|
* NOISSUE select modpack field content on focus in new instance dialogPetr Mrázek2016-01-12-2/+9
|
* GH-1389 wrap QDesktopServices and QProcess::startDetachedPetr Mrázek2016-01-05-4/+4
| | | | | | | | | Essentially do not pass some environment variables to subprocesses: * LD_PRELOAD * LD_LIBRARY_PATH * LD_DEBUG * QT_PLUGIN_PATH * QT_FONTPATH
* GH-1313 remove or disable some translateable stringsPetr Mrázek2016-01-03-10/+10
|
* GH-1360 fix some typosPetr Mrázek2015-12-28-2/+2
|
* GH-1360 add basic changelog based on github API, fix update dialog buttonsPetr Mrázek2015-12-28-8/+113
|
* GH-1274 update the licenses, the dirty wayPetr Mrázek2015-10-20-218/+217
|
* NOISSUE dissolve util libraryPetr Mrázek2015-10-05-9/+35
|
* NOISSUE fix all clang warningsPetr Mrázek2015-09-26-9/+10
|
* NOISSUE use whole zip base filename for default instance namePetr Mrázek2015-09-12-1/+1
|
* NOISSUE remoce the old WM_CLASS workaroundPetr Mrázek2015-08-23-14/+0
|
* GH-1148 New instance name is either version or modpack 'base name'Petr Mrázek2015-08-21-10/+43
| | | | Default names now use the placeholder text in the new instance dialog.
* NOISSUE improve account UIPetr Mrázek2015-08-14-10/+16
|
* GH-1053 add back update progress dialogPetr Mrázek2015-07-26-1/+39
|
* GH-1060 remove some old updater bits and piecesPetr Mrázek2015-06-09-18/+2
|
* NOISSUE use FS a bit morePetr Mrázek2015-06-06-6/+8
|
* GH-1031 include icon in exported instance if it is customPetr Mrázek2015-06-01-5/+50
|
* NOISSUE replace derpy merkdown thing with hoedownPetr Mrázek2015-05-16-144/+57
|
* NOISSUE add some functionality to the derpy markdown changelog thingPetr Mrázek2015-05-16-0/+37
|
* GH-922 improve version select dialogsPetr Mrázek2015-05-02-14/+107
|
* NOISSUE handle recommended versions betterPetr Mrázek2015-05-02-1/+1
| | | | | Moved constants to the version data file Use recommended Minecraft instead of latest stable for new instances by default
* GH-328 overhaul all relevant version listsPetr Mrázek2015-05-01-73/+18
|
* NOISSUE eliminate ProgressProviderPetr Mrázek2015-04-26-11/+11
|
* GH-849 Further NetJob related fixesPetr Mrázek2015-04-26-6/+6
|
* GH-885 export dialog for filtering exported filesPetr Mrázek2015-04-19-0/+571
| | | | Includes implementation of a separator based prefix tree and some related bits
* NOISSUE move everything.Petr Mrázek2015-04-12-0/+3844