[Pkg-mpd-commits] [sonata] annotated tag v1.7a1 created (now 6b20590)

Simon McVittie smcv at debian.org
Tue Jul 26 08:33:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a change to annotated tag v1.7a1
in repository sonata.

        at  6b20590   (tag)
   tagging  74e2990f3500793529438dcf558b092086d2ce56 (commit)
  replaces  v1.6.2.1
 tagged by  Jonathan Ballet
        on  Fri Feb 8 21:50:21 2013 +0100

- Log -----------------------------------------------------------------
Release 1.7a1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAABCAAGBQJRFWWMAAoJEM0XOd9P0uwVFWAH/RLxnOaSbOXi2ldqQKVm0M+L
Rez93wa9qQ5cxHHNk/DpuSvYvm8JfOiEBm3x8opwvHzunaDsTd1hNY6I1Im2PJPr
WUUr+TOiHWTnOprEPc/98sO123v7Kq3LnUaoS+GP1pJcl+RI38Rhi+cCNOxVBUqZ
Hwkdu0tdn0X0pq5hQIaaTf5NFr+DdbyhNsAZ7SCWWl4aMZw2lL6GuxFGJEH7MAMW
59bhr0io19m/icN1UlRiB1mkd6OxZFyRndYsmWivLKmnWL/FZH69W246OmrjodpA
LpMr+TGoHObkb91T3d2qlajk10UhCuWXtnegnsnEDZyh3EA+BTfcZwaU1VJ4nVY=
=tWTl
-----END PGP SIGNATURE-----

Anton Lashkov (12):
      Add context menu icons.
      Add consume mode.
      Remove unused ";"
      Simplified usage of library_[get|set]_data
      Fix opening file without gedit.
      Loads and starts plugins earlier
      Rename "tabs" to "tab_construct".
      Make playlists and streams not a plugins.
      Add plugin README.
      Sonata automatically fetches lyrics in a new thread.
      Log which plugin downloaded lyrics
      lyrics: new, simpler, lyricswiki plugin

Daniel (1):
      Go fullscreen by dbus

Jaesung BANG (1):
      translations: add Korean translation

John McNeil (1):
      Fix bad calculation of played song time for audioscrobbling.

