[gnome-music] Created tag MUSIC_3_9_90



The unsigned tag 'MUSIC_3_9_90' was created.

Tagger: Seif Lotfy <seif lotfy com>
Date: Mon Aug 19 21:35:23 2013 +0200

    This marks the first Alpha release of GNOME Music

Changes:

= (1):
      Fixed some layout issues in music-player.vala

A S Alam (1):
      Punjabi: Translation updated (aalam)

Allan Day (2):
      Album view layout updates
      Button size updates

Andrea Veri (1):
      <name> must match the exact repository's name.

Andreas Nilsson (2):
      rename the About item in the app menu from Contacts to Music
      the css parser was complaining about missing units for albuminfo, set this to css

Antonio Fernandes C. Neto (1):
      Updated Brazilian Portuguese translation

Arnel A. Borja (124):
      Set player state to NULL when playlist is set
      Properly get the url of the current track on error
      Don't set player state to NULL when loading next track
      Fix a typo
      Set uri on load only if the media changed
      Fix ellipsizing for the album artist in the album view
      Fix ellipsizing for the album artist in the Artists view
      Make loading of cover art asynchronous
      Ensure that there is a timeout before removing it on button press
      Rename "shuffle" key of settings schema as "repeat"
      Don't update position of progress bar on button press
      Fix previous on first track
      Implement MediaPlayer2 interface of MPRIS
      Implement MediaPlayer2.Player interface of MPRIS
      Request album, duration and thumbnail metadata in grilo queries
      Add Headerbar.ui and SelectionToolbar.ui to POTFILES.in
      Remove files that shouldn't be tracked
      query: Port from JavaScript to Python
      grilo: Port from JavaScript to Python
      player: Add MediaPlayer2PlayerIface
      albumArtCache: Port icon loading
      Port media art storage functions from tracker
      Use filename of tracks as title if not available
      widgets: Add missing parameter in a callback
      Fix some camelCase to lower_case in variable/method names
      Fix some indentation
      Bring back gnome-music.doap
      Create gnome-music using sed
      Install gnomemusic package to pyexecdir instead of pythondir
      Add pyexecdir to path instead of pythondir
      Load libgd from source dir if we are running there
      Load data from source dir if we are running from there
      Fix formatting of time
      Remove inactivity timeout
      Don't call Gtk.main_quit() on window close
      Separate callback for scrollbar visibility change and adjustment change
      application: Load the css file from resources
      Make the application identifier and resource paths consistent
      Make the default duration 0:00 instead of 00:00
      view: Fix iter error in songs view
      view: Define iter_to_clean in songs view
      player: Fix end of playlist on repeat none
      grilo: Create a default options object and use a copy on populate
      widgets: Use set_label method to set load more button label
      player: Skip unplayable tracks
      player: Skip unplayable tracks
      Merge pull request #76 from sumansai14/master
      Merge pull request #78 from gnome-prototypes-team/fixes3
      view: Expand horizontally the artist albums widget in Artists view
      Merge pull request #84 from gquintard/WIP/noMoreLooping
      Merge pull request #82 from sumansai14/master
      player: Make the error message for unplayable tracks to show up again
      Merge pull request #83 from gquintard/WIP/preserveIcon
      Merge pull request #80 from kyoushuu/expand-artist-albums-widget
      Merge pull request #81 from kyoushuu/unplayable-show-errors
      Set GSETTINGS_SCHEMA_DIR if running from source and it is not set
      Add executable permission to script when created
      Remove INSTALL file
      application: Reshow window if we already have one
      application: Destroy window on quit
      Create new file mpris.py
      application: Create MPRIS service after creating the window
      mpris: Implement MediaPlayer2 Interface
      player: Add methods and signals needed by mpris
      mpris: Implement MediaPlayer2.Player interface
      Merge pull request #99 from kyoushuu/mpris
      window: Use the renamed methods of player
      Load gettext on startup
      Set the translation domain of GtkBuilder files
      Remove uses of Pango markups in data/AlbumWidget.ui
      Mark some of the strings as translatable
      Add back updated translations
      view: Set static properties of renderers in Songs view only once
      view: Set icon name for star renderer of Songs view only once
      view: Store the media title and artist during populate on Songs view
      Fix removable of invalid characters and multiple spaces when stripping
      Merge regex for blocks in stripping
      view: Mark "All Artists" as translatable
      Remove some "translatable" attributes in GtkBuilder files
      Fix No Music view
      player: Remove extra indentation in SelectionToolbar
      view: Don't get author of item if artist key is available
      Remove some debugging code that I mistakenly committed
      Load default icon using Gtk.IconTheme
      albumArtCache: Move to new class the loading of album art from uri
      albumArtCache: Merge lookup and lookup_or_resolve
      Update callback calls for latest changes in album art loading
      albumArtCache: Don't resolve the thumbnail key
      Revert "When updaiting album art update it for all items"
      player: Mark "Unknown Artist" as translatable
      Lower required Automake version
      Silence creation of gnome-music script, and update only if changed
      Silence compilation of the schema, and compile only if changed
      Merge pull request #149 from roignac/nextUrl_remove
      player: Add new method get_current_media()
      Move get_metadata from player to mpris
      mpris: Don't use introspection mechanism for doubles and 64-bit integers
      toolbar: Simplify update
      Lower required version of GTK+
      Use libgd widgets instead of gtk+ if the later is too old
      Use HeaderBar from libgd if not available in gtk+
      toolbar: Don't set custom title on Toolbar init
      window: Pack header bar if GTK+ version is older than 3.9
      toolbar: Destroy the window on close if GTK+ version is older than 3.9
      window: Hide titlebar when maximized if GTK+ version is older than 3.9
      toolbar: Hide close button if not maximized and header bar is not title bar
      grilo: Add missing parameters to _on_source_removed
      Use rtl variants of icons when using RTL languages
      Fix a regression that causes a segfault in GTK+ 3.8
      Merge pull request #168 from kyoushuu/segfault-regression
      Merge pull request #167 from kyoushuu/rtl
      Merge pull request #170 from shivanipoddariiith/master
      Merge pull request #173 from shivanipoddariiith/master
      Merge pull request #174 from shivanipoddariiith/master
      Merge pull request #175 from JacksonIsaac/fix144
      view: don't hit tracker every time the user scrolls
      Revert "view: don't hit tracker every time the user scrolls"
      Merge pull request #172 from JacksonIsaac/issue144
      Merge pull request #176 from JacksonIsaac/fix114
      query: Sort albums by their title
      query: Sort album tracks by their album disc number
      query: Sort artist names case insensitively
      Merge pull request #177 from gnome-prototypes-team/fix-item-order
      player: Has next and previous track should be false if there's no playlist

Avelino (1):
      Updated Brazilian Portuguese translation proofread by Enrico Nicoletto

Balázs Úr (2):
      Initial Hungarian translation
      Added hu entry

Bastien Nocera (2):
      build: Check required gjs version at build time
      build: Fix gjs-1.0 check

Cesar Garcia Tapia (9):
      Initial files
      More initial file adds
      a
      More init
      First work in mainWindow
      Save and restore window size and position
      First work in Music.Topbar
      Added music-player.vala
      added gtk-notification.c

Christian Kirbach (1):
      Updated German translation

César García Tapia (47):
      Initial commit
      UI fixes in topbar and player
      Unfinished work (DO NOT COMPILE THIS COMMIT)
      Added Grilo as dependency, and first work in the MusicCollectionView
      First listing in Artists, Albums and Songs
      Fix in the Grilo-Tracker query callbacks
      First browsing features
      Browse songs in an album
      First work in the Back History button (DO NOT COMPILE)
      Work in the Back button functionality
      Don't generate debug symbols
      Work in the CollectionView
      Removed src/gtk-notifications.[ch]
      Switched Music.CollectionView from Gtk.IconView to Gd.MainIconView
      Added the artist name in the Album view
      Added album art browsing
      Center the album details view
      playlist view work
      Make topbar change when clicking "back" in the album view
      Refreshing the playlist songs in PlaylistView
      Keep the AlbumInfoBox centered in the window
      Renamed Music.MusicListStore.load_artist_albums_by_id to load_albums_by_artist_id
      Add art and author/album info in the Songs view
      Correctly display the filename when no metadata available
      Change the github repo url
      Removed an extra comma in music-list-store.vala
      Replace libgd with git submodule
      Fixed the Gtk.Application initialization in music-app.vala
      Removed some old commented code
      Play song when clicking in the Songs view (no playlists yet)
      Replace Gtk.Table with Gtk.Grid
      Fixed gnome-music.desktop
      Added gnome-music.doap
      Require sqlite >= 3.7.14. Previous versions make sparql queries crash 
