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

large update #1

Open
wants to merge 37 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
7fe933b
I broke something
nutellarlz Jan 26, 2017
fe0a635
Revert "I broke something"
nutellarlz Jan 26, 2017
43d56df
Revert "No real changes here"
nutellarlz Jan 26, 2017
cdfb8a1
added image to readme
nutellarlz Jan 26, 2017
e411f10
update readme.md
nutellarlz Jan 26, 2017
25acb28
Change Refference Paths
nutellarlz Feb 14, 2017
ebed78a
Update resources for highDPI display
nutellarlz Feb 14, 2017
f366a59
Updated Win10SL with new Windows 10 Tiles
nutellarlz Feb 14, 2017
d7f15a9
Added new setting for patch level
nutellarlz Feb 14, 2017
536e3b6
Update nuget files
nutellarlz Feb 14, 2017
c9daa95
Update MDI Browser Tab Control
nutellarlz Feb 14, 2017
7a98e9e
small bug fixes
nutellarlz Feb 14, 2017
3f96cb6
Update JG Standard Release files for future use
nutellarlz Feb 14, 2017
6bd5498
Update readme.md
nutellarlz Feb 14, 2017
08a6ed1
Revert "Update readme.md"
nutellarlz Feb 16, 2017
704e0fd
build failure fix in JGUpdater
nutellarlz Feb 16, 2017
f2b33c3
Update NuGet packages
nutellarlz Feb 16, 2017
cc1ae73
Fix powerpack uses
nutellarlz Feb 16, 2017
8337f76
fix color contrast issue in ctrl_box_right_bttn2
nutellarlz Feb 16, 2017
259eba3
use of updated MDI-TabControl
nutellarlz Feb 16, 2017
b5f823d
Updated .gitignore
nutellarlz Feb 17, 2017
473192e
Created new went handler
nutellarlz Feb 17, 2017
ef7388b
created a new crash dialog
nutellarlz Feb 17, 2017
c019889
add new icon resources windows
nutellarlz Feb 17, 2017
8af467f
add ic_file resources
nutellarlz Feb 17, 2017
d9ca5a6
updated resources
nutellarlz Feb 17, 2017
c4b2052
to match JG Dev
nutellarlz Feb 17, 2017
447b810
Include Recourses
nutellarlz Feb 17, 2017
4e8ebfb
Use updated icons in Dev buttons
nutellarlz Feb 17, 2017
7ec0436
Update Settings with new settings icon
nutellarlz Feb 17, 2017
088cf27
fix issue with outdated logo
nutellarlz Feb 17, 2017
e101bfa
Update Source Writer icon
nutellarlz Feb 17, 2017
3a55a88
Update Web Source icon
nutellarlz Feb 17, 2017
07ae4df
Update Appbuilder icon
nutellarlz Feb 17, 2017
790ba00
Update About Box 1 visuals
nutellarlz Feb 17, 2017
3336266
Resources updated
nutellarlz Feb 17, 2017
87d43af
vbproj update
nutellarlz Feb 17, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -219,3 +219,5 @@ JGUpdater/bin/Debug/JGUpdater.exe
JumpGo/bin/Debug/JumpGo.exe
JumpGo/obj/Debug/JumpGo.exe
JumpGo/obj/Release/JumpGo Developer.exe
JumpGoDev/bin/Debug/JumpGo Dev.exe
JumpGoDev/obj/Debug/JumpGo Dev.exe
3 changes: 3 additions & 0 deletions JGUpdater/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
<setting name="DLURL" serializeAs="String">
<value>http://jtechme.github.io/jgwinse/</value>
</setting>
<setting name="PatchLvl" serializeAs="String">
<value />
</setting>
</JGUpdater.My.MySettings>
</userSettings>
</configuration>
6 changes: 0 additions & 6 deletions JGUpdater/BGUpdateChk.vb

This file was deleted.

10 changes: 5 additions & 5 deletions JGUpdater/JGUpdater.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{CBFB2BAC-1265-4246-8544-A61F25E6A33C}</ProjectGuid>
<OutputType>WinExe</OutputType>
<StartupObject>JGUpdater.MSIUpdaterGUI</StartupObject>
<StartupObject>Sub Main</StartupObject>
<RootNamespace>JGUpdater</RootNamespace>
<AssemblyName>JGUpdater</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>WindowsFormsWithCustomSubMain</MyType>
<MyType>Console</MyType>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
Expand Down Expand Up @@ -56,7 +56,8 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>jgudtrkey001.pfx</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<SignManifests>false</SignManifests>
Expand All @@ -70,6 +71,7 @@
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.ServiceProcess" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
Expand All @@ -91,7 +93,6 @@
<Import Include="System.Threading.Tasks" />
</ItemGroup>
<ItemGroup>
<Compile Include="BGUpdateChk.vb" />
<Compile Include="IEDLTF1.Designer.vb">
<DependentUpon>IEDLTF1.vb</DependentUpon>
</Compile>
Expand Down Expand Up @@ -166,7 +167,6 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="jgudtrkey001.pfx" />
<None Include="My Project\app.manifest">
<SubType>Designer</SubType>
</None>
Expand Down
12 changes: 12 additions & 0 deletions JGUpdater/My Project/Settings.Designer.vb

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

