[libdmapsharing] Created tag RHYTHMBOX-0_9_6



The unsigned tag 'RHYTHMBOX-0_9_6' was created.

Tagger: James Livingston <jrl src gnome org>
Date: Sun Oct 1 07:36:48 2006 +0000



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

Alexander Shopov (1):
      Updated Bulgarian translation by Rostislav Raykov <zbrox i-space org>

Arangel Angov (4):
      Updated Macedonian Translation <ufo linux net mk>
      Upddated Macedonian Translation, Arangel Angov <ufo linux net mk>
      Updated translation <ufo linux net mk>
      Updated Macedonian Translation, ufo linux net mk

Benjamin Otte (1):
      various fixes for valgrind complaints:     * lib/rb-tree-dnd.c: (rb_tree_dnd_data_free),     (init_rb_tree_dnd_data):     free the associated target list, too     * widgets/libsexy/sexy-icon-entry.c: (sexy_icon_entry_realize):     initialize allocation.{x,y,width,height} correctly     * widgets/rb-entry-view.c: (rb_entry_view_sync_sorting),     (rb_entry_view_constructor):     free strings when no longer needed

Christophe Bliard (1):
      Updated French translation.

Christophe Merlet (2):
      Updated French translation.
      Updated French translation.

Clytie Siddall (2):
      vi.po: Updated Vietnamese translation.
      vi.po: Updated Vietnamese translation.

Daniel Nylander (8):
      Updated Swedish translation.
      Added images.
      Updated Swedish translation by Fredrik Tuomas.
      Updated Swedish translation by Fredrik Tuomas.
      Updated Swedish translation by Fredrik Tuomas.
      Updated Swedish translation.
      Updated Swedish translation. Updated screenshots.
      Updated Swedish translation.

David Lodge (1):
      Updated British (English) translation.

Dennis Cranston (1):
      Capitalization fixes. Fix a mnemonic conflict. Add ellipses to the edit

Francisco Javier F. Serrador (7):
      Updated Spanish translation by María Majadas.
      Updated Spanish translation.
      Updated Spanish translation.
      Updated Spanish translation.
      Updated Spanish translation.
      Updated Spanish translation.
      Updated Spanish translation.

Funda Wang (2):
      Updated rhythmbox zh_CN translation.
      Updated rhythmbox zh_CN translation.

Gabor Kelemen (3):
      Translation updated.
      Translation updated.
      Translation updated.

Guilherme de S. Pastore (1):
      fixed typos in the Italian translation (ryhthmbox -> rhythmbox)

Hendrik Brandt (1):
      Updated German translation.

Hendrik Richter (1):
      Updated German translation, by Daniel Schindler <daniel logic-co de>

Ignacio Casal Quinteiro (2):
      *** empty log message ***
      *** empty log message ***

Ilkka Tuohela (5):
      Updated Finnish translation
      Updated Finnish translation
      Updated Finnish translation
      Updated Finnish translation
      Updated Finnish translation

Inaki Larranaga (2):
      Updated Basque translation.
      Updated Basque translation.

