[rhythmbox/gobject-introspection] (205 commits) ...fix more annotations, accept unprefixed stuff into rb/rhythmdb girs



Summary of changes:

  41605b4... l10n: Updated Greek translation for rhythmbox (*)
  17a5727... remove calls to gtk_dialog_set_has_separator (it vanished)
  914dae2... cell-renderer-pixbuf: only process mouse activation events (*)
  d7c99f8... coherence: fix breakage from entry type changes (bug #62903 (*)
  9741825... sourcelist: enable interactive searching (bug #628665) (*)
  a244ba8... Use XSPF format for the default iRadio playlist (*)
  65f1adb... encoder: add hardcoded extensions for common media types (b (*)
  48e288b... Fix sharing to iTunes 10 (*)
  fe4cf15... Added Japanese translation of the manual. (*)
  7960b54... Updated Japanese translation. (*)
  1ffec06... Updated Danish translation (*)
  2cb5f83... Updated Italian translation (*)
  458c2f1... [l10n] Updated Estonian translation (*)
  e6d8496... audioscrobbler: replace password entry with authorisation l (*)
  70f02d0... audioscrobbler: remove LastfmSource instance from Plugin (*)
  86d3d0d... audioscrobbler: replace Plugin's audioscrobbler with accoun (*)
  93deaa3... audioscrobbler: Account loads and saves username using gcon (*)
  05d987c... audioscrobbler: authenticate using web services API (*)
  b4a83be... audioscrobbler: scrobbles using web service authentication (*)
  f9a4736... audioscrobbler: remove username entry from preferences dial (*)
  3a8f4bb... audioscrobbler: login user-interface adjusts depending on s (*)
  1d5e331... audioscrobbler: added comments identifying owner of Last.fm (*)
  2cb2c78... audioscrobbler: remove priv field from RBAudioscrobblerPlug (*)
  21cddf9... audioscrobbler: stop scrobbling when user logs out of accou (*)
  e9d6988... audioscrobbler: use GKeyFile to load and save session setti (*)
  42a5235... audioscrobbler: improve architecture of RBAudioscrobblerAcc (*)
  17ccf10... audioscrobbler: make api key, api secret, and scrobbler url (*)
  db694ca... audioscrobbler: login through Last.fm source instead of pre (*)
  b98b5ce... audioscrobbler: allow scrobbler to report authentication er (*)
  3abfeb9... audioscrobbler: avoid duplicate code by creating function t (*)
  aa289ad... audioscrobbler: create account login status for connection  (*)
  37c1e95... audioscrobbler: increase frequency of requesting session ke (*)
  84dacc7... audioscrobbler: fix priv allocation in ProfileSource (*)
  795bde2... audioscrobbler: abstract service specific details into clas (*)
  8404c7d... audioscrobbler: add getters for RBAudioscrobblerAccount pro (*)
  4f4669e... audioscrobbler: add getters for RBAudioscrobblerService pro (*)
  349022a... audioscrobbler: add class for requesting/parsing user's pro (*)
  d4a03eb... audioscrobbler: display some of user's listening stats in p (*)
  6f0cd3d... audioscrobbler: display images in profile source (*)
  378534b... audioscrobbler: limit length of each list in the profile so (*)
  e460106... audioscrobbler: fix potential segfault when downloading ima (*)
  91d1891... audioscrobbler: removing numbering from list items on profi (*)
  aa8438e... audioscrobbler: ensure old images are freed before using ne (*)
  1650935... audioscrobbler: display user's total playcount in profile s (*)
  93af5bd... audioscrobbler: add option to disable/enable scrobbling sub (*)
  e2178ee... audioscrobbler: add border around all images displayed in p (*)
  c67af3f... audioscrobbler: fix problems with enabling/disabling scrobb (*)
  91ff4db... audioscrobbler: report scrobbler statistics in profile sour (*)
  97859ec... audioscrobbler: include profile gtk builder file in Makefil (*)
  569af63... audioscrobbler: add popup menus to list items in profile so (*)
  f7014e1... audioscrobbler: add initial radio streaming support (*)
  8d026e2... audioscrobbler: implement get_status for radio source (*)
  d2062ba... audioscrobbler: improve and add comments in radio-source.c (*)
  28f0bc1... audioscrobbler: add love and ban actions (*)
  1be5c04... audioscrobbler: create radio stations through popup menus i (*)
  29c46c0... audioscrobbler: notify user in case of error when tuning ra (*)
  86fe516... audioscrobbler: add radio source popup with "Delete Station (*)
  32934a2... audioscrobbler: add UI for creating custom radio stations (*)
  9ebdc2e... audioscrobbler: cancel playlist request if radio tuning is  (*)
  cc1c75a... audioscrobbler: handle invalid url and no content errors wh (*)
  d4df5e1... audioscrobbler: RBAudioscrobbler is constructed with userna (*)
  2bbe028... audioscrobbler: load user's saved radio stations when they  (*)
  e6c78df... audioscrobbler: remove source's love/ban actions from ui ma (*)
  6f67a26... audioscrobbler: save user's list of radio stations when it  (*)
  2d333e5... audioscrobbler: allow radio station source to be renamed (*)
  35f8788... audioscrobbler: reorganise, comment and tidy various pieces (*)
  f25428a... audioscrobbler: use rb_uri_create_parent_dirs, not g_mkdir_ (*)
  a6d73db... audioscrobbler: uri_escape station url arg when tuning stat (*)
  c3f6cde... audioscrobbler: add "group radio" option (*)
  13bbaaa... audioscrobbler: create default station list if none are sav (*)
  cb07464... audioscrobbler: remove files which are no longer in use (*)
  73f7164... audioscrobbler: improve allocation of the GtkTables used fo (*)
  49214bb... audioscrobbler: remove unwanted debug messages on table res (*)
  b527273... audioscrobbler: add support for scrobbling using password a (*)
  25ab1f3... audioscrobbler: improve RBAudioscrobblerUser's handling of  (*)
  5c3da99... audioscrobbler: remove arg label from station creator UI (*)
  d169949... audioscrobbler: use g_compute_checksum_for_string to genera (*)
  fd917fd... audioscrobbler: escaped artist and track names when loving/ (*)
  40231b0... audioscrobbler: create viewport and scrolled win in builder (*)
  02b09e6... audioscrobbler: only generate names for love and ban action (*)
  612fb5e... audioscrobbler: remove namespace prefixes for static method (*)
  df9a582... audioscrobbler: use same artist parsing code for top and re (*)
  a6e08e6... audioscrobbler: use seperate submission queue files for eac (*)
  850a642... audioscrobbler: remove scrobbling with password auth suppor (*)
  7a97ffd... audioscrobbler: Add Libre.fm support in parallel to Last.fm (*)
  3d9646b... audioscrobbler: improve the profile source's handling of em (*)
  1216646... audioscrobbler: select radio source after being created by  (*)
  2dc802c... audioscrobbler: fallback to old radio api when appropriate (*)
  2187b27... audioscrobbler: request auth token and session in json form (*)
  5f7c6d8... audioscrobbler: improve error checking in user response par (*)
  95cbe18... audioscrobbler: prompt user if password is needed to tune r (*)
  8354026... audioscrobbler: radio source is responsible for merging its (*)
  dedd896... audioscrobbler: remove default widget attributes from build (*)
  6e25b61... audioscrobbler: add popup menu item to refresh profile sour (*)
  8668383... audioscrobbler: disable love and ban actions when nothing i (*)
  d5ba4dd... audioscrobbler: submit track source when scrobbling (*)
  3086b43... audioscrobbler: simplify and tidy list table size allocatio (*)
  e22cd01... audioscrobbler: use new RhythmDBEntryType system (*)
  ab15a8b... audioscrobbler: add tool button to download free tracks (*)
  a774043... audioscrobbler: solve part of the table allocation problem (*)
  931a0a4... audioscrobbler: include audioscrobbler-profile-ui in Makefi (*)
  0db106c... audioscrobbler: fix table allocation bug (*)
  dcb6258... audioscrobbler: improve layout of items within list item bu (*)
  8db376c... audioscrobbler: display user info area even without user in (*)
  6bb85d4... fix warnings introduced by commit d057ec2685440a130d9f732fe (*)
  e17cde6... audioscrobbler: rename RBLastfmPlayOrder to RBAudioscrobble (*)
  86fa6d9... audioscrobbler: mark error string for i18n (*)
  a71e382... audioscrobbler: fix radio parsing to work with changed Last (*)
  c87ff62... audioscrobbler: move sessions file into audioscrobbler subd (*)
  70268ba... fix potential segfault introduced by 88c62d20c3a3fbf6f2ec94 (*)
  7c1784b... audioscrobbler: add config dialog for choosing which servic (*)
  c4bc586... audioscrobbler: add translator comments to some translatabl (*)
  690d91e... audioscrobbler: update gconf schemas, dist prefs builder fi (*)
  6ef6922... audioscrobbler: use "Log in" instead of "login", as recomme (*)
  d561335... audioscrobbler: store Last.fm username in gconf, for other  (*)
  6908198... audioscrobbler: fix leaked string when loading cached image (*)
  d7ac17e... audioscrobbler: only send new user requests if cached resul (*)
  eca1744... audioscrobbler: update profile periodically (*)
  59bec7c... audioscrobbler: allow a force update of user data (*)
  42ab13d... update POTFILES.in (*)
  3fdd4e3... [i18n] Updated German translation (*)
  09bbfbc... Merge branch 'master' into gobject-introspection
  40dfb9e... bungle vala detection
  4805663... Updated Czech translation (*)
  5662472... Updated Japanese translation (symbolic link related) (*)
  ffd7608... python: sort of fix RBSource impl_add_uri method (*)
  aebb0f3... remove the return value for rb_source_add_uri as we never u (*)
  5d57ea1... podcast: don't crash if multiple feeds are selected (*)
  7128d73... property-view: document property-selected vs properties-sel (*)
  eaa3168... Updated Spanish translation (*)
  b849713... Updated Slovenian translation (*)
  debc7fb... Updated Spanish translation (*)
  3ba7dfc... Updated Russian translation (*)
  d1830bd... remove calls to gtk_dialog_set_has_separator (deprecated) (*)
  af74776... mmkeys: stop using the deprecated GDK_DISPLAY macro (*)
  ad8a802... Adapt to GtkObject removal in GTK3 (*)
  52059d2... [i18n] Updated Dutch translation (*)
  64ba2fc... status-icon: send file paths rather than pixbufs with notif (*)
  2e0204b... status-icon: add pause and previous-track notify actions (b (*)
  c32cdd6... status-icon: capitalize the app name passed to notify_init (*)
  223974a... don't return uninitialized var RBGstPlayer::play (*)
  68db6df... [l10n] Updated German translation (*)
  9032e92... Update to use libdmapsharing 2.2 API Signed-off-by: W. Mich (*)
  2e109b2... add --check-running arg to rhythmbox-client (*)
  4f11923... [ipod] remove obsolete compat #define (*)
  3c2d462... [ipod] skip non-audio non-podcast tracks (*)
  c7d5a04... [ipod] rework iPod database saving (*)
  b9da740... [ipod] use itdb_start_sync and itdb_stop_sync (*)
  d19bfae... [ipod] rework playlist delayed actions (*)
  61ec12a... [ipod] more rework of playlist delayed actions (*)
  e7771d4... [ipod] reworkd delayed playlist renaming (*)
  f487224... [ipod] fix addition/removal of playlist items (bug #601152) (*)
  333e914... [ipod] handle playlist model changes (*)
  992e8f7... [ipod] use podcast icon for iPod podcast playlist (*)
  99a81df... [i18n] Updated German translation (*)
  198a23a... mtp: convert GStreamer source bin into a GstBaseSrc subclas (*)
  eed0a4c... finish removing gtk_dialog_set_has_separator calls (*)
  0fbe1d8... Updated Swedish translation (*)
  e74af5e... audioscrobbler: add translator comments for radio stream ty (*)
  8cb9107... Updated Slovenian translation (*)
  d493a58... Updated Czech translation (*)
  d5ca94a... Updated Spanish translation (*)
  66db679... shell-player: cancel playlist parsing when stopping (bug #6 (*)
  09e7b56... [i18n] Updated German translation (*)
  2f5f05f... Updated Slovenian translation (*)
  1cfd8d0... podcast: add child sources showing new episodes and recent  (*)
  6407ec3... Updated Spanish translation (*)
  5c50ade... rhythmdb: fix sorting of podcast feed view (*)
  703fe04... ipod: don't crash when trying to show properties if ipod db (*)
  46550f4... rating: use signed parameters for rb_rating_render_stars (b (*)
  c5483b3... Updated Slovenian translation (*)
  afaf17e... [i18n] Updated German translation, bug #569968 (*)
  7373dbd... Zero out new RBDAAPRecord object Signed-off-by: W. Michael  (*)
  9264342... Fix typo in rb-daap-record.c Signed-off-by: W. Michael Petu (*)
  43a945b... [l10n] Updated German translation (*)
  5401885... [l10n] Updated Estonian translation (*)
  75ae0dc... shell: specify the right pointer for the parser entry-added (*)
  25724cf... daap: add support for DACP (iTunes remote control)  (bug #6 (*)
  3d831cb... [l10n] Updated Estonian translation (*)
  62f3d51... Updated Spanish translation (*)
  abf94bf... daap: fix compile errors on 32bit platforms (*)
  521ab35... iradio: add WSUM (www.wsum.org) to initial radio stream lis (*)
  061932f... add zeitgeist plugin, developed by Markus Korn, Laszlo Pand (*)
  a3fbeab... update POTFILES.in for zeitgeist plugin (*)
  c6ee827... ipod "Remove from playlist" was deleting song completely. (*)
  c0d2be4... Updated Spanish translation (*)
  ef8daaf... require totem-pl-parser 2.32.1 for recent async parsing fix (*)
  5f95613... xfade: block stream src pads while reusing streams after EO (*)
  8502f13... Updated Japanese translation (*)
  d23fdae... iradio: re-add wbur.org to the initial stream list (bug #63 (*)
  88fbf4f... Updated Slovenian translation (*)
  1a8c840... iradio: comment out NRK Stortinget as the stream 404s at th (*)
  8ffb8a1... Updated Danish translation (*)
  a098433... Updated Lithuanian translation (*)
  4c19eff... Updated Galician translations (*)
  534fde6... podcast: suppress facebook like button iframes (bug #631218 (*)
  8e38990... Updated Polish translation (*)
  db297f7... Updated Swedish translation (*)
  056943f... Updated Swedish translation (*)
  3fba474... Updated Swedish translation (*)
  2c4bce9... Merge branch 'master' into gobject-introspection
  72d4e2c... update for recent gtk+3 deprecations
  38ac923... split MPID out into its own gir
  3db2295... fix a bunch of annotations
  42ae276... fix more annotations, accept unprefixed stuff into rb/rhyth

(*) This commit already existed in another branch; no separate mail sent



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