Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Commit

Permalink
Some cosmetics, changed the default icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenDol committed Jan 30, 2014
1 parent 2ce8dc7 commit ce7f6d7
Show file tree
Hide file tree
Showing 39 changed files with 2,152 additions and 1,722 deletions.
10 changes: 10 additions & 0 deletions Properties/Resources.Designer.cs

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

3 changes: 3 additions & 0 deletions Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@
<data name="icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\assets\images\icon.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icon_old" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\assets\images\icon-old.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="loading_animation" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\assets\images\refresh.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
Expand Down
3 changes: 2 additions & 1 deletion RocketLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,11 @@
<Content Include="assets\0.2-sample.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="icon.ico" />
<None Include="assets\images\repair_new.png" />
<EmbeddedResource Include="dlls\ListControls.dll" />
<None Include="assets\images\sheep_launcher.png" />
<Content Include="icon.ico" />
<None Include="assets\images\icon-old.ico" />
<EmbeddedResource Include="dlls\JacksonSoft.CustomTabControl.dll" />
<None Include="assets\images\refresh.png" />
<None Include="assets\images\refresh-hover.png" />
Expand Down
Binary file added assets/images/icon-old.ico
Binary file not shown.
Binary file modified assets/images/icon.ico
Binary file not shown.
Binary file modified icon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Archive.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2014 Launcher <https://github.com/BenDol/RocketLauncher>
* Copyright (c) 2014 RocketLauncher <https://github.com/BenDol/RocketLauncher>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/Asset.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2014 Launcher <https://github.com/BenDol/RocketLauncher>
* Copyright (c) 2014 RocketLauncher <https://github.com/BenDol/RocketLauncher>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/Changelog.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2014 Launcher <https://github.com/BenDol/RocketLauncher>
* Copyright (c) 2014 RocketLauncher <https://github.com/BenDol/RocketLauncher>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/Client.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2014 Launcher <https://github.com/BenDol/RocketLauncher>
* Copyright (c) 2014 RocketLauncher <https://github.com/BenDol/RocketLauncher>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/DownloadHandler.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2014 Launcher <https://github.com/BenDol/RocketLauncher>
* Copyright (c) 2014 RocketLauncher <https://github.com/BenDol/RocketLauncher>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/EnumUtils.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2014 Launcher <https://github.com/BenDol/RocketLauncher>
* Copyright (c) 2014 RocketLauncher <https://github.com/BenDol/RocketLauncher>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/ExternalAsset.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2014 Launcher <https://github.com/BenDol/RocketLauncher>
* Copyright (c) 2014 RocketLauncher <https://github.com/BenDol/RocketLauncher>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/FontAsyncCallback.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2014 Launcher <https://github.com/BenDol/RocketLauncher>
* Copyright (c) 2014 RocketLauncher <https://github.com/BenDol/RocketLauncher>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/FontHandler.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2014 Launcher <https://github.com/BenDol/RocketLauncher>
* Copyright (c) 2014 RocketLauncher <https://github.com/BenDol/RocketLauncher>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/FontPackage.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2014 Launcher <https://github.com/BenDol/RocketLauncher>
* Copyright (c) 2014 RocketLauncher <https://github.com/BenDol/RocketLauncher>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/GhostFile.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2014 Launcher <https://github.com/BenDol/RocketLauncher>
* Copyright (c) 2014 RocketLauncher <https://github.com/BenDol/RocketLauncher>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/Logger.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2014 Launcher <https://github.com/BenDol/RocketLauncher>
* Copyright (c) 2014 RocketLauncher <https://github.com/BenDol/RocketLauncher>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2014 Launcher <https://github.com/BenDol/RocketLauncher>
* Copyright (c) 2014 RocketLauncher <https://github.com/BenDol/RocketLauncher>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/QueueCallback.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2014 Launcher <https://github.com/BenDol/RocketLauncher>
* Copyright (c) 2014 RocketLauncher <https://github.com/BenDol/RocketLauncher>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/Reciever.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2014 Launcher <https://github.com/BenDol/RocketLauncher>
* Copyright (c) 2014 RocketLauncher <https://github.com/BenDol/RocketLauncher>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/Request.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2014 Launcher <https://github.com/BenDol/RocketLauncher>
* Copyright (c) 2014 RocketLauncher <https://github.com/BenDol/RocketLauncher>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/RequestAsyncCallback.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2014 Launcher <https://github.com/BenDol/RocketLauncher>
* Copyright (c) 2014 RocketLauncher <https://github.com/BenDol/RocketLauncher>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/StringAsyncCallback.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2014 Launcher <https://github.com/BenDol/RocketLauncher>
* Copyright (c) 2014 RocketLauncher <https://github.com/BenDol/RocketLauncher>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/Update.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2014 Launcher <https://github.com/BenDol/RocketLauncher>
* Copyright (c) 2014 RocketLauncher <https://github.com/BenDol/RocketLauncher>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/UpdateNode.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2014 Launcher <https://github.com/BenDol/RocketLauncher>
* Copyright (c) 2014 RocketLauncher <https://github.com/BenDol/RocketLauncher>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/WinAPI.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2014 Launcher <https://github.com/BenDol/RocketLauncher>
* Copyright (c) 2014 RocketLauncher <https://github.com/BenDol/RocketLauncher>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/WindowsMessages.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2014 Launcher <https://github.com/BenDol/RocketLauncher>
* Copyright (c) 2014 RocketLauncher <https://github.com/BenDol/RocketLauncher>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/Xml.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2014 Launcher <https://github.com/BenDol/RocketLauncher>
* Copyright (c) 2014 RocketLauncher <https://github.com/BenDol/RocketLauncher>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion ui/Connecting.Designer.cs

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

2 changes: 1 addition & 1 deletion ui/Connecting.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2014 Launcher <https://github.com/BenDol/RocketLauncher>
* Copyright (c) 2014 RocketLauncher <https://github.com/BenDol/RocketLauncher>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit ce7f6d7

Please sign in to comment.