63dfc0633f
Merge pull request #652 from flowln/mod_page
2022-07-01 10:00:36 +02:00
dbb63b97bd
Merge branch 'PolyMC:develop' into account-list
2022-07-01 10:43:41 +10:00
5f951e8f21
change: better regex for removing 'The' when sorting mods
...
Teh :|
Co-authored-by: timoreo22 <timo.oreo34@gmail.com >
2022-06-30 07:04:47 -03:00
286f82cc99
Merge pull request #826 from kthchew/fix/kill-menubar
2022-06-30 11:50:43 +02:00
ed5415aeb8
Merge pull request #837 from DioEgizio/fix-sort-mr
2022-06-30 08:24:51 +02:00
bef79df6bb
Disable the refresh button for offline accounts
2022-06-30 09:08:53 +10:00
d6f4ff26b5
Disable skin buttons for offline accounts
2022-06-29 18:46:39 +10:00
b606a2e040
Make the profile and account name columns use all available space
2022-06-29 18:45:36 +10:00
774ed044fc
Merge pull request #827 from kthchew/fix/menubar-separator
...
Workaround Qt bug to fix menu bar separators on macOS
2022-06-27 01:14:15 +10:00
9cc235cde0
Merge pull request #811 from jn64/fix/window-title
...
Fix duplicate name in window title
2022-06-27 01:13:58 +10:00
9ef38171e2
fix: use clicked
instead of pressed
signal for button clicks
...
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net >
2022-06-26 08:10:52 -03:00
455e4de6f3
feat: add news reader dialog
...
Makes it easier to read about new blog posts! Yay :D
2022-06-25 20:15:16 -03:00
04e8780dd0
fix(modrinth): fix sorting
2022-06-24 10:47:02 +02:00
0fe4384067
Update launcher/ui/pages/modplatform/flame/FlamePage.ui
...
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net >
2022-06-23 17:58:54 +02:00
bdfcd0b99e
chore(flame): reword warning
2022-06-23 17:06:49 +02:00
c31fce3621
Workaround Qt bug to fix menu bar separators on macOS
2022-06-22 00:34:04 -04:00
5c05cf2206
Disable launch actions in menu bar when last instance is deleted
...
This caused a crash when the action was selected!
2022-06-21 19:19:55 -04:00
d4e544c62c
Separate the kill and launch instance actions
2022-06-21 19:19:55 -04:00
a135c06bcf
fix: scale mod icons to the right size
2022-06-21 06:41:56 -03:00
fa6829a6a1
Set beam cursor on selectable labels
2022-06-20 14:28:38 +08:00
5335540c33
Rename main window
2022-06-20 13:45:36 +08:00
0afa2e92d5
Make GitHub link focusable by keyboard
2022-06-18 22:20:38 +08:00
6d1b166ad7
Make labels selectable
...
User can copy version/build info easily.
2022-06-18 22:19:23 +08:00
3e8d450741
Merge pull request #665 from jamierocks/h-managed-packs
...
PackPlatforms: Record where packs come from
2022-06-14 23:54:44 +10:00
27239b2dde
Merge pull request #634 from flowln/donate_links
...
More links for CF / Modrinth mods / modpacks
2022-06-14 23:52:00 +10:00
e25cdd9d12
refector: move download action to ExternalResourcesPage
2022-06-14 07:04:31 -03:00
d394235ee0
refactor: Create a more clear hierarchy for some instance pages
...
Previously, the Shaders, Texture packs and Resource packs tabs had as
parent the ModFolderPage, making it so that making changes only to the
Mods page would require checking the id of the page for the correct one.
This was hackish and error-prone.
Now, those pages all inherit from a single class, ExternalResourcesPage,
that handles the basic behaviour of all of them, while allowing for
individual modification in code.
This is still not a clear separation, since internally, all those
resources are derived from Mods, so for now there's still some awkward
common code :/
2022-06-14 07:04:31 -03:00
a4ef0940ed
chore: add license headers
2022-06-12 13:50:58 +02:00
2ff0aa09e3
fix: remove updater if it is not used
2022-06-12 13:39:47 +02:00
8856c8cd62
refactor(test): fix loading mod metadata setting
2022-06-12 13:33:17 +02:00
2bd8e7dca4
Merge pull request #780 from flowln/guo_ext_2
2022-06-11 19:45:51 +02:00
d75571ffa1
Merge pull request #773 from vancez/fix-launch-button
2022-06-11 19:41:02 +02:00
2ee4b6768d
Merge pull request #770 from flowln/technic_links
2022-06-11 19:34:59 +02:00
81daffe68e
fix: remove file filter from translation
2022-06-11 14:10:42 +02:00
2ea20a8b29
fix: allow discovering mrpacks in languages without dot
2022-06-11 07:12:59 -03:00
2257c875f5
Merge pull request #708 from ryanccn/custom-user-agent
2022-06-11 10:53:58 +02:00
fa5b1d9978
change slot name
2022-06-10 15:48:18 +08:00
4a261cac1a
fix: update toolbar when instance state changes
2022-06-10 10:25:13 +08:00
1b1f728c58
fix: allow opening external links in technic modpack page
2022-06-09 18:46:19 -03:00
7a3acc3249
refactor(ui): use tabs for APIPage
2022-06-04 22:04:36 +02:00
4cecba8787
make $LAUNCHER_VER actually work
2022-06-04 22:59:57 +08:00
5930acc418
change UI to scroll
...
let me just say, this does not look right
2022-06-04 22:54:05 +08:00
1ab00ca8b2
Merge pull request #426 from flowln/mod_perma
...
Add on-disk mod metadata information
2022-06-04 13:23:38 +02:00
25ab121e42
feat: custom user-agent
2022-06-04 15:33:17 +08:00
9054ee18a1
Merge pull request #505 from flowln/improve_download_ux
2022-05-30 13:41:02 +02:00
adf1e1982a
fix: remove unnecessary translation ( #674 )
2022-05-29 16:14:01 +02:00
f5405e835e
Merge pull request #624 from ryanccn/global-jvm-args
...
Make global JVM arguments multi-line
2022-05-29 16:10:55 +02:00
20832682ef
Update launcher/ui/pages/global/JavaPage.cpp
...
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net >
2022-05-29 20:35:57 +08:00
8e6c592ad9
fix: add version to Legacy FTB packs
2022-05-29 14:28:54 +02:00
d4c1d62781
Update launcher/ui/pages/global/JavaPage.cpp
...
Co-authored-by: Kenneth Chew <79120643+kthchew@users.noreply.github.com >
2022-05-29 12:15:20 +08:00