Skip to content

Commit

Permalink
2.8
Browse files Browse the repository at this point in the history
- Ahora es posible mirar la imagen de la canción.
- Se agregó un tooltip para mirar la información de la canción.
- Se arregló el bug de la lista seleccionada.
  • Loading branch information
Ts-Pytham committed Jan 1, 2021
1 parent 688e206 commit 6c6fed7
Show file tree
Hide file tree
Showing 23 changed files with 211 additions and 45 deletions.
Binary file modified .vs/Reproductor de Musica/v16/.suo
Binary file not shown.
Binary file added Reproductor de Musica/IMG/no_found_music.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions Reproductor de Musica/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</WrapPanel>

</StackPanel>

<WrapPanel x:Name="WrapPanel_Secundaria" HorizontalAlignment="Left" Height="100" Margin="0,620,0,0" VerticalAlignment="Top" Width="1280" Background="#FF212121">
<TextBlock Text="" Foreground="White" FontFamily="Verdana" Padding="90,31,0,0" Width="200"/>
<StackPanel Height="100" Width="574" Margin="150,0,0,0">
Expand Down Expand Up @@ -90,8 +90,8 @@

</WrapPanel>

<TextBlock x:Name="Name_Music" HorizontalAlignment="Left" Margin="90,651,0,0" Foreground="White" FontFamily="Verdana" Text="-" VerticalAlignment="Top" Width="200"/>
<TextBlock x:Name="TextBlock_Author_Name" HorizontalAlignment="Left" Margin="90,670,0,0" TextWrapping="Wrap" Text="-" VerticalAlignment="Top" Foreground="White" Width="200"/>
<TextBlock x:Name="Name_Music" HorizontalAlignment="Left" Margin="120,651,0,0" Foreground="White" FontFamily="Verdana" Text="-" VerticalAlignment="Top" Width="200"/>
<TextBlock x:Name="TextBlock_Author_Name" HorizontalAlignment="Left" Margin="120,670,0,0" TextWrapping="Wrap" Text="-" VerticalAlignment="Top" Foreground="White" Width="200"/>

<Slider x:Name="Slider_Carga" Height="36" Margin="500,674,478,10" Style="{DynamicResource Horizontal_Slider}" Value="0" Maximum="100" Background="AliceBlue" MouseLeftButtonUp="Slider_Carga_MouseLeftButtonUp" ValueChanged="Slider_Carga_ValueChanged" IsMoveToPointEnabled="True"/>
<TextBlock x:Name="Text_MinLength" HorizontalAlignment="Left" Margin="456,679,0,0" TextWrapping="Wrap" Text="-" VerticalAlignment="Top" Foreground="White" FontFamily="Verdana" />
Expand Down Expand Up @@ -122,6 +122,7 @@
</Image>
<TextBlock x:Name="TextBlock_Info_PlayList" HorizontalAlignment="Left" Margin="240,588,0,0" TextWrapping="Wrap" Text="" VerticalAlignment="Top" Foreground="White" FontFamily="Verdana"/>
<Button x:Name="Button_Erase" Content="Erase" HorizontalAlignment="Left" Margin="1120,569,0,0" VerticalAlignment="Top" Width="52" Height="24" Background="Transparent" Foreground="White" BorderBrush="#FFABADB3" Click="Button_Delete_All_Click"/>
<Image x:Name="Image_Song" HorizontalAlignment="Left" Height="80" Margin="36,630,0,0" VerticalAlignment="Top" Width="74" Stretch="UniformToFill" />



