diff --git a/Change Log.txt b/Change Log.txt index 9917a2b8..8e988a31 100644 --- a/Change Log.txt +++ b/Change Log.txt @@ -2,7 +2,21 @@ PixelVision2 Change log Made possible thanks to Pulseh -Continued by Mr. late +Continued by Mr. late, shazam, somini + +v2016-2906 (29th of June 2016) + +-Changed the screenshot manager layout to fix possibly issues when using other languages than English + +v2016-0806 (8th of June 2016) + +-Fixed a missing button in download settings menu for using bits per second instead of bytes +-Fixed a misaligned button in In-Game settings menu to use the desktop game theathe + +v2016-1302 (13th of February 2016) + +- Added new checkbox found in the latest Steam beta for "Use the Big Picture Overlay..." +- Miscellaneous changes to the settings menu v2015-2503 (25th of March 2015) @@ -48,4 +62,4 @@ v2015-0602 (6th of February 2015) v2015-0502 (5th of February 2015) -- Proper support for the latest Steam beta. \ No newline at end of file +- Proper support for the latest Steam beta. diff --git a/Graphics/about_version.tga b/Graphics/about_version.tga index 84245d0e..62a3fa13 100644 Binary files a/Graphics/about_version.tga and b/Graphics/about_version.tga differ diff --git a/README.md b/README.md index ea2a1e75..4212e7b2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ PixelVision² Made possible thanks to Pulseh -Continued by Mr. late +Continued by Mr. late, shazam, somini Outstanding issues ----- diff --git a/resource/layout/screenshotmanager.layout b/resource/layout/screenshotmanager.layout index 0ed2a943..77daaf59 100644 --- a/resource/layout/screenshotmanager.layout +++ b/resource/layout/screenshotmanager.layout @@ -315,12 +315,12 @@ place { control="SSDate" start="SSDetails" dir=down margin-top=21 margin-left=8 align=left } place { control="SSSize,SSSizeOriginal" start="SSDate" margin-right=19 align=right } - place { control="publish_caption" region="details" x=0 align=bottom margin-bottom=45 height=50 margin-right=0 width=max } - place { control="publish_charsleft" region="details" x=3 align=bottom margin-bottom=32 width=215 height=20 } + place { control="publish_caption" region="details" x=0 align=bottom margin-bottom=55 height=50 margin-right=0 width=max } + place { control="publish_charsleft" region="details" x=3 align="bottom-right" margin-bottom=35 height=20 margin-right=5 } - place { control="null_placer" region="details" width=1 align=bottom margin-bottom=6 } + place { control="null_placer" region="details" width=-1 align=bottom-left margin-bottom=5 } place { control="delete_button,details_button,publish_button" start="null_placer" region="details" align=right x=5 margin-bottom=9 margin-right=1 spacing=5 } - place { control="spoiler_checkbox" start="null_placer" region="details" align=left margin-bottom=8 } + place { control="spoiler_checkbox" start="null_placer" region="details" align=bottom margin-bottom=30 margin-right=7 spacing=5 } place { control="details_caption" region="details" x=4 align=bottom margin-bottom=35 height=57 width=max margin-right=4 } @@ -336,4 +336,4 @@ place { control="file_not_loaded_label" region="details" y=140 align="top-center" } place { control="instr_no_selection_title,instr_no_selection" region="details" y=20 width=max margin-left=15 margin-right=15 dir=down spacing=30 } } -} \ No newline at end of file +} diff --git a/resource/layout/subpaneloptionsdownloads.layout b/resource/layout/subpaneloptionsdownloads.layout new file mode 100644 index 00000000..b3ed1bcb --- /dev/null +++ b/resource/layout/subpaneloptionsdownloads.layout @@ -0,0 +1,101 @@ +"resource/layout/subpaneloptionsdownloads.layout" +{ + controls + { + ThrottleRatesLabel { controlname=label labeltext=#Steam_ThrottleRatesLabel } + RegionLabel { controlname=label labeltext=#Steam_RegionLabel style=highlight } + LibrariesLabel { controlname=label labeltext=#Steam_LibrariesLabel style=highlight } + RestrictionsLabel { controlname=label labeltext=#Steam_DownloadRestrictionsLabel style=highlight } + RegionInfoLabel { controlname=label labeltext=#Steam_RegionInfo wrap=1 } + ManageInstalledappsLabel { controlname=label labeltext=#SteamUI_ContentMgr_ManageInstalledAppsInfo } + + ThrottleRates + { + controlname=combobox + editable="0" + } + + DownloadRegionCombo + { + controlname=combobox + editable="0" + } + + ManageInstalledApps + { + controlname=button + labeltext = #SteamUI_ContentMgr_ManageInstalledApps + command=ManageInstalledApps + } + + AutoUpdateTimeRestrictCheckbox { controlname=checkbutton labeltext=#Steam_AutoUpdateTimeRestrictionLabel } + AutoUpdateTimeRestrictStartLabel { controlname=label labeltext=#Steam_AutoUpdateTimeRestrictionStart style=padded } + AutoUpdateTimeRestrictEndLabel { controlname=label labeltext=#Steam_AutoUpdateTimeRestrictionEnd style=padded } + AutoUpdateTimeRestrictStart { controlname=combobox } + AutoUpdateTimeRestrictEnd { controlname=combobox } + AllowDownloadsDuringGameplayCheckbox { controlname=checkbutton labeltext=#Steam_AllowDownloadsDuringGameplay } + AllowDownloadsDuringGameplayInfo { controlname=label labeltext=#Steam_AllowDownloadsDuringGameplayDetails wrap=1 style=padded } + ThrottleDownloadsWhileStreamingCheckbox { controlname=checkbutton labeltext=#Steam_ThrottleDownloadsWhileStreaming } + ThrottleDownloadsWhileStreamingInfo { controlname=label labeltext=#Steam_ThrottleDownloadsWhileStreamingDetails wrap=1 style=padded } + DownloadRatesInBitsCheckbox { controlname=checkbutton labeltext=#Steam_DownloadRatesInBits } + + Divider1 { ControlName=Divider } + Divider2 { ControlName=Divider } + + } + + colors + { + } + + styles + { + highlight + { + textcolor=Text + } + + padded + { + padding-top=6 + } + } + + layout + { + region { name=box margin-top=10 margin-bottom=20 margin-left=20 margin-right=20 width=max height=max } + + place { controls="LibrariesLabel" region=box margin-top=8 dir=down } + place { controls="ManageInstalledApps" region=box start=LibrariesLabel margin-top=8 width=235 height=25 dir=down } + place { controls="ManageInstalledappsLabel" region=box start=ManageInstalledApps margin-top=8 width=max dir=down } + + place { controls="Divider1" region=box start=ManageInstalledappsLabel dir=down margin-top=10 width=max } + + place { controls="RegionLabel" region=box start=Divider1 dir=down margin-top=10 } + place { controls="DownloadRegionCombo" region=box start=RegionLabel margin-top=10 height=25 width=235 dir=down } + place { controls="RegionInfoLabel" region=box start=DownloadRegionCombo margin-top=10 width=max dir=down } + + place { controls="Divider2" region=box start=RegionInfoLabel dir=down width=max margin-top=10 } + + place { controls="RestrictionsLabel" region=box start=Divider2 dir=down margin-top=10 } + + place { controls="AutoUpdateTimeRestrictCheckbox" region=box start=RestrictionsLabel dir=down margin-top=4 } + place { controls="AutoUpdateTimeRestrictStartLabel" region=box start=AutoUpdateTimeRestrictCheckbox dir=down margin-top=4 } + place { controls="AutoUpdateTimeRestrictStart" region=box start=AutoUpdateTimeRestrictStartLabel dir=right margin-left=10 width=78 } + place { controls="AutoUpdateTimeRestrictEndLabel" region=box start=AutoUpdateTimeRestrictStart dir=right margin-left=20 } + place { controls="AutoUpdateTimeRestrictEnd" region=box start=AutoUpdateTimeRestrictEndLabel dir=right margin-left=10 width=78 } + + place { controls="ThrottleRatesLabel" region=box start=RestrictionsLabel dir=down margin-top=13 margin-left=260 } + place { controls="ThrottleRates" region=box start=ThrottleRatesLabel dir=down width=235 height=25 margin-top=10 } + + place { controls="AllowDownloadsDuringGameplayCheckbox" region=box start=AutoUpdateTimeRestrictStartLabel dir=down margin-top=10 } + place { controls="AllowDownloadsDuringGameplayInfo" region=box start=AllowDownloadsDuringGameplayCheckbox dir=down margin-top=0 width=450 } + + place { controls="ThrottleDownloadsWhileStreamingCheckbox" region=box start=AllowDownloadsDuringGameplayInfo dir=down margin-top=10 } + place { controls="ThrottleDownloadsWhileStreamingInfo" region=box start=ThrottleDownloadsWhileStreamingCheckbox dir=down margin-top=0 width=450 } + + place { controls="DownloadRatesInBitsCheckbox" region=box start=ThrottleDownloadsWhileStreamingInfo dir=down margin-top=10 } + + + } +} diff --git a/resource/layout/subpaneloptionsingame.layout b/resource/layout/subpaneloptionsingame.layout index b00e7874..0c60385e 100644 --- a/resource/layout/subpaneloptionsingame.layout +++ b/resource/layout/subpaneloptionsingame.layout @@ -4,6 +4,8 @@ { TitleLabel { controlname=label labeltext="#Steam_SettingsInGameTitle" style=highlight } EnableOverlayCheck { ControlName=CheckButton labelText="#Overlay_SettingsEnable" } + EnableSCTenfootOverlayCheck { ControlName=CheckButton labelText="#Overlay_SettingsSCTenfootEnable" } + EnableVRDesktopGameTheaterCheck { ControlName=CheckButton labelText="#Overlay_SettingsEnableVRDesktopGameTheaterCheck" } HotKeySelector { ControlName=HotKeyEntry } ScreenshotHotKeySelector { ControlName=HotKeyEntry } DescriptionLabel { ControlName=Label labeltext="#Overlay_SettingsDescription" wrap=1 } @@ -60,16 +62,18 @@ place { controls=TitleLabel region=top } place { controls=DescriptionLabel height=40 width=max region=top start=TitleLabel dir=down margin-top=8 } place { controls=EnableOverlayCheck region=top start=DescriptionLabel dir=down height=20 } - - place { controls=HotKeySelectorLabel,HotKeySelector dir=down spacing=5 width=max region=topleft } + place { controls=EnableSCTenfootOverlayCheck region=top start=EnableOverlayCheck dir=down height=20 } + place { controls=EnableVRDesktopGameTheaterCheck region=top start=EnableSCTenfootOverlayCheck dir=down height=20 } + + place { controls=HotKeySelectorLabel,HotKeySelector dir=down spacing=5 width=max region=topleft start=EnableVRDesktopGameTheaterCheck margin-top=20 } - place { controls=ShowIngameFPSLabel,ShowIngameFPSCombo,ShowIngameFPSContrastCheck dir=down spacing=5 start=HotKeySelector margin-top=44 width=max region=topleft } + place { controls=ShowIngameFPSLabel,ShowIngameFPSCombo,ShowIngameFPSContrastCheck dir=down spacing=5 start=HotKeySelector margin-top=48 width=max region=topleft } - place { controls=ScreenshotLabel region=topright } + place { controls=ScreenshotLabel region=topright start=HotKeySelectorLabel } place { controls=ScreenshotHotKeySelector,SetScreenshotFolderButton dir=down start=ScreenshotLabel - margin-top=4 + margin-top=5 spacing=5 width=max height=24 @@ -78,7 +82,7 @@ place { controls=ScreenshotNotifyCheck,ScreenshotPlaySoundCheck,ScreenshotSaveUncompressedCheck dir=down start=ScreenshotActionLabel margin-top=6 margin-left=10 height=22 width=max region=topright } - place { control=Divider1 region=bottom width=max } + place { control=Divider1 region=bottom width=max margin-top=15 } place { controls="PingRateLabel" region=bottom start=Divider1 margin-top=10 width=max dir=down } place { controls="PingRateCombo" region=bottom start=PingRateLabel margin-top=10 width=235 dir=down height=25 } place { controls="PingRateInfo" region=bottom start=PingRateCombo margin-top=10 width=235 dir=down }