Next | Query returned 215 messages, browsing 111 to 120 | Previous

History of commit frequency

CVS Commit History:


   2010-10-29 11:28:13 by Thomas Klausner | Files touched by this commit (3)
Log message:
Another bug fix from upstream, bump PKGREVISION.
   2010-10-27 09:59:33 by Thomas Klausner | Files touched by this commit (2)
Log message:
Depend on latest kdelibs4 and fix PLIST.
   2010-10-02 12:08:31 by Thomas Klausner | Files touched by this commit (6)
Log message:
Commit following patch per upstream's suggestion:

commit 7dbec1171386f182be77942ae43dc3684a96cfc4
Author: Mark Kretschmann <kretschmann@kde.org>
Date:   Sat Oct 2 09:06:11 2010 +0200

    Better workaround for wrong applet size on startup.

    This version also works in the case that Amarok was hidden to
    tray before starting, and it does not produce a jerking motion
    when starting in fullscreen mode.
    Thanks to Felix Geyer <debfx-pkg@fobos.de> for the idea.

    It might worth to include this patch in Amarok packages.

Bump PKGREVISION.
   2010-09-24 11:44:52 by Thomas Klausner | Files touched by this commit (3)
Log message:
Add another patch from upstream for fixing problems with XML tags
in the collection scanner. Bump PKGREVISION.
   2010-09-20 23:29:15 by Thomas Klausner | Files touched by this commit (6) | Package updated
Log message:
Update to 2.3.2:

VERSION 2.3.2
  FEATURES:

  CHANGES:
    * Bumped libMTP dependency to version 1.0.0.
    * Improved response of current track and albums applet on data updates.
    * Use system date/time format for default name when saving user playlists.

  BUGFIXES:
    * Fixed incorrect size of the VideoClip applet. (BR 247097)
    * Comments embedded in files that contained newlines or tabs could be
      skipped entirely. (BR 223502)
    * The equalizer dialog did not discard changes when clicking "Cancel".
      Patch by Anton Gritsay <anton@angri.ru>. (BR 242730)
    * The Last.fm service did not work without KWallet. (BR 235861)
    * Show actual KDE version in the "About Amarok" dialog, instead of the
      version used at compile time.
    * Fixed a crash when trying to save a playlist to a file where the format
      of the playlist was unknown. (BR 246168)
    * Also use podcast channel image for downloaded episodes. (BR 229391)
    * Collection directories that were symlinks could end up storing the wrong
      absolute path, causing those files to be removed during incremental
      scans.
    * Fixed playlist tooltips not showing up, even when enabled in the playlist
      layout (BR 249086)
    * Fixed potential crashes related to Applet loading. (BR 246756)
    * Fixed possible crash in Labels Applet when playing new track. (BR 248538)
    * Fixed incorrect layout of applets on startup.
    * Fixed Collection Browser not properly updating after a full rescan,
      necessitating Amarok to be closed and reopened. Fixes various bugs.
      (BR 172542)
    * Fixed cover found dialog closing when download failed or is cancelled.
    * Fixed failure when fetching cddb info for audio CDs in localized Amarok.
    * Fixed expanding items in collection browser by double-click, in
      double-click mode.
    * Fixed crash when adding new folders repeatedly in podcast/saved playlist
      browsers.
    * Fixed context menu actions acting on wrong indices in the playlist
      browser.
    * Fixed incorrect text about "rpath" argument to collection scanner.
      (BR 236076)
    * Fixed emission of MPRIS StatusChange signal when switching into or out
      of random mode.

VERSION 2.3.2-Beta 1
  FEATURES:
    * Podcasts can now be filtered on provider and grouped in folders. (BR 219519)
    * Amarok 1.4 Database Importer: added support for importing labels.
      Thanks to Matěj Laitl for the patch. (BR 218996)
    * Shortcuts: Added "Replay current track" shortcut. (BR 217081)
    * Edit filter dialog: added "added" and "last played" \ 
date filters.
    * File browser: added forward and back buttons for accessing navigate history.
    * Organize Dialog: added a way to save multiple file formats as presets. (BR \ 
122672)
    * Filtering: added default presets to the drop down menu of the collection
      search widget.
    * Filtering: track format can now be used as filter keyword in the
      collection browser, e.g. "format:flac".
    * Filtering: track file size can now be used as filter keyword in the
      collection browser, e.g. "filesize:<12" for tracks under 12Mb;
      "filesize:25" for tracks that are between 25 and 26Mb.
    * Filtering: tracks that were added to the collection since/before a
      certain time can now be filtered using, e.g. "added:<1w".
    * Filtering: added ability to filter last played date in the collection
      browser, e.g. "played:<3d".

  CHANGES:
    * Let scripts access bpm property of tracks (read-only). (BR 245257)
    * Remote Meta+P global shortcut to avoid future problems with new
      keyboard drivers in notebooks. (BR 235204)
    * Fix size of Slim toolbar time labels. Thanks to Tijl Coosemans for the patch.
    * Amarok 1.4 Database Importer: only import tracks that actually belong in the
      collection. Thanks to Matěj Laitl for the patch. (BR 218999)
    * Refresh the albums context applet when the collection is updated.
    * Don't allow the last visible playlist source in User Playlists to be hidden.
    * "Play Media" dialog now remembers the last used directory. (BR \ 
231092)
    * Organize Dialog: tweaked the layout to fit better on smaller resolutions \ 
