Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add window InGameSaves #24034

Closed
wants to merge 1 commit into from
Closed

Conversation

scott967
Copy link
Contributor

@scott967 scott967 commented Oct 31, 2023

Description

Add windows GameSaves/InGameSaves/GamePorts/GameAgents to guilib/WindowIds.dox

Motivation and context

missing in doxygen documentation Separately logged as issue for tracking
#24033

How has this been tested?

not tested

What is the effect on users?

No user impact / developer only

Screenshots (if appropriate):

Types of change

  • Bug fix (non-breaking change which fixes an issue)
  • Clean up (non-breaking change which removes non-working, unmaintained functionality)
  • Improvement (non-breaking change which improves existing functionality)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that will cause existing functionality to change)
  • Cosmetic change (non-breaking change that doesn't touch code)
  • Student submission (PR was done for educational purposes and will be treated as such)
  • None of the above (please explain below)

Checklist:

  • My code follows the Code Guidelines of this project
  • My change requires a change to the documentation, either Doxygen or wiki
  • I have updated the documentation accordingly
  • I have read the Contributing document
  • I have added tests to cover my change
  • All new and existing tests passed

@@ -139,6 +139,7 @@ This page shows the window names, the window definition, the window ID and the s
| StartWindow | WINDOW_START | 12998 | shortcut to the current startwindow | |
| Startup | WINDOW_STARTUP_ANIM | 12999 | Startup.xml | |
| FavouritesBrowser | WINDOW_FAVOURITES | 10060 | MyFavourites.xml | @skinning_v20 **New window** FavouritesBrowser, replaces the old Favourites dialog.<p></p> |
| InGameSaves | WINDOW_DIALOG_IN_GAME_SAVES | 10829 | DialogSelect.xml | |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you check out when it was introduced in Kodi? maybe in v20 too?

@garbear garbear self-requested a review October 31, 2023 20:29
@garbear
Copy link
Member

garbear commented Oct 31, 2023

Add missing game windows
@scott967
Copy link
Contributor Author

scott967 commented Nov 1, 2023

OK did further review and force pushed updated commit. Not sure how the changes should be documented, but these are the applicable PRs:

#20505 GamePorts v20
#20913 GameSaves/InGameSaves v20
#23548 GameAgents v21

I added these windows in WindowID order. Not sure how to annotate the PRs/impacted versions

@garbear
Copy link
Member

garbear commented Nov 4, 2023

@scott967 Thanks for bringing up in slack that some other game doxy was missing too. I'll send a PR and take care of these window IDs, as well as the new controls and features added in both v20 and v21.

@garbear
Copy link
Member

garbear commented Nov 4, 2023

Done: #24033

@scott967
Copy link
Contributor Author

scott967 commented Nov 7, 2023

Superseded by #24055

@scott967 scott967 deleted the Doxygen_fix_Ingamesaves branch November 7, 2023 22:34
@fuzzard fuzzard removed the v21 Omega label Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants