~ubuntu-branches/ubuntu/saucy/parole/saucy

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2012-08-15 13:56:10 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120815135610-xkgrhm52dq81czhe
Tags: 0.3.0-0ubuntu1
* New upstream release.
* debian/patches:
  - 01_fix-implicit-dso-linking.patch: dropped, included upstream.
  - 01_fix-plugin-install-dir.patch, 02_fix-ftbfs-enable-debug.patch,
    03_fix-ftbfs-built-twice.patch: added, fix wrong install path and build
    failures.
* debian/control:
  - replace b-dep on libxfcegui4-dev with libxfce4ui-1-dev and bump
    libgtk2.0-dev to >= 2.20.
* debian/rules:
  - create empty m4 directory if missing.
  - clean up autogenerated files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2012-08-09: bluesabre@xfce.org
 
2
    * Release version 0.3.0
 
3
    * Replaced libxfce4gui dependencies with libxfce4ui
 
4
    * Upgraded GTK interface to GTK 2.20+
 
5
    * Revamped, minimalistic interface
 
6
    * Replaced playbin with playbin2
 
7
    * Improved subtitle/audio track handling
 
8
    * Fixed many of the existing bugs
 
9
 
1
10
2009-08-11: aliov@xfce.org
2
11
        * main.c show gtk and gst command line options.
3
12
        * parole-medialist.c, allow multiple selection, so handle list up 
116
125
        * Provides a dialog to load/unload plugins.
117
126
        * data/interfaces/ Mark some gtk labels as non-translatable+default
118
127
        respone of some buttons in the dialogs.
119
 
        * parole/parole-rc-utils.{c,h} added function to load list entries+
 
128
        * src/misc/parole-rc-utils.{c,h} added function to load list entries+
120
129
        Split the configuration file into groups.
121
130
        
122
131
2009-07-23: 23:00 Ali aliov@xfce.org
123
 
        * parole/parole-gst.c Only emit media progressed signal when the
 
132
        * src/misc/parole-gst.c Only emit media progressed signal when the
124
133
        state is playing.
125
 
        * parole/parole-pl-parser.{c,h} added a playlist parser code based
 
134
        * src/misc/parole-pl-parser.{c,h} added a playlist parser code based
126
135
        on code from totem and from xfmedia.
127
 
        * parole/parole-filters.c added filters for playlist files.
 
136
        * src/misc/parole-filters.c added filters for playlist files.
128
137
        * po/POTFILES.in updates.
129
138
        * delete the common dir as it is useless.
130
139
        * Change ParoleMediaFile to ParoleFile as it doesn't only describe
135
144
 
136
145
2009-07-19: 01:00  Ali aliov@xfce.org
137
146
        * Parole now can play DVD/VCD.
138
 
        * parole/parole-stream.c no need to hold a reference to 
 
147
        * src/misc/parole-stream.c no need to hold a reference to 
139
148
        ParoleMediaFile object.
140
149
        * Change the flag of dbus_request_name to 
141
150
        DBUS_NAME_FLAG_ALLOW_REPLACEMENT to make the -i (new instance) 
149
158
        * No need to install the interface files anymore.
150
159
        * Rename src dir to parole.
151
160
        * Gtk doc for plugin api (not yet complete).
152
 
        * parole/parole-player.c stop gst when the stream finishes 
 
161
        * src/misc/parole-player.c stop gst when the stream finishes 
153
162
        and no remaining media left in the list.
154
 
        * parole/parole-player.c rename the media file shown in the media list
 
163
        * src/misc/parole-player.c rename the media file shown in the media list
155
164
        when we get a tag message from gst.
156
 
        * parole/parole-stream.c Handle tag messages.
157
 
        * parole/parole-module.{c,h} added a GTypeModule subclass
158
 
        * parole/parole-mediafile.c expose GObject properties.
 
165
        * src/misc/parole-stream.c Handle tag messages.
 
166
        * src/misc/parole-module.{c,h} added a GTypeModule subclass
 
167
        * src/misc/parole-mediafile.c expose GObject properties.
159
168
        to handle plugins.
160
169
        * put some code in the common dir.
161
170
        * update POTFILES.in+README+TODO.