Next | Query returned 215 messages, browsing 201 to 210 | Previous

History of commit frequency

CVS Commit History:


   2005-10-02 17:22:19 by Stoned Elipot | Files touched by this commit (3)
Log message:
Update to version 1.3.2.

Package changes: aRts engine deactivated. This is prompted
by a comment in http://bugs.kde.org/show_bug.cgi?id=106599 about arts-engine
not being maintained.
Also the xine and the gstreamer engines proved for me much more stable.
Thanks to Sergey Svishchev, svs at ropnet dot ru, for the pointer.

Changes since last packaged version (1.3.1):

VERSION 1.3.2:
  FEATURES:
    * Tabs will open automatically when dragging files between tabs.
      Patch by Christian Baumgart <christianbaumgart@web.de>.
    * Two new dcop calls which allow scripts to read many of amaroK's
      configuration options. script readConfig(key) for strings, integers and
      bools. script readListConfig(key) for lists. Note that these functions
      aren't guaranteed to always return the latest settings (though many do).
    * Added a right click menu for blank areas of the playlist, with options
      to save, clear or shuffle the playlist and to "enable the dynamic
      mode & repopulate".
    * Playcount is shown in the tag dialog.
    * New volume slider, both better looking and better working than
      the old one.
    * Podcasts can be saved to any location. (BR 111059)
    * Added "Save as Playlist" option to the collection and file browser
      context menus as well.
    * Allow removing of items in the Media Device browser transfer
      queue.

  CHANGES:
    * Scroll wheel to switch tabs in context browser.
    * Repopulate button is enabled or disabled together with dynamic mode.
    * No warning dialog when starting if the directory File Browser is on
      doesn't exist anymore. It just reverts to home. (BR 99208)
    * Sorting on Collection Browser now shows "Unknown" items first, and
      "Various Artists" last. Years are sorted descending now.
    * When selecting 'Play' from the context menu on multiple items,
      it'll now play the first and queue the rest.

  BUGFIXES:
    * The Equalizer and QueueManager widgets were broken on window managers
      other than KWin.
    * "Year - Album" category in the Collection Browser didn't allow for
      dragging tracks or fetching cover images.
    * Xine engine no longer adds images to the playlist.
    * The delete key for removing playlist items works even if the file
      browser is open. (BR 100145)
    * Filenames with XML entity codes were not playable in dynamic mode
      and caused it to stop. (BR 108783)
    * If the album or artist contained "&", cover fetching \ 
wouldn't work
      properly.
    * When restarting, Playlist Browser items used for playlist shuffle
      wouldn't be properly marked, though they would be taken into account.
    * Don't crash after changing Podcast options, or after manually deleting
      its first item.
    * When renaming a playlist, the "." would be removed from the filename.
      Paych by Elliot Pahl <elliot.pahl@gmail.com>. (BR 112204)
    * When using next and previous on Tagdialog, after passing by a stream,
      the fields would be always disabled. (BR 112060)
    * Restarting track when in dynamic mode didn't work.
    * Fix issues with the GStreamer engine and alsasink, and reenable it.
      Patch by Vincent Tondellier <tonton-lists@team1664.org>. (BR 112103)
    * Dynamic playlist shuffle had some incorrect smart playlist handling.
    * Robustified the code for handling the '# of tracks in the playlist'
      part of the statusbar, it should not ever get out of sync with
      reality now. Nice side effect is you can see the track count
      increase while a playlist is loading.
    * "Last played - not in the last" smart playlists would only work for
      sqlite. (BR 112248)
    * Podcast and Dynamic subfolders are correctly restored on application
      start. (BR 112162)
    * Dropping tracks onto playlist browser folders will work correctly.
    * Invalid podcasts are no longer discarded on quit. (BR 112116)
    * Fixed playing of files that have special characters like '#' in
      helix engine.
    * Fixed issue where selecting multiple items after filtering the
      playlist would cause all the other items 'between' them (but
      invisible due to the filter) to also get selected.
   2005-10-02 06:55:05 by Stoned Elipot | Files touched by this commit (1)
Log message:
Fix build with qt-3.3.5.
   2005-09-07 13:29:41 by Stoned Elipot | Files touched by this commit (3) | Package updated
Log message:
Update to version 1.3.1 'Airborne'.

Changes since last packaged version (1.3):