James Livingston (100):
      patch by: Alex Lancaster <alexl users sourceforge net>
      make the "Track number" checkbox actually work for playlists. From
      purge unushed GThreadPool non-exclusive threads every now and then.
      add a function that returns the same pointer it was passed.
      more python binding fixes
      patch by: Nguy�n Thái Ng�c Duy <pclouds gmail com>
      remove the "selection changed" idle callback, if present.
      patch by Alex Lancaster <alexl users sourceforge net>
      fix the C marshallers to use s/POINTER/BOXED/. Could fix #345384 but quite
      patch by: Brian Cameron <brian cameron sun com>
      don't use the add-to-playlist menu for non-library tracks, as we don't
      stop the search box being applied for limits in auto playlists. Fixes
      Make drag-and-drop withing a model use a reorder rather then deleting and
      don't import gettext stuff as _, as the C code does this for us. Fixes
      patch by Nguy�n Thái Ng�c Duy <pclouds gmail com>
      connect to the "post-entry-delete" signal, rather than "entry-deleted".
      allow RBBrowserSource-derived sources to override the entry context menu
      bind RBSource's convenienve "show popup" method.
      Patch from Ståle Lyngaas <staale lyngaas com>
      patch by: Nguy�n Thái Ng�c Duy <pclouds gmail com>
      patch by: Nguy�n Thái Ng�c Duy <pclouds gmail com>
      add a new rb_plugin_find_file method for locating plugin-specific data.
      set the playlist name to what totem-plparser gives us, or the file name if
      remove rhythmdb_entry_set_uninserted and rhythmdb_entry_set_nonotify. The
      bump pygtk requirements to 2.8, since we're already using some features of
      some more fixes, so that python classes derived from RBSource work
      make _sync_mirrored private, and have "dirty" flags for the affected
      remove an extraneous !, which caused it not to monitor folders in the
      bind rb_debug_real to rb._debug
      print out all the metadata we have read, not just a few.
      some minor changes to try to prevent #343345: - don't ever scale to 1x1,
      check that the path/iter we get from the row reference is still valid.
      don't print out an extra newline when diverting python print statements to
      remove some ununsed gnomeui includes
      build fixes
      don't run the benchmark when doing "make check"
      patch by: Ed Catmur <ed catmur co uk> and Peter
      change os.path.unlink to os.unlink, so removing stuff works.
      fix some usage of Unknown.
      reverse a bit I accidently committed. Nothing to see here, move along...
      don't try to check the sources EOF type if it's NULL. Fixes #346284.
      bind rb_error_dialog
      bind rhythmdb_entry_get_playback_uri
      patch by: PrzemysÅ?aw Grzegorczyk  <pgrzegorczyk gmail com>
      patch by: PrzemysÅ?aw Grzegorczyk  <pgrzegorczyk gmail com>
      patch by: PrzemysÅ?aw Grzegorczyk  <pgrzegorczyk gmail com>
      don't stop DAAP sharing when running with -n, because we don't start it
      fix a syntax error, which caused blacklist creation to fail.
      use rbythmdb_query_model_chain rather than setting the base model, as that
      patch by: Ståle Lyngaas  <staale lyngaas com>     * sources/rb-audiocd-source.c: store the MB track ids in the database.       Fixes #347832
      use the right thing in the #ifdef. From #347832.
      Keep track of outstanding asynchronous vfs operations, and cancel them
      patch by: Alex Lancaster   <alexl users sourceforge net>
      check the strings aren't NULL before calling strstr. Fixes #347998.
      Replace calls to deprecated dbus_connection_disconnect () with
      patch by: Alex Lancaster  <alexl users sourceforge net>
      remove the tentative history, since it appears to be a remanent from older
      don't emit critical warnings when the refstring is NULL, as that happens
      add/update various .cvsignore files
      copy queries rather than taking ownership when parsing a subquery. Fixed a
      apply a patch for EggTrayIcon so that it handled transparent panels
      more .cvsignore updates
      fix warning when entry is NULL.
      fix the schema to use the right plugin keys
      Make hidden entries not get lost from static playlists. Yet again. Fixes
      add a new function which returns the RBRefString that matches a string,
      fix encoding error issue, from #310774.
      add a missing rb_refstring_unref.
      actually make RhythmDBTree threadsafe. Fix a nasty problem if the _foreach
      don't use rb_error_dialog, as it's above this in the stack.
      remove an extraneous _wrap_ from the override definition. Fixes #348893.
      more minor leak fixes
      remove from cvs, as it hasn't been used in a long time. Fixes #349179.
      fix the build I broke with the last commit. Oops.
      don't crash if we didn't drop on a source. Fixes #349580.
      add gconf options to 1) disable loading per-user plugins, and 2) hide
      make the daap code use RBRefStrings for playlist URIs, not pointless
      use the real GtkTreeModel not the filter. Fixes #349722
      don't attempt to seach for local art from http:// URIs, or those gnome-vfs
      try to actually fix #349722 this time
      patch by: William Jon McCann <mccann jhu edu>
      tell libtool not to check for C++/fortran/ etc compilers
      Fix assorted refcounting issues in various play orders, after reviewing
      remove the tentatative history stuff, which is from older code, like we
      don't unref the bus instance, since apparently it's a borrowed reference.
      when sorting podcast by Feed, sort by Date before Title. Fixes #329039
      don't auto-hide remote tracks with GStreamer 0.10, and remember their
      don't attempt to verify the iterator if it's the All value, since it isn't
      take the GDK lock when we should be, from #348588
      - data/rhythmbox.desktop.in: + data/rhythmbox.desktop.in.in: add mroe
      change the schema's update-inteval value from 0 to 1, which causes it to
      fix accidental commit in the last, which caused a warning.
      2006-08-14  James Livingston  <doclivingston gmail com>
      make the EOS and Error signals be non-recursive. Fixes a highly-unlikely
      patch by: Christian Becke <christianbecke web de>
      turn the mountpoint into a RBRefString and compare equality of those,
      add "file access" error
      don't assert if we get called twice, as that can happen. Fixes #357214.
      fix commit which broke i18n
      bump version to 0.9.6. enable tag-writing and ipod-writing by default

