haykam821
90d45d2abf
Fix Fabric loader error messages being reused for intermediary mappings
2020-07-09 12:17:59 -04:00
Petr Mrázek
a0ef20a264
NOISSUE rename ComponentList to PackProfile
...
It's not just components, so the naming needed cleaning up.
2020-06-27 12:02:31 +02:00
Petr Mrázek
41590f2e50
NOISSUE Switch twitch modpack page to use a QListView
...
This makes the lazy loading of the paginated search results
actually work.
2020-06-07 11:15:17 +02:00
kb1000
79208a7383
Allow compiling MultiMC using Qt builds without accessibility again
2020-05-30 15:32:38 +02:00
Petr Mrázek
c4779e5a35
Merge pull request #3127 from OverMighty/develop
...
fix: add support for args with spaces to MultiMC::messageReceived()
2020-05-29 01:55:27 +02:00
Thalia Nero
0047ca454f
Clarify WSL error messages
2020-05-28 17:59:54 -04:00
Petr Mrázek
07a1052c69
Fix.
2020-05-28 23:31:50 +02:00
Petr Mrázek
ba6a97557a
NOISSUE prevent evil from winning
2020-05-28 23:17:50 +02:00
Petr Mrázek
9eaa636908
GH-2802 remove extra remapping of indexes in VersionPage model
2020-05-17 19:56:59 +02:00
Petr Mrázek
997c25620a
GH-3131 fix not working with proxy ports > 32767
2020-05-17 13:59:30 +02:00
OverMighty
bbcacec6ec
fix: add support for args with spaces to MultiMC::messageReceived()
...
Previously, when the main instance of MultiMC would receive an `import`
or `launch` message from another instance, it would split the message on
each space, and only read the first word of the argument (zip path/URL
or instance ID). This commit fixes that problem by sectioning the
message string instead.
2020-05-04 11:37:02 +02:00
Petr Mrázek
5ca5661c23
NOISSUE expose twitch pack url, description and author list
2020-04-29 21:17:51 +02:00
Petr Mrázek
296ff6de96
NOISSUE Add pagination support to twitch pack search
...
Try searching for 'craft'. Now it gives ALL the results, not just
the first page of 25.
2020-04-01 02:08:11 +02:00
Petr Mrázek
5e951299b2
NOISSUE fix build
2020-04-01 00:59:18 +02:00
Petr Mrázek
3ff93a4216
NOISSUE Bare-bones twitch pack browser
2020-04-01 00:44:24 +02:00
Petr Mrázek
3ad9ea507e
NOISSUE update version number, changelog and credits in about dialog
2020-03-29 03:12:57 +02:00
Petr Mrázek
c9e851f12f
GH-2544 enable Forge install button for >= 1.13
2020-03-28 15:55:12 +01:00
Petr Mrázek
69490535d0
Merge pull request #2979 from Brottweiler/desktop-entry-tweak
...
Tweak GenericName for Linux desktop entry
2020-02-25 18:02:09 +01:00
Brottweiler
95a09ba099
GH-2979 Tweak GenericName
2020-02-24 19:39:22 +01:00
OverMighty
47fa7b3f8c
GH-2988 add --import command-line option
...
When specified, opens the "Import from zip" dialog as soon as the main
window is shown, with the URL field prefilled with the argument given to
the option.
Closes #2998
2020-02-24 18:52:26 +01:00
Petr Mrázek
bc98181ec2
GH-2769 add an option to not copy play time when copying instances
2020-01-09 15:31:32 +01:00
Petr Mrázek
6a095deea6
GH-2832 add .minecraft and libraries buttons to version page
2020-01-09 13:45:46 +01:00
Petr Mrázek
355e5e24da
GH-2819 mod list filter now also looks at descriptions and authors
2020-01-08 21:12:45 +01:00
Petr Mrázek
8bdff97ac0
GH-2839 remove username wording from login and account dialogs
2020-01-08 13:37:05 +01:00
Petr Mrázek
6288805f37
GH-2853 fix collapsing state being sticky in group view
...
Now it resets properly and collapsing a group doesn't make
all subsequent clicks collapse groups.
2020-01-08 09:00:54 +01:00
Petr Mrázek
0d157d86b5
NOISSUE add wget as a dependency for deb package
2020-01-08 06:28:42 +01:00
Petr Mrázek
3581f5384f
GH-2880 make services status widget open a valid page
...
https://help.mojang.com/ no longer has API status
2020-01-07 08:56:00 +01:00
Petr Mrázek
b5adff14ab
NOISSUE remove dead reference to TwitchPage.ui
2019-11-18 02:38:08 +01:00
Petr Mrázek
af5120c828
GH-2859 remove twitch page and modpack import from URL
...
The functionality was broken, beyond repair and an ongoing maintenance
nightmare.
2019-11-18 00:38:36 +01:00
Petr Mrázek
47ed2f48d4
NOISSUE put legacy FTB support in a namespace, fix its base URL
2019-11-03 23:48:12 +01:00
Petr Mrázek
0c9340a3d2
NOISSUE fix translation string for Twitch drop area
2019-10-14 23:51:36 +02:00
Petr Mrázek
9cc5ebcdd1
GH-2859 improve UI for twitch pack import with drag&drop
2019-10-14 02:31:53 +02:00
Petr Mrázek
c60647523e
NOISSUE remove remains of what could have been technic integration
2019-10-14 01:05:38 +02:00
Petr Mrázek
9165232ba4
NOISSUE remove unused 'PackagesPage'
2019-10-13 22:31:14 +02:00
Petr Mrázek
31d0507e07
NOISSUE make the main window title only 'MultiMC' for screen readers
2019-10-05 22:51:55 +02:00
kb1000
0d41bc5e13
Remove include of qtguiglobal.h
2019-10-01 15:55:40 +02:00
kb1000
dec6759e61
Add checks for QT_NO_ACCESSIBILITY to prevent build issues with Qt without accessibility
2019-10-01 14:28:06 +02:00
Petr Mrázek
ce7917048a
NOISSUE remove more html rom About dialog
2019-09-30 23:50:32 +02:00
Petr Mrázek
e6936212d6
NOISSUE remove some ugly html strings to make translating slightly nicer
2019-09-27 00:23:30 +02:00
Petr Mrázek
19015de258
NOISSUE correct some parts of the README, one more translation string change
2019-09-26 09:03:25 +02:00
Petr Mrázek
4cc7427eb4
TRANSLATIONS-73 remove some strings that don't show up in the UI
2019-09-25 22:29:50 +02:00
Ashleigh
137fe7e3c0
Cleaned up messages, made some more descriptive, made some nicer.
2019-09-14 22:31:13 -05:00
Ashleigh
9689e5cea7
Added text notifying that password change may cause logout
2019-09-14 22:12:23 -05:00
Ashleigh
9ee3a84817
Window Size to 800x600
2019-09-14 21:15:51 -05:00
Petr Mrázek
8750ca8b36
NOISSUE add bee icon
2019-08-26 02:25:42 +02:00
Petr Mrázek
1747f413b9
GH-851 save, load and use group expansion status
2019-08-20 02:58:27 +02:00
Petr Mrázek
6d975748c0
Merge pull request #2796 from QuImUfu/bug_fix
...
GH-2787 fix "Download All" button
2019-08-14 22:12:58 +02:00
Petr Mrázek
5074a97cb3
NOISSUE tweak toolbar and custom widget titles for better translations
2019-08-10 20:12:42 +02:00
Petr Mrázek
441e8980b8
NOISSUE fix small memory leaks
2019-08-10 19:58:58 +02:00
Johannes Michael Andreas Merl
84c53273ce
GH-2787 fix "Download All" button
2019-08-09 00:11:42 +02:00
Petr Mrázek
c291946d2a
NOISSUE do not lose selection on mod enable/disable toggle
2019-08-05 00:46:59 +02:00
Petr Mrázek
dfb30d9139
NOISSUE warn users about MS Edge being bad
2019-08-04 21:14:59 +02:00
Petr Mrázek
4ed67413ac
GH-988 add ability to toggle mods with keyboard
2019-08-04 21:13:50 +02:00
Petr Mrázek
d31184f9a4
GH-2738 check for being in the temp folder better
2019-08-04 18:11:55 +02:00
Petr Mrázek
a3ffa3d665
NOISSUE asynchronous, parallel mod folder listing and mod resolving
2019-08-04 03:27:53 +02:00
Petr Mrázek
7d13e31198
NOISSUE refactor Mod a bunch, get rid of dead code
2019-08-03 05:30:46 +02:00
Petr Mrázek
7b00d47fe0
NOISSUE tweak UI geometry and remove old language selection
2019-08-02 23:52:19 +02:00
Petr Mrázek
930d39b5f2
GH-2550 soring of mods by enabled status, cascade sorting to name and version
2019-07-31 01:28:55 +02:00
Petr Mrázek
bd93c3b4e0
NOISSUE fix build
2019-07-30 01:25:37 +02:00
Petr Mrázek
09f7a426ab
GH-2722 GH-2762 Improve mod list sorting
...
Sorting by version understands version numbers
Sorting by name removes 'The' prefixes before sorting
2019-07-30 01:16:56 +02:00
Petr Mrázek
e4fd50e210
NOISSUE make the language translation prompt translateable
2019-07-30 01:16:02 +02:00
Petr Mrázek
3ee5a63c5c
NOISSUE make notes page focusable with tab key
2019-07-25 01:13:47 +02:00
Petr Mrázek
7dfe73df0c
NOISSUE add context menus to pages with toolbars
2019-07-25 01:02:30 +02:00
Petr Mrázek
c3e61536a3
NOISSUE automatically open the log page when starting the instance
2019-07-24 00:24:02 +02:00
Petr Mrázek
a0e45c5d1d
NOISSUE fix build
2019-07-23 01:05:23 +02:00
Petr Mrázek
bf38021937
NOISSUE improve toolbars
2019-07-23 00:48:14 +02:00
Petr Mrázek
1e5b595923
NOISSUE fix build failures
2019-07-22 01:44:19 +02:00
Petr Mrázek
d6c6653872
NOISSUE Add basic accessibility support to GroupView
2019-07-22 01:40:52 +02:00
Petr Mrázek
81fdde6fdd
NOISSUE convert accounts page to use a toolbar for the side menu
2019-07-19 08:29:31 +02:00
Petr Mrázek
3d5869e1cf
NOISSUE fix overly large margins in the instance settings page
2019-07-17 02:17:09 +02:00
Petr Mrázek
edc5378333
NOISSUE add spacer to the screenshot page toolbar
2019-07-17 02:09:54 +02:00
Petr Mrázek
95febe5436
NOISSUE convert rest of the instance pages to use toolbars for side menus
2019-07-17 02:01:29 +02:00
Petr Mrázek
5b153a5165
GH-2748 disable the version page toolbar labels
2019-07-16 08:58:00 +02:00
Petr Mrázek
decd4ae7ab
NOISSUE Make mod folder pages use toolbars instead of button layouts
2019-07-16 01:30:53 +02:00
Petr Mrázek
2eec1df1a0
NOISSUE hide main toolbar toggle action instead of working around it
2019-07-16 01:30:09 +02:00
Petr Mrázek
6fde775b90
NOISSUE Show Version page while the instancer is running.
...
All controls are disabled.
2019-07-15 23:16:34 +02:00
Petr Mrázek
80b3efff11
NOISSUE Do not hide mods list pages when the instance is running.
...
Instead, disable (most of) the controls.
2019-07-15 01:07:21 +02:00
Petr Mrázek
e4273d6a17
GH-358 Make version page use a toolbar for all the actions
...
This should make it possible to make it fit on small screens again.
2019-07-14 05:37:10 +02:00
Petr Mrázek
3a67990acd
NOISSUE bump deb package version
2019-07-11 01:28:48 +02:00
Petr Mrázek
23eab74e6d
NOISSUE make the deb package depend on Qt5
2019-07-11 01:26:33 +02:00
Petr Mrázek
b9d4293552
NOISSUE update component buttons some more when the versions change
2019-07-11 01:01:47 +02:00
Petr Mrázek
791a8227b6
NOISSUE disable component install buttons in impossible cases
2019-07-10 22:30:42 +02:00
Petr Mrázek
725ec35635
NOISSUE recognize curseforge URLs dropped on top of MultiMC
2019-07-09 22:04:52 +02:00
Petr Mrázek
739a86f171
Revert "NOISSUE Import page is now a MultiMC pack page"
...
This reverts commit f74e3db804
.
2019-07-09 21:51:19 +02:00
Petr Mrázek
48b2f95129
Revert "NOISSUE simple/stupid default game options, UI only"
...
This reverts commit 497d9bec02
.
2019-07-09 21:43:12 +02:00
Petr Mrázek
497d9bec02
NOISSUE simple/stupid default game options, UI only
2019-07-09 02:37:04 +02:00
Petr Mrázek
ee83d432f6
GH-2724 update group view geometries in more cases
...
Fixes crashes when adding instances to groups that didn't exist before.
2019-07-02 02:09:41 +02:00
Petr Mrázek
0b86a7ebf3
Merge pull request #2718 from therealfarfetchd/hidpi-icon-fix
...
Enable HiDPI pixmaps to fix icon scaling for HiDPI displays
2019-06-30 15:39:29 +02:00
Petr Mrázek
63330bf111
NOISSUE connect twitch URL resolving to modpack resolving. works now.
2019-06-30 11:03:59 +02:00
Petr Mrázek
f74e3db804
NOISSUE Import page is now a MultiMC pack page
2019-06-29 01:13:39 +02:00
therealfarfetchd
a55fa04353
Enable HiDPI pixmaps to fix icon scaling for HiDPI displays
2019-06-27 23:04:53 +02:00
Petr Mrázek
fde43c993e
NOISSUE add silly twitch URL and CCIP resolving page to 'add instance'
...
It needs a few more steps and it will handle all kinds of twitch packs.
2019-06-27 03:20:11 +02:00
Petr Mrázek
917f148fc4
NOISSUE add support for 'experiment' Minecraft versions
2019-06-26 20:51:04 +02:00
Petr Mrázek
44a7c5867b
Merge pull request #2703 from Janrupf/feature/apply_proxy_settings
...
GH-2499 Apply proxy settings immediately
2019-06-23 21:38:30 +02:00
Petr Mrázek
75ddbc8851
Merge pull request #2705 from Janrupf/feature/fix_external_deletion_interaction
...
GH-2515 Save instance ID before display dialog
2019-06-23 21:31:56 +02:00
Petr Mrázek
e7c5b266c8
Merge pull request #2708 from Janrupf/feature/single_imgur_uploads
...
GH-689 Don't create album for single screenshot
2019-06-23 21:15:06 +02:00
janrupf
b5a16935b7
NOISSUE Renaming for better understanding
2019-06-23 14:54:17 +02:00
janrupf
77f3f028fa
GH-2499 Apply proxy settings immediately
2019-06-22 01:48:37 +02:00
janrupf
2a96e16902
GH-689 Don't create album for single screenshot
2019-06-22 01:47:07 +02:00
janrupf
1ed84eddd5
GH-2515 Save instance ID before display dialog
2019-06-21 23:55:16 +02:00
janrupf
306b98edac
GH-2592 Autoselect newly created instances
2019-06-21 22:38:26 +02:00
Petr Mrázek
8aa4b9dac5
NOISSUE limit fabric intermediary selection options in UI by minecraft version
2019-06-15 22:45:56 +02:00
Petr Mrázek
4836ba22cd
NOISSUE fix fabric tooltip string
2019-06-15 22:29:34 +02:00
Petr Mrázek
6c30076b6c
GH-2639 Add simple fabric loader installation support
2019-06-15 21:25:23 +02:00
isoraqathedh
d87bd4b588
Update run.sh
...
Pass command line arguments through to the executable
2019-06-08 21:21:22 +08:00
Petr Mrázek
30fba4d407
NOISSUE make the global settings button context sensitive
2019-06-01 18:05:42 +02:00
Petr Mrázek
932160818e
NOISSUE add option to open global settings from instance settings
...
This should hopefully giude people towards using the right thing.
2019-06-01 12:28:53 +02:00
Petr Mrázek
59e1ed3d87
NOISSUE add the pocket fox icon
2019-06-01 00:59:02 +02:00
Petr Mrázek
3470a3df96
NOISSUE improve icon handling while importing and exporting instances
...
Now it handles formats other than png.
2019-05-31 21:53:58 +02:00
Alejandro González
cb71dfa605
Tweak strings as per peterix review
2019-04-14 23:02:01 +02:00
AlexTMjugador
2be98baaba
Conform to existing code style
2019-04-15 00:44:59 +02:00
AlexTMjugador
0ce637bf0e
Support launching profiler in offline mode
...
This commit adds the necessary GUI controls to let the user choose
whether they want to launch Minecraft in offline mode with a configured profiler.
2019-04-15 00:42:06 +02:00
Petr Mrázek
70ed30f9e6
GH-2591 less std::shared_ptr and more shared_qobject_ptr
...
This eliminates some weird crashes.
2019-04-07 23:59:04 +02:00
Petr Mrázek
414946cad9
Merge remote-tracking branch 'origin/feature/trim_server_details' into develop
2019-04-02 23:39:13 +02:00
Elise
1fc199697c
GH-2551 Trim at serialization
2019-03-29 11:25:37 -04:00
Elise
597fe50d37
GH-2551 Trim server name and IP strings
2019-03-19 13:28:11 -04:00
Elise
a5e531d4f1
GH-2487 Make NO the default button
2019-02-26 16:56:08 -05:00
Petr Mrázek
73e487a31e
NOISSUE hide the game options screen again
2019-02-21 00:44:36 +01:00
Joshua Anderson
6e8e4c5dfa
Update title of Add Empty dialog
2019-02-05 00:06:29 -07:00
Petr Mrázek
62c9fcdc6c
NOISSUE first step towards having game options management
2019-01-30 00:35:24 +01:00
Petr Mrázek
c1ea42d3d9
Merge branch 'stable' of https://github.com/Scotsguy/MultiMC5 into develop
2019-01-17 00:51:54 +01:00
AppleTheGolden
437dec91f9
Update Copyright Year
2019-01-16 21:14:24 +01:00
Petr Mrázek
c08053d8b8
NOISSUE split out language selection widget, use it in settings
2019-01-09 04:38:35 +01:00
Petr Mrázek
e71786d7b9
NOISSUE language selection wizard improvements
...
Same needs to be applied to the application settings later.
2019-01-08 02:20:36 +01:00
Petr Mrázek
4474d269cc
NOISSUE granular model updates for language model
2019-01-06 22:14:13 +01:00
Petr Mrázek
ec2732ccd1
NOISSUE update FTB URLs
2019-01-04 01:48:36 +01:00
Petr Mrázek
3e60e770b5
NOISSUE just don't use std::abs, it doesn't work
2018-12-24 14:49:53 +01:00
Petr Mrázek
70052b180c
NOISSUE maybe fix macos build, pngcrush images
2018-12-24 14:31:34 +01:00
Petr Mrázek
2e58429b6a
NOISSUE kitty cat in a silly hat!
2018-12-24 03:26:14 +01:00
Petr Mrázek
56a9b65efb
NOISSUE add missing Q_OBJECT macros
2018-12-23 01:05:11 +01:00
Petr Mrázek
14bb666a20
GH-2485 fix crash bug while creating instances
2018-12-14 01:18:18 +01:00
Petr Mrázek
13b293dd65
GH-2374 fix missing alternating backgrounds in worlds, add gametype column
2018-12-11 23:53:14 +01:00
Petr Mrázek
e8c382bede
GH-2101 select everything when editing instance names
2018-11-23 21:47:23 +01:00
Petr Mrázek
54e857a7f5
NOISSUE proper inline editable instance names
...
Pretty!
2018-11-23 04:56:56 +01:00
Petr Mrázek
74c598d756
GH-2101 fix enter and double click activation of instances
2018-11-22 02:02:53 +01:00
Petr Mrázek
c214c13fb3
GH-2101 POC for inline renaming
2018-11-22 01:50:32 +01:00
Petr Mrázek
c4a472981f
GH-2467 remove unused sorting indicators from version page
2018-11-21 00:55:40 +01:00
Petr Mrázek
a8e77f0ecc
NOISSUE remove some nonsense and dead code
2018-11-15 00:36:47 +01:00
Petr Mrázek
0f0dc30729
GH-2144 Fix translatable string
2018-11-12 01:57:26 +01:00
janrupf
1648b34aed
GH-1552 Hide PermGen when using an autodetected java version greater than 8
2018-11-12 01:50:04 +01:00
janrupf
4cc7329ce3
GH-2144 Append '(installed)' to the installed version name
2018-11-12 01:49:52 +01:00
janrupf
3d630c7856
GH-2452 Ask before deleting group
2018-11-12 01:48:53 +01:00
Petr Mrázek
58260da861
NOISSUE remove use of obsolete URL constants, simplify the rest
2018-11-04 13:18:35 +01:00
Chris Lane
0572a1e4e6
NOISSUE use https more widely
2018-11-02 12:04:08 +00:00
Petr Mrázek
24fd2918c7
NOISSUE fix more rhel 7.6 problems?
2018-11-01 23:30:13 +01:00
Petr Mrázek
aef0ccb1a2
GH-2232 add gif icon support (not animated)
2018-10-31 21:54:22 +01:00
Noah
d9c1fc09e7
add game and minecraft keywords
2018-10-31 20:40:19 +01:00
Noah
8b56d77f5e
add minecraft keyword
2018-10-31 20:40:19 +01:00
Petr Mrázek
5f2d3f014a
NOISSUE get rid of remaining tabs
2018-08-02 01:01:55 +02:00
Jannis Lübke
6aada8adf7
NOISSUE FTB pack code implementation, cleaned up
2018-08-02 00:52:31 +02:00