3 changes: 3 additions & 0 deletions JGUpdater/My Project/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
<Setting Name="DLURL" Type="System.String" Scope="User">
<Value Profile="(Default)">http://jtechme.github.io/jgwinse/</Value>
</Setting>
<Setting Name="PatchLvl" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>
Binary file modified JGUpdater/bin/Debug/JGUpdater.exe
Binary file not shown.
3 changes: 3 additions & 0 deletions JGUpdater/bin/Debug/JGUpdater.exe.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
<setting name="DLURL" serializeAs="String">
<value>http://jtechme.github.io/jgwinse/</value>
</setting>
<setting name="PatchLvl" serializeAs="String">
<value />
</setting>
</JGUpdater.My.MySettings>
</userSettings>
</configuration>
6 changes: 6 additions & 0 deletions JGUpdater/bin/Debug/JGUpdaterElevated.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
</configuration>
Binary file modified JGUpdater/obj/Debug/JGUpdater.exe
Binary file not shown.
22 changes: 22 additions & 0 deletions JGUpdater/obj/Debug/JGUpdater.vbproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,25 @@ C:\Users\PopTart\Documents\Visual Studio 2015\Projects\JumpGo Standard Ed\JGUpda
C:\Users\PopTart\Documents\Visual Studio 2015\Projects\JumpGo Standard Ed\JGUpdater\bin\Debug\JGUpdaterElevated.pdb
C:\Users\PopTart\Documents\Visual Studio 2015\Projects\JumpGo Standard Ed\JGUpdater\bin\Debug\JGUpdaterElevated.xml
C:\Users\PopTart\Documents\Visual Studio 2015\Projects\JumpGo Standard Ed\JGUpdater\obj\Debug\JGUpdater.MSIUpdaterGUI.resources
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdater\obj\Debug\JGUpdater.vbprojResolveAssemblyReference.cache
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdater\obj\Debug\JGUpdater.IEDLTF1.resources
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdater\obj\Debug\JGUpdater.GHUForm.resources
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdater\obj\Debug\JGUpdater.MainUForm.resources
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdater\obj\Debug\JGUpdater.MSIUpdaterGUI.resources
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdater\obj\Debug\JGUpdater.Resources.resources
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdater\obj\Debug\JGUpdater.ZIPUpdater.resources
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdater\obj\Debug\JGUpdater.vbproj.GenerateResource.Cache
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdater\obj\Debug\JGUpdater.exe
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdater\obj\Debug\JGUpdater.xml
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdater\bin\Debug\JGUpdater.exe.config
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdater\bin\Debug\JGUpdater.exe
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdater\bin\Debug\JGUpdater.pdb
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdater\bin\Debug\JGUpdater.xml
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdater\bin\Debug\JGUpdaterElevated.exe
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdater\bin\Debug\Octokit.dll
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdater\bin\Debug\JGUpdaterElevated.pdb
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdater\bin\Debug\JGUpdaterElevated.xml
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdater\bin\Debug\JGUpdaterElevated.exe.config
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdater\bin\Debug\Octokit.pdb
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdater\bin\Debug\Octokit.xml
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdater\obj\Debug\JGUpdater.pdb
Binary file modified JGUpdater/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll
Binary file not shown.
Empty file removed JGUpdater/obj/Debug/build.force
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,14 @@ C:\Users\PopTart\Documents\Visual Studio 2015\Projects\JumpGo Standard Ed\JGUpda
C:\Users\PopTart\Documents\Visual Studio 2015\Projects\JumpGo Standard Ed\JGUpdaterElevated\obj\Debug\JGUpdaterElevated.exe
C:\Users\PopTart\Documents\Visual Studio 2015\Projects\JumpGo Standard Ed\JGUpdaterElevated\obj\Debug\JGUpdaterElevated.xml
C:\Users\PopTart\Documents\Visual Studio 2015\Projects\JumpGo Standard Ed\JGUpdaterElevated\obj\Debug\JGUpdaterElevated.pdb
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdaterElevated\bin\Debug\JGUpdaterElevated.exe.config
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdaterElevated\bin\Debug\JGUpdaterElevated.exe
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdaterElevated\bin\Debug\JGUpdaterElevated.pdb
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdaterElevated\bin\Debug\JGUpdaterElevated.xml
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdaterElevated\obj\Debug\JGUpdaterElevated.vbprojResolveAssemblyReference.cache
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdaterElevated\obj\Debug\JGUpdaterElevated.Resources.resources
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdaterElevated\obj\Debug\JGUpdaterElevated.ZIPUpdater.resources
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdaterElevated\obj\Debug\JGUpdaterElevated.vbproj.GenerateResource.Cache
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdaterElevated\obj\Debug\JGUpdaterElevated.exe
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdaterElevated\obj\Debug\JGUpdaterElevated.xml
C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JGUpdaterElevated\obj\Debug\JGUpdaterElevated.pdb
1 change: 1 addition & 0 deletions JumpGo Universal Edition/JumpGo Universal Edition.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
</PropertyGroup>
<ItemGroup>
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
<None Include="JumpGo Universal Edition_TemporaryKey.pfx" />
<None Include="project.json" />
<PRIResource Include="Strings\pt-BR\Resources.resw" />
<PRIResource Include="Strings\en-US\Resources.resw" />
Expand Down
17 changes: 13 additions & 4 deletions JumpGo Universal Edition/JumpGo Universal Edition.nuget.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(NuGetPackageRoot)' == ''">
<NuGetPackageRoot>$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">C:\Users\joeho\Source\Repos\JumpGo-for-Windows\JumpGo Universal Edition\project.lock.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\joeho\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">ProjectJson</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">4.0.0</NuGetToolVersion>
</PropertyGroup>
<ImportGroup>
<Import Project="$(NuGetPackageRoot)\SQLitePCL\3.8.5.1\build\netcore451\SQLitePCL.props" Condition="Exists('$(NuGetPackageRoot)\SQLitePCL\3.8.5.1\build\netcore451\SQLitePCL.props')" />
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)sqlitepcl\3.8.7.2\build\netcore451\SQLitePCL.props" Condition="Exists('$(NuGetPackageRoot)sqlitepcl\3.8.7.2\build\netcore451\SQLitePCL.props')" />
</ImportGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(NuGetPackageRoot)' == ''">
<NuGetPackageRoot>$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
<ImportGroup>
<Import Project="$(NuGetPackageRoot)\SQLitePCL\3.8.5.1\build\netcore451\SQLitePCL.targets" Condition="Exists('$(NuGetPackageRoot)\SQLitePCL\3.8.5.1\build\netcore451\SQLitePCL.targets')" />
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)sqlitepcl\3.8.7.2\build\netcore451\SQLitePCL.targets" Condition="Exists('$(NuGetPackageRoot)sqlitepcl\3.8.7.2\build\netcore451\SQLitePCL.targets')" />
</ImportGroup>
</Project>
2 changes: 1 addition & 1 deletion JumpGo Universal Edition/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="com.JTechMe.JumpGo" Publisher="CN=JTechMe" Version="0.6.0.0" />
<Identity Name="com.JTechMe.JumpGo" Publisher="CN=JTechMe" Version="1.0.0.0" />
<mp:PhoneIdentity PhoneProductId="8afb896b-9fac-4968-abc1-c755ac35e360" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>JumpGo</DisplayName>
Expand Down
Binary file modified JumpGo Universal Edition/bin/x86/Debug/App.xbf
Binary file not shown.
5 changes: 3 additions & 2 deletions JumpGo Universal Edition/bin/x86/Debug/AppX/AppxManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