Jonathan Matthew (78):
      Get playlist and audio folder information from HAL. Fixes #333845.
      Use post-entry-delete signal to update status and autohide sources.
      Fix plugin/element version detection for id3v2mux.
      Inline the custom icons so they can always be loaded, but are still
      patch by: Nguy�n Thái Ng�c Duy <pclouds gmail com>
      Add missing #include <glib/gi18n.h> from previous commit.
      Fix build break.
      Don't try to use a HTTP proxy if no proxy host is specified. Alert the
      Use HTTP/1.1. Fixes #345895.
      Set cdda source read-speed to 1. Fixes gaps in playback while the drive
      Just check if the elapsed time has been reset, rather than checking if
      Use the original query, not the preprocessed query, when redoing the query
      Protect the dbus connection with a mutex.
      patch by: Ed Catmur <ed catmur co uk>
      Fix build break with gcc 4.1 by changing RBRefString pointers into
      Emit a dbus signal when a property is changed on the playing entry. Fixes
      Correct the details of the playing-song-property-changed signal.
      Change the lyrics cache location to match Quod Libet's, and fix the '&' ->
      patch by: Peter <bugzilla-gnome-org maubp freeserve org uk>
      Move data structures holding registered entry types inside the RhythmDB
      Don't try to set mtime if we've deleted the entry.
      Fix doc build (bug #347223)
      Ignore old query == new query case. Fixes auto playlists with
      Fix compile warning.
      patch by: Nguy�n Thái Ng�c Duy <pclouds gmail com>
      Use GMappedFile to send local files to DAAP clients where possible. iTunes
      Make sure we set status codes on HTTP responses.
      Add a property providing access to the player backend object.
      Add function to copy contents from one query model to another, filtered by
      Clear selection before changing our idea of the model. Fixes crashes on
      Don't tell the browser the query is still pending when doing a subset
      Remove call to rb_source_have_url, as we never did anything with the
      Add gnome-keyring support for DAAP passwords and use gnome-password-dialog
      Only use DAAP seek hacks for GStreamer 0.8 builds.
      Don't try to draw the icon if the drawable area is too small. Fixes
      Pass the items_per_notification parameter to
      Treat sftp:// URIs as likely indicators of songness.
      Use gnome_vfs_async_get_file_info to figure out the local filename for a
      Don't ignore SIGPIPE. gnome-vfs does it for us anyway.
      No point allocating a buffer for the timestamp when we can just put it on
      Actually implement %ag and %aG (genre) for --print-playing-format
      Make entry-type a property on RBSource, rather than on most of its
      Fix query model reference counts (bug #349601).
      Use the connect-proxy signal from the UI manager, which covers all action
      Don't try to unref previous/next entries if they aren't there. Fixes
      Add a 'seekable' property on RBHeader, and use it to make the seek bar
      Give db entries a numeric ID property, replacing the daap server's
      Don't actually disable the seek bar for non-seekable songs, because we
      patch by: Paolo Borelli <pborelli katamail com>
      Remove idle callbacks in dispose, rather than finalize. Fixes crashes when
      Add 'playpause' LIRC command.
      unbreak help build Unbuffer the IO channel. Fixes some weirdness for me.
      Canonicalise URIs received from gnome-vfs file monitor. Fixes #353447.
      Only call libhal_ctx_shutdown if libhal_ctx_init succeeds. Fixes #353483.
      Actually drop the GDK lock, rather than returning while holding it. Fixes
      Re-enable dragging of a set of tracks to the source list to create a new
      Add a final rhythmdb_commit to make sure all songs from the share show up
      patch by: Ed Catmur <ed catmur co uk>
      Fully process each code so the LIRC client returns to its normal state
      Reverse the list of playlists on the DAAP server so it ends up in the
      Apply fix for bug #354149 to our internal copy of sexy-icon-entry.c.
      Rebuild 'add to playlist' menu before removing actions for deleted
      Ignore 'internal data flow error' messages if we've already got an error
      Do something like the previous change, but for gstreamer 0.10 this time.
      Use a limited thread pool for adding URIs to the database. Fixes #352494.
      Use GTK_STOCK_OPEN instead of GTK_STOCK_DIRECTORY for the 'Music->Import
      Delete ipod playlists when the ipod source is deleted. Fixes #355235.
      Patch from Christian Becke to fix compilation with -O3, bug #355945.
      Use the hash table to track hidden entries, rather than visible entries.
      Scale the icon so it matches the rest of the sources. Fixes #351410.
      Make entry_foreach usable.
      Rather than aborting, show an error and refuse to load the database when
      Strip trailing whitespace
      Call lirc_init before lirc_readconfig so we don't crash if the user's
      Handle error/hangup conditions on the LIRC connection. Fixes #358049.
      patch by: William Jon McCann <mccann jhu edu>
      Don't reference members of freed structures.
      patch by: William Jon McCann <mccann jhu edu>

Jordi Mallach (2):
      Updated Catalan translation.
      Updated Catalan translation.

Jovan Naumovski (1):
      2006-08-28 Jovan Naumovski <jovanna cvs gnome org> * mk.po: Updated Macedonian translation

Kostas Papadimas (2):
      Updated Greek translation Dimitris Glezos <dimitris glezos com>
      el.po: Fixed typos by Dimitris Glezos <dimitris glezos com>

Kwok-Koon Cheung (3):
      Updated traditional Chinese translation.
      Change to one lang per line, easier for grepping
      Updated Chinese (Hong Kong) translation. Updated Chinese (Taiwan)

Nguyen Thai Ngoc Duy (4):
      Updated Vietnamese translation
      Fixed "plugin"
      Updated vi.po
      Corrected "Play queue"

Pawan Chitrakar (1):
      Updated Nepali Translation

Raivis Dejus (2):
      Updated Latvian translation.
      Updated Latvian translation.

Ryan P. Skadberg (2):
      GTK Doc Fix
      Fix for 348783

Theppitak Karoonboonyanan (2):
      Updated Thai translation.
      Updated Thai translation.

Tommi Vainikainen (1):
      Added missing separator.

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

William Jon McCann (11):
      Remove Import audio CD from menu. Fixes #339732
      Move cd burning into a plugin. Fixes #344300.
      Don't use a fake model for import-errors and missing-files sources. Add a
      Strip all trailing whitespace. Fixes #344293.
      Fix leaks. From bug #347446.
      More leak and reference counting fixes. From bug #347446.
      Fix more leaks. Mostly RhythmDBEntry ref leaks. From #347446
      Work around a small n-c-b API change.
      Fix for last commit.
      Use TRUE/FALSE in schemas to make it easier to read. Remove spurious
      patch by: James Livingston <doclivingston gmail com>

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



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