Jonathan Ballet (190):
      Improved support for Gtk Status icon
      Fix UI play/pause/... buttons on reconnection
      Fixed a TODO item \o/
      systray: remove the useless callback on the popup-menu event for gtk.StatusIcon
      ui-connection: display the 'offline' UI if mpd doesn't run at Sonata startup
      ui-connection: explained a possible race condition while updating the connection state
      lyrics: rewrite the lyrics location function to make it clearer
      lyrics: ask the lyrics plugin to force the retrieval of new lyrics
      lyrics: refactor the get_lyrics function to avoid repetition and makes it clearer
      lyrics: fetching lyrics from lyrics.wikia.com now works again
      Merge branch 'fix-fetch-lyrics' into integration
      launcher: make the main launcher cleaner
      Don't try to display an egg.trayicon if we don't know its size yet
      Merge branch 'refactor-tray-icon' into integration
      Add support to run tests (unittests & doctests)
      Merge branch 'refactor-launcher' into integration
      Add a README file about my own repository
      Cleaner interface to the MPD server
      Simpler and cleaner way to call a method on the MPD client
      Remove useless alias to MPD's currentsong command
      Add logging support
      Allow to change log level from the command line
      Rename MPD handler object name into something better
      Add more logging information on plugins and MPD helper
      Add support for logging module
      Make cleaner accessing the MPD object
      Update README with logging + cleanup merges
      Reindent setup.py file
      Use pkg_resources to access icons files and store them in the egg.
      Rename the method to find the path to an icon
      Install data files in a "share/" sub-directory instead of everything in the egg
      Forgot to add a logger initializationin the pugin system
      Merge branch 'logging-support' into integration
      Fix installation location of data files
      Simplify the build process: don't over clean and be smarter about what to build
      Generate the list of translation files on the fly, instead of being hardcoded
      Simplify the packaging/build process by doing only what's required
      Add README information about packaging improvement
      Remove "old" (< 0.80.0) DBus Python support
      Remove fix for broken ZSI on Ubuntu
      Remove support for egg.trayicon
      Remove check for PyGtk < 2.12.0
      Remove fix for gtk.LinkButton.link_button_set_uri_hook()
      Make the list of default plugins a real Python list
      Add README entry about the constants refactoring.
      Merge branch 'refactor-consts' into integration
      Provide information on how to send me some changes
      py3: Sonata now requires Python 3
      py3: the version is now a string, not a list a bytes
      Don't crash if Sonata can't connect to MPD at startup.
      ui: new function to safely display values in labels
      Fix code indentation
      doc: update Changelog with playlist fixes from Zhihao Yuan
      Merge branch 'other/lichray/fix-playlist-menu' into integration
      compatibility: remove code paths related to MPD <= 0.14
      Merge branch 'remove-deprecated' into integration
      Merge remote-tracking branch 'lichray/fix-new-dbus' into integration
      gtk3: fix an exception due to signature change in library.get_visible_range()
      Assuming the fork, and taking over the 'master' branch.
      Fix crashes when using Sonata command line
      New consume mode + use more stock icons
      Various cleanups
      Localization fixes + up-to-date German translation
      Merge branch 'master' into gtk3
      Correctly handle change of the playlist formatting
      py3:  really fix the version information this time...
      py3: version is a str() again, and fix usage of sonata.genversion
      mpd: don't overreact if Sonata can't connect to MPD
      gtk3: reintroduce some fixes which have been removed when migrating to Gtk 3
      Allow to exit the application with Ctrl+C from the terminal
      mpd: our mpdhelper wrapper completely wraps the mpd module, and use unicode by default
      mpd: don't need to over-disconnect before connecting
      cli: fix result of "status", broken since b242a39e
      Merge branch 'gtk3' into gtk3-builder
      gtk3: set alternative background color on tree view lines
      gtk3: align the progress bar with the toolbar buttons
      gtk3: use the custom CrumbBox once again
      gtk-builder: merge all preferences_*.ui files into preferences.ui
      Remove logging of MPD calls, handled now by python-mpd
      mpd: don't need to over-disconnect before connecting
      cli: fix result of "status", broken since b242a39e
      Consume mode works again
      gtk3: fix accelerators on check boxes in the preferences window
      py3: change Python version checks from 2.x to 3.2+
      i18n: translation files are now usable even while developping
      gtk3: fix Gtk.UIManager issue when loading UI description with non-C locales
      One big step forward: Merge branch 'gtk3'
      Remove some TODO which are done.
      doc: updated the Changelog and readme files
      Merge branch 'master' into gtk3-builder
      gtk3: fix popup menu on the main window
      i18n: fix and add translation strings
      i18n: up-to-date French translation
      gtk3: fix typos, from 7a33ea8f
      packaging: fix setup.py after renaming files in 7f232f
      gtk3: fix computation of cover size
      gtk3: fix column sorting and call to GObject.idle_add()
      gtk3: provide a convenient function to create GtkBuilder objects
      gtk3: packaged .ui files
      doc: more changelog entry
      There is no such things as "window_owner", Sonata is always the owner of its window
      gtk3: use GtkApplication to handle application uniqueness
      gtk3: remove Gnome session support, which should be handled by GtkApplication now.
      lyricswiki: don't be so noisy if an error occurs
      py3: correctly set the process name viewable in ps and xprop on Linux
      i18n: updated script to generate translation file to support .ui files
      gtk3: some icons now have the same size as before (tabs & library breadcrumb)
      py3: open files using UTF-8, no matter what the default system encoding is
      ui: remove unused functions
      i18n: move translation strings from Python to Glade
      i18n: mark some strings as "not translatable" and update list of translatable files
      i18n: correctly set the translation system for Python & C libraries
      i18n: clearer comments when looking for the right translation directory
      i18n: up-to-date French translation
      i18n: look for translations string in Glade files
      i18n: allow to update only specific .po files
      i18n: updated the TRANSLATORS doc with new contact informations
      gtk3: remove useless function sonata.ui.image()
      gtk3: remove useless calls to sonata.ui.label()
      gtk3: fix custom icon setting whild drag'an'dropping
      Renamed ui.provider() ui.css_provider() and simplify Gtk resources loading
      Merge remote-tracking branch 'others/hobophobe/gtk3-builder' into gtk3-builder
      gtk3: use GtkBuilder to build the user interface, thanks to Adam Dane
      doc: updated changelog
      config: refactor the configuration module to remove duplicates
      Backward compatible fix when loading some  wrongly-serialized values
      Provide a basic Song object to start the removal of mpdhelper.get()
      Properly implement comparison for Song objects
      Implement Song.track to return the track number of the song
      Implement Song.pos to return the position of the song in the playlist
      Implement Song.time
      Implement Song.artist
      Implement Song.disc
      Implement Song.album
      Implement Song.file
      Implement Song.title
      Implement Song.date
      Remove call to mpdh.get(xxx, 'directory'), it's not a Song information
      Return a special object for MPD.count() with integer values
      Don't use mpdh.get() to access the results of MPD.playlists()
      Implement Song.name
      Remove last use of mpdhelper.get()
      Be smarter when accessing SongResult attributes
      MPD.listallinfo() still returns a simple dict
      Remove .mpdhelper.get() and _sanitize() functions
      Merge branch 'master' into refactor-song-info
      gtk: replace deprecated call to GLib functions through GObject
      Rename SongResult class to the more explicit MPDSong
      Rename CountResult class to the more explicit MPDCount
      Merge branch 'master' into improve-lyrics
      lyrics: simplified lyricwiki plugin
      lyrics: fixed lyricswiki plugin and improved overral lyrics plugin support
      config: simplify the configuration file management
      Wrap the result of some MPD's commands for easier access
      config: "port" in profile is an int
      plugin: custom plugins are now stored in ~/.config/sonata/plugins/
      test: unittest2 is not used anymore
      py3: remove some Python 2 crufts
      covers_lastfm: Fetch covers from Last.fm
      covers_lastfm: Handle multiple images and errors checking
      covers-lastfm: make the plugin executable by finding some test cover
      covers lastfm: new API key
      covers: fix size of covers in the search remote covers dialog
      Remove broken Rhapsody covers plugin
      covers lastfm: port to JSON, bump to revision 1.0 (for what it's worth)
      covers: use Last.fm services instead of (broken) Rhapsody to find covers
      doc: update changelog with new covers plugin
      covers: provide new API to simplify writing of covers plugins
      cover: log and images detection is done by Sonata itself
      covers lastfm: detect errors
      covers: allow to pass a reason to the error callback
      doc: start to add a documentation to explain how the plugin system works
      plugin: simplified cover fetching API for plugin writers
      doc: updated changelog with new format
      mpd: if a song attribute exists several times, keep only the first one
      Remove some MPD caching, causing troubles with password authentication
      Add more tests for weird disc values
      Fix mpdhelper ValueError on weird disc values
      Better translation support and formatting for time-related strings
      i18n: the content of POTFILES.in is now stable (always sorted)
      i18n: up-to-date French translation
      Simplified and homogenized use of icons in Sonata
      Reindent Glade files using Glade
      covers: some albums exist on Last.fm without covers, deal with them
      doc: revamped README file
      Fix configuration loading when no config file available
      scrobbler: allow to scrobble again
      Deal with file names and paths using strings instead of bytes
      doc: recommends PyGObject 3.7.4 or more
      doc: more informations for the PyGObject dependency

Jörg Thalheim (71):
      import new pygobject instead of pygtk
      python3 needs explicit package to import local ...
      rename some python modules to its modern version
      fix obivious python3 incompatibilities
      Port ui from pygtk to pygobject
      drop custom UnicodeEntry, python3 use already utf8
      drop egg-trayicon
      update Configparser
      port lyricswiki-plugin to new urllib & new webapi
      Port rhapsodycover plugin to new urllib
      pluginsystem.py use new ConfigParser
      fix invisible cursor in fullscreen mode
      misc.py update default webbrowser list
      deprecate mmkeys
      setup.py fix print statement
      Use default unittest suite instead of unittest2
      preferences.py remove syntax error (colon)
      Refactor misc.convert_time() to be more readable
      remove sugar integration
      Remove last unicode() occurence
      fix red marking in search filter
      Adapt to new set_cursor API in search filter
      lyricwiki_editlink was renamed by accident
      fullscreencoverart is painted black again
      Adapt change_cursor to gtk3
      library.py fix arguments for set_cursor
      progressbar show playtime again
      Fix bad indentation change_cursor(): 8->4 spaces
      library.py refactor data model
      about.py rework shown text
      Fix argument list of menu popups
      Fix systemtray wheel scrolling
      extract SongRecord in to own module
      cli.py fix imports
      cly.py adapt usage of config module to new api
      cly.py remove recoding from info printing
      mpdhelper.py include self in __set_supress_errors
      mpd.py use constant in Gtk.icon_size_lookup
      main.py port various usage of urllib to new api
      library.py select_range expect now Treepath as arg
      Don't set utf-8 as default str encoding
      main.py fix module that was shadowed by variable
      library.py fix search partial
      library.py fix indentation
      library.py set_tooltip_text doesn't like None ...
      library.py rename Treepath.append -> append_index
      make SongRecord compareable
      song.py SongRecord: more general comparision
      Replace Constant class with plain variables
      document SongRecord for great good
      mpdhelper fix error on malformed track number
      fix #1959: library search makes sonata crash...
      library.py variable in wrong scope due indentation
      Fix argument list order of menu.popup
      make add_display_info show hours, minutes, seconds
      Fix broken parts caused by SongRecord refactoring
      run-test don't assume to be in the git root path
      Refactor MPDHelper.call and __getattr__
      library.py readability++ through shorter variable
      fix get_path_child_filenames()
      Remove ui.progressbar()
      Return an empty dictionary, if status command fail.
      make call function private by prepending '_'
      make boldrow() working again
      Merge branch 'integration' into gtk3
      breadcrumbs draw crumbs again
      Don't disable automatic scrollbars in current page
      Embed a interactive shell for debugging purpose
      ui.py remove unneeded except block
      mpdhelper: query commands like "urlhandlers" once
      misc: py3 -> os.path.walk() => os.walk()

Kirill Lashuk (18):
      My first humble attempt to make sonata a little bit more friendly. If user modified his custom artwork location in display preferences the combobox still shos senseless 'SONG_DIR/custom'. This patch replace it with actual file name (preceded with 'SONG_DIR/').
      Fix a bug Destroy dialog after all data is read from it. Otherwise artist_entry.get_text() returns empty string
      Fix typo
      lyricwiki: update site to lyrics.wikia.com (to avoid redirect)
      misc: fix nested tags bug in wiki_to_html
      lyricwiki: strip fetched lyrics
      info: don't escape html tags in lyrics
      info: fix calling method on NoneType object
      info: add support for '<b>' and '<i>' tags in lyrics
      Merge remote branch 'multani/refactor-tray-icon' into master-pacodastre
      Merge remote branch 'multani/fix-ui-connection' into master-pacodastre
      Changes on file tray.py: PEP8 compliant
      Changes on file scrobbler.py: PEP8 compliant
      main: add some items to tray menu
      scrobbler: scrobble after seeking to the beginning
      fullscreen: hide cursor, add some space under the artwork
      multi-CD albums: prevent multiple entries, improve art search
      main: withdraw_app_undo shows sonata on current workspace

Oleg Smirnov (1):
      misc: add support for Chromium browser

Paco (22):
      Merge branch 'fix-ui-connection'
      Merge branch 'refactor-tray-icon'
      Fix a bug when we close the window. The window can now be hided
      Changes on file about.py: PEP8 compliant
      Changes on file artwork.py: PEP8 compliant
      Changes on file audioscrobbler.py: PEP8 compliant
      Changes on file breadcrumbs.py: PEP8 compliant
      Changes on file cli.py: PEP8 compliant
      Changes on file config.py: PEP8 compliant
      Changes on file consts.py: PEP8 compliant
      Changes on file current.py: PEP8 compliant
      Changes on file dbus_plugin.py: PEP8 compliant
      Changes on file img.py: PEP8 compliant
      Changes on filse formatting.py and info.py: PEP8 compliant
      Changes on file library.py: PEP8 compliant
      Changes on file lyricwiki.py: PEP8 compliant
      Fix some syntax errors
      Changes on file main.py: PEP8 compliant
      Changes on file misc.py: PEP8 compliant
      Changes on file mpdhelper.py: PEP8 compliant
      Changes on file playlists.py: PEP8 compliant
      Fixed a little syntax

Peter Helbing (6):
      add missing POTFILE
      Correct setter function definition.
      Add missing import.
      Fix usage of ngettext.
      Update translation: de
      packaging: include Glade files in distribution

Robert Hartl (1):
      translations: update Slovak translations

Scott Horowitz (9):
      fix library sorting when adding, e.g., albums to playlist
      Fix window positioning weirdness when unwithdrawing from systray
      Continue to rescan for local artwork if we are displaying the default album image, in case the user has added a local image since we first scanned
      always use unicode when dealing with artwork. this will ensure that certain characters don't cause us to continually refetch artwork in some circumstances.
      use album art style appropriately in library treeview; update style in library treeview when art style changed in prefs
      fix bug #15722: library icons change after adding stream to playlist
      update it.po
      fix cpu spike, tooltips missing in library search results with gtk 2.16.2
      better accommodate artwork for multiple albums with same name

Stephen Boyd (73):
      Info: Use setattr instead of using if else statements
      Use os.path.join() when joining musicdir with another path
      Micro-optimize sanitize_musicdir()
      Use string substitutions instead of string concatenations
      Use pkg_resources instead of __file__ information
      Preferences: Remove duplicated line
      Revert "Use pkg_resources instead of __file__ information"
      ui: Remove debug print statement
      Strings: Add colons to translated strings
      Fix a bug where preferences window loses focus when toggling decorations
      library: Fix bug where an album is wrongly labeled as a VA album
      Revert "library: Fix bug where an album is wrongly labeled as a VA album"
      library: Fix a bug where a duplicated album is labeled various artists
      mpdhelper: Merge getnum() behavior into get()
      Replace int(mpdh.get()) with mpdh.get() with return_int arg set to True
      mpdhelper: Fix traceback in _sanitize()
      info: Sort track listing of an album to fix occasional unorderedness
      formatting: make parse_substrings() more pythonic
      formatting: make parse_colnames() more pythonic
      formatting: Push wintitle and songpos into format functions
      info: Fix a bug where songs with no date tag are missing from album
      main.py: compare to None with "is" not "=="
      cli: migrate to optparse API
      cli: execute_cmd() refactoring and minor fixups
      mpdhelper: fix _sanitize() with zero-length strings
      main: minor refactorings
      main: Use a gtk.VolumeButton instead of a custom one
      main: Set preferences callbacks once
      info: minor refactorings and style cleanups
      info: refactor target_lyrics_filename()
      info: refactor info_update()
      info: remove info_ prefix from helper functions and members
      info: don't store callbacks that are only used locally
      info: use a dict instead of a list of types to labels
      info: split up update()
      info::widgets_initialize() use a table instead of hboxes
      info: add toggle_more() to set more button text
      info: split up widgets_initialize()
      playlists: appending and replacing of playlists from the library
      info: don't expand labels when album is large
      info: don't crash when a stream has no tracks
      album-covers: replace amazon.com with rhapsody.com cover fetching
      Merge branch 'th/lyricwiki-scrape'
      Merge branch 'sb/rhapsody'
      Merge branch 'maint-1.6.2'
      info: fix some merge issues
      version: migrate to git version generation
      add a .gitignore
      remove website from master
      Merge branch 'sb/git-version' into HEAD
      main: fix centering of current song in current playlist
      Merge branch 'maint-1.6.2'
      rhapsody: download big artwork when requesting single image
      Merge branch 'wb/lyricwiki-redirect' into maint-1.6.2
      Merge branch 'sb/big-artwork-first' into maint-1.6.2
      Merge branch 'maint-1.6.2'
      Merge branch 'jm/fix-scrobbler' into maint-1.6.2
      main: make ctrl-w withdraw app when withdraw app config set
      Merge branch 'sb/withdraw-on-ctrl-w' into maint-1.6.2
      setup: generate mo files better
      translations: update TRANSLATORS file and remove messages.po
      POTFILES: only include files with actual translatable strings
      Merge branch 'sb/translation-cleanup' into maint-1.6.2
      Merge branch 'rh/sk-po-update' into maint-1.6.2
      Merge branch 'jb/ko-translation' into maint-1.6.2
      Merge branch 'maint-1.6.2'
      setup: remove genversion.pyc too
      Fix crashes when files cannot be opened for reading/writing
      Merge branch 'sb/read-only-home' into maint-1.6.2
      Merge branch 'maint-1.6.2'
      library: don't list albums with multiple discs multiple times
      Merge branch 'sb/album-multiple-discs' into maint-1.6.2
      Merge branch 'maint-1.6.2'

Tuukka Hastrup (27):
      re-enable breadcrumbs and plugins
      break off formatting module (milestone: pylint can now be run on main.py)
      fix some pylint warnings in main.py
      use less xml and callback functions to describe the ui
      use status_is_play_or_pause in main.py
      disable plugin capabilities in reverse order, don't recreate tabs to close
      add Gajim Tune plugin version 0.0.1
      in plugin list, use a custom CellRendererText which wraps at its width
      update plugin infos
      start of a script for making the screenshots automatically
      localmpd: implement netstat functionality in python, add buttons to admin mpd
      CellRendererTextWrap: be happy to wrap 1 pixel before edge - fixes flicker
      CellRendererTextWrap: fix more flicker
      remember enabled plugins between restarts (Fomin)
      update the mpris plugin (Fomin)
      remove unused PluginSystem.load_plugin
      allow plugin feature names to use dots to refer to object attributes
      start to turn streams and playlists into BuiltinPlugins
      break off lyricwiki module, accessed via lyrics_fetching capability
      add lyrics_fetching example to test plugin
      enable plugins in consts.DEFAULT_PLUGINS not in config.known_plugins
      fix syntax of plugin config
      oops, fetch lyrics in a new thread again
      break off amazoncovers module, accessed via cover_fetching capability
      remove bogus musicbrainz id from scrobbling
      lyricwiki: workaround shutdown of lyricwiki web API
      remove bogus musicbrainz id from scrobbling

Wolfgang Meyer zu Bergsten (wmzb) (1):
      Improve lyricwiki REDIRECT handling

Yann Leboulanger (4):
      Use TextView instead of Label for lyrics and album info
      Fix some string issue (% in song path name, empty artist)
      load only latest version of each plugin
      bits_per_sample must be 8 when creating a Pixbuf

Zhihao Yuan (5):
      Display playlist name with underscore correctly.
      mpd.version is a tuple of integers, not a list.
      Exclude vim backup files.
      Fix asynchronous calls for >= 0.80 only.
      No need to setup dbus.mainloop per-plugin.

hobophobe (92):
      Update urllib imports and consumers
      Update setting of daemon threads to Py 3 API
      Breadcrumb widgets init off their base widget
      Use the built-in blank GTK cursor
      Very basic work on moving to a builder-based UI
      About half-way done with the main UI
      Everything in the main UI except the notebook
      Basic UI work is nearly complete
      More basic UI builder work (preferences)
      Pulled in strings and set the translation domains
      Complete most of Formatting UI rebuild
      Convert prefs->plugin tab to builder ui.
      Convert prefs->extras to builder UI.
      That's the first pass on UI conversion.
      More builder UI cleanup
      Revert: Manually build stream add/edit dialog
      Enable focus on treeviews so that selections work
      Merge branches 'gtk3' and 'gtk3-builder' into gtk3-builder
      Merge branch 'gtk3' into gtk3-builder
      Updates for statusbar
      Quit on SIGINT
      Button cleanup, begin mpd preferences cleanup
      Cleanup Preferences, MPD tab
      Improved margins/label positions for prefs
      Merge branch 'master' of git://github.com/multani/sonata into gtk3-builder
      Make Fullscreen Window use GTK builder
      Merge branch 'gtk3-builder' of git://github.com/multani/sonata into gtk3-builder
      Merge branch 'master' of git://github.com/multani/sonata into gtk3-builder
      Remove invisible_char properties, no longer needed
      Migrate the traytips content to GtkBuilder
      Clean up traytips
      Fix Shortcuts display in About dialog
      Convert info page into GtkBuilder-built UI
      Fix statusbar formatting
      Move remote artwork chooser to GtkBuilder
      Make shortcuts popup properly reusable
      Fix Artwork Chooser to actually function
      Let the Info page resize on its own
      Migrate Playlist Name, Lyrics search to GtkBuilder
      Fix playlist row icon, populating rename dialog
      Make dialogs properly usable
      Migrate streams edit dialog to GtkBuilder
      Remove 'Base.new_tab' method, unused
      Migrate tagedit to GtkBuilder
      Remove duplicated signal handler
      Restore hide/show tabs menu
      Merge branch 'gtk3-builder' of git://github.com/multani/sonata into gtk3-builder
      Merge branch 'master' of git://github.com/multani/sonata into gtk3-builder
      gtk3: Add CSS files to the packaged files
      Fix disabling plugins with tabs
      Improve spacing of some preference widgets
      Have tagedit use ui convenience functions
      Fix centering the current track in current page
      Add padding around the main window album art
      Update notebook page margins
      Update preference>plugin margin, info page margin
      Set tab label eventboxes as visible=False
      Fix tagedit spacing and functionality
      Merge branch 'master' of git://github.com/multani/sonata into gtk3-builder
      Merge branch 'gtk3-builder' of git://github.com/multani/sonata into gtk3-builder
      Rework breadcrumbs
      Entire notebook tab bar responds to signal
      Migrate info page song info to GtkBuilder
      Merge branch 'gtk3-builder' of git://github.com/multani/sonata into gtk3-builder
      Add custom artwork dialog to preferences.ui
      Migrate icons and images to GtkBuilder
      Make info page links not have background on themes
      Replace markup with styles
      Tweak some styles, revert others to markup
      Move password row in preferences>MPD up
      Let Preferences>Plugins Description column wrap
      Replace dummy row with padding style in formats
      Tabs have show/hide menu again
      Merge branch 'gtk3-builder' of git://github.com/multani/sonata into gtk3-builder
      Correct a few GdkPixbuf calls
      Rework info page for sizing issues
      Migrate local art chooser to GtkBuilder
      Move all .ui files to .glade, update their users
      Fix visibility flag of remote artwork, cursor
      Fix localization incompatibility issue
      Move remote artwork search strings to GtkBuilder
      Wrap preferences>format descriptions
      Remove unused ListStore from current
      Merge branch 'gtk3-builder' of git://github.com/multani/sonata into gtk3-builder
      Make preferences>mpd grid more size-flexible
      Merge branch 'gtk3-builder' of git://github.com/multani/sonata into gtk3-builder
      Rework some of the Preferences layout
      Revert unused caching part of a4ebaff
      Port to Python3
      Rework all icons into the iconfactory
      Fix mpdhelper ValueError on weird disc values
      Refactor song time texts

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/sonata.git



More information about the Pkg-mpd-commits mailing list