(BR 238000)
    * Filtering: added year suffix for date filters in the collection browser.
    * Last.fm features that require user authentication are now disabled
      by default.
    * Ignore "DJ" prefix when sorting in collection browser. (BR 181955)
      Patch by Richard Longland <rlongland@hotmail.com>.

  BUGFIXES:
    * Tweaked fuzzy numerical comparisons in the APG. (BR 242281)
    * Finally don't truncate the "Label:" label in TagDialog. (BR 235957)
    * Fix crash when right clicking on children of "No labels". \ 
NoLabel item is
      now a Data item. (BR 243825)
    * Fix regression in Dynamic Collections. For files that were scanned when
      Dynamic Collections wasn't working, you will need to rescan them to get
      them associated with the proper device.
    * Fix crash on exit with newer KDE versions. Patch by Martin Blumenstingl \ 
and Felix
      Geyer. (BR 245513)
    * Fixed playlist bottom toolbar getting to tall when using "Text only"
      button style. (BR 228390)
    * Fixed Amarok layout saving when minized to tray. (BR 244583)
    * Make "No other participants" in the events applet translatable.
      Patch by Jan Janssen. (BR 235311)
    * Fixed track number on DAAP shares. Patch by Silvio Frischknecht. (BR 235030)
    * Fixed filtering by rating in the playlist. (BR 240293)
    * The scripts categories are now translatable. (BR 240563)
    * Fixed Amarok 1.4 Database Importer not importing statistics and lyrics of
      tracks that are not yet in database. Thanks to Matěj Laitl for the patch.
      (see comments on BR 218996)
    * Fixed always playing first track when adding tracks to empty playlist with
      random mode on. Patch by Anton Gritsay <anton@angri.ru> (BR 240452)
    * Directories that were once part of the collection but not anymore may not
      have been properly removed, leading to files outside the collection being
      scanned. (BR 243532)
    * Fixed "genre" and other playlist groupings not working. (BR 243344)
    * Removed track progress effect on TrayIcon as it caused several problems
      (also caused by a bogus implementation of the KSNI class)
      (BR 233506, BR 240463, BR 231539, BR 232578, BR 232312).
    * Fixed track name in main window title incorrectly changing when editing
      tag info for another track. Thanks to Anton Gritsay <anton@angri.ru> for
      the patch (BR 220521)
    * Splitted desktop so mime types can be allocated in a better way
      (BR 242292).
    * Fixed some tracks not being scanned when they had corrupted MusicBrainz
      IDs. Thanks to Matěj Laitl <matej@laitl.cz> for the patch. (BR 236227)
    * Fixed crash when navigating using "Places" in the file browser. \ 