(https://mail.gnome.org/archives/tracker-list/2012-October/msg00028.html)
      Change the src/album-art-cache.vala author
      Make the CollectionView songs clickable, to play them
      The playlist songs titles are now clickable
      First code for the playlist class
      More work on the playlist class
      Previous/Next buttons working.
      Allow to move through a song with the player scale
      Fix a css issue in the topbar and the player
      Added the search bar (not working yet)
      Added the search bar (not working yet)
      Changed the collection view css class
      Work on the searchbar (not searching yet, just showing up)
      Irrelevant cosmetic changes

Daniel Korostil (1):
      Added uk translation

Daniel Mustieles (10):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Dimitris Spingos (1):
      Added Greek translation

Dušan Kazik (2):
      Updated slovak translation
      Updated slovak translation

Emily Gonyer (1):
      Add source file license notices

Enrico Nicoletto (1):
      Updated Brazilian Portuguese translation

Eslam Mostafa (39):
      clear alignment spaces while populating dicts
      comment switchToView()
      fix indentations
      remove set_prgname
      override activate() and startup()
      use [] instead of new Array
      fix override of activate and startup
      cleanup comments "application.js"
      initial configuration for app-menu
      add window.js and fix application.js, main.js
      fix spaces and indentations
      initial gstreamer configuration
      new UI updates on playerbar
      fix paly/pause of play_btn
      replace player.js gtk stuff with glade UI
      fix player.js setPlaying method
      fix play/pause image error
      replace player.js gtk stuff with glade UI
      fix player.js setPlaying method
      fix play/pause image error
      fix paly/pause button
      improve setPlaying and onPlayBtnToggled
      seif's patch to f fix play/pause button
      convert variable names to lowerCamelCase
      fix icons size of media buttons
      fix the design of replay menu
      centerize progress scale
      fixing the position of playbar timer
      Add All Artist selection to the Artists view (stil needs populating)
      implementation of mockup design for shuffle/repeat menu
      fix gtk.Application to Gtk.Application, change src folder name
      add data folder content
      add the src files
      write toolbar.py
      application condition if window exists
      write player.py
      write window.py
      some fixes for window and player
      write view.py

Fabiano Fidêncio (10):
      Show the error message if an error occurs
      Add support for multimedia keys
      Avoid to play a song without a selected playlist
      Fix Prev/Next when the song is Paused
      Avoid crash using Previous/Next (multimedia keys)
      tests: Avoid assignment to undeclared variable
      Auto-generate AUTHORS file from GIT logs
      Use MPRIS method for multimedia keys
      Bug #702950 - Media keys don't handle Stop
      Only allow left-button click to trigger events

Felipe Borges (4):
      Add GMenu Actions
      We do not need to register the Gio.Resource
      Fix crash when a track isn't loaded on ArtistAlbumWidget.get_songs
      Let's leave 'print' for now - until we implement proper logging

Florian Müllner (1):
      libgd: Fix accidental revert

Florian Will (2):
      Fix cut off titles and crashes in markup_escape_text().
      Escape artist and album name in album widget.

Fran Diéguez (4):
      Added Galician translations
      Updated Galician translations
      Updated Galician translations
      Updated Galician translations

Georges Basile Stavracas Neto (2):
      Updated Brazilian Portuguese translation
      Updated Brazilian Portuguese translation

Giovanni Campagna (12):
      Fix accessing data files
      Fix traslations
      Fix loading the CSS stylesheet
      Update package.js
      Don't use g_object_set_property() manually
      package: fix source tree check for the jhbuild-in-$HOME case
      Fix the visibility of the back button when exiting selection mode
      AlbumArtCache: cleanup the public interface and correct the filenames
      Player: make it observable from the outside
      player: don't connect to GstPlaybin::about-to-finish
      player: clean up and restructure playlist handling
      view: don't hit tracker every time the user scrolls

Guillaume Quintard (30):
      more code cleaning
      Use models as playlists
      fix song change when a song reaches its end
      Load only once the default pixbuf in Albums view
      Keep around frequently used pixbufs to reuse them
      basic queue support in song view
      working logic for repeat
      add playback in artist view
      correct naming, and fix playlist caching in album view
      In updateModel, return false instead of true
      Do not pad minutes with zeroes in duration
      Reduce size of album icons
      Have a white background for default icons
      Fix missing album icon
      Complete patch for artwork requests
      Hide toolbar until first playback
      Fail configure if gjs is not found
      Let playbar buttons fill the vertical space
      In AlbumWidget.update, set the cover once
      Do not create unnecessary window in view.js
      add gnome-music.in
      use AC_CONFIG_FILES to update gnome-config.in
      Add albumArtCache.py to the files to install
      Preserve error icon
      Fix eternal recursion
      Simplify a bit _make_icon_frame
      Add simple cache to avoid redrawing cairo stuff
      Simply copy the pixbuf
      Lock the dict while searching in frame_cache
      fix indentation

Ignacio Casal Quinteiro (7):
      Use headerbar
      Fix for latest update on libgd
      Do not get the spinner rendered
      Set headerbar as titlebar
      Use the new close method from gtk+ and drop GdHeaderCloseButton
      Bump gtk+ version to 3.9.8
      Port gnome-music to python3

Jackson (1):
      widgets: Create model of AlbumWidget in a private function

Jackson Isaac (4):
      Clear model variable instead of defining again
      view: Cache vadjustment in ViewContainer
      widgets: Cache vadjusment in AllArtistsAlbums.
      widget: remove call to '_on_scrollbar_visible'

Jakub Steiner (1):
      include an app icon.

Juan A. Suarez Romero (4):
      Set offset using Grilo options
      Fix running length when the sum is exact
      Show release date
      Show release date in Artists view

Kjartan Maraas (4):
      Added nb
      Added Norwegian bokmål translation
      Updated Norwegian bokmål translation
      Updated Norwegian bokmål translation

Lubosz Sarnecki (7):
      glib: don't crash when clicking on artist/songs tab
      build: fix subdir-objects warnings in automake 1.14
      add about dialog
      about: add gstreamer exception to GPL2 licence
      about: more contributor info
      about: take version from autotools
      about: make dialog window tansient to main window

Luca Ferretti (2):
      Updated Italian translation
      Updated Italian translation

Manish Sinha (13):
      Fix #703757 don't compare with translatable string
      Delete everything
      Get autogen.sh phase working
      Add git submodule for libgd and  update GTK to 3.9.8
      Add LIBGD_INIT to configure.ac
      Merge pull request #1 from shivanipoddariiith/patch-1
      Get distcheck to work
      Add AM_SILENT_RULES to configure.ac
      Make changes to gquintard work
      Rebased on gnome-music master branch
      Updated travis.yml
      Fix the MediaKeys for keyboard control of music
      Remove useless lines

Marek Černocký (13):
      Added Czech language
      Czech translation
      Updated Czech translation
      Updated Czech translation
      Fixed UI string excessively marked for translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation

Mario Blättermann (1):
      [l10n] Added German translation

Martin Srebotnjak (1):
      Updated Slovenian translation

Matej Urbančič (7):
      Added Slovenian translation
      Added sl for Slovenian translation
      Added Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Added Slovenian translation

Mathieu Bridon (2):
      Fix incorrect FSF address in COPYING
      Install the Python modules in the arch-independent location

Milo Casagrande (3):
      [l10n] Added Italian translation.
      [l10n] Updated Italian translation.
      [l10n] Updated Italian translation.

Muhammet Kara (1):
      [l10n] Added Turkish translation

Piotr Drąg (12):
      Updated POTFILES.in and POTFILES.skip
      Added Polish translation
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation
      Updated POTFILES.in
      Restore translations from vala branch
      Updated Polish translation
      Updated POTFILES.in
      Updated Polish translation
      Updated Polish translation
      Improve some translatable strings

Rafael Ferreira (3):
      Added Brazilian Portuguese Translation
      Updated Brazilian Portuguese translation
      Updated Brazilian Portuguese translation

Rico Tzschichholz (2):
      data: Add gschema to EXTRA_DIST and remove references to CREDITS
      build: Fix make distcheck

Rowan Lewis (1):
      Cleaned out the nasty code from albumArtCache.

Sai (29):
      loadmore patch
      play button patch
      playbutton color patch
      Fixed play button color for both themes
      Fixed the background color for both variants of Adwaita.
      background and higlight patch
      Warnings patch
      nowplaying icon 1 pixel nudge down
      Songs view fix
      Removed hard coded paths and changed the padding
      Implementation of selction mode in views and albumwidget.
      Initial directory structure and gitignore.
      inital commit
      fixed syntax errors in application windows and player.
      new file:   widgets.py
      deleted:    __pycache__/player.cpython-33.pyc             deleted:    
__pycache__/toolbar.cpython-33.pyc          deleted:    __pycache__/window.cpython-33.pyc
      corrected the track names and erroricon display
      fix for undiscoverable urls.
      patch for ui fix in artistalbums.
      fixed the scrollbar position in albumwidget.
      fixed the width of the artists column in artists view.
      player: Skip unplayable tracks in Songs view and error icon is now visible.
      clean the iter before returning.
      fix to #44 and cleanup.
      fix to #111, removed redundant code.
      fix for #109, use destroy instead of remove.
      fix to #56, create default icon as a static variable.
      added css classes for cover and title in artistalbum widget in ui.
      add to playlist button should be insensitive when there is no selection.

Sai Suman Prayaga (1):
      Initial commit

Seif Lotfy (116):
      Switch to js
      reinit libgd as a submodule
      ReAdd gnome-music.doap
      Rename album_art_cache.js to albumArtCache.js
      Escape string in Tracker
      Fix albumwidget button sizes and alignments
      fix querying songs of an album from tracker to use album_id
      Add some padding according to Hylbe Bons to the albumWidget
      Add missing Makfile
      Fixed albumWidget spacing and added some debugging prints
      Added css themeing for the playerbar
      Change gnome:userid in gnome-music.doap to seif
      Change EventBox to Frame in Player
      Remove offset setting in query since it does not work with grilo master
      Merge pull request #5 from rowan-lewis/master
      Replace Clickable Label with gd.mainview
      Add initial "Artsits" view
      Remove query printing
      Fix marking current playing song with an arrow infront of it
      quick debug push
      Fix AlbumWidget
      Revert styling of artist view for debugging purposes
      Rewrite AlbumsWidget
      Fix sorting of titles of songs in albumsongs view
      More small adjustments
      Fix duplicated songs
      Fix duplications
      Reduce code of ArtistAlbumWidget
      removed redundant i in ArtistAlbumWidget
      More cleanup
      Fix shifting of TrackWidget upon selection
      fix some minor paddings and set album image properly in player
      Fix ! §%%$§* playbin about-to-finish segfault
      More fixes
      Finally fix the end of song error
      Fix the segfault
      some workaround
      New attempt on fixing the regression by adding a GLib around it
      update intervals for position updates
      replace timeout with idle
      Fix pausing and skipping of songs
      Rever all patches commited without approval of the maintainer
      Fix proper loading of track when upon clikc<
      Fix playbutton toggling
      Add frames to the albumView
      Add "Matteo Settenvini" to the copyrights of albumArtCache.js due to his     large refactoring 
contribution
      Fix redundant margin
      Add white and black frames on album art
      Fix padding between track number and track title in Artist view     Fixes #699619
      Add separator to the side of artistpanel
      Use icons developed for this GNOME Music     fixes #697929
      Some minor UI polishing
      align track length column in Songs     fixes #699728
      The initial 0 is redundant when a track is less than 10 minutes long,     so it should be stripped.
      Fix duration gets too far away from the track titles
      Adjust postion of the album details
      Fix Album songs list sizing     fixes #699846
      Fix the default icon to be white
      small cosmetic changes
      Fix visuals
      Set minimum size for Window     fixes #699809
      Increase minimum window width
      Add some more fixed to the Playbar
      Center playbar buttons     Fixes #699814
      Create ~/.cache/media-art if folder does not exist     Fix #700102
      Get proper size for album art     fixes #700189
      revert changes for fetching larger thumbnails, this should be fixed in grilo
      Copy artwork async by using splice_async     fixes #700021
      Stop play time advances after pause     fixes #700191
      Implement recognition of possible blurry art work
      Add downloading of art work for arists view
      Fix bug where downloaded artwork did not replace existing ones
      Fix issue with getForUri ignoring callbacks
      Clear model when switching to new album
      Fixed height issues
      Fix ellipsizing for the song titles in the songs view
      Add rounded corners to album art in the Albums view
      Add background style to PlayerToolbar
      Make All Artist in Artist view work
      Fix changing from one album to another to not screw up with     the "playing" playlist reference.
      Add check for proper grilo version during buildtime
      Improve initial startup time by lazy loading views
      Remove redundant code
      Comment out tests with race condition
      General fixes to make things work
      Minor pep8 adjustments and small cleanup in application.py to not     force the window to show all its 
widgets
      Fix set_block for LoadMoreButton and make switching to songsview     not crash
      Add fixes to albumArtCache
      Add fixes to view (so the other views show up)
      Other small fixes to widgets
      Merge pull request #41 from roignac/artist_view
      Fix renderer properties for all views and conitnue un-CamelCasing     and pep8 compatiblity
      Merge pull request #42 from gnome-prototypes-team/fixes1
      Merge pull request #48 from roignac/album_fixes
      Merge pull request #52 from roignac/master
      Merge pull request #69 from roignac/album_art_fixes
      Merge pull request #70 from kyoushuu/master
      Fix redundant Renderers and replace "is not None" conditions and     fix small pep8 issue as well as 
remove unused methods
      General fixes and code reduction, as well as fix for albumArtCache     to trigger callbacks after ar 
thas been retrieved
      Merge pull request #74 from gnome-prototypes-team/fixes3
      Fix Long artists to not span on two rows
      Fix Selection in artist view to not screw app after untoggeling     selection mode
      Merge pull request #79 from shivanipoddariiith/master
      Merge pull request #94 from roignac/master
      Merge pull request #117 from kyoushuu/i18n
      Merge pull request #119 from kyoushuu/simplify-songs-view-renderers
      Fix top and bottom margin around stack switcher
      Extract artist in ArtistAlbumWidget instead of passing it as a constructor     parameter
      Merge pull request #135 from gnome-prototypes-team/fixes5
      increase offset in _add_item if and only if the check on the if item     condition passed
      Merge pull request #137 from gnome-prototypes-team/fixes5
      Small code refactor to _add_item     Get rid of invalid pep8 variable and property names, getting rid 
of     CamelCase
      Merge pull request #138 from gnome-prototypes-team/fixes5
      Start making the loading of artwork faster
      Bump version to 3.9.90
      Update README

Shivani Poddar (20):
      Fixed Play-Pause button
      Fix Play Pause signals
      Fix grey color for num in artist view
      Fix sensitivity prev & next buttons
      Implementing view for No Music
      Fix for Bug 700073
      Fix for bug 700308
      Remove the JS Error when closing app
      Implement Repeat All functionality
      correct syntax error
      Update view.py
      Add widgets.py
      Fixes for widget.py
      pep8 and pyflakes fixes
      pep8 Fixes
      Fix Travis error
      Fix AttributeError by checking if self.playlist is None
      Fix scrollbar position on albums with a long list of tracks
      Fixs Issue #101 Crashes on cancelling selection
      Eliminate duplication for _get_remaining_item_count function

Stefano Facchini (1):
      Fix crash in escaping some song titles

Timo Jyrinki (1):
      Finnish translation update by Jiri Grönroos

Vadim Rutkovsky (333):
      Bump GObject-introspection dependency
      Added GMenu
      Implemented offset
      Autopopulate on scrolling to end
      Print URI and message if error occurred
      Playback - next/previous in selected playlist
      Downsize album picture to 64px in playbar
      When selecting album songs, sort them by track number
      Revert "Autopopulate on scrolling to end"
      Updated copyrights
      Correct copyright formatting
      Bug 697635 - Cannot play tracks from album
      Bug 697636 - Autoplay next song
      Avoid several 'smth is null' exceptions
      Start updating progress bar almost immedeately
      Update play/pause button state on click
      Highlight now playing song
      Store GUI in Glade files
      Updated artist view per design
      Padding for titles on artist view
      Ported UI to glade
      Vertical padding for released label
      Store title alignment in track widget in glade
      No tabs, 4 spaces
      Grey out played/previous items
      Tabs fix and better grey out album tracks
      Store first/last song
      Don't stop playback if next/previous song cannot be played
      Don't try to clean iter if another album was selected
      Merge pull request #3 from gquintard/loadLess
      Merge pull request #2 from gquintard/songViewQueue
      Quickfix for huge songs icons
      Emit playlist-item-changed signal with correct parameters
      Reworking seek, fixes crash
      Another attempt to fix crashes on scrolling to the end of the song
      Another attempt to fix segfaults on changing track
      Don't crash in about-to-finish on last song
      Better media cache name and don't fail on file copy errors
      albumArtCache.js: copyrights update
      Escape track titles before setting markup
      Tests
      Album and Artists View basic playback
      tests: Correctly verify exit code when running several tests
      tests: previous button is disabled when selecting first track
      tests: as we're loading just one song, next button will also be disabled
      tests: enable album and artist tests
      Don't duplicate request artwork
      Add error symbol nearby the tracks, which cannot be played due to missing codecs.     Also implements 
now playing icon status for Songs view
      Revert "Add error symbol nearby the tracks, which cannot be played due to missing codecs."
      Add data/NoMusic.ui to POTFILES.in to fix make check
      Use font scaling instead of set_markup for player toolbar
      Use font scaling instead of set_markup for player toolbar for titles also
      Set song list background to white and add borders around songs
      Add error symbol nearby the tracks, which cannot be played due to missing codecs. Also implements now 
playing icon status for Songs view
      Discover urls on Songs view only
      Revert "Add error symbol nearby the tracks, which cannot be played due to missing codecs. Also 
implements now playing icon status for Songs view"
      Switch to Gtk.Stack instead of Gd.Stack
      Replace other occurrencies Gd.Stack with Gtk.Stack
      Update position to 0 in 'about-to-finish' signal and send correct signals to Gst
      Move UI update from 'about-to-finish' to 'state-changed'
      Slide out artists list on switching to artists view.
      Add crossfade transition to all views
      Add error symbol nearby the tracks, which cannot be played due to missing codecs.
      Updated missing emails in copyrights
      tests: correct index for icon visiblity value (now 6)
      tests: select first real artists, not 'All Artitsts'
      Revert "Add rounded corners to album art in the Albums view"
      Re-apply "Add rounded corners to album art in the Albums view" after gjs bug 700529 was fixed
      tests: don't check for nextBtn status, as it may be disabled as artist/album may have one song only
      tests: use distinct names for mainloops
      Update libgd
      tests: update index for track title in the model
      Lock switching to next song until it is not ready.
      Fixed Repeat All, implemented Repeat Song
      player: consolidate and cleanup the code handling the repeat button
      tests: don't check for button status, this depends on settings
      Implemented Shuffle
      Fixed now playing icon for Songs view
      Bump libgd
      Added vrutkovs as maintaner
      added headerbar and selection toolbar.
      Run pep8 and pyflakes on travis
      travis: add python 3.2
      travis: first run pyflakes, then pep8
      application.py: make pep8 and pyflakes happy again
      Merge pull request #1 from roignac/travis
      toolbar: make pyflakes and pep8 happy
      Merge pull request #3 from kyoushuu/master
      view: make pyflakes and pep8 happy
      window: make pyflakes and pep8 happy
      player: make pyflakes and pep8 happy
      player: make pyflakes and pep8 happy (fixed missing comma)
      Merge pull request #4 from roignac/pyflake_fixes
      Merge pull request #5 from kyoushuu/master
      Merge pull request #6 from kyoushuu/master
      Update build system
      Merge pull request #7 from roignac/master
      Merge pull request #8 from sumansai14/master
      Almost ready to run :)
      Updated gitignore
      albumArtCache: remove unused function
      Keep pep8 happy
      Merge pull request #9 from roignac/master
      Merge pull request #10 from kyoushuu/master
      Merge pull request #11 from manish/master
      potfiles: add existing source files
      Merge pull request #12 from roignac/master
      Merge pull request #13 from shivanipoddariiith/master
      Merge pull request #17 from manish/manish-wip
      Fixes:
      Add signals import
      Fix imports
      Set data folder for resources
      Fix 'gtk_application_prefer_dark_theme' property read
      Set callbacks correctly
      Use correct name for headerbar.ui
      toolbar: correct stackSwitcher variable name
      Correct variable name for self.toolbar.headerBar
      Correct variable name for selectionToolbar
      Update SONGS_COUNT name
      Make useStack be optional, call __init__ with self
      Merge pull request #18 from roignac/master
      Install all *.py files
      Run as py3 only
      Set correct path to libgd lib and typelib
      widgets: pass callback correctly
      view: countQuery should exist
      Merge pull request #20 from roignac/master
      Remove application_id temporary: seems to collide with installed JS version
      Set correct exit status for application
      toolbar: correct reference to 'Done' (cancel) button
      view: vadjustment -> get_vadjustment()
      view: use adjustment functions instead of vars
      view: updated params for makeDefaultIcon
      view: correct headerBar var name
      view: correct headerbar name
      widgets: correctly call super
      Merge pull request #21 from roignac/master
      widgets: correctly install renderers
      widgets: comment get_style_context
      toolbar: define _selectionMode
      toolbar: allow emitting signals
      window: append views
      views: artists: fix add_renderer
      player: add playlist-item-changed signal
      player: remove extra mpris definition
      window: fix playlist class name
      window: python has different way to handle arrays
      window: correctly disconnect the signal
      window: correctly call headerbar
      view: user correct callback arguments
      widgets: use correct arguments in callbacks
      view: set correct params for _onStateChanged
      window: set stack
      grilo: use correct query for albums
      _notifyModeDisconnect: update parameter
      window: correctly create GLib.Variant
      grilo: correctly create options and make requests
      view: add missing arguments to _addItem
      query: format queries nicely
      make albumcache work (with default icons only)
      Load album art
      keep pep8 happy
      Catch all errors when scanning for errors
      player: remove force argument
      view: add necessary params
      view: get iter correctly
      widgets: add required params
      widgets: correctly pass callback
      widgets: create ListStore
      view: remove extra events calling _onScrolledWinChange
      widgets: remove debug output
      widgets: corectly reuse grilo
      Progress on album view
      Return me (silly me, the app was runing)
      Set default toolbar state in window
      Quit GTK if unhandled exception occurs
      Quit GTK if unhandled exception occurs - fix import
      Simplify selection mode check
      Show stack switcher
      Merge pull request #22 from roignac/master
      Remove tests
      Fix pep8 issues
      pep8: remove whitespace
      Merge pull request #29 from gnome-prototypes-team/fixes1
      Merge pull request #31 from gnome-prototypes-team/fixes1
      Merge pull request #30 from kyoushuu/master
      widgets: correctly init widgets
      view: set title and visible child correctly
      albumArtCache: temporary fix callback
      widgets: use correct method to init
      widgets: correct parameters for renderers in album view
      player: proper format for duration string
      widgets: handle renderer correctly
      widgets: album: don't draw pixmaps in playlist
      widgets: album: get_iter returns an iter, not an array
      player: add missing signal
      player: get uri correctly
      player: add parameter to _onCacheLookup
      player: get_iter_first returns iter, not the array
      player: correct params for randint
      player: add necessary parameters to playlist-item-changed signal
      widgets: get_iter_first returns iter
      widgets: get_iter_first returns iter (fixed clause)
      player: correct params for query_position
      Merge pull request #32 from roignac/master
      Merge pull request #33 from kyoushuu/master
      player: set uri correctly
      widgets: correctly format titles
      widgets: iter_next returns iter, not sets it
      player: set default playing
      player: add timeouts correctly
      player: add parameter to _onProgressValueChanged
      player: fix repeat mode setting
      player: set sensitivity of prev/next button
      player: set image for playbutton correctly
      player: sensitive -> get/set_sensitive
      player: correct params for _onProgressScaleEvent
      player: corect params for onProgressScaleButtonReleased
      player: don't set priority in timeout_add
      widgets: correctly hide columns
      player: correctly check for previous track to exist
      player: don't set play button image when its not needed
      player: correctly set next/previous track
      player: correct params for query_duration
      player: correctly verify for playing state
      player: set correct images for play button
      player: switch to next song at the end of the track
      player: fix shiffle mode
      player: set icon for repeat state
      Merge pull request #35 from roignac/master
      Eradicate remaining CamelCase
      Update widgets.py
      view: setBlock fix
      Merge pull request #36 from roignac/master
      Merge pull request #37 from kyoushuu/master
      Merge pull request #39 from kyoushuu/master
      fix selection bar
      Fix back button for albums view
      correctly exit after closing the window
      toolbar: make pep8 happy
      Merge pull request #38 from roignac/view_and_back_button
      artists: don't crash on playback
      artists: don't crash on load more
      Merge pull request #40 from kyoushuu/master
      artists: simplify artists list rendering
      artists: don't crash on undiscoverable urls
      artists: code cleanup
      albums: set renderer properties correctly
      Load css and uncomment add_class calls
      pep8 fixes
      Add COPYING file
      Correctly unescape empty titles
      album: don't crash on undiscoverable uris
      album: display error icon for undiscoverable uris
      pep8 fix
      artists: removed duplicated function
      artist: make artist view fill in correctly
      Use getMediaTitle where possible
      fix pyflakes error
      Fix duration display on all views
      Merge pull request #49 from roignac/artist_fixes
      Merge pull request #57 from kyoushuu/master
      Merge pull request #67 from kyoushuu/load-more-button-label
      Merge pull request #68 from kyoushuu/grilo-options-profile
      albumArt: don't recalculate degrees
      albumArt: don't use fancy method to strip chars - python has strip() and regular expressions
      Wrap grilo requests in GLib.add
      grilo: remove duplicating get_album_songs function
      albumArt: use correct grilo
      albumArt: fix album art fetching
      albumArtCache: strip profiling decorations
      grilo: make pep8 happy
      albumArtCache: update regexps for brackets
      albumArtCache: remove double spaces
      Merge pull request #73 from gnome-prototypes-team/fixes3
      Merge pull request #75 from gnome-prototypes-team/fixes3
      Merge pull request #87 from kyoushuu/on-source-run
      player: correctly pick previous track for Repeat/Shuffle off mode
      Revert "Remove INSTALL file"
      Merge pull request #90 from manish/master
      Merge pull request #88 from roignac/master
      view: escape titles in album view title
      When updaiting album art update it for all items
      Merge pull request #112 from kyoushuu/master
      Merge pull request #115 from shivanipoddariiith/master
      Merge pull request #97 from roignac/fix1
      Merge pull request #121 from kyoushuu/i18n-2
      Merge pull request #120 from kyoushuu/cache-hashing-fixes
      Merge pull request #118 from sumansai14/master
      Set correct license in COPYING file
      Merge pull request #122 from kyoushuu/master
      Merge remote-tracking branch 'github/master'
      Merge pull request #123 from kyoushuu/master
      Merge remote-tracking branch 'github/master'
      Merge pull request #124 from sumansai14/master
      Merge pull request #125 from sumansai14/master
      Merge pull request #126 from sumansai14/master
      Merge pull request #127 from sumansai14/master
      Merge pull request #131 from sumansai14/master
      Merged github changes
      Merge pull request #129 from kyoushuu/album-art-cache-rewrite
      Merge pull request #134 from gnome-prototypes-team/github/fixes4
      Merge pull request #136 from kyoushuu/lower-automake-required
      Don't recalculate cachedir
      Revert "Don't recalculate cachedir"
      Merge pull request #146 from lubosz/master
      Translate 'All Artists' label
      Merge pull request #147 from felipeborges/crash-artists-view
      Remove self.player.nextUrl setting - this is not needed anymore
      Merge pull request #151 from kyoushuu/rewrite-metadata
      Merge pull request #139 from gquintard/WIP/albumcache
      Merge pull request #155 from lubosz/master
      Merge pull request #128 from kyoushuu/gtk38-port
      Merge pull request #158 from lubosz/aboutdialog
      Updated to make pep8 happy
      Merge pull request #159 from gnome-prototypes-team/media-art
      build: fix distcheck
      Use single-quotes for untranslatable strings
      Make pep8 and pyflakes happy
      Make pep8 and pyflakes happy
      Set correct valign for now playing symbol on artists view
      During travis check build gnome-music on Saucy via makecheck
      Merge pull request #152 from roignac/quotes
      Set correct valign for now playing symbol on artists view
      Merge pull request #163 from roignac/advanced_travis
      Merge pull request #153 from roignac/nowplaying_artists
      Do model.append() in idle_add to speed up element adding
      Use crossfade transition when switching artists
      Re-work adding tracks on artists view
      Merge pull request #160 from gnome-prototypes-team/add_item_speedup
      Merge pull request #166 from JacksonIsaac/issue144
      Merge pull request #171 from JacksonIsaac/test

William Jon McCann (2):
      Fix the play toolbar spacing
      Add space between play times

Wylmer Wang (1):
      Add Simplified Chinese translation

Yaron Shahrabani (2):
      Updated Hebrew translation.
      Added Hebrew to the list of languages

Yosef Or Boczko (2):
      Use in rtl-symbolic instead in symbol in the opposite direction
      Updated Hebrew translation.

Yuri Myasoedov (1):
      Added Russian translation

shivanipoddariiith (3):
      Fix for disappearing error icon
      Eliminate clone for self.proxy.call_sync() func
      Implement grabbing media keys on window focus

tuhaihe (3):
      Update Simplified Chinese translation
      update Simplified Chinese (zh_CN) translation
      Update Chinese simplified translation

Мирослав Николић (2):
      Added Serbian translation
      Updated Serbian translation



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