For more information on package manifest files, see http://go.microsoft.com/fwlink/?LinkID=241727
-->
<Identity Name="com.JTechMe.JumpGo" Publisher="CN=JTechMe" Version="0.6.0.0" ProcessorArchitecture="x86" />
<Identity Name="com.JTechMe.JumpGo" Publisher="CN=JTechMe" Version="1.0.0.0" ProcessorArchitecture="x86" />
<mp:PhoneIdentity PhoneProductId="8afb896b-9fac-4968-abc1-c755ac35e360" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>JumpGo</DisplayName>
Expand Down Expand Up @@ -44,11 +44,12 @@
<build:Item Name="VisualStudio" Version="14.0" />
<build:Item Name="VisualStudioEdition" Value="Microsoft Visual Studio Community 2015" />
<build:Item Name="OperatingSystem" Version="10.0.14393.0 (rs1_release.160715-1616)" />
<build:Item Name="Microsoft.Build.AppxPackage.dll" Version="14.0.25431.1" />
<build:Item Name="Microsoft.Build.AppxPackage.dll" Version="14.0.25425.1" />
<build:Item Name="ProjectGUID" Value="{84CEB869-6988-42D1-8C29-2DE641E8617E}" />
<build:Item Name="OptimizingToolset" Value="None" />
<build:Item Name="TargetRuntime" Value="Managed" />
<build:Item Name="Microsoft.Windows.UI.Xaml.Build.Tasks.dll" Version="14.0.25527.1" />
<build:Item Name="SQLite.UWP.2015" Version="3.14.1" />
<build:Item Name="MakePri.exe" Version="10.0.14393.33 (rs1_release_sec.160727-1952)" />
</build:Metadata>
</Package>
Binary file modified JumpGo Universal Edition/bin/x86/Debug/AppX/JumpGo Browser.exe
Binary file not shown.
Binary file modified JumpGo Universal Edition/bin/x86/Debug/AppX/SQLitePCL.Ext.dll
Binary file not shown.
Binary file modified JumpGo Universal Edition/bin/x86/Debug/AppX/SQLitePCL.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified JumpGo Universal Edition/bin/x86/Debug/AppX/resources.pri
Binary file not shown.
Binary file modified JumpGo Universal Edition/bin/x86/Debug/AppX/sqlite3.dll
Binary file not shown.
Loading