Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-18 | Merge pull request #33 from DioEgizio/remove-useless-actions | Sefa Eyeoglu | |
2022-10-18 | Merge pull request #29 from Scrumplex/feat-clear-metadata | Sefa Eyeoglu | |
2022-10-18 | feat: remove redundant actions from instance toolbar and redundant "instance"s | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-10-18 | fix: use display name in code | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-11 | Update launcher/ui/MainWindow.cpp | Tayou | |
make " Offline" string for profilers translatable Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: Tayou <31988415+TayouVR@users.noreply.github.com> | |||
2022-10-10 | Merge Launch Buttons | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2022-10-10 | feat: add clear metadata action | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-20 | fix: simplify abort handling and add missing emits | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-15 | fix: enable demo launch only on supported instances | flow | |
e.g. >= 1.3.1 instances Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-15 | change: move demo action to "Play offline" menu | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-15 | Add 'Ctrl+Alt+O' Shortcut to launch demo instance. | jopejoe1 | |
Signed-off-by: jopejoe1 <johannes@joens.email> | |||
2022-09-15 | Added Launch Demo button. | jopejoe1 | |
Signed-off-by: jopejoe1 <johannes@joens.email> | |||
2022-08-12 | fix: hide 'More news...' button if the news aren't loaded yet | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-30 | Trash instances instead of deleting (when possible) (#549) | Ryan Cao | |
Squashed because of :pofat: commit history | |||
2022-07-10 | Merge branch 'develop' into feature/sparkle-mac | Sefa Eyeoglu | |
# Conflicts: # .github/workflows/build.yml | |||
2022-07-10 | fix: fix slots for Qt 6 | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | refactor: fix deprecation up to Qt 5.15 | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-06 | Revert "fix: remove updater if it is not used" | Sefa Eyeoglu | |
This reverts commit 2ff0aa09e35eb6910ef0a030ea41f84a1ed95782. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-01 | Merge pull request #845 from flowln/news_in_launcher | timoreo | |
2022-06-30 | Merge pull request #826 from kthchew/fix/kill-menubar | Sefa Eyeoglu | |
2022-06-27 | Merge pull request #827 from kthchew/fix/menubar-separator | Ezekiel Smith | |
Workaround Qt bug to fix menu bar separators on macOS | |||
2022-06-25 | feat: add news reader dialog | flow | |
Makes it easier to read about new blog posts! Yay :D | |||
2022-06-22 | Workaround Qt bug to fix menu bar separators on macOS | Kenneth Chew | |
2022-06-21 | Disable launch actions in menu bar when last instance is deleted | Kenneth Chew | |
This caused a crash when the action was selected! | |||
2022-06-21 | Separate the kill and launch instance actions | Kenneth Chew | |
2022-06-20 | Rename main window | jn64 | |
2022-06-12 | chore: add license headers | Sefa Eyeoglu | |
2022-06-12 | fix: remove updater if it is not used | Sefa Eyeoglu | |
2022-06-10 | change slot name | Vance | |
2022-06-10 | fix: update toolbar when instance state changes | Vance | |
2022-05-22 | Merge pull request #577 from PolyMC/fix/toolbar_🦀_fix | Sefa Eyeoglu | |
2022-05-19 | Refactor code, create abstract class `ExternalUpdater` | Kenneth Chew | |
(Hopefully) this makes implementing updaters using external libraries easier on other platforms. To implement an updater on a new platform, create a new class that implements the pure virtual methods from `ExternalUpdater` and add code in the `UpdateChecker` initializer to initialize the new class. | |||
2022-05-19 | Implement automatic and manual updates on macOS | Kenneth Chew | |
2022-05-17 | Merge pull request #529 from flowln/vertical_toolbar | txtsd | |
Set right orientation for instance toolbar when moving it around | |||
2022-05-17 | Fix toolbar disappearing in a certain circumstance. | Lenny McLennington | |
2022-05-15 | Merge pull request #539 from kthchew/fix/translation-switch | flow | |
Fix untranslated strings after changing language | |||
2022-05-09 | Make profile menu scrollable | Kenneth Chew | |
2022-05-08 | Retranslate playtime text immediately when language is changed | Kenneth Chew | |
2022-05-08 | Retranslate account actions after switching language | Kenneth Chew | |
2022-05-07 | fix: always have the instance toolbar be vertical | flow | |
This overrides the orientation set automatically by Qt when we start moving the toolbar around. | |||
2022-04-22 | added and fixed some Mnemonics in MainWindow | Daniel Schemp | |
2022-04-18 | remove "on x" | DioEgizio | |
2022-04-17 | Fix bugs with instance menu bar options when opening without instances | Kenneth Chew | |
- The launch option is no longer empty. - The program now checks on startup whether an instance is selected to decide whether to disable instance options. Also, get rid of a dynamic cast. | |||
2022-04-16 | Use `TranslatedAction` instead of `QAction` for menu bar actions | Kenneth Chew | |
2022-04-16 | Remove the Edit menu bar menu | Kenneth Chew | |
It wouldn't bring much utility. - The keyboard shortcuts for copy/paste/etc. already work and are well-known. The menu bar likely doesn't need to advertise them. - There's not very many places you would be able to use these options in the main window (because there's not many places to type stuff in the main window). It would only be applicable on systems with a native menu bar that shows in all other windows as well (but again, the keyboard shortcuts still work). Also, rename `actionWiki` -> `actionOpenWiki` to match the corresponding `on_actionOpenWiki_triggered` | |||
2022-04-16 | Use preexisting actions in the menu bar | Kenneth Chew | |
The code is now much cleaner. Because the actions already present are enabled elsewhere even when the menu bar is hidden, keyboard shortcuts added to them automatically work regardless of whether the menu bar is visible. This means that the hacky workaround related to this can be removed. | |||
2022-04-16 | Close the current window instead of the main window from the menu bar | Kenneth Chew | |
Systems with native menu bars show the same menu bar for all child windows. As a result, you cannot assume that the menu bar's parent (the `MainWindow`) will be the window in focus. | |||
2022-04-15 | Add logged in accounts to the profiles menu bar menu | Kenneth Chew | |
Additionally, add keyboard shortcuts for switching between different accounts. | |||
2022-04-15 | Add option to always show menu bar instead of toolbar | Kenneth Chew | |
For those who like keyboard navigation at the expense of aesthetics. | |||
2022-04-15 | Implement help (open wiki) menu bar action | Kenneth Chew | |