177b685557
Merge pull request #240 from PolyMC/ZekeSmith-move-to-wiki
...
Update Readme to link development building to the website wiki. also fix forking and licensing.
2022-03-14 00:26:09 +11:00
71a4333f55
Update README.md
2022-03-13 23:25:17 +10:00
f1c21a912a
fix: simplify header SVG using SVGO
2022-03-13 14:22:31 +01:00
84a142096f
chore: switch logo font to Josefin Sans
2022-03-13 14:22:18 +01:00
bb2b344d33
fix: define jars path relative to application root
...
Fixes #117
2022-03-13 12:48:24 +01:00
b96572774f
Merge pull request #254 from Scrumplex/fix-update-metainfo
...
Update metainfo URLs
2022-03-13 13:22:42 +11:00
641a96e4a9
fix(metainfo): update URLs
2022-03-12 18:17:25 +01:00
9f8983b570
Merge pull request #235 from Scrumplex/chore-bump-1.1.0
...
Bump to 1.1.0
1.1.0
2022-03-12 13:34:36 +00:00
e42c5b00a4
Merge pull request #251 from flowln/fix_tr
2022-03-12 10:58:36 +01:00
a3d7ad731d
fix missing translation strings
...
my mistake, sorry! ToT
2022-03-11 18:43:17 -03:00
dc98609ef8
Merge pull request #241 from PolyMC/ZekeSmith-move-to-wiki-1
2022-03-11 10:42:13 +01:00
c799faaca6
fix: typos
2022-03-11 09:21:59 +01:00
07e4c4d189
Merge pull request #242 from deadmeu/develop
...
Fix missing space in "No Accounts" message
2022-03-11 14:53:05 +11:00
c4a8fd353c
Merge pull request #243 from dada513/mx_button
2022-03-10 18:52:57 +01:00
91524d6d6e
Merge pull request #247 from txtsd/actions_fix
...
Fix Ubuntu system Qt failure
2022-03-10 23:45:32 +11:00
c1201997a3
Fix Ubuntu system Qt failure
2022-03-10 13:38:16 +05:30
d814e21f0d
add matrix button
2022-03-08 18:41:23 +01:00
49d122a2c4
Fix missing space in "No Accounts" message
2022-03-08 23:24:11 +10:00
0813eba367
Update BUILD.md
2022-03-08 19:09:54 +10:00
4fe13c64a1
Update README.md
2022-03-08 19:07:21 +10:00
b3c2a56ece
fix: delete semicolons at the end of .cpp file's functions
...
my lsp is weird sometimes
2022-03-07 19:55:20 -03:00
9c57b54a81
refactor: move things around so that related things are close together
...
This also adds some comments around ModModel.cpp and ModPage.cpp to add
some ease of reading the code.
Also move some things from headers to cpp files.
2022-03-07 19:32:28 -03:00
b131d3b2ec
refactor: move more common code to base class
...
Also removes unused imports and organize the ModModel header
2022-03-07 18:28:24 -03:00
16bfafa29e
refactor: de-duplicate common code in network mod APIs
2022-03-07 17:45:28 -03:00
f714adf6d2
refactor: move NetJob away from ModModel to ModAPI
...
This is done so that 1. ModAPI behaves more like an actual API instead
of just a helper, and 2. Allows for more easily creating other mod
providers that may or may not use network tasks (foreshadowing lol)
2022-03-07 16:22:57 -03:00
dc9e250868
Merge pull request #232 from Scrumplex/fix-help-links
...
Switch to polymc.org wiki
2022-03-08 01:22:34 +11:00
b6cf0359fa
Merge pull request #230 from Scrumplex/fix-iconthemes
...
Reorganize icon themes
2022-03-08 01:20:35 +11:00
39bd04f06f
refactor: use Enum instead of raw int for ModLoaderType
2022-03-06 16:45:39 -03:00
d755174bee
clarify some method names and comments
2022-03-06 16:04:24 -03:00
1229e90817
merge upstream
2022-03-06 15:28:18 -03:00
5a638fa977
refactor: move "get versions" task from page to model
...
This seems more reasonable
2022-03-06 15:23:00 -03:00
5e9d49a910
refactor: use only a single unique_ptr for the api
2022-03-06 13:54:55 -03:00
ae39d16c11
chore: bump to 1.1.0
2022-03-06 11:40:11 +01:00
b93daf1fb7
fix: update news links to point to polymc.org
2022-03-06 11:32:06 +01:00
6545d250e8
refactor: move help URL into buildconfig
2022-03-06 11:31:50 +01:00
b162351ff4
fix: switch to polymc.org wiki
2022-03-05 21:49:13 +01:00
53468ea474
Merge pull request #221 from flowln/install_button
2022-03-05 20:43:44 +01:00
3697d70b48
fix: reorganize icon themes
...
Rename MultiMC to Legacy
Simple (Colored) is now the first icon theme
Custom is now the last icon theme, which also fixes a loading issue when
Legacy was selected
Fix loading of Legacy theme
2022-03-05 20:29:54 +01:00
e0c025b162
fix extra spacing in resource packs and shader packs, and move button up
...
hopefully now its finally ok
2022-03-03 09:51:46 -03:00
9e443faba3
hack: hide 'Download Mods' button when not in the mods tab
2022-03-03 04:02:22 -03:00
f95cebaf06
change 'Install Mods' -> 'Download Mods' and change position
2022-03-03 01:10:10 -03:00
9a8599e4ba
fix windows compilation
2022-03-03 00:06:37 -03:00
2d68308d49
refactor: move url creation for mods to modplatform/
...
Moves all things related to creating the URLs of the mod platforms
that go to network tasks to a single place, so that:
1. Maintaining and fixing eventual issues is more straightforward.
2. Makes it possible to factor out more common code between the
different modplatform pages
2022-03-02 23:13:04 -03:00
0dd1c26cf3
refactor: extract common code in mod pages and model
...
This creates a hierarchy in which ModPage and ModModel are the parents
of every mod provider, providing the basic functionality common to all
of them.
It also imposes a unique .ui file (they were already equal before, just
duplicated basically) on all mod providers.
2022-03-02 21:52:44 -03:00
881b2f2b38
refactor: Use a single indexed pack for mods
...
Since there's little difference between them, let's remove duplication
and merge them.
2022-03-02 18:49:19 -03:00
ca211558b5
Merge pull request #216 from txtsd/ignore_paths
...
Don't build when updating non-code
2022-03-02 11:48:45 +11:00
3a03f90831
Ignore certain paths for CI
2022-03-02 01:17:08 +05:30
9020f632b2
Merge pull request #214 from PolyMC/ZekeSmith-newReadme
...
Modify readme to use website
2022-03-01 16:56:41 +01:00
8bdd2befe9
Merge pull request #205 from timoreo22/fix-version-select
...
Fixed wrong version info
2022-03-01 16:56:10 +01:00
ebececf8c6
Update and link latest build to actions
2022-03-01 23:19:30 +10:00