Expand Down
207 changes: 174 additions & 33 deletions Reproductor de Musica/MainWindow.xaml.cs

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion Reproductor de Musica/Reproductor de Musica.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,9 @@
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Resource Include="IMG\no_found_music.jpg" />
</ItemGroup>
<ItemGroup>
<Resource Include="IMG\ajuste.png" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>TjmJkNSZEgKXGykfzdkT/exQl7pO8JZOiCtkXGVkibw=</dsig:DigestValue>
<dsig:DigestValue>Qq2EYfy7E53c+SuFYOeV6ZYQ8oPXXDdThbg0Ek6EOh0=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified Reproductor de Musica/bin/Debug/Reproductor de Musica.exe
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Reproductor de Musica.exe" size="223744">
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Reproductor de Musica.exe" size="261120">
<assemblyIdentity name="Reproductor de Musica" version="0.0.0.0" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>Avrn13V4AWFwoLUATWTrbarLpKZjSMPYrjr0awBWvjk=</dsig:DigestValue>
<dsig:DigestValue>ZMaFr2HucM1Lk/yU2f9HuUet5205vsS+5r0nRSw2F/4=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified Reproductor de Musica/bin/Debug/Reproductor de Musica.pdb
Binary file not shown.
Binary file not shown.
Binary file modified Reproductor de Musica/bin/Debug/historial.pytham
Binary file not shown.
Binary file modified Reproductor de Musica/bin/Debug/historial_favorites.pytham
Binary file not shown.
Binary file modified Reproductor de Musica/bin/Debug/vp.pytham
Binary file not shown.
Binary file not shown.
Binary file modified Reproductor de Musica/obj/Debug/MainWindow.baml
Binary file not shown.
13 changes: 12 additions & 1 deletion Reproductor de Musica/obj/Debug/MainWindow.g.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "21D8CFBAE9311CAF5866DDE7154DA746B8B5DAF87DAFD0BD11E0841FEE2BCD5E"
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "3E131495EBF2A057A7813EBF98052D30AF370ED71466659A269E20122FFD2EBB"
//------------------------------------------------------------------------------
// <auto-generated>
// Este código fue generado por una herramienta.
Expand Down Expand Up @@ -304,6 +304,14 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I
#line default
#line hidden


#line 125 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image Image_Song;

#line default
#line hidden

private bool _contentLoaded;

/// <summary>
Expand Down Expand Up @@ -717,6 +725,9 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
#line default
#line hidden
return;
case 35:
this.Image_Song = ((System.Windows.Controls.Image)(target));
return;
}
this._contentLoaded = true;
}
Expand Down
13 changes: 12 additions & 1 deletion Reproductor de Musica/obj/Debug/MainWindow.g.i.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "21D8CFBAE9311CAF5866DDE7154DA746B8B5DAF87DAFD0BD11E0841FEE2BCD5E"
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "3E131495EBF2A057A7813EBF98052D30AF370ED71466659A269E20122FFD2EBB"
//------------------------------------------------------------------------------
// <auto-generated>
// Este código fue generado por una herramienta.
Expand Down Expand Up @@ -304,6 +304,14 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I
#line default
#line hidden


#line 125 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image Image_Song;

#line default
#line hidden

private bool _contentLoaded;

/// <summary>
Expand Down Expand Up @@ -717,6 +725,9 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
#line default
#line hidden
return;
case 35:
this.Image_Song = ((System.Windows.Controls.Image)(target));
return;
}
this._contentLoaded = true;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>TjmJkNSZEgKXGykfzdkT/exQl7pO8JZOiCtkXGVkibw=</dsig:DigestValue>
<dsig:DigestValue>Qq2EYfy7E53c+SuFYOeV6ZYQ8oPXXDdThbg0Ek6EOh0=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file not shown.
Binary file modified Reproductor de Musica/obj/Debug/Reproductor de Musica.exe
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Reproductor de Musica.exe" size="223744">
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Reproductor de Musica.exe" size="261120">
<assemblyIdentity name="Reproductor de Musica" version="0.0.0.0" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>Avrn13V4AWFwoLUATWTrbarLpKZjSMPYrjr0awBWvjk=</dsig:DigestValue>
<dsig:DigestValue>ZMaFr2HucM1Lk/yU2f9HuUet5205vsS+5r0nRSw2F/4=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file not shown.
Binary file modified Reproductor de Musica/obj/Debug/Reproductor de Musica.pdb
Binary file not shown.

1 comment on commit 6c6fed7

@Ts-Pytham
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cambios importantes.

Please sign in to comment.