Commit Graph

87 Commits

Author SHA1 Message Date
356f80d25c
fix(gtk): correct leaflet API usage 2024-06-22 20:59:53 +02:00
b6ef0da344
fix(gtk): move some network-dependent computation to background thread 2024-06-22 20:59:33 +02:00
56c25880e8
fix(gtk): ensure MDS is always started 2024-06-22 20:57:42 +02:00
4945381030
feat: implement new, flow-based MDS
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/docs Pipeline failed
2024-06-22 19:58:01 +02:00
1daaf73554
feat: implement concept of scan stages to support deferring update checks until after critical information 2024-06-22 13:36:45 +02:00
b2e5ed83a4
chore: update to JVM 22
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-06-03 15:01:55 +02:00
787833f732
chore: update to jfCommons 1.7
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-06-03 14:40:44 +02:00
aede030a7f
chore: refactor build scripts and update java-gi
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/docs Pipeline was successful
2024-03-01 21:25:11 +01:00
7dd1d4dee2
fix: prevent lag spike until MDS is completed when entering Mods tab. Still laggy as hell, but this should at least prevent ANRs or WL disconnects
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/docs Pipeline failed
2023-11-08 09:20:08 +01:00
f4ed8a4bcb
chore: bump commons and update for new modules 2023-11-08 09:15:59 +01:00
4aa1f24461
fix: apparently the previous fix worked during testing but broke after the merge.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
Somehow.
2023-10-21 17:50:19 +02:00
9fd5d870cf
chore: clean up annotations and imports
Some checks failed
ci/woodpecker/push/docs Pipeline is pending
ci/woodpecker/push/woodpecker Pipeline failed
2023-10-21 17:48:23 +02:00
e61df73dd3
Merge branch 'gtk_mod_browsing'
Some checks failed
ci/woodpecker/push/docs Pipeline is pending
ci/woodpecker/push/woodpecker Pipeline failed
# Conflicts:
#	build.gradle.kts
#	launcher-gtk/build.gradle.kts
#	launcher-gtk/src/main/kotlin/io/gitlab/jfronny/inceptum/gtk/GtkMain.kt
#	launcher-gtk/src/main/kotlin/io/gitlab/jfronny/inceptum/gtk/control/assistant/KAssistant.kt
#	launcher-gtk/src/main/kotlin/io/gitlab/jfronny/inceptum/gtk/util/UIExt.kt
#	launcher-gtk/src/main/kotlin/io/gitlab/jfronny/inceptum/gtk/window/create/NewInstanceWindow.kt
#	launcher-imgui/src/main/java/io/gitlab/jfronny/inceptum/imgui/window/AddModWindow.java
2023-10-21 17:41:20 +02:00
c94c8b59af
fix: prevent segfault by not exporting account menu.
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/docs Pipeline failed
Why does this work? No idea. But it seems to fix the crash.
2023-10-21 17:38:55 +02:00
475717b6b4
chore: use setVisible instead of show 2023-10-21 16:49:49 +02:00
5cc650921b
fix: prevent instance not exiting setup stage when redownload cancelled 2023-10-21 15:50:35 +02:00
5b79987dcf
chore: move logging in kotlin code to Log object 2023-10-21 13:35:02 +02:00
502026bb22
fix: add quickAction suffix 2023-10-21 13:35:02 +02:00
3746e30ec7
fix: wrap Entry.setText to prevent segfault for empty strings 2023-10-21 13:35:01 +02:00
ad033711f9
chore: basic mod browsing (untested due to GTK4 issues) 2023-10-21 13:35:01 +02:00
f1f2e95dd2
chore: bump javagi 2023-10-21 13:34:57 +02:00
9e1c20737d
style: don't explicitly depend on gtk transitive dependencies
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
2023-10-16 16:14:46 +02:00
04d8121ca2
fix: update java-gi and, in doing so, fix segfault 2023-10-16 16:00:57 +02:00
e14294fdd6
chore: perform more actions in the builder stage for simpleDialog
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
2023-08-19 16:20:17 +02:00
b1b82c423a
fix: prevent segfault in simpleDialog
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/docs Pipeline was successful
2023-08-19 16:13:45 +02:00
e19d7cfb3b
chore: optimize imports
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/docs Pipeline was successful
2023-08-19 15:54:27 +02:00
d7ddde6c4d
chore: move logging in kotlin code to Log object
Some checks failed
ci/woodpecker/push/docs Pipeline is pending
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-19 15:53:09 +02:00
f091cb7a2b
fix: add quickAction suffix
Some checks failed
ci/woodpecker/push/docs Pipeline is pending
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-19 15:52:24 +02:00
5faa505235
fix: wrap Entry.setText to prevent segfault for empty strings
Some checks failed
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-19 15:32:42 +02:00
a7a135c598
chore: basic mod browsing (untested due to GTK4 issues) 2023-07-24 14:29:06 +02:00
7f168ded43
chore: bump javagi 2023-07-15 22:15:14 +02:00
ec67a80389
more cleanup
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/docs Pipeline was successful
2023-07-14 16:25:52 +02:00
1759e5c3de
refactor SignalListItemFactory usage with custom wrapper 2023-07-14 16:19:37 +02:00
b8f30247ea
clean up gtk kt 2023-07-14 15:24:32 +02:00
7805400e43
it's fixed in GTK 2023-07-14 15:10:23 +02:00
55b9e5986f
use string list with IDs, fixes crash on remove, scaffold mods tab 2023-07-14 14:29:23 +02:00
7cefa88dcb
fix: instance creation + dialog
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/docs Pipeline was successful
2023-06-30 23:39:05 +02:00
8f46e4887f
Group 2023-06-30 23:22:20 +02:00
1be0d68a56
Implement new instance window, bump java and GTK 2023-06-30 14:02:31 +02:00
218e12714d
InstanceMeta.checkArguments to centralize null checking + remove mutability from Arguments and kotlin lambda indy
Some checks failed
ci/woodpecker/push/docs Pipeline is pending
ci/woodpecker/push/woodpecker Pipeline failed
2023-05-06 09:54:40 +02:00
3aaf7e3652
Try moving build_platform_jars gradle invocation to shell script
Some checks failed
ci/woodpecker/push/docs Pipeline is pending
ci/woodpecker/push/woodpecker Pipeline failed
2023-05-05 22:36:10 +02:00
17e89ba829
GTK: JPMS + optimize imports
Some checks failed
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline failed
2023-05-05 21:37:16 +02:00
a89f51aa5d
Initial port of launcher-gtk to kotlin. With this, manifold is completely gone from the codebase.
Might have introduced some new bugs + crashes, though.
2023-05-05 21:27:00 +02:00
6151f0e71e
Optimize imports
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
2023-05-04 11:31:54 +02:00
8d45fdff84
Bump other dependencies 2023-05-04 11:25:37 +02:00
2cb852c5cb
Bump java-gi 2023-05-04 11:14:34 +02:00
1353de777e
Die URL
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-01-29 23:14:16 +01:00
3f273bf6f8
Update copyright
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-01-29 18:39:17 +01:00
7a80132ab0
GTK: Clean up leftovers
Some checks failed
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline failed
2023-01-29 18:37:31 +01:00
c027885364
GTK: Start working on instance creation flow
Some checks failed
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline failed
2023-01-29 18:34:33 +01:00