Petr Mrázek
|
9e7cdbfe11
|
NOISSUE pretty multi-line formatting...
|
2018-07-28 22:12:57 +02:00 |
|
Petr Mrázek
|
76d6ec91a4
|
NOISSUE simplify.
|
2018-07-28 22:12:57 +02:00 |
|
Petr Mrázek
|
7b439c85c0
|
SCRATCH things and stuff, related to grou saving
|
2018-07-28 22:12:57 +02:00 |
|
Petr Mrázek
|
12f2716f31
|
GH-2355 Do not allow instances to be created with whitespace prefix or suffix
|
2018-07-28 22:08:09 +02:00 |
|
Petr Mrázek
|
4169f53b19
|
NOISSUE fix build on macOS?
|
2018-07-28 00:00:04 +02:00 |
|
Petr Mrázek
|
e4c33458f2
|
GH-2352 Add Minecraft folder button for instances, rearrange buttons by importance
|
2018-07-27 23:57:09 +02:00 |
|
Petr Mrázek
|
14f85813c8
|
NOISSUE hide the new mods page
|
2018-07-22 09:06:31 +02:00 |
|
Petr Mrázek
|
bbb3b3e6f6
|
NOISSUE tabs -> spaces
|
2018-07-15 14:51:05 +02:00 |
|
Petr Mrázek
|
03280cc62e
|
NOISSUE separate new mods model from the simple one
It should list mods in various locations...
|
2018-07-15 14:04:09 +02:00 |
|
Petr Mrázek
|
128bce6acb
|
SCRATCH second mods page, placeholder
|
2018-07-15 12:48:41 +02:00 |
|
Petr Mrázek
|
8108c61745
|
NOISSUE fix unitialized data warning on Arch Linux
|
2018-07-06 19:46:28 +02:00 |
|
Petr Mrázek
|
a222c94d34
|
NOISSUE add cancel button to the new instance dialog
|
2018-06-30 19:44:30 +02:00 |
|
Petr Mrázek
|
a872085f9a
|
NOISSUE remove refresh button from servers page
|
2018-06-30 19:44:21 +02:00 |
|
Petr Mrázek
|
8516a6646e
|
NOISSUE fix saving the servers.dat file when it doesn't exist yet
|
2018-06-30 01:27:44 +02:00 |
|
Petr Mrázek
|
44381c09d7
|
NOISSUE more warnings
|
2018-06-28 23:51:26 +02:00 |
|
Petr Mrázek
|
bb599abf59
|
NOISSUE fix a bug with mutexes on Windows, more warnings
|
2018-06-28 23:42:44 +02:00 |
|
Petr Mrázek
|
07f7ec8eef
|
NOISSUE fix some warnings so builds can go further
|
2018-06-28 23:35:04 +02:00 |
|
Petr Mrázek
|
7fe94ca7b4
|
NOISSUE fix all sorts of warnings, enable Werror and pedantic
|
2018-06-28 23:18:45 +02:00 |
|
Petr Mrázek
|
b5f636b3d5
|
NOISSUE do not keep downloads in memory, add (some) missing virtual dtors
|
2018-06-28 21:34:56 +02:00 |
|
Petr Mrázek
|
19bb50b872
|
NOISSUE sync up quazip merge commit
|
2018-06-05 01:01:04 +02:00 |
|
Sergey Shatunov
|
4d68c1b509
|
GH-2291 Fix build with Qt 5.11+
|
2018-06-02 17:22:43 +07:00 |
|
Petr Mrázek
|
f0ff2db4e1
|
GH-2277 fix even more exception catches by value
|
2018-05-20 01:53:05 +02:00 |
|
Charles Milette
|
72c0002b45
|
Catch C++ exceptions by const reference
Fixes #2277
|
2018-05-19 19:18:26 -04:00 |
|
Petr Mrázek
|
b9fd381eee
|
GH-2268 update the deb package to not depend on latest jre
* `openjdk-8-jre` is now recommended
* the package now depends on `desktop-file-utils`
* the desktop icon has been updated to the current one
|
2018-05-17 23:14:12 +02:00 |
|
Petr Mrázek
|
584f1e89b9
|
GH-2252 make URL drop signal use a queued connection instead of direct call
Hopefully this will fix the issues with stuck applications on Windows.
|
2018-04-23 08:45:58 +02:00 |
|
Petr Mrázek
|
72ff342d63
|
GH-2053 basics of the servers.dat management
|
2018-04-23 02:05:22 +02:00 |
|
Petr Mrázek
|
6284f070c1
|
NOISSUE update changelog for 0.6.2
|
2018-04-08 23:43:03 +02:00 |
|
Petr Mrázek
|
be9063317e
|
NOISSUE hide the twitch platform page
|
2018-04-08 21:22:41 +02:00 |
|
Petr Mrázek
|
8ec36e2cb9
|
NOISSUE bump release version to 0.6.2
|
2018-04-08 21:22:07 +02:00 |
|
Petr Mrázek
|
8cefc76108
|
NOISSUE show release dates of the meta versions in version picker views
|
2018-04-08 19:49:02 +02:00 |
|
Petr Mrázek
|
172f83c7e2
|
NOISSUE and even more bad includes
|
2018-04-07 22:45:03 +02:00 |
|
Petr Mrázek
|
b1e0cbf852
|
NOISSUE add more missing includes
|
2018-04-07 22:42:01 +02:00 |
|
Petr Mrázek
|
9b7f82ff26
|
NOISSUE fix build problem with missing <functional> include
|
2018-04-07 22:36:57 +02:00 |
|
Petr Mrázek
|
67cef79d81
|
NOISSUE add logging to zip subfolder extraction
|
2018-04-07 22:33:26 +02:00 |
|
Janrupf
|
7e1c5d439a
|
#2228, #2229 - Auto import pack icons and fixed to big version selection - Closes #2228, Closes #2229
|
2018-04-07 22:09:19 +02:00 |
|
Janrupf
|
38ed0c2a1f
|
NOISSUE Fixed ftb downloads always latest version
|
2018-04-07 00:46:49 +02:00 |
|
Lukas Haigner
|
9b7564e967
|
NOISSUE Fixed progress dialog
|
2018-04-07 00:46:49 +02:00 |
|
Petr Mrázek
|
15926b2b4a
|
NOISSUE make FTB pack selection fancier
|
2018-04-06 21:59:04 +02:00 |
|
Petr Mrázek
|
6323aae56f
|
NOISSUE move FtbListModel to where it is actually used
|
2018-04-06 21:04:34 +02:00 |
|
Petr Mrázek
|
c9c6037f50
|
NOISSUE fix Qt moc warning
|
2018-04-06 21:02:37 +02:00 |
|
Janrupf
|
97b74ef56a
|
NOISSUE Fixed code for PR
|
2018-04-06 19:39:12 +02:00 |
|
Janrupf
|
df6e66101c
|
NOISSUE Added 3rd party pack support
|
2018-04-05 19:33:31 +02:00 |
|
Janrupf
|
bbd523acb8
|
NOISSUE Added FTB Pack logos to chooser and fixed some missing includes
|
2018-04-02 23:02:33 +02:00 |
|
Janrupf
|
67d2f283da
|
NOISSUE Fixed compilation error, but needs to be revisited
|
2018-04-02 23:02:33 +02:00 |
|
Petr Mrázek
|
4530d9064b
|
NOISSUE fix latent bugs in RWStorage
|
2018-04-02 22:58:54 +02:00 |
|
Petr Mrázek
|
3406335cd8
|
GH-2219 fix crash and bad view scaling in Java VersionSelectDialog
|
2018-04-02 22:58:02 +02:00 |
|
Petr Mrázek
|
c9832d0d86
|
GH-2208 fix FTB pack download caching
|
2018-03-29 20:55:47 +02:00 |
|
Petr Mrázek
|
fa8f19b046
|
GH-2211 fix crash in first launch wizard
|
2018-03-29 20:41:16 +02:00 |
|
Petr Mrázek
|
370bbada87
|
NOISSUE polish the new instance UI a bit more
|
2018-03-28 21:57:41 +02:00 |
|
Petr Mrázek
|
1ef416cb56
|
NOISSUE add pointless fun things, because.
|
2018-03-28 00:51:24 +02:00 |
|