VERSION 1.3.1:
  FEATURES:
    * Added 'Set as Playlist (Crop)' and 'Save as Playlist' options in the
      playlist context menu. (BR 99932)
    * Support for iPod shuffle devices. Patch by Guenter Schwann
      <harry.w@gmx.at>.
    * Media Device browser now has a connect button for connecting
      your iPod after amaroK has already been started. Also includes
      configurable mounting/unmounting options.
    * Holding down the stop button (as opposed to just clicking it) pops
      up a menu letting you stop either now, after the current track, or
      after the end of the queue.
    * Collection browser filter now fully supports the same Google-esque
      syntax as the playlist filter, plus one extra: lyrics:"stuff to search
      for" to search in cached lyrics.
    * Pressing Shift+Enter after filtering the playlist will now queue
      the first track. (BR 111054)
    * Display short statistics in the collection browser depending on the
      categorisation method.
    * New DCOP call "collection: totalTracks". Returns the total number of
      tracks in the collection.
    * New DCOP call "collection: totalGenres". Returns the total number of
      genres in the collection.
    * New DCOP call "collection: totalCompilations". Returns the total \ 
number
      of compilations in the collection.
    * New DCOP call "collection: totalArtists". Returns the total number of
      artists in the collection.
    * New DCOP call "collection: totalAlbums". Returns the total number of
      tracks in the collection.
    * New DCOP call "collection: similarArtists(int artists)". Returns the
      similar artists of the current track, results are limited by 'artists'.
    * New DCOP call "playlist: repopulate". Repopulates the playlist with
      tracks from dynamic mode.
    * New DCOP call "player: showBrowser". Allows for showing of playlist
      window browser, see the handbook for useage.
    * New DCOP call "player: setLyricsByPath". Allows adding custom lyrics
      for tracks.
    * Add an icon in the statusbar displaying the number of queued tracks;
      click on it to pop up a menu letting you jump to their locations in
      the playlist.

  CHANGES:
    * New "Blue Danna" splash screen. Created by Nenad Grujicic, \ 
modified by
      Nathan Adolph.
    * 'Stop after track' is now saved (and so remembered across amaroK
      restarts).
    * Ported playlist + filter-lineedit behaviour to collection browser as
      well: you can move between the view and the filter with the up/down
      buttons, and just typing into the view will set the filter. (BR 108656)
    * Wiki Tab links use the color set for links, instead of "Selected
      Background". Style Authors can use "AMAROK_LINKCOLOR" if \ 
they want that
      color. (BR 111228)
    * The Equalizer widget has been pimped.
    * Pressing 'up' in the playlist filter will now take you to the end of
      the playlist, in addition to down going to the beginning, as before.
    * When jumping to the current track, it now gets centered instead of only
      barely showing.
    * GStreamer-engine was rewritten. The crossfading feature was removed for
      now (it didn't work right with recent GStreamer versions). Improvements:
      1) Reduced CPU usage 2) Reduced latency 3) Increased stability
    * No need to restart amaroK to use your iPod!
    * Improved Konqueror Sidebar.
    * The bundled "Shouter" AmarokScript (for radio stream serving) \ 
has been
      updated and improved.

  BUGFIXES:
    * amaroK wouldn't remember current track when restarting. (BR 110282)
    * Some memory leaks found and fixed.
    * Fix buzz and subsequent clicking when equalizer enabled in Helix and
      GStreamer engines compiled with GCC 4.0.1.
    * Burn option wouldn't show up for "Year - Album" items on Collection
      Browser.
    * Tray's tooltip would show things like 69:40 of 1:12:01.
    * Wiki Tab wouldn't work for names that contained "/". (BR 111634)
    * With KDE 3.4, the proper context menu wouldn't be shown for File
      Browser. Patch by Christian Baumgart <christianbaumgart@web.de>.
      (BR 103305)
    * Playcounter and Access Date wouldn't be updated properly for PostgreSQL.
      Patch by Tonton <tonton-lists@team1664.org>. (BR 111519)
    * Clicking twice on the uninstall button for the same script, would make
      amaroK crash.
    * Fixed an obscure crash when you emptied the playlist, had the focus on
      it, and pressed up.
    * No longer show dynamic info popup on application startup.  Patch by
      Christian Baumgart <christianbaumgart@web.de>.
    * Sometimes the system tray tooltip did not update on song change.
    * Polishing for the collection browser and expanded item states. Patch
      by Christian Baumgart <christianbaumgart@web.de>.
    * With xine-engine amaroK always treated remote media like radio streams.
    * Selecting Classical equalizer preset prompted for name.
    * Fixed konqueror sidebar compilation with kde <= 3.3 and gcc patched for
      visibility.
    * Konqueror sidebar can switch again between tabs.
    * Fixed playing of oggs in helix engine.
    * Fixed crash in helix engine when switching engines if helix/realplayer
      not installed.
    * Undo/Redo for the playlist was broken in some cases.
    * On Collection Browser, when grouping by Genre/Artist/Year-Album it
      wouldn't show the tracks. (BR 110890)
    * SmartPlaylist Editor would reset "Match Any" to "Match \ 
