~ubuntu-branches/ubuntu/wily/smplayer/wily

« back to all changes in this revision

Viewing changes to zlib-1.2.6/contrib/vstudio/vc10/zlibstat.vcxproj.filters

  • Committer: Package Import Robot
  • Author(s): Maia Kozheva, Maia Kozheva, Alessio Treglia
  • Date: 2012-04-14 12:01:57 UTC
  • mfrom: (1.1.13)
  • mto: (20.2.1 sid)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: package-import@ubuntu.com-20120414120157-mndwobcslgisomso
[ Maia Kozheva ]
* New upstream release:
  - Changes since 0.7.1:
    + A toolbar editor has been added. Now it's possible to select the
      buttons and controls that want to appear in the toolbars.
    + New video filters: gradfun, blur and sharpen.
    + Now it's possible to change the GUI (default, mini, mpc) at runtime,
      no restart required.
    + sub files from opensubtitles should work again.
    + (Youtube) Recognize short urls (like this one:
      http://y2u.be/F5OcZBVPwOA)
    + Better support for chapters in video files.
    + Bug fix: remote m3u files work from the favorites menu or command line.
    + Internal changes in the single instance option (switch to 
      QtSingleApplication).
  - Fixes since 0.7.0:
    + SMPlayer took more than 10 seconds to show when running for the very
      first time.
    + The links to download subtitles from Opensubtitles were wrong.
    + SMPlayer crashed in the favorite editor when trying to select a file
      if the KDE open dialog was used.
  - Changes since 0.7.0:
    + By default the screenshots are saved in the user's pictures folder
      instead of the SMPlayer's config folder.
    + Now it's possible to change the opensubtitles server.
    + Youtube: seeking is slow with flv videos, so now flv videos have the
      lowest priority.
    + Youtube: now it's possible to search and download videos from youtube.
      This is provided by an external application (in linux you have to
      install an independent package: smtube).
* debian/copyright:
  - Rewrite according to DEP-5 specification.
* debian/control:
  - Depend on mplayer2 | mplayer. (Closes: #638279)
  - Update Standards-Version to 3.9.3.
* Remove debian/patches/handle_local_urls.diff, merged upstream.

[ Alessio Treglia ]
* Mention smplayer is also a front-end for MPlayer2.
* Fix small typo in the description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
3
  <ItemGroup>
 
4
    <Filter Include="Source Files">
 
5
      <UniqueIdentifier>{174213f6-7f66-4ae8-a3a8-a1e0a1e6ffdd}</UniqueIdentifier>
 
6
    </Filter>
 
7
  </ItemGroup>
 
8
  <ItemGroup>
 
9
    <ClCompile Include="..\..\..\adler32.c">
 
10
      <Filter>Source Files</Filter>
 
11
    </ClCompile>
 
12
    <ClCompile Include="..\..\..\compress.c">
 
13
      <Filter>Source Files</Filter>
 
14
    </ClCompile>
 
15
    <ClCompile Include="..\..\..\crc32.c">
 
16
      <Filter>Source Files</Filter>
 
17
    </ClCompile>
 
18
    <ClCompile Include="..\..\..\deflate.c">
 
19
      <Filter>Source Files</Filter>
 
20
    </ClCompile>
 
21
    <ClCompile Include="..\..\..\gzclose.c">
 
22
      <Filter>Source Files</Filter>
 
23
    </ClCompile>
 
24
    <ClCompile Include="..\..\..\gzlib.c">
 
25
      <Filter>Source Files</Filter>
 
26
    </ClCompile>
 
27
    <ClCompile Include="..\..\..\gzread.c">
 
28
      <Filter>Source Files</Filter>
 
29
    </ClCompile>
 
30
    <ClCompile Include="..\..\..\gzwrite.c">
 
31
      <Filter>Source Files</Filter>
 
32
    </ClCompile>
 
33
    <ClCompile Include="..\..\..\infback.c">
 
34
      <Filter>Source Files</Filter>
 
35
    </ClCompile>
 
36
    <ClCompile Include="..\..\masmx64\inffas8664.c">
 
37
      <Filter>Source Files</Filter>
 
38
    </ClCompile>
 
39
    <ClCompile Include="..\..\..\inffast.c">
 
40
      <Filter>Source Files</Filter>
 
41
    </ClCompile>
 
42
    <ClCompile Include="..\..\..\inflate.c">
 
43
      <Filter>Source Files</Filter>
 
44
    </ClCompile>
 
45
    <ClCompile Include="..\..\..\inftrees.c">
 
46
      <Filter>Source Files</Filter>
 
47
    </ClCompile>
 
48
    <ClCompile Include="..\..\minizip\ioapi.c">
 
49
      <Filter>Source Files</Filter>
 
50
    </ClCompile>
 
51
    <ClCompile Include="..\..\..\trees.c">
 
52
      <Filter>Source Files</Filter>
 
53
    </ClCompile>
 
54
    <ClCompile Include="..\..\..\uncompr.c">
 
55
      <Filter>Source Files</Filter>
 
56
    </ClCompile>
 
57
    <ClCompile Include="..\..\minizip\unzip.c">
 
58
      <Filter>Source Files</Filter>
 
59
    </ClCompile>
 
60
    <ClCompile Include="..\..\minizip\zip.c">
 
61
      <Filter>Source Files</Filter>
 
62
    </ClCompile>
 
63
    <ClCompile Include="..\..\..\zutil.c">
 
64
      <Filter>Source Files</Filter>
 
65
    </ClCompile>
 
66
  </ItemGroup>
 
67
  <ItemGroup>
 
68
    <ResourceCompile Include="zlib.rc">
 
69
      <Filter>Source Files</Filter>
 
70
    </ResourceCompile>
 
71
  </ItemGroup>
 
72
  <ItemGroup>
 
73
    <None Include="zlibvc.def">
 
74
      <Filter>Source Files</Filter>
 
75
    </None>
 
76
  </ItemGroup>
 
77
</Project>
 
 
b'\\ No newline at end of file'