[libdmapsharing] Created tag RHYTHMBOX_0_11_5



The unsigned tag 'RHYTHMBOX_0_11_5' was created.

Tagger: Jonathan Matthew <jmatthew src gnome org>
Date: Wed Jul 2 11:25:03 2008 +0000

    2008-07-02  Jonathan Matthew  <jonathan d14n org>
    
    	* plugins/ipod/rb-ipod-source.c: (impl_get_mime_types):
    	Revert half of the fix for #508537, as we can't encode ipod-compatible
    	AAC files yet.
    
    svn path=/trunk/; revision=5789

Changes since the last tag 'RHYTHMBOX-0_11_4':

Alex Kloss (1):
      Disambiguate mnemonics, add missing mnemonics for visualization and

Andre Klapper (1):
      Added Pashto translation on behalf of Zabeeh Khan (bug #521378).

Artur Flinta (2):
      Updated Polish translation by GNOME PL Team.
      Updated Polish translation by GNOME PL Team.

Bastien Nocera (18):
      Patch from Ralph Giles <giles xiph org> to fix warnings when there's no
      Patch from David Zeuthen <david fubar dk> to support the new x-content/
      Fix warning from automake about AM_LDFLAGS not being defined
      Fix command to debug imports, don't know how that ever worked
      Add handlers for lastfm:// URIs, needed to support last.fm streams
      Use -fno-strict-aliasing for those directories when the compiler supports
      Change the default window size and pane size so that it fits on 800x600
      Fix files from removable devices being imported in the main library
      Fix possible crasher (and probable with the device activation for
      Remove the checks for PLA support in totem-pl-parser, we depend on a
      Add patch to force the parsing of Podcasts as "playlists", fixes parsing
      Remove support for older versions of totem-pl-parser than what we require
      Say that we handle URLs, otherwise only local filenames are passed Handle
      Fix string checking, spotted by Will Thompson <will willthompson co uk>
      Patch from Jonathan Matthew <jonathan d14n org> to not make sorted queries
      Don't crash when passing a non-local URI, and there's no errors to report
      Add rb_scale_pixbuf_to_size to scale to a specific GtkIconSize, respecting
      Add a plugin by Jonathan to allow minimising to the tray (Closes: #318629)

Chao-Hsiung Liao (1):
      Updated Traditional Chinese translation(Hong Kong). Updated Traditional

Christophe Fergeau (18):
      make sure we are only processing entries from the iPod in
      add missing g_boxed_free when manipulating the entry-type of a source,
      set FIRST_SEEN property when adding songs to the library
      with libsoup 2.4, soup_uri_decode no longer works in place as it used to,
      don't connect to notify::name too soon during RbIpodSource instanciation
      Patch by Shogun <shogun713 at gmail dot com>     * plugins/ipod/rb-ipod-source.c: (impl_get_mime_types): favour aac     over mp3s when transferring to an ipod     * sources/rb-removable-media-source.c: (impl_paste): audio/x-m4a     files are to be handled as audio/mpeg files     Fixes bug #508537
      add the 'first added' column to the ipod view, fixes bug #512476
      Patch by Philippe Troin     * plugins/ipod/rb-ipod-db.c: (rb_ipod_db_load): properly detect     shuffles 2g and 3g as ipod shuffles, fixes bug #528301
      properly extract the year from the time_t we get from a PROP_DURATION,
      Require libgpod 0.6 since it's needed to support ipod classic/video nano
      Playlist creation/deletion/renaming on the ipod, fixes bug #451265
      When copying to a DAP, sanitize filenames so that they are valid on the destination FS
      Use date and time from podcast when transferring a podcast to an ipod
      patch by: Colin Leroy <colin at colino.net>     * plugins/ipod/rb-ipod-source.c: (add_rb_playlist): remove extra     g_object_ref when creating a new playlist. This extra ref prevented     RbIpodSource and RbIpodDB objects from being disposed on     RbIpodSource::delete_thyself, which prevented proper saving of the     ipod database on ipod ejection. Fixes bug #451265
      Apply Colin Leroy's patch from bug #451265
      Explain the raison d'être of a non-obvious needed g_object_ref(_sink)
      Handle sort artist when reading from/writing to the ipod
      simpler way of setting year for tracks added to the ipod

Claude Paroz (2):
      Updated French translation.
      Updated French translation.

Daniel Nylander (3):
      sv.po: Swedish translation updated
      sv.po: Updated Swedish translation
      sv.po: Updated Swedish translation

Djihed Afifi (8):
      Updated Arabic Translation by Ahmad Farghal.
      Updated Arabic Translation by Ahmad Farghal.
      Updated Arabic Translation by Ahmad Farghal.
      Updated Arabic Translation by Ahmad Farghal.
      Updated Arabic Translation by Ahmad Farghal.
      Updated Arabic Translation by Ahmad Farghal.
      Updated Arabic Translation by Ahmad Farghal.
      Prepend a right-to-left mark to the song information label for RTL

Duarte Loreto (1):
      Updated Portuguese translation by Filipe Gomes <filipefgomes gmail com>.

Funda Wang (3):
      Updated $LANGNAME translation.
      Updated $LANGNAME translation.
      Updated zh_CN translation.

Gabor Kelemen (1):
      Translation updated

Gil Forcada Codinachs (3):
      Updated Turkish translation to pass msgfmt -cv
      Updated Catalan translation
      Some fixes by David Planella

Gintautas Miliauskas (2):
      Updated Lithuanian translation.
      Updated Lithuanian translation.

Hendrik Richter (3):
      Updated German translation, fix #501648.
      Updated German translation, fix #523863.
      Updated German translation, fix #531996.

Ignacio Casal Quinteiro (2):
      Updated Galician Translation.
      Updated Galician Translation.

Ihar Hrachyshka (2):
      Updated Belarusian Latin translation.
      Updated Belarusian Latin translation.

Ilkka Tuohela (1):
      Updated Finnish translation

Inaki Larranaga Murgoitio (1):
      Updated Basque translation.

James Livingston (4):
      patch by: Frank Scholz <dev netzflocken de>
      remove the hardcoded iterface name, which I accidently committed
      bump version add release news
      licensing changes

Jochen Skulj (6):
      de.po: Updated German translation
      Updated German translation
      Updated German translation (error fixed)
      Updated German translation (error fixed)
      Updated German Translation
      de.po: Updated German Translation

Jonathan Matthew (143):
      patch by: Karol Krizka <kkrizka gmail com>
      patch by: Kouhei Sutou <kou cozmixng org>
      patch by: Kouhei Sutou <kou cozmixng org>
      patch by: Jay Cornwall <jay jcornwall me uk>
      When handling fake EOS events for crossfading, don't stop playback if
      Use GtkVolumeButton instead of BaconVolumeButton where available.
      Fix some broken error message formatting. Don't try to unblock the stream
      patch mostly by: Sam Solon <ssolon usa net>
      patch mostly by: Sam Solon <ssolon usa net>
      patch by: Claude Paroz <claude 2xlibre net>
      event->metadata can be NULL in certain error cases, so don't assume that
      patch by: Jay Cornwall <jay jcornwall me uk>
      patch by: Jay Cornwall <jay jcornwall me uk>
      Add mappings for FLAC (audio/flac <-> audio/x-flac) so FLAC files can be
      Always initialize python if python plugins are enabled. Fixes #499208,
      Patch by: Ryan Hughes <ryan iheartryan com>
      Don't bother reversing the playlist list when we're going to sort it
      Set limits on the spin buttons used in the query creator so the input
      Move the tree view column fixed width setting code out to rb-util so it
      Don't crash in RBShellPlayer.get_playing_path() if the playing path is
      For audio CD playback, try to disable paranoia mode and reduce read speed,
      Don't send hidden entries to DAAP or UPnP clients. Fixes #509148.
      patch by: Li Yuan <li yuan sun com>
      Add bindings for property ID <-> element name translation methods.
      As far as possible, rename musicbrainz_artistsortname to artist_sortname.
      Record the fade end point before touching the controller so if we're
      patch by: Mirco Müller <macslow bangang de>
      Don't pass in NULL for error/ignore entry types, and if we don't have a
      patch by: Ed Catmur <ed catmur co uk>
      Add a user-agent header to our HTTP requests. Some proxies behave badly
      patch by: Damien Carbery <damien carbery sun com>
      dbus methods that return 'o' types are supposed to return the object path,
      Try the new interface/path names for the media player keys interface
      Don't use the playing_entry_eos flag to figure out whether to update
      interesting parts of patch by: Dan Winship <danw gnome org>
      Make the text in the search box black, regardless of theme colour, since
      Add missing #if defined(HAVE_LIBSOUP) so people can build without libsoup
      Fix subtly broken DB query so it has a chance of working now.
      Fix stats update for ERROR, STOP and RETRY EOS actions so stats are only
      patch by: Sebastien Bacher <seb128 debian org>
      Don't blindly remove any text in brackets. Sometimes it's important. Fixes
      patch by: Götz Waschk <waschk mandriva org>
      When switching to a new entry, always clear out the playlist URL queue,
      This class shouldn't return TRUE from impl_can_search, as it knows nothing
      Disable astraweb lyrics search (the site is dead), re-enable
      Use gio for trashing files when available so it works better on GNOME 2.22
      Fix bindings for RhythmDBImportJob so it might be usable from python.
      Fix gtk-doc build (I hate link order problems), #522821.
      Return the full URI, rather than just the path. Allows local cover art
      Add gtk-doc stuff for RBURIDialog.
      Rearrange struct/typedef bits so gtk-doc likes them (I'll probably end up
      Update the gtk-doc structure to match something approaching reality
      Bring this up to date too
      Add gtk-doc for RBLibraryBrowser and RBSearchEntry.
      Add gtk-doc for RBSource. (10%!)
      sources/rb-source.c
      Fix lots of gtk-doc warnings
      More gtk-doc additions and fixes.
      More gtk-doc additions (15%!). Remove declaration of rb_error_dialog_full,
      Fix signal argument descriptions. Forgot to include the object emitting
      Add gtk-doc for RBPropertyView and RBQueryCreator
      Add gtk-doc for RBCellRendererPixbuf, RBEntryView, and RBHeader.
      Add docs for RBPlayerGstTee, RBPlayerGstFilter, RBAutoPlaylistSource
      Add gtk-doc for RBPlayQueueSource and RBMissingFilesSource
      Add gtk-doc for RBEncoder
      Use ogg previews in preference to mp3. Fixes #397097.
      patch by: Nikolai Luthman <nikolai luthman gmail com>
      Add new base-query-model property to RBSource to provide access to the
      patch by: Sebastien Bacher <seb128 debian org>
      Add gtk-doc for RBPlaylistSource, RBSourceList, RBSourceListModel. Add
      Add/fix gtk-doc for tree drag and drop stuff, RBMetaData,
      Add the MTP source eject action to the toolbar, not the removable source
      Add gtk-doc for RBProxyConfig and RBStringValueMap.
      Remove the playlist-ended callback. It was causing crashes (the 'metadata'
      Fix build break.
      Split code for dealing with audioscrobbler queue entries out to a separate
      Add gtk-doc for RBHistory
      patch by: Thomas Zander <thomas e zander googlemail com>
      patch by: Frank Scholz <dev netzflocken de>
      Hold the stream list lock while setting and clearing idle handler IDs,
      patch by: Thomas Andersen <phomes gmail com>
      patch by: Maximilian Grothusmann <maxi own-hero net>
      patch by: Edgar Luna <edgar luna gmail com>
      When updating a podcast feed, remove any episodes that have not been
      patch by: Mirco Müller <macslow bangang de>
      patch by: Mika Wahlroos <mika wahlroos iki fi>
      gtk-doc for glade helper functions.
      gtk-doc for RBPlayOrderRandom
      gtk-doc for RBSourceHeader
      gtk-doc for RBStatusbar
      gtk-doc for RBTrayIcon
      Remove some types we don't need to document
      In rb_podcast_parse_load_feed, add a flag indicating that the feed already
      patch by: Jay Cornwall <jay jcornwall me uk>
      patch by: Paul Drain <paul operationaldynamics com>
      If we emit a stream-playing signal to make buffering work, emit another
      Localise a few strings that need it. Fixes #530157.
      Add 'shuffle queue' action that, um, shuffles the queue.
      oops
      Don't query for artwork if either the album or artist name is NULL. Fixes
      Rather than returning the entry after the current playing entry, return
      Increase the maximum buffer count of the preroll queue to 1000 (from 200)
      When starting the sink, process bus messages rather than just waiting for
      Use rb_shell_player_stop() instead of rb_shell_player_set_playing_source
      Close the metadata helper process stdout pipe when cleaning up. Fixes
      Revert some changes I accidentally committed.
      Convert default music directory to a URI before setting it in gconf. Fixes
      patch by: F. Steinel Python 2.4 compatibility. Fixes #531052.
      Don't set stream->state after starting the state change; we already set it
      Add a file size argument to the encoder's 'completed' signal.
      patch by: Adam Zimmerman <adam_zimmerman sfu ca>
      patch mostly by: Mats Taraldsvik <mats-post broadpark no>
      patch by: Andreas Henriksson <andreas fatal se>
      patch partly by: David Turner <cillian64 googlemail com>
      Add a new signal, 'filter-entry-drop', allowing model owners (sources,
      Set the size request height on the progress bar so it doesn't cause the
      Add missing marshaller from the fix for $508267.
      Look for images with filenames containing the artist and album name from
      Check if the username/password actually changes, and if it has, reset the
      patch by: Jeremy Katz <katzj redhat com>
      While waiting for the sink to start, pass messages that aren't related to
      Unref volumes, rather than re-refing them. Spotted by Colin Leroy,
      patch by: Marcin Galazka <mrc post pl>
      Remove extra stream unref, and only check the stream state while holding
      Allow the current playing source to provide its own play order, overriding
      Require totem-pl-parser 2.22.0 for some XSPF changes needed for last.fm
      patch by: John Millikin <jmillikin gmail com>
      patch by: Luca Ferretti <elle uca libero it>
      patch by: John Millikin <jmillikin gmail com>
      Add translator comment for the 'user tag radio' format string. Fixes
      gtk-doc for RBShellPlayer
      gtk-doc for RBShellPreferences and RBBrowserSource
      gtk-doc for RBShellClipboard
      gtk-doc for RBPlaylistManager and RBLibrarySource. also remove
      Use a single query model to store our last.fm playlist; we don't really
      Add a method for accessing the predefined entry view columns.
      Don't use RHYTHMDB_ENTRY_STREAM category for magnatune or last.fm tracks.
      Update last.fm station last-played time when we successfully parse a
      Don't crash if there's no 'meta=' query arg in the request. Probably fixes
      If the seek slider is still being dragged when we reach EOS, wait until
      patch by: Alfredo Pironti <alfredio fastwebnet it>
      Use valac -C so it doesn't try to compile the code itself. Apparently
      Revert half of the fix for #508537, as we can't encode ipod-compatible AAC

Jonh Wendell (3):
      Updated Brazilian Portuguese translation by Og Maciel.
      Brazilian Portuguese translation updated by Og Maciel.
      Brazilian Portuguese translation updated by Og Maciel.

Jorge Gonzalez Gonzalez (9):
      Updated Spanish translation
      Updated Spanish translation, fixes bug #507424, bug #507425 and bug #507426
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Jovan Naumovski (2):
      2008-01-29 Jovan Naumovski <jovanna svn gnome org> *mk.po: Updated Macedonian translation.
      2008-03-31 Jovan Naumovski <jovanna svn gnome org> *mk.po: Updated Macedonian translation.

Kenneth Nielsen (2):
      Updated Danish translation
      Added Danish translation

Kjartan Maraas (3):
      Updated Norwegian bokmål translation.
      Updated Norwegian bokmål translation.
      Updated Norwegian bokmål translation.

Leonardo Ferreira Fontenelle (2):
      Updated Brazilian Portuguese translation by Og Maciel.
      Updated and improved Brazilian Portuguese translation by Fábio Nogueira.

Lu Gan (1):
      Updated Simpilifed Chinese translation to 100% for now

Luca Ferretti (3):
      Updated Italian translation.
      Updated Italian translation.
      Updated Italian translation

Marcel Telka (2):
      Updated Slovak translation by Peter Tuhársky.
      Updated Slovak translation by Peter Tuhársky.

Nickolay V. Shmyrev (3):
      Updated Russian translation by Yuri Myasoedov <omerta13 yandex ru>.
      Updated Russian translation by Yuri Myasoedov <omerta13 yandex ru> and
      Updated Russian translation by Yuri Myasoedov <omerta13 yandex ru>.

Nikos Charonitakis (2):
      Updated Greek translation by Giannis Katsampirhs <juankatsampirhs gmail com>
      Updated Greek translation by Giannis Katsampirhs <juankatsampirhs gmail com>

Pawan Chitrakar (1):
      Updated Nepali Translation

Petr KováÅ? (3):
      cs.po: Updated Czech translation by Kamil Paral.
      cs.po: Fixed Czech translation, thanks to Kamil Paral (bug #532315).
      cs.po: Updated Czech translation by Kamil Paral (bug #538280).

Philip Withnall (1):
      Updated British English translation.

Ross Burton (2):
      Patch by: Christophe Fergeau.
      Patch by: Christophe Fergeau.

Seán de Búrca (1):
      Updated Irish translation.

Simos Xenitellis (1):
      Updated/reviewed Greek translation

Stéphane Raimbault (2):
      Updated French translation.
      Updated French translation.

Takeshi AIHANA (1):
      Updated Japanese translation.

Timo Jyrinki (2):
      fix two typos
      small typo fix

Vincent van Adrighem (3):
      Translation updated by Tino Meinen.
      Translation updated by Tino Meinen.
      Translation updated by Tino Meinen.

Wadim Dziedzic (1):
      Updated Polish translation

Yair Hershkovitz (4):
      updated hebrew translation
      updated hebrew translation
      updated hebrew translation
      updated hebrew translation

Yannig MARCHEGAY (6):
      Updated Occitan translation
      Updated Occitan translation
      Updated Occitan translation
      Updated Occitan translation
      Updated Occitan translation
      Updated Occitan translation

Žygimantas BeruÄ?ka (1):
      Updated Lithuanian translation.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]