All" when
      editing. Patch by Kevin Henderson <pyspud@hotmail.com> (BR 110918).
    * Podcasts and playlist tracks would be sorted lexicographically
      (BR 97297).
    * Saved dynamic playlists were not removable.
    * xine-engine: amaroK would get stuck on exit if the Equalizer was enabled
      and the engine playing. (BR 110791)
    * Dequeued items sometimes weren't being repainted properly.
   2005-08-30 08:44:37 by Stoned Elipot | Files touched by this commit (4)
Log message:
Update to version 1.3 'Airborne'.

Too many changes, bugfixes and features since last packaged version (1.2.4) to
list here. Please see amaroK's homepage or the ChangeLog file enclosed in the
source tarball.
   2005-08-10 22:56:30 by Johnny C. Lam | Files touched by this commit (339)
Log message:
Remove the abuse of buildlink that was pkg-config/buildlink3.mk.  That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
   2005-07-21 18:30:01 by Thomas Klausner | Files touched by this commit (328)
Log message:
Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
   2005-05-23 15:14:05 by Stoned Elipot | Files touched by this commit (2)
Log message:
Update to version 1.2.4 'Revenge of the roK'.

Changes since last packaged version (1.2.3):
VERSION 1.2.4:
  FEATURES:
    * Queue selected tracks shortcut, Ctrl+D. (BR 83675)
  BUGFIXES:
    * The first engine entry in the config dialog was always blank.
    * If you filtered by more than one word in Collection Browser, adding
      expandable items (eg: artists or albums) wouldn't work. (BR 100150)
    * Updating the collection without any changes being made to it kept
      the Update button disabled forever.
    * Application freezes when switching shoutcast streams. (BR 103890)
    * MusicBrainz lookup was not escaping quote characters. (BR 103740)
    * Fixed crash when clicking the "clear" button in CoverManager's filter
      widget.
    * Update lyrics page on new radio stream metadata. (BR 99725)
    * xine-engine was reporting bogus tracklengths for ogg vorbis. (BR 102547)
   2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035)
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
   2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
   2005-03-29 18:24:14 by Stoned Elipot | Files touched by this commit (4)
Log message:
Update to version 1.2.3

Changes since last packaged version (1.2.2):
  FEATURES:
    * Graphequalizer script can now enable and disable the equalizer.
    * New DCOP call "player: equalizerEnabled" returns whether or not
      the equalizer is enabled.
    * OSD notification for mute.
    * Mute global shortcut, Win+M.
    * Add %comment token for comment display in OSD. (BR 100944)
    * View/Edit track entry into context menus of ContextBrowser and
      CollectionBrowser.
    * You can mark/unmark albums as compilations via CollectionBrowser's
      right-click contextmenu.
    * New DCOP call "collection: query(const QString& sql)".
      Allows to make arbitrary queries on the Collection database.
    * New DCOP call "playlist: removeCurrentTrack()". (BR 92973)
  CHANGES:
    * Show "Artist - Title" for compilation discs in CollectionBrowser
      and ContextBrowser.
    * Upgraded internal SQLite database to 3.2.0.
    * DCOP call saveCurrentPlaylist() now returns the path to current.xml.
  BUGFIXES:
    * Appropriate context menu entry for changing queue status for multiple
      playlist items.
    * Fix regression preventing dequeuing multiple selected tracks.
    * 'Show Toolbar' remembers its settings between sessions. (BR 98662)
    * When doing Musicbrainz lookup from the Context browser, search for the
      real track, not the whole album.
    * Memleak when a radio stream stalled. (BR 102047)
    * The Collection Scan finally checks for the right file modification time.
    * Adding a compilation disc from ContextBrowser was broken.
    * GStreamer-engine: Reduced the gap when switching to next track without
      crossfading.
    * GStreamer-engine: amaroK was swallowing the beginning of a track when
      Fade-in was set to zero. (BR 94472)
    * Use a better highlight color in the "Configure Collection" dialog.
      (BR 102059)
    * "Remove Duplicates / Missing" fixed. Removes dead entries correctly.
    * Fix units for samplerate. (BR 101528)
    * amaroK using 100% CPU on some systems. (BR 101524)
      (a KHTML bug which got exposed by code in amaroK 1.2.2)

Next | Query returned 215 messages, browsing 201 to 210 | Previous