Skip to content

Commit

Permalink
Fix some final issues for Version 3.1 Stable.
Browse files Browse the repository at this point in the history
These include Fixes #121 (About window now replaces Lf (Unix) line
endings with CrLf (Windows) line endings), Fixes #127 ("lincensed" typo
in About window), updating the Readme with some more known issues and
one crossed off and remove Internet Explorer requirement, remove
testTheme.xml with its folder and finally, change stability text to
"Stable". It only took just over a year and a half to get UXL Launcher
Version 3.1 Stable out, but I hope people enjoy it. I wanted Version 3.1
to be exactly 700 commits to master after Version 3.0 in the GitHub
Releases page, and it should be with this commit. Next I'll start on
Version 3.2 after getting out the binary and changelog for 3.1 Stable.
  • Loading branch information
DrewNaylor committed Jul 10, 2018
1 parent fc344f3 commit 093d972
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 33 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,11 @@ More information to come in the future! In the meantime, please check the reposi

- If a UXL Launcher pinned shortcut on the taskbar is set to run minimized and "Hide When Minimized" is enabled in UXL Launcher, upon clicking the shortcut, the app will start, place the Quickmenu in the system tray, and highlight the pinned icon in the taskbar for a few seconds, then the highlight goes away. [(issue #120)](https://github.com/DrewNaylor/UXL-Launcher/issues/120)

- UXL Launcher builds from AppVeyor may have text in the About window crammed together. [(issue #121)](https://github.com/DrewNaylor/UXL-Launcher/issues/121)
- ~~UXL Launcher builds from AppVeyor may have text in the About window crammed together. [(issue #121)](https://github.com/DrewNaylor/UXL-Launcher/issues/121)~~ Fixed in the current commit (will be updated when I have a commit number to place here)

- If the main window is minimized, "Hide When Minimized" is enabled, and a program couldn't be found when using the Quickmenu to open a program, the error message won't be on top. [(issue #125)](https://github.com/DrewNaylor/UXL-Launcher/issues/125)

- Numbers such as 1.01.1 used for the UseThemeEngineVersion tag/element will crash UXL Launcher with an exception of System.InvalidCastException because it's trying to convert the value from a string to a decimal type. [(issue #126)](https://github.com/DrewNaylor/UXL-Launcher/issues/126)

<br>
<br>
Expand All @@ -152,8 +156,6 @@ To run UXL Launcher, your computer requires the following:
- 32-bit: 3 GB space free.
- 64-bit: 3 GB space free.

- To properly view the License and Acknowledgements in the About window, you'll need Internet Explorer if you're using Version 3.0. Version 3.1 removes this requirement.

- Note that you might have problems with running this on corporate computers. The ClickOnce security settings are disabled in UXL Launcher due to Visual Studio building problems. There may also be a warning message on first start about Windows Defender SmartScreen saying it "prevented an unrecognized app from starting. Running this app might put your PC at risk." You can click the "More info" link, then the "Run anyway" button if you want to use it, though this may not be allowed on corporate networks.

## Building UXL Launcher from Source: System Requirements and Guide
Expand Down
8 changes: 4 additions & 4 deletions UXL-Launcher/AboutWindow.vb
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ Public Class aaformAboutWindow
textboxAboutApp.Text = ("UXL Launcher - Unified eXecutable Launcher" & vbCrLf &
"Version " & My.Application.Info.Version.ToString & " " & My.Resources.isStable & " - Codename ""Personalizationizer 3000""" & vbCrLf &
"App compiled at UTC: " & BuildDateString & vbCrLf &
My.Resources.UXLLauncherInfo_TXT & vbCrLf & vbCrLf & ' UXL Launcher info for the About window such as copyright stuff.
My.Resources.UXLLauncherInfo_TXT.Replace(vbLf, vbCrLf) & vbCrLf & vbCrLf & ' UXL Launcher info for the About window such as copyright stuff.
My.Resources.separator & vbCrLf & vbCrLf & ' separator line.
"UXL Launcher Theme Engine" & vbCrLf &
"Version " & My.Resources.themeEngineVersion & vbCrLf & ' Theme engine info.
My.Resources.ThemeEngineInfo_TXT & vbCrLf & vbCrLf &
My.Resources.ThemeEngineInfo_TXT.Replace(vbLf, vbCrLf) & vbCrLf & vbCrLf &
My.Resources.separator & vbCrLf & vbCrLf & ' separator line.
My.Resources.ApplauncherIconsInfo_TXT ' Icon set for UXL Launcher info.
)
My.Resources.ApplauncherIconsInfo_TXT.Replace(vbLf, vbCrLf) ' Icon set for UXL Launcher info.
) ' The Replace(vbLf, vbCrLf) function is required for text to have Windows line endings if building from downloading the master branch code from GitHub.


' Load the GPL document in the RTF Textbox control.
Expand Down
12 changes: 6 additions & 6 deletions UXL-Launcher/My Project/Resources.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions UXL-Launcher/My Project/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -3718,7 +3718,7 @@ This decimal is to be used for the About window when talking about what version
<comment>About window banner</comment>
</data>
<data name="isStable" xml:space="preserve">
<value>Release Candidate 1</value>
<value>Stable</value>
<comment>This value is used for the titlebar to tell the user if this app is stable or not. "Git" means that it's in development. "Alpha" means it's an alpha. "Beta" means it's a beta. "Release Candidate" means Release Candidate, plus any numbers. "Stable" means a stable release. There may be other values to represent the current state of development on the project.</comment>
</data>
<data name="Word" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
Expand Down Expand Up @@ -6044,7 +6044,7 @@ This decimal is to be used for the About window when talking about what version
<data name="uxl_icon_24x24" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAACxEAAAsRAX9kX5EAAAOTSURBVEhLtVZZSJRRFNY22p7yoY2Ioo2CnoKiKKwetIIo
YQUAAAAJcEhZcwAACxAAAAsQAa0jvXUAAAOTSURBVEhLtVZZSJRRFNY22p7yoY2Ioo2CnoKiKKwetIIo
InqqJChblCitqHAp8KHUpEJtgYoW6k1abaIyyoyWUcdxGrdpxnEbdXR01Fmc0a9z7txp/tGZqYg+GP57
z12+e84937kTVVBQgNLS0v/y472juKFEV78XVc0OaFscsDm80hoeg95h1FqcqGhyoKVnEMPDcoDAe48i
qGt3YcvVeizL1CH3lQUuj2JFCLytsWNtdg1WX6jBC22PtPoQkoBx80Mnxh1UY9YJDV5975XW0TB3ubHp
Expand Down
2 changes: 1 addition & 1 deletion UXL-Launcher/Resources/ThemeEngineInfo_TXT.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2013-2018 Drew Naylor. Lincensed under Gnu GPLv3+.
Copyright (C) 2013-2018 Drew Naylor. Licensed under Gnu GPLv3+.
The copyright and license info is the same for the theme engine as it is for UXL Launcher itself as the theme engine is built into the same file as UXL Launcher.

The UXL Launcher Theme Engine can make the UXL Launcher main window look slightly better and can also use custom themes.
Expand Down
2 changes: 1 addition & 1 deletion UXL-Launcher/Resources/UXLLauncherInfo_TXT.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2013-2018 Drew Naylor. Lincensed under Gnu GPLv3+.
Copyright (C) 2013-2018 Drew Naylor. Licensed under Gnu GPLv3+.

UXL Launcher provides launchers for most Microsoft Office apps in one place.
Please be aware that UXL Launcher is unofficial and not made by Microsoft.
Expand Down
16 changes: 0 additions & 16 deletions testfolder/testTheme.xml

This file was deleted.

0 comments on commit 093d972

Please sign in to comment.