From aa95304ee611a2ae7314eb31d65fc69d14213a3b Mon Sep 17 00:00:00 2001 From: Black Blade <5269928+Black4Blade@users.noreply.github.com> Date: Wed, 28 Nov 2018 17:55:28 +0200 Subject: [PATCH 01/12] Possible fix for #3 and #4 issues Possible fix for issue 3 and 4 3 by updating a message (bar on top) that has not been handled in the root dialog file 4 by adding the upload screenshot file (maybe unhelpful) --- .../layout/screenshotsuploaddialog.layout | 79 +++++++++++++++++++ resource/layout/steamrootdialog.layout | 14 +++- 2 files changed, 91 insertions(+), 2 deletions(-) create mode 100644 resource/layout/screenshotsuploaddialog.layout diff --git a/resource/layout/screenshotsuploaddialog.layout b/resource/layout/screenshotsuploaddialog.layout new file mode 100644 index 00000000..4f2b707c --- /dev/null +++ b/resource/layout/screenshotsuploaddialog.layout @@ -0,0 +1,79 @@ +"resource/layout/screenshotsuploaddialog.layout" +{ + controls + { + ScreenshotsUploadDialog { title="#steam_screenshotsupload_title" } + + upload_question { controlname="Label" labeltext="#steam_upload_a_screenshot" } + upload_size { controlname="Label" labeltext="#steam_upload_size" } + storage_remaining { controlname="Label" labeltext="#steam_remaining_storage" } + upload_size_info { controlname="Label" labeltext="#steam_upload_size_info" } + storage_remaining_info { controlname="Label" labeltext="#steam_remaining_storage_info" } + visiblity_label { controlname="Label" labeltext="#steam_visibility" } + visibility_options { controlname="ComboBox" style=visibility_options editable=0 } + upload_button { controlname="Button" labeltext="#steam_upload" command="upload" } + cancel_button { controlname="Button" labeltext="#vgui_cancel" command="cancel" } + + upload_progress { controlname="ProgressBar" style="SlimProgressBar" visible=0 barinset=0 continuous=1 } + error_info { controlname="Label" labeltext="#steam_screenshots_error_info" visible="0" wrap="1" } + upload_info { controlname="Label" labeltext="#steam_screenshot_upload_info" visible="0" wrap="1" } + + shared_to_facebook_ok_label { controlname="Label" labeltext="#Overlay_ToBeSharedToFacebook" visible="1" wrap="1" } + shared_to_facebook_no_multi_label { controlname="Label" labeltext="#Overlay_WontBeSharedToFacebook" visible="1" wrap="1" } + shared_to_facebook_no_private_label { controlname="Label" labeltext="#Overlay_PrivateScreenshot" visible="1" wrap="1" } + + limited_user_upload_label { controlname="Label" labeltext="#steam_screenshots_limited_user" visible="1" wrap="1" } + + share_to_facebook_check_button { controlname="CheckButton" labeltext="#Overlay_Share" visible="1" command="changesharetofacebook" } + } + + + styles + { + CScreenshotUploadDialog + { + minimum-width=325 + minimum-height=240 + } + + visibility_options + { + minimum-width=100 + } + SlimProgressBar + { + render_bg + { + 0="fill( x0, y0, x1, y1, black )" + } + render + { + } + } + + SlimProgressBarError + { + textcolor="Highlight3" + } + } + + layout + { + place { control="upload_question" x=25 y=45 } + place { control="upload_info" x=25 y=40 width=max } + place { control="error_info" x=25 y=40 width=max margin-right=25 } + place { control="upload_progress" y=85 width=max margin-left=25 margin-right=25 height=2 } + + place { control="upload_size" x=25 y=65 } + place { control="storage_remaining" x=25 y=80 } + place { control="upload_size_info" x=145 y=65 } + place { control="storage_remaining_info" x=145 y=80 } + place { control="visiblity_label" x=25 y=110 } + place { control="visibility_options" start="visiblity_label" y=-5 x=5 dir=right } + place { control="share_to_facebook_check_button" x=25 y=140 } + place { control="facebook_logo" start="share_to_facebook_check_button" x=-4 y=8 } + place { control="shared_to_facebook_ok_label,shared_to_facebook_no_multi_label,shared_to_facebook_no_private_label,limited_user_upload_label" x=25 y=170 margin-left=4 width=275 } + place { control="cancel_button,upload_button" y=210 align=right margin-right=15 spacing=5 dir=right } + } + +} diff --git a/resource/layout/steamrootdialog.layout b/resource/layout/steamrootdialog.layout index 7c37c502..7945dbcd 100644 --- a/resource/layout/steamrootdialog.layout +++ b/resource/layout/steamrootdialog.layout @@ -7,6 +7,7 @@ "ControlName" "Button" style="FullscreenButton" command="fullscreen" + tooltiptext="#tooltip_view_fullscreen" } "New" @@ -110,6 +111,15 @@ style="view_friends" textAlignment=east } + + EOLAlert + { + ControlName=Button + labelText="#Steam_EOLAlert" + style="support_alert" + textAlignment=center + command="OpenEOLAlertWindow" + } } styles @@ -635,7 +645,7 @@ place { control="InboxButton" align=right end-right="view_friends" margin-top=39 margin-right=8 height=24 } place { control="AnnouncementButton" align=right end-right="InboxButton" margin-top=38 margin-right=0 height=24 width=34 } place { control="ParentalLockButton" align=right end-right="AnnouncementButton" margin-top=38 margin-right=8 height=24 width=44 } - place { control="universe_label, XPVistaAlert, SupportAlert" spacing=8 align=right end-right="ParentalLockButton" margin-top=9 margin-right=8 height=24 } + place { control="universe_label, XPVistaAlert, EOLAlert, SupportAlert" spacing=8 align=right end-right="ParentalLockButton" margin-top=9 margin-right=8 height=24 } place { control="UINavigatorPanel" width=max height=max margin-right=-3 margin-left=-3 margin-bottom=5 margin-top=20 } place { control="UIStatusPanel" width=max height=36 align=bottom } @@ -652,7 +662,7 @@ //place { control="ParentalLockButton" align=right end-right="account_URL" margin-top=35 margin-right=50 height=26 } place { control="SupportAlert" y=3 align=right end-right="ParentalLockButton" margin-right=10 height=26 } - place [!$OSX] { control="frame_minimize,frame_maximize,frame_close" align=right margin-top=6 margin-right=2 spacing=-6 } + //place [!$OSX] { control="frame_minimize,frame_maximize,frame_close" align=right margin-top=6 margin-right=2 spacing=-6 } region { name=bottom align=bottom width=max height=75 } From f67f5c66453facb5d2f890de30dc2d2329de67fb Mon Sep 17 00:00:00 2001 From: Black Blade <5269928+Black4Blade@users.noreply.github.com> Date: Thu, 29 Nov 2018 21:46:26 +0000 Subject: [PATCH 02/12] Deleted file may not be needed This file may not be needed deleting to cut down on chance of having issues later on --- .../layout/screenshotsuploaddialog.layout | 79 ------------------- 1 file changed, 79 deletions(-) delete mode 100644 resource/layout/screenshotsuploaddialog.layout diff --git a/resource/layout/screenshotsuploaddialog.layout b/resource/layout/screenshotsuploaddialog.layout deleted file mode 100644 index 4f2b707c..00000000 --- a/resource/layout/screenshotsuploaddialog.layout +++ /dev/null @@ -1,79 +0,0 @@ -"resource/layout/screenshotsuploaddialog.layout" -{ - controls - { - ScreenshotsUploadDialog { title="#steam_screenshotsupload_title" } - - upload_question { controlname="Label" labeltext="#steam_upload_a_screenshot" } - upload_size { controlname="Label" labeltext="#steam_upload_size" } - storage_remaining { controlname="Label" labeltext="#steam_remaining_storage" } - upload_size_info { controlname="Label" labeltext="#steam_upload_size_info" } - storage_remaining_info { controlname="Label" labeltext="#steam_remaining_storage_info" } - visiblity_label { controlname="Label" labeltext="#steam_visibility" } - visibility_options { controlname="ComboBox" style=visibility_options editable=0 } - upload_button { controlname="Button" labeltext="#steam_upload" command="upload" } - cancel_button { controlname="Button" labeltext="#vgui_cancel" command="cancel" } - - upload_progress { controlname="ProgressBar" style="SlimProgressBar" visible=0 barinset=0 continuous=1 } - error_info { controlname="Label" labeltext="#steam_screenshots_error_info" visible="0" wrap="1" } - upload_info { controlname="Label" labeltext="#steam_screenshot_upload_info" visible="0" wrap="1" } - - shared_to_facebook_ok_label { controlname="Label" labeltext="#Overlay_ToBeSharedToFacebook" visible="1" wrap="1" } - shared_to_facebook_no_multi_label { controlname="Label" labeltext="#Overlay_WontBeSharedToFacebook" visible="1" wrap="1" } - shared_to_facebook_no_private_label { controlname="Label" labeltext="#Overlay_PrivateScreenshot" visible="1" wrap="1" } - - limited_user_upload_label { controlname="Label" labeltext="#steam_screenshots_limited_user" visible="1" wrap="1" } - - share_to_facebook_check_button { controlname="CheckButton" labeltext="#Overlay_Share" visible="1" command="changesharetofacebook" } - } - - - styles - { - CScreenshotUploadDialog - { - minimum-width=325 - minimum-height=240 - } - - visibility_options - { - minimum-width=100 - } - SlimProgressBar - { - render_bg - { - 0="fill( x0, y0, x1, y1, black )" - } - render - { - } - } - - SlimProgressBarError - { - textcolor="Highlight3" - } - } - - layout - { - place { control="upload_question" x=25 y=45 } - place { control="upload_info" x=25 y=40 width=max } - place { control="error_info" x=25 y=40 width=max margin-right=25 } - place { control="upload_progress" y=85 width=max margin-left=25 margin-right=25 height=2 } - - place { control="upload_size" x=25 y=65 } - place { control="storage_remaining" x=25 y=80 } - place { control="upload_size_info" x=145 y=65 } - place { control="storage_remaining_info" x=145 y=80 } - place { control="visiblity_label" x=25 y=110 } - place { control="visibility_options" start="visiblity_label" y=-5 x=5 dir=right } - place { control="share_to_facebook_check_button" x=25 y=140 } - place { control="facebook_logo" start="share_to_facebook_check_button" x=-4 y=8 } - place { control="shared_to_facebook_ok_label,shared_to_facebook_no_multi_label,shared_to_facebook_no_private_label,limited_user_upload_label" x=25 y=170 margin-left=4 width=275 } - place { control="cancel_button,upload_button" y=210 align=right margin-right=15 spacing=5 dir=right } - } - -} From 210f2209162178caeb53acf1897ad0ae4cc839be Mon Sep 17 00:00:00 2001 From: Black Blade <5269928+Black4Blade@users.noreply.github.com> Date: Thu, 29 Nov 2018 21:50:23 +0000 Subject: [PATCH 03/12] Removed unnecessary comment? Removed something that seem to have been commented for unknown reason --- resource/layout/steamrootdialog.layout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/layout/steamrootdialog.layout b/resource/layout/steamrootdialog.layout index 7945dbcd..aeee1a69 100644 --- a/resource/layout/steamrootdialog.layout +++ b/resource/layout/steamrootdialog.layout @@ -662,7 +662,7 @@ //place { control="ParentalLockButton" align=right end-right="account_URL" margin-top=35 margin-right=50 height=26 } place { control="SupportAlert" y=3 align=right end-right="ParentalLockButton" margin-right=10 height=26 } - //place [!$OSX] { control="frame_minimize,frame_maximize,frame_close" align=right margin-top=6 margin-right=2 spacing=-6 } + place [!$OSX] { control="frame_minimize,frame_maximize,frame_close" align=right margin-top=6 margin-right=2 spacing=-6 } region { name=bottom align=bottom width=max height=75 } From 5317a185651c4400b7e30f1e4c31358c4e5e11aa Mon Sep 17 00:00:00 2001 From: Black Blade <5269928+Black4Blade@users.noreply.github.com> Date: Tue, 12 Feb 2019 13:59:56 +0200 Subject: [PATCH 04/12] Possible linux fix *Testing for linux fix for libary issue: *Huge font option --- .../steamrootdialog_gamespage_details.layout | 17 +- resource/menus/steam.menu | 2 + resource/styles/tweaks/fs_largest123.styles | 527 ++++++++++++++++++ settings.ini | 10 + 4 files changed, 554 insertions(+), 2 deletions(-) create mode 100644 resource/styles/tweaks/fs_largest123.styles diff --git a/resource/layout/steamrootdialog_gamespage_details.layout b/resource/layout/steamrootdialog_gamespage_details.layout index 9cf07abb..1b15f99b 100644 --- a/resource/layout/steamrootdialog_gamespage_details.layout +++ b/resource/layout/steamrootdialog_gamespage_details.layout @@ -16,6 +16,7 @@ // Header text labels gametitleheader { controlname="CDetailsGameTitleHeaderPanel" zpos="2" } gamesubheader { controlname="CDetailsGameSubHeaderPanel" zpos="2" } + compatsubheader { controlname="CDetailsCompatSubHeaderPanel" visible=1 zpos="2" } linkslabel { controlname="Label" labeltext="#Steam_Links" style="rightcolumnheadertext" } sendguestpasslink { controlname="URLLabel" labeltext="#steam_send_guestpass" style="rightcolumnlink" tabposition=7 command="SendGuestPass" } @@ -40,6 +41,7 @@ // Body contents welcomedetails { controlname="CGamesPage_Details_Welcome" zpos="1" } + rentaldetails { controlname="CGamesPage_Details_Rental" zpos="1" } dlcdetails { controlname="CGamesPage_Details_DLC" zpos="1" } friendsdetails { controlname="CGamesPage_Details_Friends" zpos="1" } clouddetails { controlname="CGamesPage_Details_Cloud" zpos="1" } @@ -48,7 +50,7 @@ newsdetails { controlname="CGamesPage_Details_News" zpos="1" } nonsteamdetails { controlname="CGamesPage_Details_NonSteam" zpos="1" } screenshotsdetails { controlname="CGamesPage_Details_Screenshots" zpos="1" } - + turnnotifications { controlname="CGamesPage_Details_TurnNotifications" zpos="1" visible="0" } // Empty list contents emptylisttext { controlname="RichText" style="emptylisttext" } } @@ -290,7 +292,18 @@ place { control=GamesList region=list width=275 height=max margin=0 } // Body contents - place { control=welcomedetails,friendsdetails,clouddetails,communityfilesdetails,achievementsdetails,dlcdetails,newsdetails,nonsteamdetails,screenshotsdetails region=detailsbody dir=down width=max margin-right=0 margin-top=25 margin-left=5 spacing=10 margin-bottom=10 } + place + { + control=welcomedetails,rentaldetails,turnnotifications,friendsdetails,clouddetails,communityfilesdetails,achievementsdetails,dlcdetails,clouddetails,newsdetails,nonsteamdetails,screenshotsdetails + region=detailsbody + dir=down + width=max + margin-right=0 + margin-top=25 + margin-left=5 + spacing=10 + margin-bottom=10 + } // Details border place { control=DetailsBorder y=1 x=1 width=max height=max } diff --git a/resource/menus/steam.menu b/resource/menus/steam.menu index 7dbc6bc0..0188fb41 100644 --- a/resource/menus/steam.menu +++ b/resource/menus/steam.menu @@ -130,5 +130,7 @@ Divider {} SystemInfo { text="#steam_menu_systeminfo" command="SystemInfo" } About { text="#steam_about" command="About" } + Divider {} + SkinHelp { text="Help with PixelVision2 Skin" command="steam://url/steamcommunity.com/groups/pixelvision2/discussions/0/1697176044369556496/"} } } diff --git a/resource/styles/tweaks/fs_largest123.styles b/resource/styles/tweaks/fs_largest123.styles new file mode 100644 index 00000000..10ad8e4e --- /dev/null +++ b/resource/styles/tweaks/fs_largest123.styles @@ -0,0 +1,527 @@ +"resource/styles/tweaks/fs_largest.styles" +{ + styles + { + // -- Library + // ========== + emptylisttext // General + { + font-size="23" + } + + LibrarySearch + { + font-size=22 + } + + NavLabel + { + font-size=22 [!$OSX] + font-size=23 [$OSX] + } + + NavLabel2 + { + font-size=22 + } + + NavLabel2 [$OSX] + { + font-size=21 + } + + headertextlarge // Game Title + { + font-size=36 // Do not modify. + } + + headertext // Subheader + { + font-size=21 + } + + headertext-red + { + font-size=21 + } + + headertext-green + { + font-size=21 + } + + headertext-blue + { + font-size=21 + } + + headertext2 // GameHub + { + font-size=21 + } + + infolabel // Friends (+ "Locked Achievements" & Screenshots) + { + font-size=24 + } + + mostrecent_label // Achievements + { + font-size=23 + } + + mostrecent_name + { + font-size=25 + } + + mostrecent_unlockedsofar + { + font-size=23 + } + + everythinglabel + { + font-size=23 + } + + title_label // News + { + font-size="25" + } + + date_and_author + { + font-size=22 + } + + newsitem_body + { + font-size=23 + } + + "newsitem_body url" + { + font-size=23 + } + + more_link + { + font-size=23 + } + + bodycontent // Welcome & Non-Steam + { + font-size=23 + } + + // -- Music Pages + // ============== + EmptyDatabaseText + { + font-size="23" + } + + CrawlingText + { + font-size="23" + } + + "MusicPage_Details_Content ListPanel" + { + font-size=23 + } + + "MusicPage_Details_Content ListPanelColumnHeader" [!$OSX] + { + font-size=22 + } + + "MusicPage_Details_Content ListPanelColumnHeader" [$OSX] + { + font-size=21 + } + + PositionLabelStyle + { + font-size=22 + } + + TrackLabelStyle + { + font-size=23 + } + + TracksInfoLabelStyle + { + font-size=23 + } + + TrackStyle + { + font-size=23 + } + + AdditionalActionButtonStyle + { + font-size=22 + font-size=21 [$OSX] + } + + ActionButtonStyle + { + font-size=24 + } + + MusicListPanelInterior + { + font-size=23 + } + + StatusStyle + { + font-size=22 + } + + StatusStyleDim + { + font-size=22 + } + + InfoLabelStyle + { + font-size=22 + } + + // -- News Updates Dialog + // ====================== + "CProductMarketingDialog Button" + { + font-size=21 + } + + // -- steam.styles + // =============== + Button + { + font-size=22 + } + + CFriendsListSectionAffordance + { + font-size=22 + } + + CFriendsListSectionHeader + { + font-size=22 + font-size=21 [$OSX] + } + + CFriendPanel + { + font-size=22 + font-size=21 [$OSX] + } + + CheckButton + { + font-size=22 + } + + ComboBox + { + font-size=22 + } + + FrameTitle + { + font-size=22 + } + + FriendsList + { + font-size=22 + } + + FriendsTitle [$OSX] + { + font-size=22 + } + + Label + { + font-size=22 + } + + ListPanel + { + font-size=22 + } + + "CGamesListPanel" + { + font-size=23 + } + + "GameColumn_BigText" + { + font-size=21 // Do not modify. + } + + ListPanelCheckBox + { + font-size=22 + } + + "ListPanelColumnheader ListPanelCheckBox" + { + font-size=22 + } + + ListPanelColumnheader + { + font-size=23 + font-size=21 [$OSX] + } + + "Csteamrootdialog ListPanelColumnheader" + { + font-size=20 // Do not modify. + font-size=17 [$OSX] + } + + ListPanelInterior + { + font-size=23 + } + + "ListPanel RichText" + { + font-size=23 + } + + "ListPanel RichText url" + { + font-size=23 + } + + MainNav + { + font-size=25 // Do not modify. + } + + MenuButton + { + font-size=22 + } + + MenuItem + { + font-size=22 + } + + Notification + { + font-size=23 + } + + PageTab + { + font-size=22 + } + + Panel + { + font-size=22 + } + + RadioButton + { + font-size=22 + } + + RichText + { + font-size=22 + } + + "RichText url" + { + font-size=22 + } + + "RichText bold" + { + font-size=23 + } + + "RichText emphasis" + { + font-size=23 + } + + SectionedListPanel + { + font-size=22 + } + + Slider // Structural, do not modify. + { + font-size=14 + } + + StatusLabel + { + font-size=22 + } + + TextEntry + { + font-size=22 + } + + TextEntryLarge + { + font-size=28 // Do not modify. + } + + TextEntryURL + { + font-size=22 + } + + ToggleButton + { + font-size=22 + } + + tooltip_headline + { + font-size=23 + } + + TreeNodeText + { + font-size=22 + } + + URLLabel + { + font-size=22 + } + + URLLabelSimple + { + font-size=22 + } + + URLLabelSimple [$OSX] + { + font-size=21 + } + + CConsoleHistory // Do not modify. + { + font-size=13 // Lucida Console + font-size=18 [$OSX] // Menlo + } + + WrapPanel + { + font-size=22 + } + + "html-findbar" + { + font-size=22 + } + + gamedetails-headerlabel + { + font-size="21" // Do not modify. + } + + gamedetails-headerlabel-red + { + font-size="21" // Do not modify. + } + + gamedetails-headerlabel-green + { + font-size="21" // Do not modify. + } + + gamedetails-headerlabel-blue + { + font-size="21" // Do not modify. + } + + console_text_error // Do not modify. + { + font-size=18 + font-size=20 [$OSX] // Menlo + } + + console_text // Do not modify. + { + font-size=13 // Lucida Console + font-size=18 [$OSX] // Menlo + } + + friends_chat_text + { + font-size=22 + } + + friends_chat_text_self + { + font-size=22 + } + + friends_chat_event + { + font-size=22 + } + + friends_chat_bright_event + { + font-size=22 + } + + friends_chat_url + { + font-size=22 + } + + friends_chat_name_ingame + { + font-size=22 + } + + friends_chat_self + { + font-size=22 + } + + friends_chat_name + { + font-size=22 + } + + friends_chat_accountid + { + font-size=22 + } + + friends_chat_securitylink + { + font-size=22 + } + + Chat_MenuButton_withChrome + { + font-size="22" + } + } +} \ No newline at end of file diff --git a/settings.ini b/settings.ini index 6b6ee0bc..77d8488f 100644 --- a/settings.ini +++ b/settings.ini @@ -81,6 +81,16 @@ Settings.ini // To enable this, delete the 2 forward slashes " // " at the start of the following line: //include "resource/styles/tweaks/fs_largest.styles" + + // Tweak: Font Size [+8] (Crazy Size) + // --------------------- + // -- NOTE: if you've used any of the other font size tweaks (above) in the past, make sure + // that it's disabled before using this one. + + // Using this tweak will significantly increase the size of text throughout the skin. + // To enable this, delete the 2 forward slashes " // " at the start of the following line: + + //include "resource/styles/tweaks/fs_largest123.styles" From ccdf6670d3393d0abfd4fdf976405b1179c4f76c Mon Sep 17 00:00:00 2001 From: Black Blade <5269928+Black4Blade@users.noreply.github.com> Date: Tue, 12 Feb 2019 19:31:15 +0200 Subject: [PATCH 05/12] added file that may be missing added the file gamespage_details_compat_subheader.layout --- .../gamespage_details_compat_subheader.layout | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 resource/layout/gamespage_details_compat_subheader.layout diff --git a/resource/layout/gamespage_details_compat_subheader.layout b/resource/layout/gamespage_details_compat_subheader.layout new file mode 100644 index 00000000..050070ca --- /dev/null +++ b/resource/layout/gamespage_details_compat_subheader.layout @@ -0,0 +1,44 @@ +"resource/layout/gamespage_details_compat_subheader.layout" +{ + controls + { + compatdescription { + controlname="RichText" + style="RichTextSimple" + labeltext="#Steam_Settings_Compat_Launch" + zpos="2" + } + } + + styles + { + CDetailsCompatSubHeaderPanel + { + bgcolor=backgroundstartsubtle + } + RichTextSimple + { + render + { + } + render_bg + { + } + } + } + + layout + { + region { name="header" y=0 x=0 width=max height=120 } + + place { + control=compatdescription + region=header + margin-top=0 + margin-left=0 + margin-right=0 + width=380 + dir=down + } + } +} From 859ce6d04956469fe870ea2ed93bda57eb64640d Mon Sep 17 00:00:00 2001 From: Black Blade <5269928+Black4Blade@users.noreply.github.com> Date: Tue, 12 Feb 2019 19:56:45 +0200 Subject: [PATCH 06/12] Small change in Details game page to fix linux missing file *Added a missing placing command --- resource/layout/steamrootdialog_gamespage_details.layout | 1 + 1 file changed, 1 insertion(+) diff --git a/resource/layout/steamrootdialog_gamespage_details.layout b/resource/layout/steamrootdialog_gamespage_details.layout index 1b15f99b..d98609c9 100644 --- a/resource/layout/steamrootdialog_gamespage_details.layout +++ b/resource/layout/steamrootdialog_gamespage_details.layout @@ -317,6 +317,7 @@ // Header text place { control=gametitleheader region=headertext dir=down height=46 } place { control=gamesubheader start=gametitleheader region=headertext dir=down y=-1 } + place { control=compatsubheader start=gamesubheader region=headertext dir=right margin-left=10 } // Buttons and links on the right place From 67e893cfcd210ec0e38173f60e68b89933ccf4a6 Mon Sep 17 00:00:00 2001 From: Black Blade <5269928+Black4Blade@users.noreply.github.com> Date: Thu, 14 Feb 2019 00:11:23 +0200 Subject: [PATCH 07/12] Fixed new overlay addons *added placement and layout for: *Controller Config *Fource Shutdown --- resource/layout/overlaydesktop.layout | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resource/layout/overlaydesktop.layout b/resource/layout/overlaydesktop.layout index 2081ec5a..6f8fbdd6 100644 --- a/resource/layout/overlaydesktop.layout +++ b/resource/layout/overlaydesktop.layout @@ -15,6 +15,8 @@ WebSiteButton { controlname="URLLabel" labeltext="#Overlay_Taskbar_WebSite" style=sidemenu } RecommendButton { controlname="URLLabel" labeltext="#Overlay_Taskbar_Recommend" style=sidemenu } WorkshopButton { controlname="URLLabel" labeltext="#Overlay_Taskbar_Workshop" style=sidemenu } + EditControllerConfig { controlname="URLLabel" labeltext="#Overlay_Taskbar_EditControllerConfig" style=sidemenu } + ForceQuitButton { controlname="URLLabel" labeltext="#Overlay_Taskbar_ForceQuit" style=sidemenu } FriendsDetailPanel { controlname="COverlay_Details_Friends" style="detailsbox" } AchievementsDetailPanel { controlname="COverlay_Details_Achievements" style="detailsbox" } @@ -87,7 +89,7 @@ place { controls="BroadcastDetailPanel" region=broadcastpanel width=330 height=87 spacing=10 } - place { controls="GameGroupsButton,ChatRoomButton,DLCButton,GuideButton,LegacyCDKeyButton,WebSiteButton,RecommendButton,WorkshopButton" y=74 align=left region=overlay dir=down spacing=7 margin-left=20 width=200 } + place { controls="GameGroupsButton,ChatRoomButton,DLCButton,GuideButton,LegacyCDKeyButton,WebSiteButton,RecommendButton,WorkshopButton,EditControllerConfig,ForceQuitButton" y=74 align=left region=overlay dir=down spacing=7 margin-left=20 width=200 } place { controls="FriendsDetailPanel,NewsDetailPanel,AchievementsDetailPanel,GuidesDetailPanel" region=detailpanels width=330 height=187 spacing=10 } place { controls="CommunityHubDetailPanel,CommunityDiscussionsDetailPanel,ScreenshotsDetailPanel" region=detailpanels2 align=top-center width=245 height=74 spacing=10 } From 875f1b8cabbccf27fd617bfc9ba1fe19d106af45 Mon Sep 17 00:00:00 2001 From: Black Blade <5269928+Black4Blade@users.noreply.github.com> Date: Sun, 24 Feb 2019 17:38:19 +0200 Subject: [PATCH 08/12] renamed larger font tweak Rename +8 tweak to beyondlargest --- .../tweaks/{fs_largest123.styles => fs_beyondlargest.styles} | 0 settings.ini | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename resource/styles/tweaks/{fs_largest123.styles => fs_beyondlargest.styles} (100%) diff --git a/resource/styles/tweaks/fs_largest123.styles b/resource/styles/tweaks/fs_beyondlargest.styles similarity index 100% rename from resource/styles/tweaks/fs_largest123.styles rename to resource/styles/tweaks/fs_beyondlargest.styles diff --git a/settings.ini b/settings.ini index 77d8488f..452f263a 100644 --- a/settings.ini +++ b/settings.ini @@ -90,7 +90,7 @@ Settings.ini // Using this tweak will significantly increase the size of text throughout the skin. // To enable this, delete the 2 forward slashes " // " at the start of the following line: - //include "resource/styles/tweaks/fs_largest123.styles" + //include "resource/styles/tweaks/fs_beyondlargest.styles" From ed6b3c73561d46cd07924fcc387a9c2987915aa5 Mon Sep 17 00:00:00 2001 From: Black4Blade <5269928+Black4Blade@users.noreply.github.com> Date: Thu, 2 May 2019 02:05:30 +0300 Subject: [PATCH 09/12] Fixed issue #9 Fixed issue of unhandeled Button in Substreaming menu in settings Placed under Secuirty code button --- resource/layout/settingssubstreaming.layout | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/resource/layout/settingssubstreaming.layout b/resource/layout/settingssubstreaming.layout index cd1f4095..c8724bab 100644 --- a/resource/layout/settingssubstreaming.layout +++ b/resource/layout/settingssubstreaming.layout @@ -17,6 +17,7 @@ } "EnableStreaming" { ControlName="CheckButton" fieldName="EnableStreaming" labelText="#Steam_Settings_Streaming_EnableStreaming" } + "Pair" { ControlName="Button" fieldName="Pair" command="Pair" labelText="#Steam_Settings_Streaming_Pair" } "SetPIN" { ControlName="Button" fieldName="SetPIN" command="SetPIN" labelText="#Steam_Settings_Streaming_SetPIN" } "HostDivider" { ControlName="divider" } @@ -74,7 +75,7 @@ place { - control="DescriptionLabel" + control="DescriptionLabel,RemoteClientList" dir=down align=top width=max @@ -100,9 +101,10 @@ dir=down width=252 } - + place { control=Pair start="EnableStreaming" width=160 dir=right margin-top=35 } place { control=SetPIN start="EnableStreaming" width=244 dir=right margin-top=4 } - place { control=HostDivider width=255 start="EnableStreaming" dir=down margin-top=4 } + + place { control=HostDivider width=255 start="EnableStreaming" dir=down margin-top=28 } place { control=HostLabel width=max start="HostDivider" dir=down margin-top=4 } place { control=UnsupportedPlatform width=max start="HostLabel" dir=down margin-top=10 } place { control=AdvancedHostOptions start="HostLabel" dir=down margin-top=10 } From c924caa7c40b09d78a8a478c5da85cf3a627c4ea Mon Sep 17 00:00:00 2001 From: Black Blade <5269928+Black4Blade@users.noreply.github.com> Date: Thu, 16 May 2019 23:25:09 +0300 Subject: [PATCH 10/12] Fixed issue with unpaid button in settings *Added placement for the unpair button in subsetting settings --- resource/layout/settingssubstreaming.layout | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/resource/layout/settingssubstreaming.layout b/resource/layout/settingssubstreaming.layout index c8724bab..2ded1591 100644 --- a/resource/layout/settingssubstreaming.layout +++ b/resource/layout/settingssubstreaming.layout @@ -19,7 +19,8 @@ "Pair" { ControlName="Button" fieldName="Pair" command="Pair" labelText="#Steam_Settings_Streaming_Pair" } "SetPIN" { ControlName="Button" fieldName="SetPIN" command="SetPIN" labelText="#Steam_Settings_Streaming_SetPIN" } - + "Unpair" { ControlName="Button" fieldName="Unpair" command="Unpair" labelText="#Steam_Settings_Streaming_Unpair" } + "HostDivider" { ControlName="divider" } "HostLabel" { @@ -75,7 +76,7 @@ place { - control="DescriptionLabel,RemoteClientList" + control="DescriptionLabel,EnableStreaming,RemoteClientList" dir=down align=top width=max @@ -102,9 +103,11 @@ width=252 } place { control=Pair start="EnableStreaming" width=160 dir=right margin-top=35 } + place { control=Unpair start="Pair" width=160 dir=down margin-top=8 } + place { control=SetPIN start="EnableStreaming" width=244 dir=right margin-top=4 } - place { control=HostDivider width=255 start="EnableStreaming" dir=down margin-top=28 } + place { control=HostDivider width=255 start="EnableStreaming" dir=down margin-top=65 } place { control=HostLabel width=max start="HostDivider" dir=down margin-top=4 } place { control=UnsupportedPlatform width=max start="HostLabel" dir=down margin-top=10 } place { control=AdvancedHostOptions start="HostLabel" dir=down margin-top=10 } From 9aa7b1e0b24fc42171d277d31e3d38d90a1c942d Mon Sep 17 00:00:00 2001 From: Black Blade <5269928+Black4Blade@users.noreply.github.com> Date: Fri, 17 May 2019 00:08:43 +0300 Subject: [PATCH 11/12] Added second style fix for unpair *Added the second option of style for fixing sub streaming settings --- resource/layout/settingssubstreaming.layout | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/resource/layout/settingssubstreaming.layout b/resource/layout/settingssubstreaming.layout index c8724bab..69249640 100644 --- a/resource/layout/settingssubstreaming.layout +++ b/resource/layout/settingssubstreaming.layout @@ -19,7 +19,8 @@ "Pair" { ControlName="Button" fieldName="Pair" command="Pair" labelText="#Steam_Settings_Streaming_Pair" } "SetPIN" { ControlName="Button" fieldName="SetPIN" command="SetPIN" labelText="#Steam_Settings_Streaming_SetPIN" } - + "Unpair" { ControlName="Button" fieldName="Unpair" command="Unpair" labelText="#Steam_Settings_Streaming_Unpair" } + "HostDivider" { ControlName="divider" } "HostLabel" { @@ -75,7 +76,7 @@ place { - control="DescriptionLabel,RemoteClientList" + control="DescriptionLabel,EnableStreaming,RemoteClientList" dir=down align=top width=max @@ -101,10 +102,12 @@ dir=down width=252 } - place { control=Pair start="EnableStreaming" width=160 dir=right margin-top=35 } + place { control=Pair start="EnableStreaming" width=160 dir=down margin-top=8 } + place { control=Unpair start="Pair" width=160 dir=right margin-left=5 margin-top=0 } + place { control=SetPIN start="EnableStreaming" width=244 dir=right margin-top=4 } - place { control=HostDivider width=255 start="EnableStreaming" dir=down margin-top=28 } + place { control=HostDivider width=255 start="EnableStreaming" dir=down margin-top=65 } place { control=HostLabel width=max start="HostDivider" dir=down margin-top=4 } place { control=UnsupportedPlatform width=max start="HostLabel" dir=down margin-top=10 } place { control=AdvancedHostOptions start="HostLabel" dir=down margin-top=10 } From 33466eaf0c993d7804d385d5f5cb252ecf28d418 Mon Sep 17 00:00:00 2001 From: Black Blade <5269928+Black4Blade@users.noreply.github.com> Date: Sun, 19 May 2019 02:50:33 +0300 Subject: [PATCH 12/12] Revision of fixed substreaming settings *Fixed order of buttons and handling in sub streaming in settings --- resource/layout/settingssubstreaming.layout | 250 ++++++++++---------- 1 file changed, 125 insertions(+), 125 deletions(-) diff --git a/resource/layout/settingssubstreaming.layout b/resource/layout/settingssubstreaming.layout index bad6b657..88b83916 100644 --- a/resource/layout/settingssubstreaming.layout +++ b/resource/layout/settingssubstreaming.layout @@ -1,126 +1,126 @@ -"resource/layout/settingssubstreaming.layout" -{ - controls - { - "DescriptionLabel" - { - ControlName="Label" - fieldName="DescriptionLabel" - wrap=1 - labelText="#Steam_Settings_Streaming_Description" - } - "RemoteClientList" - { - ControlName="ListPanel" - style="RemoteClientList" - tall=140 - } - "EnableStreaming" { ControlName="CheckButton" fieldName="EnableStreaming" labelText="#Steam_Settings_Streaming_EnableStreaming" } - - "Pair" { ControlName="Button" fieldName="Pair" command="Pair" labelText="#Steam_Settings_Streaming_Pair" } - "SetPIN" { ControlName="Button" fieldName="SetPIN" command="SetPIN" labelText="#Steam_Settings_Streaming_SetPIN" } - "Unpair" { ControlName="Button" fieldName="Unpair" command="Unpair" labelText="#Steam_Settings_Streaming_Unpair" } - - "HostDivider" { ControlName="divider" } - "HostLabel" - { - ControlName="Label" - fieldName="HostLabel" - wrap=1 - labelText="#Steam_Settings_Streaming_HostLabel" - } - - "UnsupportedPlatform" - { - ControlName="Label" - fieldName="UnsupportedPlatform" - wrap=1 - labelText="#Steam_Settings_Streaming_UnsupportedPlatform" - } - - "AdvancedHostOptions" { ControlName="Button" fieldName="AdvancedHostOptions" command="AdvancedHostOptions" labelText="#Steam_Settings_Streaming_AdvancedHostOptions" } - - "ClientDivider" { ControlName="divider" } - "ClientLabel" - { - ControlName="Label" - fieldName="ClientLabel" - wrap=1 - labelText="#Steam_Settings_Streaming_ClientLabel" - } - - "ClientDivider1" { ControlName="divider" } - - "QualityFast" { ControlName="RadioButton" fieldName="QualityFast" labelText="#Steam_Settings_Streaming_QualityFast" } - "QualityBalanced" { ControlName="RadioButton" fieldName="QualityBalanced" labelText="#Steam_Settings_Streaming_QualityBalanced" } - "QualityBeautiful" { ControlName="RadioButton" fieldName="QualityBeautiful" labelText="#Steam_Settings_Streaming_QualityBeautiful" } - - "AdvancedClientOptions" { ControlName="Button" fieldName="AdvancedClientOptions" command="AdvancedClientOptions" labelText="#Steam_Settings_Streaming_AdvancedClientOptions" } - - "SupportInformationLabel" - { - ControlName="URLLabel" - fieldName="SupportInformationLabel" - labelText="#Steam_Settings_Streaming_StreamingSupport" - URLText="https://support.steampowered.com/kb_article.php?ref=3629-RIAV-1617" - } - } - - style - { - } - - layout - { - region { name=bottom margin-top=500 width=275 height=max } - - place - { - control="DescriptionLabel,EnableStreaming,RemoteClientList" - dir=down - align=top - width=max - margin-left=20 - margin-right=20 - margin-top=20 - } - - place - { - control="RemoteClientList" - dir=down - width=max - start="DescriptionLabel" - margin-right=20 - margin-top=10 - } - - place - { - control="EnableStreaming" - start="RemoteClientList" - dir=down - width=252 - } - place { control=Pair start="EnableStreaming" width=160 dir=down margin-top=8 } - place { control=Unpair start="Pair" width=160 dir=right margin-left=5 margin-top=0 } - - place { control=SetPIN start="EnableStreaming" width=244 dir=right margin-top=4 } - - place { control=HostDivider width=255 start="EnableStreaming" dir=down margin-top=65 } - place { control=HostLabel width=max start="HostDivider" dir=down margin-top=4 } - place { control=UnsupportedPlatform width=max start="HostLabel" dir=down margin-top=10 } - place { control=AdvancedHostOptions start="HostLabel" dir=down margin-top=10 } - - place { control=ClientDivider width=255 start="AdvancedHostOptions" margin-top=10 dir=down } - place { control=ClientLabel width=max start="ClientDivider" margin-top=10 dir=down } - - place { control="QualityFast" dir=down start="ClientLabel" margin-top=5 widht=max } - place { control="QualityBalanced" dir=right start="QualityFast" widht=max } - place { control="QualityBeautiful" dir=right start="QualityBalanced" widht=max } - - place { control=AdvancedClientOptions start="QualityFast" margin-top=5 dir=down } - - place { region=bottom control=SupportInformationLabel x=20 } - } +"resource/layout/settingssubstreaming.layout" +{ + controls + { + "DescriptionLabel" + { + ControlName="Label" + fieldName="DescriptionLabel" + wrap=1 + labelText="#Steam_Settings_Streaming_Description" + } + "RemoteClientList" + { + ControlName="ListPanel" + style="RemoteClientList" + tall=140 + } + "EnableStreaming" { ControlName="CheckButton" fieldName="EnableStreaming" labelText="#Steam_Settings_Streaming_EnableStreaming" } + + "Pair" { ControlName="Button" fieldName="Pair" command="Pair" labelText="#Steam_Settings_Streaming_Pair" } + "SetPIN" { ControlName="Button" fieldName="SetPIN" command="SetPIN" labelText="#Steam_Settings_Streaming_SetPIN" } + "Unpair" { ControlName="Button" fieldName="Unpair" command="Unpair" labelText="#Steam_Settings_Streaming_Unpair" } + + "HostDivider" { ControlName="divider" } + "HostLabel" + { + ControlName="Label" + fieldName="HostLabel" + wrap=1 + labelText="#Steam_Settings_Streaming_HostLabel" + } + + "UnsupportedPlatform" + { + ControlName="Label" + fieldName="UnsupportedPlatform" + wrap=1 + labelText="#Steam_Settings_Streaming_UnsupportedPlatform" + } + + "AdvancedHostOptions" { ControlName="Button" fieldName="AdvancedHostOptions" command="AdvancedHostOptions" labelText="#Steam_Settings_Streaming_AdvancedHostOptions" } + + "ClientDivider" { ControlName="divider" } + "ClientLabel" + { + ControlName="Label" + fieldName="ClientLabel" + wrap=1 + labelText="#Steam_Settings_Streaming_ClientLabel" + } + + "ClientDivider1" { ControlName="divider" } + + "QualityFast" { ControlName="RadioButton" fieldName="QualityFast" labelText="#Steam_Settings_Streaming_QualityFast" } + "QualityBalanced" { ControlName="RadioButton" fieldName="QualityBalanced" labelText="#Steam_Settings_Streaming_QualityBalanced" } + "QualityBeautiful" { ControlName="RadioButton" fieldName="QualityBeautiful" labelText="#Steam_Settings_Streaming_QualityBeautiful" } + + "AdvancedClientOptions" { ControlName="Button" fieldName="AdvancedClientOptions" command="AdvancedClientOptions" labelText="#Steam_Settings_Streaming_AdvancedClientOptions" } + + "SupportInformationLabel" + { + ControlName="URLLabel" + fieldName="SupportInformationLabel" + labelText="#Steam_Settings_Streaming_StreamingSupport" + URLText="https://support.steampowered.com/kb_article.php?ref=3629-RIAV-1617" + } + } + + style + { + } + + layout + { + region { name=bottom margin-top=500 width=275 height=max } + + place + { + control="DescriptionLabel,EnableStreaming,RemoteClientList" + dir=down + align=top + width=max + margin-left=20 + margin-right=20 + margin-top=20 + } + + place + { + control="RemoteClientList" + dir=down + width=max + start="DescriptionLabel" + margin-right=20 + margin-top=10 + } + + place + { + control="EnableStreaming" + start="RemoteClientList" + dir=down + width=252 + } + place { control=Pair start="EnableStreaming" width=160 dir=down margin-top=8 } + place { control=Unpair start="Pair" width=160 dir=right margin-left=5 margin-top=0 } + + place { control=SetPIN start="Unpair" width=170 dir=right margin-left=5 } + + place { control=HostDivider width=255 start="EnableStreaming" dir=down margin-top=65 } + place { control=HostLabel width=max start="HostDivider" dir=down margin-top=4 } + place { control=UnsupportedPlatform width=max start="HostLabel" dir=down margin-top=10 } + place { control=AdvancedHostOptions start="HostLabel" dir=down margin-top=10 } + + place { control=ClientDivider width=255 start="AdvancedHostOptions" margin-top=10 dir=down } + place { control=ClientLabel width=max start="ClientDivider" margin-top=10 dir=down } + + place { control="QualityFast" dir=down start="ClientLabel" margin-top=5 widht=max } + place { control="QualityBalanced" dir=right start="QualityFast" widht=max } + place { control="QualityBeautiful" dir=right start="QualityBalanced" widht=max } + + place { control=AdvancedClientOptions start="QualityFast" margin-top=5 dir=down } + + place { region=bottom control=SupportInformationLabel x=20 } + } } \ No newline at end of file