(BR 240338)
    * Fixed error dialog popup if the stored directory is no longer accessible
      when using the file browser. (BR 234286)
    * Single clicking a file in the file browser now selects it instead of
      appending to the playlist by default in single-click mode. (BR 233171)
    * Fixed resizing and eliding issues with the file browser breadcrumbs.
      (BR 231366 comment #5)
    * Drop file icons in file browser breadcrumbs. (BR 231366)
    * Fixed keyboard navigation in file browser. (BR 240668)
      Patch thanks to Hannes Koller.
    * Fixed dropping files to playlist from Konqueror. (BR 235722)
    * Fixed keyboard shortcuts of actions from scripts lost after restart.
      Thanks to Martin Blumenstingl <darklight.xdarklight@googlemail.com>.
      (BR 223165)
    * Fixed tracks not changing for "stop after this track" action. \ 
(BR 231209)
    * Cleaned up some tooltips/what's this strings in the Organize dialog
      to make it easier to read and, hopefully, understand. (BR 237857)
    * Fixed organize dialog's handling of the year tag. If there is no year
      then the %year token should be an empty string.(BR 237834)
    * The "Ignore 'The'" option in the organize files dialog is now case
      insensitive. (BR 237831)
    * Fixed odd header name when showing "places" in the file browser.
      (BR 238518)
    * Filenames with dots (.) and other special RegEx characters will now be
      parsed correctly when guessing tags from a filename. (BR 225743)
    * Align track details dialog's labels to the right as per KDE4's HIG.
      (BR 234555)
    * The last.fm service will now only open the wallet on startup if the user
      has enabled features that require authentication. (BR 230098)
    * Correctly load the list of labels in tag dialog. (BR 238737)
      Patch by Daniel Faust <hessijames@gmail.com>.
    * Cover manager: fixed crash if closed shortly after opening. (BR 235796)
    * Fixed Last.fm service browser not updating its view if it's open on
      startup. (BR 231044)
    * Fixed clicking on browser categories not honoring mouse settings. (BR 226533)
    * Fixed usability issue with regards to context menu item order when right
      clicking in the playlist widget. (BR 198650)
   2010-09-14 13:03:18 by Thomas Klausner | Files touched by this commit (1096)
Log message:
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
   2010-07-14 13:11:41 by Steven Drake | Files touched by this commit (196) | Package updated
Log message:
Recursive PKGREVISION bump for the net/mDNSResponder update
   2010-06-14 01:39:26 by Thomas Klausner | Files touched by this commit (6) | Package updated
Log message:
Update to 2.3.1:

Changes

    * Improved responsiveness when expanding/collapsing items in the collection \ 
browser when using single-click mode.
    * The Collection scanner now runs with idle priority when invoked by Amarok. \ 
Batch scan users can invoke it with the --idlepriority flag.

Bugfixes

    * File browser: fixed sorting files by date. (BR 226941)
    * Fixed issue with file browser bookmarks not working when the file browser \ 
was showing "places".
    * Fixed crash when right clicking in file browser while it is showing \ 
"Places". (BR 237562)
    * Fixed strange selection behaviour in the music sources pane (BR 222760).
    * Fixed factor used when filtering lengths in collection browser.
    * Fixed wrong value used when filtering comments in collection browser.
    * Don't truncate the "Label:" label in the TagDialog. (BR 235957)
    * Display extended characters properly in names of Last.fm streams. (BR 222930)
    * Cover fetcher: prevent automatic fetcher from setting album's cover if it \ 
is done manually during the download. (BR 236839)
    * File browser: show folders first, files afterwards. Patch by \ 
<dystopticus@gmx.net>. (BR 226599)
    * Queued track's contextual menu entry about dequeueing was written wrong \ 
and misleading. (BR 235047)
    * Custom color setting in the On Screen Display was only applied after \ 
restart. Patch by Frank Steinmetzger <Warp_7@gmx.de>.
    * Track Rating was not always displayed correctly in the On Screen Display. \ 
Patch by Frank Steinmetzger <Warp_7@gmx.de>.
    * Improved layout for applet setting dialogs. Patch by Felix Geyer \ 
<debfx-kde@fobos.de>.
    * Made icons in applets react correctly in double-click environments. Thanks \ 
to Felix Geyer <debfx-kde@fobos.de>.
    * Several bug fixes for the bundled LyricWiki script. Patch by Oleg G \ 
<verdrehung@gmail.com>. (BR 233605)
    * Better fix for pausing SHOUTcast streams, without advancing to the next \ 
track after resume. (BR 192878)

Version 2.3.1-Beta 1
Features

    * Persistant Queue Saving: The playlist queue is now saved when Amarok is \ 
closed and restored upon startup. (BR 215057)
    * Automated Playlist Generator: allows smart creation of playlists that \ 
match user-specified constraints. Combines the features of "Smart \ 
Playlists" in Amarok 1.4 with the Bias system of Amarok 2.0.
    * It's now possible to mark all episodes in a channel as old or new at once.
    * New "Upcoming Events" applet, displays future concerts for the \ 
artist of the currently playing track. The event info is fetched from Last.fm.
    * New "Similar Artists" applet, displays a list of artists which \ 
are similar to the one currently played. The list is fetched from Last.fm.
    * The scripting system now offers a new function for detecting that a track \ 
has finished. Patch by Michael MacDonald <mars@antlersoft.com>. (BR \ 
227312)
    * Support for the new System Tray technology from KDE SC 4.4. This adds nice \ 
animations and a better looking popup menu to the System Tray. Thanks to \ 
Aurelien Gateau <agateau@kde.org> for the patch.
    * Allow playlist layouts to group tracks by directory. (BR 230594)
    * Cover fetcher: The UI was improved. Now an icon view is used to display \ 
results, with an informational sidebar that may show interesting bits about an \ 
image.
    * Cover fetcher: Added ability to enter custom queries via Yahoo!, Google, \ 
or Discogs (in addition to Lasf.Fm). Note the source for automatic cover \ 
fetching is still Last.fm only.

Changes

    * Allow changing the number of recently added albums in the albums applet.
    * Magnatune.com store: Added "Home" link to all artist and album \ 
pages leading to the Magnatune.com front page.
    * Magnatune.com store: Improved Magnatune.com front page.
    * Magnatune.com store: Completely remove option to purhcase single albums as \ 
this is no longer supported by Magnatune.com and the API for doing so will be \ 
disabled in the future.
    * The new file browser now supports "places".
    * Added "up" and "home" buttons to the new filebrowser.
    * Items in the breadcrumb navigation bar are now hidden if there is not \ 
enough room to show all of them (similar to how it works in Dolphin) (BR 231497)
    * Improved performance (dramatic in some cases) when filtering the Playlist \ 
(231185).
    * Remove information that is already displayed elsewhere in the playlist \ 
from the playlist tooltips.
    * Make showing the playlist tooltips a per playlist layout option.
    * When bookmarking a view in the local collection, also store (and restore) \ 
the setings for "Show Cover Art" and "Show Years". (BR \ 
230562)
    * Allow moodbar files witout the leading '.' (both \ 
.<trackfilename>.mood and <trackfilename>.mood now work)
    * Change example SQL command for setting up an external database to remove \ 
(sometimes incorrect) host name and possibly fix some random regression in some \ 
MySQL versions. (BR 225052)

Bugfixes

    * Fixed Youtube videoclip broken engine due to their recent change.
    * Fixed Wikipedia no loading the css on KDE 4.4 (due to a regression in Qt \ 
4.6.) (BR 222875)
    * Settings dialog could become too wide with translations. (BR 233752)
    * Fixed re-mounting iPhoneOS devices after having been unplugged without \ 
being unmounted. Thanks to Jeffrey Dodge <hazridi@gmail.com>. (BR 233305)
    * Fixed connection to iPod Touch devices. Patch by Jeffrey Dodge \ 
<hazridi@gmail.com>. (BR 233257)
    * Fixed the deletion of empty directories after deleting, or organizing. (BR \ 
190881)
    * Fixed a hang that would occur when organizing a track and the source file \ 
was the same as the destination file. (BR 233181)
    * Fixed the double delete confirmation dialog when organizing tracks. (BR 233200)
    * Fixed broken rendering of ratings in Current Track applet on startup.
    * Fixed command type names shown in the Bookmark Manager not being \ 
translated. (BR 226829)
    * Fixed crash on startup for users of MySQL 5.5. Thanks to Bartosz \ 
Fabianowski for figuring it out. (BR 231166)
    * Readded missing hover info for the new filebrowser.
    * Fixed missing images in the hover info shown for various browser categories.
    * Fixed crash when running some Amarok urls on startup. (such as when passed \ 
on the command line or cliked in another app) (BR 231626)
    * Fixed crashes when Amarok is started and the Info applet is loaded with \ 
certain version of Qt. (BR 227639) (BR 229756)
    * Fixed organize collection dialog deleting tracks at new location instead \ 
of old. (BR 217002)
    * Fixed a broken podcast feed that had a minor compliance issue in date \ 
format. (BR 231062)
    * Fixed "files" bookmarks not storing the actual path shown in the \ 
file browser (BR 231437)
    * Fixed incorrectly displayed cover images for albums with the same name, \ 
e.g. "Greatest Hits". (BR 170146)
    * Fixed problems with new Main Toolbar and SHOUTcast streams: Since these \ 
streams cannot be paused, we detect this now and stop them instead.
    * Fixed permission errors with each file copied to an iPhone via iFuse. \ 
Thanks to Colin Guthrie <cguthrie@mandriva.org> for the patch. (BR 231021)
    * Fixed issues with using random navigators while filetering or searching \ 
the Playlist. (BR 229226) (BR 222129)
    * Fixed crash related to the new playlist tooltips. (BR 229696)
    * Fixed some artist/album/track names not getting shown or getting shown \ 
incorrectly in the Current Track applet because of html encoding. (BR 222765)
    * Fixed issue with the Albums applet not correctly updating when playing a \ 
track by an artist not present in the local collection.
    * Fixed Albums applet not getting updated if the artist of the currently \ 
playing track was edited. (BR 210296)
    * Fixed bad window title for the details edit dialog in the playlist layout \ 
editor. (BR 227912)
    * Fixed wrong track getting dragged from the Playlist when sorting and/or \ 
filtering is active. (BR 226503)
    * Fixed visual indication for "Stop After This Track" not getting \ 
shown immediately when using the global shortcut. (BR 230569)
    * Cover fetcher: Fixed a crash involving reappearing cover found dialogs and \ 
pending cover fetches. (BR 230215)
    * Display tooltips with applet names in the context toolbar. (BR 230736)
    * File browser: "Add to Playlist" doesn't add playlist files to \ 
the playlist. (BR 229290)
   2010-06-14 00:45:57 by Thomas Klausner | Files touched by this commit (1673)
Log message:
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
   2010-04-16 15:49:30 by Thomas Klausner | Files touched by this commit (4)
Log message:
Upstream patch for Info applet crash.
Bump PKGREVISION.

Next | Query returned 215 messages, browsing 111 to 120 | Previous