phantomjinx <p.g.richardson@phantomjinx.co.uk>	2015-06-02

    Updates NEWS and Changelog

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2015-06-02

    Update language files ready for final release 2.1.5

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2015-06-02

    Minor fixes

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2015-06-02

    Downloads from wikispaces website containing the documentation

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2015-05-25

    Updates to install instructions

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2014-08-17

    Replacement of all remaining GtkTables with GtkGrid
    
    * All entries of GtkTable widgets directly replaced with GtkGrid widgets
      and inner components realigned accordingly.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2014-08-17

    #324 - Fixes the setting display of the repository file settings
    
    * The GtkFileChooser only displays the path to the selected file if it
      exists. If the loaded path does not happen to exist then 'None' is
      displayed instead causing confusion.
    
    * Replaces the backupDB file choosers in the repository editor and creator
      with an ineditable path entry and ... button.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2014-08-10

    Replaces deprecated GtkTable with GtkGrid
    
    * playlist_display_spl.c
     * Already partially replaced
    
    * sjcd
     * Updates glade xml file
     * Disadvantage to GtkGrid is that the rows cannot be hidden in the same
       way as GtkTable hence the composer field is disabled rather than hidden

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2014-05-08

    Updates the INSTALL instructions for fedora 19

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2014-04-30

    Add back in previously removed handling of deprecation flags
    
    * Restores the deprecation flag handling in configure script but adds an
      additional option for disabling deprecation prohibition flags even when
      gtkpod version is a development build.
    
    * ./configure --enable-deprecations=yes will stop the addition of all the
      deprecation prohibition flags hence allow deprecated function calls
    
    * ./configure --enable-deprecations=no will ensure that the deprecation
       flags will be added to development builds

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2014-04-27

    Ignore kdevelop-related project files

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2014-04-27

    Upgrades sjcd plugin to latest sound juicer codebase
    
    * Upgrades gtkpod to use musicbrainz5 from 3/4
    
    * Upgrades to gstreamer 1.0 from 0.10
    
    * sj-main.c
     * Slight changes required to add a GSimpleActionGroup since gtkpod does
       not use GtkApplication so no default GActionGroup available

Dominique Leuenberger <dimstar@opensuse.org>	2013-03-02

    Port to GStreamer 1.0

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2014-05-08

    Update version script to 2.1.5

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2013-09-04

    Updates NEWS and Changelog

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2013-09-04

    Update language files ready for final release 2.1.4

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2013-08-29

    Fixes for support for anjuta 3.9.3+
    
    * Modifications in anjuta 3.9.3 require support in gtkpod / anjuta app
    
    * gtkpod.c
     * profile-scoped and descoped signals moved to AnjutaProfile from
       AnjutaProfileManager
    
    * anjuta-about.c
     * AnjutaPluginHandle returned rather than an AnjutaPluginDescription
       hence unwrapping required

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2013-08-29

    Fixes segfault when clarity window is hidden
    
    * When app is opened and the clarity window is hidden, the actual events
      are showing the window then immediately hiding it. This process causes
      the cogl rendering in the draw area to throw and X window error and kill
      the app.
    
    * Adds a single draw_panel for the draw_area to be added to, allowing for
      the latter to be destroyed when the parent widget is unrealised and
      recreated when the parent widget is made visible.
    
    * More g_return statements added to protect function calls involving the
      draw area and other private initialised fields.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2013-08-28

    Changes while testing against anjuta 3.9.1
    
    * Converts anjuta-app into anjuta-window so as to match the original
      anjuta codebase, making diff-checking easier.
    
    * Includes minor changes provided in anjuta 3.9.1

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2013-08-25

    Fixes for deprecation mistakes
    
    * gtkpod.c
     * profile manager was removed incorrectly in 69b17cd9a. Restoring but
       placing in a CHECK_VERSION since it is only used in anjuta 3.8.0+
    
    * main.c
     * Fixes deprecation warning for clutter_threads_init where it is not
       required for clutter 1.10+

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2013-08-25

    Revert incorrect commit of configure.ac changes
    
    * DISABLE_DEPRECATED flags being commented out should not have been
      committed in 525bfe4b

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2013-08-25

    Only initialise the g types if glib is 2.35 or less
    
    * glib 2.36+ no longer requires manual initialising of the g type system
    
    * Thanks to willysr at gmail.com for the bug report

Daniele Forsi <daniele@forsi.it>	2013-08-25

    Update Italian translation

Daniele Forsi <daniele@forsi.it>	2013-08-25

    Remove duplicated code
    
    The same code is at lines 547-549 in the same function.
    Fixes a Clang warning:
    misc_track.c:559:9: warning: Assigned value is always the same as the existing value
        etr = track->userdata;
        ~~~ ^ ~~~~~~~~~~~~~~~

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2013-08-24

    Updates NEWS and Changelog

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2013-08-24

    Update language files ready for release 2.1.4

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2013-08-24

    Bug #122 - Make edit playlist name function check for existing name
    
    * When double-clicking on a playlist name and editing, ensure the new name
      is not the name of another existing playlist.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2013-08-24

    Task #119 - Make smart playlist wizard check for duplicate playlist
    
    * Checks the existing playlists for the playlist name before allowing the
      save of the edited smart playlist. Should the user be editing an existing
      list then this is catered for by the if condition.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2013-08-09

    Removes mutex and cond deprecations
    
    * configure.ac
     * Updates glib minimum version to 2.31 which was released in 2011
    
    * Replace deprecated mutex and cond function calls
    
    * Removes GLIB_CHECK_VERSION #checks for 2.31.0
    
    * gtkpod.c
     * Since gdk_threads_enter/leave is deprecated and removed, they have been
       replaced with gdk_threads_add_idle, which means the playlist display is
       populated after the rest of the UI
     * Adds status bar messages to show the playlist is initialising and fully
       loaded

Merge: 93c2a2e cb43cb6
phantomjinx <p.g.richardson@phantomjinx.co.uk>	2013-06-20

    Merge remote-tracking branch 'remotes/jn/ui.v2'

Merge: 35cffe3 002c61e
phantomjinx <p.g.richardson@phantomjinx.co.uk>	2013-06-20

    Merge remote-tracking branch 'jn/cmdline'

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2013-06-18

    Media player fixes
    
    * Return status message if a track is not played for whatever reason
    
    * Ensure the buttons are stopped if the track cannot be played
    
    * Reset the track index when a new set of tracks are selected, otherwise
      the index can be larger than the total number of selected tracks!

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2013-06-16

    Remove deprecations in clarity plugin up to clutter 1.10
    
    * Replaces all deprecated functions in clarity as of clutter version 1.10
    
    * Officially update clutter-gtk to check for version 1.2, which depends on
      clutter 1.10

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2013-04-28

    Fix gdk deprecations
    
    * Replace gdk_window_get_pointer with gdk_window_get_device_position
      due to deprecation.

Jonathan Neuschäfer <j.neuschaefer@gmx.net>	2013-06-03

    use g_option_* for gtkpod's own options, too
    
    It's already used for the options of other libraries (gtk and
    brasero).
    
    The options are handled in a delayed fashion: Parsing is done
    at the same time as all other command line parsing, but the
    results are handled at the same time as they were before.

Jonathan Neuschäfer <j.neuschaefer@gmx.net>	2013-06-03

    libgtkpod/prefs: add --playcount option
    
    This option will have to be implemented, because glib requires each
    option to have a long form. The purpose of this patch is to make its
    introduction visible in the changelog.

Jonathan Neuschäfer <j.neuschaefer@gmx.net>	2013-06-03

    main: translate "Error parsing options: %s\n"

Jonathan Neuschäfer <j.neuschaefer@gmx.net>	2013-06-03

    main: add \n after "Error parsing options: %s"

Jonathan Neuschäfer <j.neuschaefer@gmx.net>	2013-06-03

    playlist_display: reduce duplicate code

Jonathan Neuschäfer <j.neuschaefer@gmx.net>	2013-06-03

    playlist_display: remove a comment about "SPL data"
    
    I wasn't able to find any information about what that is.

Jonathan Neuschäfer <j.neuschaefer@gmx.net>	2013-06-03

    playlist_display: support dropping playlist into an itdb

Jonathan Neuschäfer <j.neuschaefer@gmx.net>	2013-06-03

    display_playlists: remove outdated debugging printfs

Jonathan Neuschäfer <j.neuschaefer@gmx.net>	2013-06-03

    display_playlists: balance parentheses in a comment

Jonathan Neuschäfer <j.neuschaefer@gmx.net>	2013-05-31

    po/de.po: untranslate --mountpoint

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2013-04-27

    Fixes to cater for changing API in anjuta version 3.8.0+
    
    * Contribute to future proofing against new versions of anjuta library
    
    * core_prefs.c
    * coverweb.c
    * plugin.c
    * anjuta-app.c
     * Fixes error messages about destroyed widgets being already destroyed
    
    * gtkpod.c
    * anjuta-about.c
     * Makes changes to align code more closely with the anjuta 3.8.0 codebase

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2013-04-26

    Fix to cater for changing API in anjuta version 3.6.2+
    
    * Contribute to future proofing against new versions of anjuta library

Daniele Forsi <daniele@forsi.it>	2013-02-28

    Fix showing tracks of selected artist on 64-bit systems
    
    The return value of gdk_threads_add_idle_full() is guint and is
    greater than 0; see
    http://developer.gnome.org/gdk/2.22/gdk-Threads.html#gdk-threads-add-idle-full
    
    Bug reported in http://sourceforge.net/mailarchive/message.php?msg_id=30490385

Daniele Forsi <daniele@forsi.it>	2013-02-28

    Revert "Fix showing tracks of selected artist on 64-bit systems"
    
    This reverts commit 3732944d096943125e4a51f753644a00726acc68.

Benno <fwxx@rocketmail.com>	2013-02-15

    Fix showing tracks of selected artist on 64-bit systems
    
    The handler_id is of type gulong (while signal_id is guint); see
    http://developer.gnome.org/gobject/unstable/gobject-Signals.html
    
    Bug reported in http://sourceforge.net/mailarchive/message.php?msg_id=30490385

Daniele Forsi <daniele@forsi.it>	2013-02-15

    Fix possible crasher
    
    When opening the About dialog for the second time, a variable pointed
    to freed memory.
    
    Fixes:
    (lt-gtkpod:13277): Gtk-WARNING **: Failed to set text from markup due to error parsing markup: Error on line 1 char 36: Invalid UTF-8 encoded text in name - not valid ' \xc5\xc5	h\xdd\xc3	'
    
    (lt-gtkpod:13277): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

Daniele Forsi <daniele@forsi.it>	2013-02-15

    Fix tabs

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2013-01-26

    Playlist_display - prevent a double-free
    
    This crash could previously be triggered by dragging a newly
    created (and not yet saved) playlist from one local repository
    to another.
    
    Thanks to Jonathan Neuschäfer for the patch

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2013-01-26

    Prevent a crash in coverart display if a track has no artist
    
    Use a placeholder for the artist name, if the track lacks the metadata
    value.
    
    Thanks to Jonathan Neuschäfer for the patch

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2013-01-26

    Handle when the current playlist is NULL in track display
    
    Thanks to Jonathan Neuschäfer for the patch

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2013-01-06

    Update version script to 2.1.4

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2013-01-06

    Updates NEWS and Changelog

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2013-01-05

    Avoid getting data from an invalid iter
    
    * Crash occurs when deleting all tracks from ipod. Try and mitigate by
      making the loop safer.
    
    * If the iter_next assigns an invalid reference to iter, then the loop
      still makes another iteration and potentially will crash the application.
    
    * Assign the return value of iter_next to valid to avoid the iteration.
    
    * Only try and remove the row if iter is valid
    
    * Thanks to goetz.waschk at gmail.com for pointing out the bug

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-12-02

    Updates NEWS and Changelog

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-12-02

    Update language files ready for release 2.1.3

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-12-02

    Fix bug in track display sorting
    
    * Track Display column sorting is not being reset when a new playlist is
      selected so the new set of tracks is having the previous sort order
      applied, causing confusion.

Daniele Forsi <daniele@forsi.it>	2012-12-04

    Update Italian translation

Joel Smith <jsf-lists.gtkpod@jk1.net>	2012-11-12

    make MP4 generated chapter names translateable
    
    Thanks to Daniele Forsi for the suggestion

Joel Smith <jsf-lists.gtkpod@jk1.net>	2012-11-12

    MP4 text tags are already UTF-8. Remove UTF-8 conversion.

Joel Smith <jsf-lists.gtkpod@jk1.net>	2012-11-10

    fix mp4 tag crash on tempo (BPM) values above 99
    
    As reported here:
    http://sourceforge.net/tracker/index.php?func=detail&aid=3575205&group_id=67873&atid=519273

Joel Smith <jsf-lists.gtkpod@jk1.net>	2012-11-08

    fix compilation flag and media type tag for mp4 files

Joel Smith <jsf-lists.gtkpod@jk1.net>	2012-11-08

    add mp4 chapter reading support to Atomic Parsley bridge

Joel Smith <jsf-lists.gtkpod@jk1.net>	2012-11-04

    add track ID field to AtomicParseley library

Joel Smith <jsf-lists.gtkpod@jk1.net>	2012-11-03

    add text track type to AtomicParseley library

Joel Smith <jsf-lists.gtkpod@jk1.net>	2012-11-03

    add track sort fields read/write support to AP library

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-11-10

    Mitigate possibility of sort tab category where track has no value
    
    * Possible that a track is used to display a sort tab category but that
      the track has no metadata value for the category.
    
    * Replaces with a hard constant to avoid null pointer crashes
    
    Thanks to j.neuschaefer at gmx.net for reporting and debugging

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-10-23

    Solve the confusing sorting of the track display
    
    * The track display has traditionally been based on the list of displayed
      tracks. This list comes from the filters, which may have been sorted.
      Thus, despite turning off sorting in the track display, the tracks can
      still end up sorted asc/desc due to sorting in the filters
    
    * Makes the track display sorting independent by fetching the tracks from
      the playlist and only displaying those contained in the displayed list.
      Thus, the track display adopts the tracks from the filter but not their
      order.
    
    * Redefines the tm_autostore preference in that only if it is switched on
      will the track display sort order be applied automatically to any selected
      playlist's displayed tracks. Turning this off means tracks will only ever
      be sorted manually on a per playlist basis by the user.
    
    * Adds sort order radio buttons to the track display preferences to make the
      sort order more prominent. Adds tooltips to explain what the auto checkbox
      and the sort order radio buttons are for.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-10-23

    Reduce the number of selection changed callbacks
    
    * When a playlist is selected, the sorttabs are repopulated and their
      selections reselected. This causes the displayed tracks to be reset,
      producing more signals and firing more callbacks.
    
    * Reduces the number of callbacks fired by only initiating the idle
      selection callback if one has not already been scheduled.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-10-13

    Fix to cater for changing API in anjuta version 3.5.3+
    
    * Contribute to future proofing against new versions of anjuta library
    
    * Thanks to Dominique (dimstar at opensuse.org) for the report and patch

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-10-06

    Update of chinese translation
    
    * Thanks to Zhixin Tan tanzhxin at gmail.com for the update

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-10-06

    Fix for error caught by turning on error=format-security
    
    * configure.ac
     * Leave error trapping switched on to trap further errors.
    
    * Thanks to Brent <webe3vt@aim.com> for the report and fix.

Daniele Forsi <daniele@forsi.it>	2012-08-30

    trivial: remove duplicated NULL check
    
    The same check is performed just above this one.
    Found with coccicheck by the coccinelle project
    http://coccinelle.lip6.fr/coccicheck.php

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-08-06

    fix m4a track length value
    
    * The duration value read by atomic parsley is stored in the mp4 in its
      moov->mdia->timescale atom. The duration must be divided by this value
      to get the duration in seconds. In addition, gtkpod stores the track
      length in ms so the duration must be multiplied by 1000.
    
    * Fixes #3537899
      https://sourceforge.net/tracker/?func=detail&atid=519273&aid=3537899&group_id=67873

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-08-01

    Fix configure script to properly handle 'without' switches
    
    * --without-* switches are available for flac, ogg and curl libraries. This
      corrects the logic so that configuration can continue if these libraries
      are specifically excluded.

Jonathan Neuschäfer <j.neuschaefer@gmx.net>	2012-07-29

    INSTALL: fix indentation in the Optional Packages section

Daniele Forsi <daniele@forsi.it>	2012-07-14

    Small fix to Italian translation

Daniele Forsi <daniele@forsi.it>	2012-07-14

    Fix adding more sort tabs
    
    Do not store a pointer to a local variable on the caller's stack.
    In the following backtrace by chance the same memory area was reused by another filename.
    Fixes:
    ** (lt-gtkpod:15891): ERROR **: Failed to create builder from file /home/daniele/gtkpod/gtkpod/plugins/libtrack_display.so: Errore alla riga 1 carattere 1: Il documento deve iniziare con un elemento (es. <book>)
    
    Program received signal SIGTRAP, Trace/breakpoint trap.
    0xb74a8f81 in g_logv () from /lib/i386-linux-gnu/libglib-2.0.so.0
    (gdb) bt
     #0  0xb74a8f81 in g_logv () from /lib/i386-linux-gnu/libglib-2.0.so.0
     #1  0xb74a90c3 in g_log () from /lib/i386-linux-gnu/libglib-2.0.so.0
     #2  0xb7fc112d in gtkpod_builder_xml_new (filepath=filepath@entry=0x841b550 "/home/daniele/gtkpod/gtkpod/plugins/libtrack_display.so")
         at misc.c:1210
     #3  0xaf1bab3b in special_sort_tab_page_new (st_widget_parent=st_widget_parent@entry=0x840e3a8,
         glade_file_path=0x841b550 "/home/daniele/gtkpod/gtkpod/plugins/libtrack_display.so") at special_sorttab_page.c:505
     #4  0xaf1be18f in _sort_tab_widget_init_page (st_cat=ST_CAT_SPECIAL, self=0x840e3a8) at sorttab_widget.c:227
     #5  sort_tab_widget_new (inst=inst@entry=2, parent=0x8af0710,
         glade_xml_path=0x841b550 "/home/daniele/gtkpod/gtkpod/plugins/libtrack_display.so") at sorttab_widget.c:336
     #6  0xaf1bf8bf in sorttab_display_append_widget () at display_sorttabs.c:145
     #7  0xaf1bffa0 in sorttab_display_preference_changed_cb (app=app@entry=0x838f008, pfname=0xaf1c4955, value=0x3, data=0x0) at display_sorttabs.c:354

Daniele Forsi <daniele@forsi.it>	2012-07-14

    Make the string identical to the other ones
    
    Add a \n. One string less to check for translators.

Daniele Forsi <daniele@forsi.it>	2012-07-14

    Fix setting the sort order with the Playlist Display plugin
    
    Dereference gpointer value.

Daniele Forsi <daniele@forsi.it>	2012-07-14

    Update Italian translation

Daniele Forsi <daniele@forsi.it>	2012-07-14

    Make more strings translatable
    
    Add *.plugin.in for of Clarity and External Player plugins and fix
    an existing entry.

Daniele Forsi <daniele@forsi.it>	2012-07-13

    Fix memleak

Daniele Forsi <daniele@forsi.it>	2012-07-13

    Make another string translatable
    
    Add 2 leading spaces like similar strings.

Daniele Forsi <daniele@forsi.it>	2012-07-13

    Fix multiple icons appearing when toggling plugins in preferences window
    
    The anjuta_preferences_dialog_add_page() was using the translated string
    while anjuta_preferences_remove_page() was using the untranslated string.
    Make the code similar to most plugins.
    
    Fixes:
    libanjuta-WARNING **: Could not find page to remove
    
    Program received signal SIGTRAP, Trace/breakpoint trap.
    0xb74a9f81 in g_logv () from /lib/i386-linux-gnu/libglib-2.0.so.0
    (gdb) bt
    [...]
     #2  0xb7ef4b40 in anjuta_preferences_dialog_remove_page () from /usr/lib/libanjuta-3.so.0
     #3  0xb7ef5c3b in anjuta_preferences_remove_page () from /usr/lib/libanjuta-3.so.0
     #4  0xa61abc45 in ipreferences_unmerge (ipref=0x855f650, prefs=0x83b0a60, e=0x0) at plugin.c:446
    [...]

Daniele Forsi <daniele@forsi.it>	2012-07-13

    Fix segfault when using playcount spin buttons
    
    All callbacks expect to receive a pointer to userdata.
    Fixes:
    (lt-gtkpod:7461): GLib-GObject-WARNING **: instance of invalid non-instantiatable type `<unknown>'
    
    Program received signal SIGSEGV, Segmentation fault.
    _get_sort_tab_widget_instance (self=0x84c3008) at special_sorttab_page.c:104
    104	    return sort_tab_widget_get_instance(priv->st_widget_parent);
    (gdb) bt
    [...]

Daniele Forsi <daniele@forsi.it>	2012-07-13

    gtkpod also manages photos on supported iPods

Daniele Forsi <daniele@forsi.it>	2012-07-13

    Replace g_warning() with g_message() since they are printed during normal use
    
    Printing those as warnings would also interfere with the use of --g-fatal-warnings
    for debugging with gdb.

Daniele Forsi <daniele@forsi.it>	2012-07-13

    Remove empty and unused item from list of date types
    
    Valid choices are Last Played, Last Modified and Added; choosing the
    empty item prints on the terminal:
    Programming error: cal_get_category () -- item not found.

Daniele Forsi <daniele@forsi.it>	2012-07-12

    Only the box containing smart playlist rules need to expand

Daniele Forsi <daniele@forsi.it>	2012-07-12

    Do not accept empty names for smart playlists
    
    Make the "Save" button insensitive if the name is empty.

Daniele Forsi <daniele@forsi.it>	2012-07-12

    Make it easier for the user to retry entering a valid playlist name
    
    Automatically ask again a name if the one provided by the user was
    empty or duplicated.

Daniele Forsi <daniele@forsi.it>	2012-07-12

    Don't check twice if name is NULL
    
    It is already checked after calling get_user_string().

Daniele Forsi <daniele@forsi.it>	2012-07-12

    Fix setting default width of main window
    
    Only used when window Geometry couldn't be read from
    ~/.gtkpod/session/anjuta.session file.

Daniele Forsi <daniele@forsi.it>	2012-07-11

    Actually use the translation and change capitalization
    
    The N_() macro only marks a string for translation but it's a noop
    at compile time.

Daniele Forsi <daniele@forsi.it>	2012-07-11

    Make more strings translatable

Daniele Forsi <daniele@forsi.it>	2012-07-08

    Add missing newlines to a message string

Daniele Forsi <daniele@forsi.it>	2012-07-08

    Use the spelling "Normalize" like in other strings

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-07-09

    Fix an identified buffer overflow
    
    3536102 - Buffer overflow in atomic parsley

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-07-09

    Register all upper case version of filetype suffixes
    
    * Should files have upper case file type suffixes then such files are not
      recognised by the filetype plugins.
    
    * Registers each filetype plugin against all suffixes and their upper case
      versions.
    
    3538271 - MP3 extensions do not get loaded

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-06-28

    Update version script to 2.1.3

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-06-17

    Update Changelog
    
    * Release 2.1.2

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-06-11

    Avoid Creating new uint definitions
    
    * Include stdint.h in AP_commons.h instead
    
    * Allows compilation of freebsd
    
    * Thanks to Matteo <mfv.debian at gmail.com> for the investigation and
      patch

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-06-01

    Update Changelog

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-06-01

    Fix typo for musicbrainz3 compilation option

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-05-31

    Change to anjuta preference creation causing crash in pref dialog
    
    * The use of anjuta_prefences_add_from_builder assumes all the widgets in
      the builder have related preferences in the gsettings of the core gtkpod
      xml. The disable_splash_screen is not in there as it is from .prefs.
    
    * Reverts modifications made by f671cc889 with a little bit of tidying up

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-05-31

    Modifications due to change in gthreads API
    
    * Threading API in glib-2.0 < 2.31 has been deprecated so must be
      migrated to new API.
    
    * Preserves backward compatibility with glib-2.0 < 2.31

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-05-25

    Updates NEWS and Changelog

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-05-25

    Update language files ready for release 2.1.2

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-05-25

    Update and fix sjcd plugin
    
    * Update sjcd plugin to reflect latest developements in sound juicer
      including use of musicbrainz 4
    
    * sj_extracting.c
     * Avoid segfaulting if a track value is empty. Happen to have a CD that
       failed to return any track names for an album - maybe a bug in the
       sound juicer musicbrainz 4 code

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-05-09

    Improve performance of playlist selection
    
    * For playlists / ipods with many tracks, playlist selection can be very
      slow. Turns out this is due to excessive track display signals being
      fired while tracks are added.
    
    * Use gtk_list_store_insert_with_values since this triggers fewer signals
      than the gtk_list_store_append/gtk_list_store_set couplet
    
    * Turn off sorting then turn back on afterwards since sorting makes adding
      very slow!

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-04-24

    Fix sjcd preference dialog
    
    * Sound juicer dialog opening one but failing to open correctly on
      subsquent occasions.
    
    * Ensures that the dialog is fully constructed from scratch and fully
      destroyed when closed, inclusing unbinding and disconnecting the
      g_settings

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-04-23

    Fix for double free segfault
    
    * Occurs when adding a directory
    
    * Directory names inserted into hash table, added as both key and value then
      being freed as key and then freed as value. Second free causing the
      segfault
    
    Fixes 3477268 (sf.net)
    Fixes FS#92

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-04-22

    Fix deadlock when mult metadata is available in sjcd
    
    * When preparing to rip a CD and cddb returns more than one choice for the
      CD's metadata, a dialog is displayed so user can choose which metadata to
      take. Pressing continue, causes a deadlock in application.
    
    * Surrounding gtk_dialog_run function with gdk_threads_enter/leave solves
      the deadlock by ensuring gtkpod's main loop owns the lock.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-04-19

    Fix for not setting artwork correctly
    
    * Mistake in code that points to the temporary file rather than extracting
      the pixbuf data from it. Fixed to manually extract and apply data as
      artwork.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-04-19

    Tidy up variables for library compilation
    
    * configure.ac
     * Set the so version of the atomic parsley library
     * Some default CFLAGS are inappropriate for C++ compilation so provide
       reduced CFLAGS for atomic parsley library
    
    * libgkpod/Makefile.am
     * Remove unnecessary variable definitions
    
    * atomic-parsley/Makefile.am
     * Apply CFLAGS and SO_VERSION to library

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-04-17

    Fix deprecations in sjcd plugin
    
    * Deprecated code causing compile errors in rpm compilations

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-04-15

    Fix language files
    
    * Update po files to reflect changes in plugins. Include atomic parsley
      library for translation of error messages

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-04-14

    Build libs directory before plugins
    
    * atomic parsley library required for plugins but depends on libgtkpod

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-04-11

    Small fixes and reformatting
    
    * Reformats all atomic-parsley files to same formatting as the other
      gtkpod sources
    
    * Convert some atom strings to defines
    
    * Fix some bugs after testing
    
    * Disable gapless reading since there is a lot more to it than just the
      gapless flag. May be sorted in the future

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-04-10

    Support for writing mp4 tags using atomic parsley
    
    * AtomicParsleyBridge
     * Include read / write lyric support for the first time
     * Include write metadata function
    
    * m4afile.[ch]
     * Mirror the function calls in mp4file.c
     * Could we make these common somehow??

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-04-14

    Remove the dependency on libmp4v2
    
    * The dependency on libmp4v2 is a license violation when
      linked to the GPL codebase.
    
    * Integrate a modified version of the GPL AtomicParsely code
      into the filetype_mp4 plugin instead. This code is written
      in C++ so use of the CXX bits n pieces is required. Small
      price to pay to avoid the license violation.
    
    * Atomic Parsley library added to separate libs directory to
      allow linkage from both mp4 and m4a plugins.
    
    * TODO
     * Only read is currently supported so write needs implementing

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-04-08

    Small fixes
    
    * file.c
     * Fix incorrect logic when error handling file info
    
    * gtkpod_app_iface.c
     * Avoid winding on the suffixes list permanently when registering file
       types.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-02-11

    Remove canberra dependency
    
    * All use has been removed from sjcd plugin so no need to include the
      actual dependency.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-02-11

    Modify potfiles for sjcd and external player plugins

Daniele Forsi <dforsi@src.gnome.org>	2012-03-27

    strcmp() needs #include <string.h>
    
    This reverts one hunk of commit 1c640e4bbc5efa6e7a85456b54d1c86376e0ccc4

Daniele Forsi <dforsi@src.gnome.org>	2012-03-27

    Add the border to the spin button
    
    So it looks like all other spin buttons.

Daniele Forsi <dforsi@src.gnome.org>	2012-03-27

    Use a GtkLabel like all other dialogs
    
    So it looks like all other text.

Daniele Forsi <dforsi@src.gnome.org>	2012-03-26

    Trivial: s/lyrics/details/ in license text
    
    Possibly a side effect of a global search and replace.

Daniele Forsi <dforsi@src.gnome.org>	2012-03-25

    Add const keywords (warnings by clang)
    
    At some time they were added to gtk too.
    Eg. see http://developer.gnome.org/gtk/2.24/GtkCellRenderer.html
    Fixes:
      CC     rb_cell_renderer_rating.lo
    rb_cell_renderer_rating.c:159:23: warning: incompatible pointer types assigning to 'void (*)(GtkCellRenderer *, GtkWidget *, const GdkRectangle *, gint *, gint *, gint *, gint *)' from 'void (GtkCellRenderer *, GtkWidget *, GdkRectangle *, gint *, gint *, gint *, gint *)'
            cell_class->get_size = rb_cell_renderer_rating_get_size;
                                 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    rb_cell_renderer_rating.c:161:23: warning: incompatible pointer types assigning to 'gboolean (*)(GtkCellRenderer *, GdkEvent *, GtkWidget *, const gchar *, const GdkRectangle *, const GdkRectangle *, GtkCellRendererState)' from 'gboolean (GtkCellRenderer *, GdkEvent *, GtkWidget *, const gchar *, GdkRectangle *, GdkRectangle *, GtkCellRendererState)'
            cell_class->activate = rb_cell_renderer_rating_activate;
                                 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    rb_cell_renderer_rating.c:287:50: warning: passing 'const GdkRectangle *' (aka 'const struct _cairo_rectangle_int *') to parameter of type 'GdkRectangle *' (aka 'struct _cairo_rectangle_int *') discards qualifiers
            rb_cell_renderer_rating_get_size (cell, widget, cell_area,
                                                            ^~~~~~~~~
    rb_cell_renderer_rating.c:244:21: note: passing argument to parameter 'cell_area' here
                                      GdkRectangle *cell_area,
                                                    ^
    3 warnings generated.

Daniele Forsi <dforsi@src.gnome.org>	2012-03-25

    Fix visibility of enum GtkPodSortTypes (warnings by clang)
    
    Fixes:
      CC     special_sorttab_page.lo
    In file included from special_sorttab_page.c:37:
    In file included from ./special_sorttab_page.h:33:
    ./sorttab_widget.h:108:53: warning: declaration of 'enum GtkPodSortTypes' will not be visible outside of this function
    void sort_tab_widget_sort(SortTabWidget *self, enum GtkPodSortTypes order);
                                                        ^
    1 warning generated.
      CC     special_sorttab_page_calendar.lo
    In file included from special_sorttab_page_calendar.c:36:
    ./sorttab_widget.h:108:53: warning: declaration of 'enum GtkPodSortTypes' will not be visible outside of this function
    void sort_tab_widget_sort(SortTabWidget *self, enum GtkPodSortTypes order);
                                                        ^
    1 warning generated.
      CC     sorttab_widget.lo
      CC     display_sorttabs.lo
      CC     sorttab_display_actions.lo
    In file included from sorttab_display_actions.c:38:
    In file included from ./display_sorttabs.h:36:
    ./sorttab_widget.h:108:53: warning: declaration of 'enum GtkPodSortTypes' will not be visible outside of this function
    void sort_tab_widget_sort(SortTabWidget *self, enum GtkPodSortTypes order);
                                                        ^
    1 warning generated.

Daniele Forsi <dforsi@src.gnome.org>	2012-03-25

    Do not include itself

Daniele Forsi <dforsi@src.gnome.org>	2012-03-25

    Do not pass arguments to void functions (warnings by clang)
    
    Fixes:
    repository_editor.c:455:35: warning: too many arguments in call to 'update_buttons'
        update_buttons(repository_view);
        ~~~~~~~~~~~~~~                ^
    repository_editor.c:583:39: warning: too many arguments in call to 'update_buttons'
            update_buttons(repository_view);
            ~~~~~~~~~~~~~~                ^
    repository_editor.c:600:39: warning: too many arguments in call to 'update_buttons'
            update_buttons(repository_view);
            ~~~~~~~~~~~~~~                ^
    repository_editor.c:641:39: warning: too many arguments in call to 'update_buttons'
            update_buttons(repository_view);
            ~~~~~~~~~~~~~~                ^
    repository_editor.c:673:35: warning: too many arguments in call to 'update_buttons'
        update_buttons(repository_view);
        ~~~~~~~~~~~~~~                ^
    repository_editor.c:817:35: warning: too many arguments in call to 'update_buttons'
        update_buttons(repository_view);
        ~~~~~~~~~~~~~~                ^
    WARNING: While resolving call to function 'update_buttons' arguments were dropped!
    WARNING: While resolving call to function 'update_buttons' arguments were dropped!
    WARNING: While resolving call to function 'update_buttons' arguments were dropped!
    WARNING: While resolving call to function 'update_buttons' arguments were dropped!
    WARNING: While resolving call to function 'update_buttons' arguments were dropped!
    WARNING: While resolving call to function 'init_repository_combo' arguments were dropped!
    WARNING: While resolving call to function 'update_buttons' arguments were dropped!

Daniele Forsi <dforsi@src.gnome.org>	2012-03-15

    Fix segfault when g_settings schema isn't installed
    
     * src/anjuta-app.c
      * Use a NULL safe string comparison function
    
    Fixes:
    Program received signal SIGSEGV, Segmentation fault.
    (gdb) bt
     #0  __GI___strcasecmp (s1=0x0, s2=0x805459c "Text") at strcasecmp.c:65
     #1  0x08050d15 in on_gdl_style_changed (settings=0x80b6af0, key=0x8054609 "gdl-style", user_data=0x80c4008) at anjuta-app.c:243

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-02-11

    Plugin for attaching use of an external player
    
    * Allow the user to plug in their own player to play tracks
    
    * xmms added back as the default preference

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-02-11

    Ignore generated marshalling source files

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-02-04

    Update INSTALL file with sjcd plugin details

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-01-29

    Configure script failing without musicbrainz available
    
    * Check for musicbrainz3 as one of the optional dependencies
    
    * Don't enable sjcd plugin unless we have musicbrainz 3

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-01-29

    Add sjcd plugin icon for preference dialog
    
    * Use the sound juicer icon for the category icon for sjcd in the
      preferences dialog

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-01-28

    Import tracks once sjcd has ripped them
    
    * bacon-message-connection files not necessary since a flashing application
      is not required.
    
    * sj-extractor.c
     * documentation recommends using gst_bus_timed_pop_filtered instead of
       gt_bus_poll
    
    * sj-main.c
     * Remove unneeded callbacks
    
    * sj-extracing.c
     * Remove remaining play button references as not used and generating
       warnings
     * add import_files_to_itdb function to take the files ripped by sjcd and
       import them into the selected itdb

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-01-28

    Clear up and handle threading issues correctly
    
    * main.c
     * It is recommended practice to have gdk_threads functions surrounding
       the gtk_main function
    
    * normal_sorttab_page.c
    * media_player.c
    * display_tracks.c
     * tidy up some erroneous debug statements
     * replace g_idle_add with gdk_threads_add_idle

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-01-21

    Get the preference window to appear correctly
    
    * Window available as separate dialog from sj edit menu or from the gtkpod
      preference window.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-01-21

    Fix errors to get the sj gui to appear cleanly
    
    * configure.ac
     * gstreamer-pbutils is required
     * Split out the SOUND_JUICER package checks since brasero is needed to be
       checked on initialisation of main app.
     * Declare and link both gstreamer and brasero so that their goptions can
       be properly checked when starting gtkpod. This is necessary in the case
       of gstreamer as certain arrays and hashmaps in gstvalue are only inited
       via the parsing of the gst_init_option_group function.
    
    * plugins/sjcd
     * Needs to link against brasero and canberra explicitly due to configure
       changes
     * Restore stock_init function for loading the CD extract icon
     * Audio volume changed callback not required
     * Remove some exit(1)s
     * Remove destroy callbacks
    
    * src/main.c
     * Support for goption use on the command line

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-01-02

    Refactor sjcd plugin codebase for use in gtkpod
    
    * sj-main.c
     * Most refactoring to return the gtk vbox rather than displaying a window
       independently.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-01-02

    Refactor the configure script to group together the module checks
    
    * Since more libraries are being used by multiple plugins, it is better to
      check the libraries then enable the plugins accordingly.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-01-02

    Boiler plate for sjcd plugin
    
    * includes acknowledgement of sound-juicer authors in AUTHORS file

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-01-02

    Initial addition of sound juicer codebase as sjcd plugin

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-01-28

    Update version to reflect unstable builds

Merge: 1939051 4de9e60
phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-01-28

    Merge branch 'gtk-3.0'
    
    Conflicts:
po/it.po           
version.sh           

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-01-08

    Updates to Changelog and NEWS
    
        * Updates before release of release candidate

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2012-01-08

    Add quotes to the $LOG variable in the transcoding scripts
    
    * Allows the LOG path to contain spaces.
    
    * Thanks to Walt Ogburn <reuben at ugcs.caltech.edu> for the bug report and
      patch.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-12-27

    m4a plugin incorrectly sets files to video.
    
    * m4afile.c
     * The mp4_get_file_info function already sets the media type so pointless
       to do it again here.
    
    * mp4file.c
     * Incorrectly sets m4a/m4b/m4p files to movie media type. Appropriately
       set media type based on file type.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-12-20

    Updates to Changelog and NEWS
    
    * Updates before release of release candidate

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-12-20

    Ignore transifex client configuration directory
    
    * Local transifex client used for push and pull changes to the gtkpod.pot
      file and related translations.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-12-20

    Updates to translations
    
    * it.po
     * Contributions made by Daniele Napolitano <dnax@gmail.com>. Thanks
    
    * Translation files updated due to changes in source files.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-12-19

    Playlists names not displaying correctly in smart playlist wizard
    
    * Seems that the playlist combo box lacks a renderer for the text.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-12-17

    Track volume control broken
    
    * Missing a scale adjustment for the scale to slide correctly.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-12-12

    Remove superfluous debug statements

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-12-12

    Fix for display of progress while converting tracks
    
    * When converting tracks on writing itdb, the progress bar must be reset
      to the number of tracks to be transferred. Otherwise, no progress and lots
      of warning messages on the cmd line.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-12-09

    Fix for restoring functionality of track normalization
    
    * Ensure that internal soundcheck functions populate a GError rather than
      displaying a warning dialog. The latter does not work well inside threads!
    
    * Save up all error messages until the end of the normalization run
    
    * Use the platform progress bar rather than bringing up a custom dialog
    
    * Provide the action for normalizing a playlist to the playlist plugins menus.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-12-04

    Translations po files updated to reflect codebase changes

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-11-28

    Update NEWS and Changelog
    
    * Final update prior to release of 2.1.1

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-11-28

    Make the track display filter case-insensitive
    
    * Text entered into the track display filter tab will find tracks not
      confined to same case.
    
    Fixes FS#75 - Search is case-sensitive

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-11-25

    Updates for translations
    
    * Thanks to davitymola <davitymola@gmail.com> for work on the spanish
      translation.
    
    * Thanks to Pierre Buard <pierre.buard+transifex@gmail.com> and
      <raphael.huck@gmail.com> for work on the french translation.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-11-25

    Select multiple entries in filter tabs
    
    * Overhaul of the filter tab plugin to separate out code and improve its
      clarity.
    
    * Makes it easier to make the treeviews multi selectable.
    
    * All functionality of original sort tabs maintained - possibly a few bugs...
    
    FS#34 - Select more then one entity in track selection

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-11-08

    Remove obsolete workaround for gtk 2.54
    
    * BROKEN_GTK_TREE_SORT is no longer necessary since required gtk version is
      for gtk 3.0+

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-11-05

    Fix for cogl errors generated by clarity plugin
    
    * Bug evident in clarity when plugin window is loaded but initially
      obscured by other plugin windows. Making the window visible generates
      cogl texture errors as the window is not completely realised by the time
      the load texture functions are called.
    
    * All signal callbacks now check whether the window has been realized before
      trying to go any further.
    
    * Realized signal callback added to ensure that when the window is made
      visible, the current playlist is loaded.
    
    * g_idle_add functions used to slow down the initialisation of cogl textures
      until the window has been fully realized.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-11-05

    Updates to anjuta app and implement preference for splash screen
    
    * Updates anjuta-app.c to equivalent of the version in the HEAD of anjuta
      repository.
    
    * Implements a preference for disabling the splash screen.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-11-03

    Remove minor warnings
    
    * Sorts out the GtkPodSortType enum comparison warnings with GtkSortType
    
    * Removes unused variables

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-11-01

    Stop erroneous replay gain warning
    
    * Preference values try to be set before the widget sources are properly
      setup.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-10-30

    Avoid possibility of symlinks causing infinite loops
    
    * Possibility that when recursing directories, adding tracks, symlinks can
      cause an inifinite loop leaving application unusable.
    
    * Remedies this possibility by logging the directories processed and
      handling the targets of symlinks appropriately.
    
    * Fixes 2561965 - Infinite loop while adding folders with symlinks

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-10-29

    Update the progress bar when saving a database
    
    * file_itunesdb.c
     * increments the progress bar while saving the itdb.
    
    Fixes 3411435 - Progress bar on copying files

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-10-27

    Mistake in updating TODOandBUGS.txt entry listed in Makefile.am
    
        * Should have replaced TODO.txt with TODO

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-10-27

    Not updated TODOandBUGS.txt entry listed in makefile.am
    
    * Should have replaced TODOandBUGS.txt with TODO.txt

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-10-26

    Update the INSTALL and TODO files.
    
    Brings some of the information up to date.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-10-26

    Provide sensible sorting for adding files and directories
    
    * Tracks have been historically added in an arbitrary way. This attempts
      to address this by sorting the filenames before adding the tracks.
    
    * Would be better to sort the tracks after they have been added but
      catching all the added tracks is not easy so this makes a satisfactory
      middle option.
    
    * Addresses Debian bug #547295

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-10-16

    Add clarity plugin to po translations configuration

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-10-16

    Couple more deprecations causing compile errors
    
    * Functions deprecated in gtk 3.2 causing compile errors in plugins
      * clarity
      * cover_display

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-10-16

    Remove deprecated gtk_hpaned_new function
    
    * Function now deprecated in gtk 3.2

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-10-15

    Fix the track display sorting functionality
    
    * plugin.c
     * The tm_autostore preference has to be set in order to modify the
       playlists on the ipod. Ensure this is set to TRUE by default if
       not set.
    
    * display_tracks.c
     * tm_rows_reordered was being called when the sort order signal
       callback was tripped. However, this signal is fired BEFORE the
       new sort order has been set so instead calling tm_rows_ordered
       as an idle process ensures the signal has completed first and the
       model updated.
     * The sort order is correctly updated and reflected in the ipod
       playlist.
    
    * track_display_preferences.c
     * Adds a checkbox to the track display preferences so that the
       tm_autostore preference can be switched on and off.
    
    Fixes task #83 - Carry sort order through to tracks on ipod

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-10-15

    Add multi-playlist support to context menu delete actions
    
    * playlist_display_context_menu.c
     * When multiple playlists are selected, allow the delete actions
       to delete all of them.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-10-03

    Allow the multiple selection of playlists in the playlist view
    
    * Only the first selection is passed to libgtkpod and notified to
      other plugins.
    
    * On selection of extra playlists, a reduced context menu can be
      displayed, allowing for actions to be performed on the set of
      playlists, notably deletion.
    
    Fixes:3413192 - Not obvious how to delete a playlist without selecting from

Daniele Forsi <daniele@forsi.it>	2011-09-26

    Update Italian translation

Daniele Forsi <daniele@forsi.it>	2011-09-26

    Translation fixes
    
    * Mark more strings as translatable

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-09-25

    Fix for fail message when initialising an ipod
    
    * See bug #3411223 for details
    
    * Rather than simply setting the entry of the set_model combo boxes,
      find the actual model row containing the model string and set that
      as the active iter. Ensures that if the user goes with what has
      already been pre-loaded then this is in fact the active iter.
    
    * Seems that initing an ipod in libgpod does not set the model in the
      sysinfo file so just set it here - maybe a patch to libgpod
    
    * Initing an ipod should also attempt to create an extended info file.
      Ensures that the "No-extended" file error does not appear anymore.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-09-18

    Conditional inclusion of DISABLE_DEPRECATED flags
    
    * Including DISABLE_DEPRECATED flags consistently can cause problems when
      including library includes from other projects that are still using
      deprecated functions.
    
    * To avoid this, use DISABLE_DEPRECATED flags in development and unstable
      releases but avoid using them in actual releases.
    
    * See FS#84 at http://gtkpod.org/bugs/index.php

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-09-17

    Update git ignore to ignore generated files

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-09-17

    Should not be version controlling these generated files

Merge: 94ece12 26bf8ba
phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-09-12

    Merge branch 'gtk-3.0' into clarity
    
    Conflicts:
version.sh           

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-09-11

    Better still always check for clutter
    
    * Since more plugins will probably use clutter, check for it regardless but
      only allow clarity if it is installed.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-09-11

    Sort out clarity's options for building or not building
    
    * Seems that currently even without clutter, configure claims it will build
      clarity when in fact it doesn't

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-09-11

    Update documentation with paragraph on clarity
    
    * Updates the coverart section of the documentation with a mention of the
      clarity plugin

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-09-11

    Modify descriptions of clarity plugin
    
    * Make them distinguishable from the original coverart display

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-09-11

    clarity plugin file should not have been committed

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-09-11

    Implement drag n drop cover support for clarity
    
    * In the same way as the coverart display, using fetchcover, a jpg can be
      dragged from the browser and replace the main cover in the index.
    
    * The dnd sends a track update signal and the tracks are all updated
      accordingly.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-09-11

    Tidy up some function and variables
    
    * clarity_utils.*
     * Since these functions are being called externally then rename them to
       the full namespace.
     * Refactor the process of signalling a track update to a single function
       so it can be reused.
    
    * clarity_canvas.c
     * Change the _set_loading_complete function to the clearer
       clarity_canvas_block_change
     * Rename all references of ccanvas / cc to self since this is the file we
       are in.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-09-10

    Implement the updating of a track in clarity
    
    * If a track has been changed, clarity should react and if necessary update
      the artwork cover accordingly. This may mean changing the artwork, text
      or moving the track completely to a new album item.
    
    * AlbumItem
     * data reference no longer necessary
    
    * clarity_canvas
     * Formally defines the FLOOR constant better to understand the location
       set or each cover
    
    * Support for shift + mouse-button-1 to select the tracks referenced by the
      cover art.

Matteo F. Vescovi <m.vescovi@revese.it>	2011-09-07

    version.sh: update unstable builds separator
    
    Signed-off-by: Matteo F. Vescovi <m.vescovi@revese.it>

Matteo F. Vescovi <m.vescovi@revese.it>	2011-09-07

    version.sh: update unstable builds separator
    
    Signed-off-by: Matteo F. Vescovi <m.vescovi@revese.it>

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-09-04

    Support for updating clarity when a track is modified
    
    * When a track has its meta-data changed then this should update the display
      according to the correct affect of the change, eg. no effect is unrelated
      to the album key, move the track to a new album etc..
    
    * album_model.*
     * remove_track function should not need to refind the relevant album item
       when in fact it has already been found and could be passed in as a parameter
     * it is not an error for the _get_index function to fail to find a key so
       return -1 in an if condition rather than using g_return...
     * search_for_track function simply iterates through all album items in an
       attempt to find the given track. Long winded and slow but necessary if a
       track has sufficiently changed to make looking it up in the index impossible
    
    * claritiy_canvas.c
     * Need to ensure that like the remove function, the covers are refreshed.
       The animate function provides this perfectly.
    
    * clarity_widget.c
     * Separate out _add and _remove functions as both used by respective callbacks
       and by the track_updated callback.
     * Given we already know the album item in _remove function it is unnecessary
       to find it again so pass it in as a parameter.
     * Completion of track_updated callback.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-09-04

    Update version to reflect for unstable builds

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-09-04

    Update version to reflect for unstable builds

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-09-04

    Update version to reflect for unstable builds

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-09-03

    Clarity text not being cleared
    
    * The title and artist text actors are not being cleared by the canvas
      clear functions.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-09-03

    Mistake in track plugin default preferences
    
    * Wrong logic on the conditions for setting the default values of the sort
      preferences.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-09-02

    Support for track removal in Clarity
    
    * Handle the updating of clarity display when a track is removed from the
      current playlist. Essentially removes the cover if the last track and
      removes it from the album model.
    
    * gp_itdb.c
     * Seems we are signalling track removal twice unnecessarily
    
    * clarity_canvas.c
     * Most of the initialisation of covers is only done for the visible ones.
       Not setting the position causes other covers to lie below the original
       visible covers and looks odd. Set the position of all covers.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-09-01

    Remove extraneous logging

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-09-01

    Ensure tracks are sorted before selecting
    
    * Highlighting the displayed tracks in clarity plugin selects the first
      track in the list rather than the first track according to the sort
      preference.
    
    * Sort the tracks first before selecting the first track.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-08-31

    Support for clarity detecting track additions
    
    * album_model.*
     * Changes to API adding functions for getting the index of an album item
       given an album item or track.
     * Include the album item index in the album_model_foreach function,
       avoiding the need to the canvas to refind the index which is a potential
       bottle neck.
    
    * clarity_canvas
     * Remove the threading as serves little purpose.
     * Modifications supporting canvas add album item function
    
    * clarity_widget
     * callback for track added completed

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-08-31

    Add a reference to current playlist to clarity widget
    
    * Makes the widget less dependent on making calls to gtkpod_*
    
    * Once we have the playlist, it is important to keep it updated by
      disposing it properly and removing the reference if it is removed.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-08-27

    clarity labelling of covers
    
    * clarity_canvas
     * Adds text labels for the track title and artist onto stage
    
    * Modify and implement text colour API for changing text colour.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-08-27

    Implement clarity preferences
    
    * Preferences for changing background colour and artwork sorting
    
    * album_model.*
     * Narrowing of API and tidy up
     * Implementation of sort functions
    
    * clarity_canvas.*
     * loading_complete field introduced for stopping other signal handlers
       firing before the animation has completed.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-08-27

    Cover display not disconnecting on deactivate
    
    * Seems that deactivating the coverart display is not disconnecting the
      signal handlers. This is due to incorrect data paramter passed to
      disconnect function.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-08-27

    Allow broadcasting of all types of preference
    
    * gtkpod_app_iface.*
     * broadcast preference changed function assumed the data type of the value
       is gint. Some preferences are strings etc. so need to modify.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-08-25

    New coverart display plugin 'clarity'
    
    * Display is created using clutter and clutter-gtk
    
    * Code ported and inspired by the gloobus flow project
      see http://bazaar.launchpad.net/~gloobus-dev/gloobus-flow
    
    * Original coverart display code migrated but tidied up into
      gobject classes rather than spaghetti of C function calls
    
    * TODO:
      * popup menu
      * drag n drop
      * track added
      * track removed
      * track updated
      * change background
      * text
      * set cover from file
      * sort
      * preferences

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-08-24

    Stop unrefing NULL album art
    
    * When loading covers in coverart display, we are unrefing the albumart
      regardless of whether it has been loaded or whether there is any. Check
      whether we actually have a reference before unrefing it.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-08-06

    Update NEWS and Changelog
    
    * Final update prior to release of 2.1.0

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-08-06

    Replace bugs url from sourceforge to flyspray

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-08-06

    Correction of desktop file
    
    * Fixed as per task FS#78

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-08-02

    Replacement of deprecated gtk_[vh]box_new
    
    * In gtk3, gtk_hbox_new and gtk_vbox_new have been deprecated / removed
      in favor of gtk_box_new, which handles both cases.
    
    * Bug 3383833
    
    * Thanks to dimstar for the patch.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-08-02

    G_CONST_RETURN has been deprecated / removed in gtk3
    
    * See bug 3383824. Thanks to the contributor of the bug for the patch.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-08-02

    With move to gtk 3 assume gsealed gdk
    
    * Assume a gdk library greater than or equal to 3.0.11
    
    * Assume the gdk library is gsealed and no longer any need for
      compatibility macros for gdk_dragging.
    
    * These macros will be maintained in the gtk2 branches.
    
    * Bug identified and investigate in #3323692 - Thanks to dimstar for the
      investigation and suggested fix.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-07-30

    Update news and translation files for gtk 3.0 release
    
    * News for gtk 3 branch
    
    * ChangeLog for gtk 3 branch

Merge: 068590a 915a763
Daniele Forsi <daniele@forsi.it>	2011-07-28

    Merge branch 'master' into gtk-3.0
    
    Conflicts:
po/it.po           
src/main.c           

Daniele Forsi <daniele@forsi.it>	2011-07-28

    Remove unneeded include
    
    * libgtkpod/syncdir.c
    * src/main.c
     * Remove libintl.h for consistency with all other source files that
       include glib/gi18n-lib.h which in turn includes libintl.h

Daniele Forsi <daniele@forsi.it>	2011-07-28

    Update Italian translation

Daniele Forsi <daniele@forsi.it>	2011-07-28

    Fix compilation errors introduced by commit 09b1ef56
    
    * plugins/cover_display/fetchcover.c
    * plugins/filetype_ogg/oggfile.c
     * Fix syntax for the "_()" macro.

Daniele Forsi <daniele@forsi.it>	2011-07-27

    Update Italian translation

Daniele Forsi <daniele@forsi.it>	2011-07-26

    Fix make distcheck
    
    * src/Makefile.am
     * Remove generated file.

Merge: bcf96a2 b82c87d
Daniele Forsi <daniele@forsi.it>	2011-07-27

    Merge branch 'master' into gtk-3.0
    
    Don't merge changes to ChangeLog, NEWS and translations (except it.po).
    Commands:
    git checkout gtk-3.0
    git merge master --strategy recursive --strategy-option ours --no-commit
    git checkout HEAD^ ChangeLog NEWS
    git checkout master po/it.po
    git commit

Daniele Forsi <daniele@forsi.it>	2011-07-27

    Fix crash when trying to open the Configure Repositories dialog
    
     * plugins/repository_editor/repository_editor.xml
      * Replace GtkComboBoxEntry with GtkComboBoxText with has_entry=true
    
    Fixes:
    ** ERROR **: Failed to create builder from file /usr/share/gtkpod/data/glade/repository_editor.xml: Invalid object type `GtkComboBoxEntry'
    aborting...
    
    Program received signal SIGABRT, Aborted.

Daniele Forsi <daniele@forsi.it>	2011-07-26

    Fix make distcheck

Daniele Forsi <daniele@forsi.it>	2011-07-26

    Fix make check

Daniele Forsi <daniele@forsi.it>	2011-07-25

    Update Italian translation

Daniele Forsi <daniele@forsi.it>	2011-07-25

    More strings need translation

Daniele Forsi <daniele@forsi.it>	2011-07-25

    File type field is not to be edited by the user

Daniele Forsi <daniele@forsi.it>	2011-07-25

    Update Italian translation

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-07-24

    Media player plugin fixes
    
    * When the stop button is pressed, ensure the the play/pause button is
      reset accordinly.
    
    * Add some warning and debug information if the player fails to play.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-07-24

    Track plugin fixes
    
    * display_track.c
     * Stop the Rating column from being expanded to a too long a size
    
    * track_display.xml
     * Align 2 checkboxes in the preferences to make them look a little more
       neat
    
    * track_display_preferences.c
     * Populate the horizontal scrollbar checkbox will its value

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-07-20

    Cover art display fixes for colors and updating
    
    * cover_display_preferences.c
     * display_coverart has transitioned to GdkRGBA while the preference dialog
       has not, producing some odd colours for the foreground text colour.
    
    * display_coverart.c
     * coverart_display_update never actually redrawing the cover display so
       a call to redraw is required.
     * no need to include a separate one in the sort function as a consequence
     * typo in coverart_get_foreground_display_color

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-07-20

    Ignore eclipse autotools config file

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-07-20

    Stop volume property warning when media player loaded
    
    * On starting, an error concerning volume_adjustment is logged. Resaving
      the gtkbuilder file with glade-3 solves this.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-07-20

    Fix to address compilation error in macport
    
    * Error identified by Ryan Stonecipher and patch provided by teuf.
    
    * Thanks to both.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-07-17

    Fixes cover art preference stretching
    
    * Radio buttons in the coverart display preferences are stretching when the
      dialog is resized. This corrects this behaviour.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-07-11

    Append LDFLAGS rather than replace them entirely
    
    * configure.ac
     * LDFLAGS should be appended to rather than replaced
     * Thanks to Samuli.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-06-05

    Update changelong and news for release

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-06-04

    Updated translation files ready for new release

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-06-05

    Updated translation files ready for new release

Merge: c9bf5ab e7def59
phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-06-04

    Merge branch 'master' into gtk-3.0
    
    Conflicts:
libgtkpod/file.c           

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-06-04

    Supply GErrors to add functions
    
    * Try and avoid displaying multiple dialogs when adding files, directories
      and playlists.
    
    * file.c
     * Replaces all gtkpod_warnings with population of a GError
    
    * gp_private.*
     * log_error_printf function for convenience in having to duplicate a
       gchar * each time an error is to be logged
    
    * playlist_display_actions.c
     * File, directory and playlist adddition functions record errors with any
       additions. These are appended to a single error message which is
       displayed at the end of the addition process

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-06-03

    Fix to french translation
    
    * Received from debian bugs tracker. Thanks to mfv.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-24

    m4a plugin fails to support m4b files
    
    * Adds in the m4b suffix which is supported by the m4a file type. Simple
      error not to have been included previously.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-24

    m4a plugin fails to support m4b files
    
    * Adds in the m4b suffix which is supported by the m4a file type. Simple
      error not to have been included previously.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-21

    Update to documentation
    
    * Update to documentation.
    
    * Thanks to mfv (mvescovi at gmail.com) for the patch.
    
    * This is the same patch as reverted in the previous
      commit but the patch was attributed incorrectly. The
commit corrects this attribution.           

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-22

    Revert "Update to documentation"
    
    This reverts commit 4355f3630a543202f77048a1dd14ff6aa51c257a.
    
    This patch has been wrongly attributed.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-21

    Update to documentation
    
    * Update to documentation.
    
    * Thanks to mfv (mvescovi at gmail.com) for the patch.
    
    * This is the same patch as reverted in the previous
      commit but the patch was attributed incorrectly. The
commit corrects this attribution.           

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-22

    Revert "Update to documentation"
    
    This reverts commit 4355f3630a543202f77048a1dd14ff6aa51c257a.
    
    This patch has been wrongly attributed.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-21

    Update to documentation
    
    * Update to documentation.
    
    * Thanks to Götzg (goetz.waschk AT gmail.com) for the patch

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-21

    Update to documentation
    
    * Update to documentation.
    
    * Thanks to Götzg (goetz.waschk AT gmail.com) for the patch

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-17

    Update version.sh script with new version number

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-15

    Correction of merge

Merge: e5b2bbd aefe455
phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-15

    Merge branch 'master' into gtk-3.0
    
    Conflicts:
configure.ac           

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-15

    Errors not being cascaded in write file info function
    
    * file.c
     * modifies filetype_write_file_info function to avoid throwing away the
       populated GError.
    
    * filetype_iface.c
     * Ensure that the no functions have supported logging
    
    * mp4file.c
     * Better explanation of unsupported mp4 files

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-15

    Stop illegal freeing of memory on exit
    
    * directories.c
     * When installed, the directory path is not being manufactured by the
       init_directories function but points to the parameter passed in.
     * The dispose directories function tries to free this pointer when it
       really should not. However, to be consistent directories should a copy
       of the path and then correctly free it.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-14

    Upgrade version number to 2.0.2
    
    * Increase the version number due to release of 2.0.1

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-14

    Fix for mistake with the --as-needed flag on the linker
    
    * The Wl symbol should prefix the --as-needed flag

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-13

    Add as-needed to LDFLAGS
    
    * Requirement in debian's social contract to include the as-needed flag in
      linker flags

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-13

    No need for binary to depend on id3tag
    
    * Only the mp3 filetype plugin needs to depend on id3tag

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-08

    Update translation information

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-08

    Update release information
    
      * Bugs fixed between 2.0.1 beta1 and 2.0.1 rc1

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-08

    Make generator changelog script more convenient to run

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-07

    Removal of libglade requires addition of libxml2
    
    * libxml2 is implied in distros like mandriva but not in fedora.
    
    * Removal of libglade highlights requirement of libxml2

Merge: fe52be4 71b72c6
phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-07

    Merge branch 'master' into gtk-3.0
    
    Conflicts:
configure.ac           
plugins/cover_display/display_coverart.c           
plugins/playlist_display/playlist_display_spl.c           
plugins/repository_editor/repository.c           
plugins/repository_editor/repository_init.c           
plugins/sorttab_display/display_sorttabs.c           
plugins/track_display/display_tracks.c           

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-06

    Remove display_search_bar function from track_dsiplay header

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-07

    Migrate gdk_drawable_get_size
    
    * For gtk libraries 2.24 and later use gdk_drawable_get_width and height

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-07

    Remove pointless search bar code
    
    * Since windowing, it seems pointless to have a preference to show or hide
      the searchbar, especially since most people will want to see it.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-07

    Remove libgade from configure

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-07

    Migrate combo boxes to remove deprecated code
    
    * configure dictates that compile should fail upon use of deprecated functions
      so migrate deprecated combo box code to make it compatible.

Merge: 76ae6d1 53ddce8
phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-03

    Merge branch 'master' into gtk-3.0
    
    Conflicts:
configure.ac           

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-02

    Correction to formatting strings in gtkpod_log_error
    
    * Thanks to Götzg (goetz.waschk AT gmail.com) for the patch

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-01

    Repository creator wizard showing all widgets
    
    * Should only display those widgets dependent upon the value of the
      repository type, ie. local or ipod

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-01

    Update release information
    
    * Move from 2.0.0 to 2.0.1

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-01

    Try and improve mp4/m4a support for distros not using libmp4v2 1.9.1

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-05-01

    Stop segfault when trying to play files with no gsteamer plugins
    
    * If gstreamer plugins have not been installed then it is possible to
      segfault application as the gstreamer factory fails to create a play
      element

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-04-29

    Stop the sort order preference containers from filling the preference tab

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-04-29

    Gdk to Cairo migration of coverart display
    
    * Migrate GdkColor use to GdkRGBA
    
    * cairo_region_t replaces GdkRegion
    
    * Replaces expose event with draw event which already provide a cairo
      context to draw on.
    
    * Horizontal scroll bars no longer have an update-policy property

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-04-29

    Gdk / cairo migration necessary for the rating stars renderer in track display
    
    * Cairo use is preferred directly over GDK

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-04-29

    Migrate combo boxes due to changes with combo box and combo box text
    
    * combo_box_append_text can no longer be used with combo_box but only with
      combo_box_text. Replace these with appending iters to the combo box models

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-04-29

    Fix warnings about variables in libgtkpod
    
    * Variables declared, set but never used

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-04-29

    Realignment of anjuta-app in line with new version
    
    * Taken the code from the anjuta-app in version 2.91 and updated the
      gtkpod version acccordingly
    
    * New issues include anjuta;s use of g_settings and introduction of a
      supporting gschema. A gtkpod version has been created accordingly
    
    * Change in gtkpod_app_iface api to support new anjuta docking functions
    
    * anjuta ui manager and preferences are not gtkwidgets but gobjects hence
      unref them rather than destroy them

scorpion <scorpion@falcon15.BIRDS-OF-PREY>	2011-04-17

    Initial migration fixes for gdk/gtk version 3.0

scorpion <scorpion@falcon15.BIRDS-OF-PREY>	2011-04-17

    gtkdialog.has_separator property no longer supported

scorpion <scorpion@falcon15.BIRDS-OF-PREY>	2011-04-17

    Upgrade gtk/glib modules to version 3 and similar
    
    * Include GLIB_SETTINGS macros since anjuta now requires it
    
    * Sort out some spacing issues
    
    * Upgrade the libgtkpod pc file to be version 1.3, making it obvious that
      it has been modified.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-04-29

    Shutdown section incorrectly copied from anjuta source
    
    * Seems that use of the data object "__propery_shutdown" is only used for
      debugging purposes and therefore is not required in production application
    
    * Not calling unload_all_plugins means that setting the profile sync file to
      null is an unnecessary workaround

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-04-22

    Tidy up some autotools issues
    
    * The library does not need to depend on all the optional libraries; only
      the plugins need to do that.
    
    * configure.ac
     * Additional libraries should only be made available and not added to the
       libraries list of dependencies
    
    * cover_display
     * Should depend on curl
    
    * details_editor
     * Should depend on curl
    
    * filetype_flac
     * Should depend on flac
    
    * filetype_ogg
     * Should depend on vorbisfile
    
    * media_player
     * Should depend on gstreamer
    
    * plugins.mk
     * Should append CFLAGS not LIBS

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-04-21

    Incorrect library for ogg vorbis files
    
    * Need libvorbisfile not just libvorbis

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-04-21

    Replace gtkpod_warnings causing threading errors
    
    * copy_file riddled with warnings and potentially producing lots of dialog
      boxes. Pass it a GError and display the errors at the end of the operation

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-04-21

    Move and rename filetype_log_error to gtkpod_log_error
    
    * Allow function to be used more widely in the application

scorpion <scorpion@falcon15.BIRDS-OF-PREY>	2011-04-17

    dispose the initialised directories when quitting

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-04-21

    Remove superfluous glade includes

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-04-21

    Migrate flac, id3tag and ogg to use pkgconfig files
    
    * These libraries all bring pc files with them so unless there is a good
      reason, it seems more portable to use them rather than search the libraries
      for header functions.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-03-27

    Update to po files pre-release

Daniele Forsi <daniele@forsi.it>	2011-03-26

    Update Italian translation

Daniele Forsi <daniele@forsi.it>	2011-03-26

    String fixes
    
    * libgtkpod/file.c
     * Make error string translatable
    
    * plugins/filetype_mp4/mp4file.c
     * Fix typos

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-03-22

    Updates for Czech translations
    
    * Taken from transiflex, with thanks to supp

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-03-20

    Update the plugin makefiles to publish their libgtkpod dependency
    
    * Appears that libgtkpod was not advertised as a needed dependency on the
      plugin libraries

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-03-17

    Stop infinite display of warning dialog in coverter
    
    * If an error occurs in the converter, an error dialog is displayed in the
      function conversion_scheduler_unlocked. Since this mehtod is called
      repeatedly every 100ms, then gtkpod will soon run out of resources and
      crash.
    
    * Addition of error page on conversion log window. If an error occurs then
      append the error to the error page and force the display of the log
      window.
    
    * Record the last error displayed so as not to infinitely repeat text down
      the error log screen.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-03-15

    Fix save if needed to always save on threshold
    
    * file.c
     * Init a signal that is fired upon the addition of a track
     * The callback added one to a count for the track's itdb.
     * When the count reaches the threshold, the itdb is saved.
     * This is a single point of saving and will always be fired upon track
       addition regardless of how the track was added, eg. by directory, playlist
    
    * Removal of all locations where save is called upon reaching threshold as
      no longer necessary

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-03-13

    Revert "trial attempt at converting itdb"
    
    Not yet ready to push.
    
    This reverts commit 1968080128bbc4ded4fe8f31ae420b3b42a5e578.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-03-13

    trial attempt at converting itdb

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-03-13

    Avoid possible syntax crash
    
    * If %s contains another % then this may cause a crash when forming
      a gtkpod_warning

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-03-13

    Refactor filetype getter functions to return GErrors
    
    * Rather than display double warning dialogs, have the getter functions
      populate a GError which is returned to the caller functions. The latter
      use the message in the GError for augment a more general error message.
    
    * Filetype plugins updated to populate the GError.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-03-09

    m4a plugin not initialising mp4 library handle
    
    * m4a relies on the mp4v2 library for all its functions. This is initialised
      using mp4_init to get a handle to the mp4v2 dynamic library
    
    * also ensure the handle is disposed when deactivating plugin
    
    * this is a mirror of the mp filetype library

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-03-06

    Add extra action to load a selected ipod
    
    * With more than one iPod, it is annoying to click load iPods only to find
      that all iPods try to be loaded rather than just the selected one.
    
    * Load iPod toolbar button modified to have a drop down that includes a
      "load selected ipod" menuitem as well as the "load all ipods".
    
    * Default of the button is still to load all ipods as most users will have
      just the one iPod

Javier Kohen <jkohen@users.sourceforge.net>	2011-03-08

    Increased default value for file_saving_threshold.

Javier Kohen <jkohen@users.sourceforge.net>	2011-03-07

    Use more appropriate values for the number of tracks GtkAdjustment.

Javier Kohen <jkohen@users.sourceforge.net>	2011-03-07

    Revert "Changed auto-save gating to use time based intervals."
    
    This reverts commit e98b100c7658bf62901e0658339f3344cf0bf9fc.
    
    Conflicts:
    
libgtkpod/file.c           

Javier Kohen <jkohen@users.sourceforge.net>	2011-03-07

    Revert "Don't track count of saved files anymore."
    
    This reverts commit 63c1dab53811675bf084d1b9194987d35b204c53.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-03-05

    Small fixes to coverart display
    
    * cover_display.xml
     * update_policy changed to discontinuous which will only update the cover
       display once the user releases the drag of the slider
    
    * display_coverart.c
     * redraw on changing the sort order
     * fix the slider value when select_cover is called as inaccurate by the
       4 nulls prepended to the album_key_list

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-03-02

    Auto generate ChangeLog. Update news
    
    * Enters quick paragraph in NEWS
    
    * generate-ChangeLog.sh
     * Auto generate the ChangeLog file from the git log
     * hooked into make dist to auto-gen when creating dist tarballs

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-03-02

    Clear up error message dialogs that occur during itdb import
    
    * Plethora of error messages that can pop up when importing an itdb.
      Instead of displaying them all in dialogs or in the status bar, gather
      them all up and display one dialog at the end of the operation

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-28

    Allow different names for gtkpod directory
    
    * Releases and betas can have the version number appended to the root gtkpod
      directory. This breaks the code for setting local versions of the config
      directories.
    
    * Replaces straight string equality testing with regular expression partern
      matching to allow for names such as gtkpod-2.0.0

Javier Kohen <jkohen@users.sourceforge.net>	2011-02-28

    Don't track count of saved files anymore.

Javier Kohen <jkohen@users.sourceforge.net>	2011-02-28

    Add a separate GtkAdjustment for the save threshold spin button.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-27

    Reverse commit that loaded embedded artwork
    
    * This function is far too slow for importing artwork from ipods and actually
      completely pointless since ipods get their artwork from the artwork db
      rather than reading it from the tracks.
    
    * The bug for not reloading embedded artwork for local itdbs will become an
      issue again but requires greater work for resolution.
    
    * gp_itdb.c
     * autodetection of ipods should only occur after all itdbs have been loaded
       and all plugins initialised.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-26

    COPYING and AUTHORS not being symlinked
    
    * Shortcuts for files not being created for dev purposes

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-26

    Update po files from transifex.net
    
    * Added the latest changes gleaned from transifex.net
    
    * Added new language files for Czech, Dutch and Brazilian Portuguese

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-26

    Update of po files using make update-po

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-22

    Fix embedded artwork not being loaded
    
    * Embedded artwork is initially detected and displayed. However, on quitting
      and restarting the artwork is no longer displayed.
    
    * Embedded artwork is only read by the individual filetypes, specifically
      mp3. This file info is never read on startup of the application.
    
    * file_itunesdb.c
     * Add an extra clause to get the track info using the filetypes.
    
    * file.[ch]
     * Make the get_track_info_from_file function available
    
    * gp_init.[ch]
    * gtkpod.c
     * In order to use get_track_info_from_file at startup, all the plugins
       have to be loaded BEFORE it gets called.
     * gp_init is responsible for importing all the itdbs so this needs to be
       split so that all the important bits n pieces are initialised but the
       itbbs are loaded later.
     * gp_init_itdbs is called after all the plugins have been loaded so all
       the itdbs are still fully initialised by the time the gui is displayed

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-21

    Migrate gtkpod.glade to gtkbuilder
    
    * gtkpod.glade renamed to core-gtkpod.xml
    
    * Removes all remaining active uses of GladeXML from the codebase including
      GladeXML functions

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-21

    Small changes
    
    * file.c
     * Remove debug statement
    
    * plugin.c
    * rb_cell_renderer_rating.c
     * Remove unused variables
    
    * display_coverart.c
     * Remove commented code
    
    * prefs.c
     * HOWTO is redundant and no longer applicable

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-21

    Move spl_window from core glade to display playlist plugin
    
    * spl_window only used by display_playlist actions so should be in that
      plugin.
    
    * gp_spl.[ch]
     * spl_window related functions only used by spl_window
    
    * misc_playlist[ch]
     * add_new_pl_or_spl_user_name only used by display_playlists plugin

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-21

    Migrate photo editor glade to gtkbuilder

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-21

    Migrate repository editor glade to gtkbuilder

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-21

    Fix for crash when deleting a repository
    
    * Freeing the dead itdbs too early creates a segfault in the playlist and
      repository combobox images.
    
    * Re init the comboboxes then free the dead itdbs

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-20

    Migrate media player glade to gtkbuilder

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-17

    Migrate playlist display glade to gtkbuilder

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-17

    Migrate track display glade to gtkbuilder

Javier Kohen <jkohen@users.sourceforge.net>	2011-02-16

    Changed auto-save gating to use time based intervals.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-15

    Memory leak fixes
    
    * misc_playlist.c
     * msg not being displayed to user and not being freed
    
    * mp4file.c
     * free netitle and title
    
    * Thanks for Daniel Forsi for spotting leaks

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-15

    Made some improvements to exporter plugin
    
    * Thanks to Chris Jenkins for finding the bug, initial debugging and patch
    
    * misc.[ch]
     * get_string_from_template now has GError as parameter to capture errors
    
    * file_export.c
     * Both export to filesystem and playlist now have an idle callback so that
       the file choosers can be closed before displaying any error windows
     * Filechooser removed from fcd struct as a consequence and replaced with a
       filename string instead.
     * GString for errors added to fcd to store errors messages as the export is
       proceeding. This replaces warning dialog that keep popping up for each
       track error / failure.
     * All errors reported at end of export run in confirmation dialog
     * Progress bar widgets replaced with anjuta framework progress bar
    
    * gp_private.[ch]
     * Constructs for gtkpod specific errors

Javier Kohen <jkohen@users.sourceforge.net>	2011-02-15

    Removed symlinks hard-coded to one contributor's local file system (they're recreated by make).

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-13

    Stop race condition between conversions and save
    
    * file_itunesdb.c
     * Changing the meaning of to_convert_num meant that the transfer loop is
       being exited too quickly hence tracks have not yet received their ipod
       path and this causes a crash when trying to save the track in the shuffle
       database.
     * Fix is to get the transfer loop to wait on the converting_num var as well

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-13

    Migrates sorttab filtering from glade to gtkbuilder

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-13

    Replace details editor glade file with gtkbuilder xml

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-13

    Fix how coverart display shows details editor
    
    * cover_display_context_menu
     * display_track_artwork and edit_track_details were dependant on
       gtkpod_selected_tracks which is not appropriate.
     * Modify menu actions to use cover MAIN_IMG
    
    * display_coverart
     * Change printf to g_warning

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-12

    Stop the details editor from enable undo button
    
    * Arbitrary reasons why navigating tracks in details editor leads to
      the undo buttons being enabled and the editor thinking something has been
      changed.
    
    * misc_conversion.c
     * Slightly odd formatting means wrong value being returned in get_time()
    
    * misc_track.c
     * Inaccuracies converting text into numbers means check for sameness are
       not good enough. So changed around to convert original number to text
       and hence compare text with text
    
    * details.c
     * Disable the lyrics text view if the read_lyrics functions return an
       error string

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-11

    Create preference for file save threshold
    
    * A hardcoded "10 tracks to save after" has been modified to a preference
    
    * Possible for user to change it up to 100.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-10

    Convert cover display glade file to gtkbuilder xml

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-10

    Minor fixes while playing with coverart display
    
    * file.c
     * Avoid displaying g_return fail error if path cannot be found when trying
       to read lyrics
    
    * details.c
     * Seems the g_threads_enter / exit are causing deadlocks. Removed for the
       moment

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-09

    Replacement of coverweb.glade with coverweb.xml in po configuration
    
    * Not currently updated po files.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-09

    Migrate coverweb glade to gtkbuilder xml

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-09

    Framework functions for gtk builder
    
    * misc.c
    * misc.h
     * Provide same functionality as original gtkpod glade versions
    
    * file_export.c
     * Modify to use new framework functions

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-07

    Tidy up m4a filetype plugin enablement
    
    * configure.ac
     * m4a plugin enablement depends on both mp4 library and faad

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-02-06

    Tidy up and fix the converter
    
    * Fixes perceived deadlock when saving files that need converting.
      Conversion scheduler being killed by a return value of FALSE. My mistake!!
    
    * file_convert.c
     * Collect up all lock/unlock calls into 2 functions so easier to debug
     * When trying the mutex in converter_scheduler, avoid returning FALSE since
       this kills the timeout function, which in turn leaves the saving in an
       infinite loop as the converted tracks cannot be moved into the finished
       list.
    
    * file_itunesdb.c
     * Improve the status messages
    
    * core_prefs.c
    * gtkpod.glade
     * Get the conversion log to display if converting
    
    * playlist_display_action.c
    * file.c
     * Improve the incremental saving routines when adding files

Daniele Forsi <daniele@forsi.it>	2011-01-30

    Fix typo
    
    * configure.ac
     * Fix typo.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-01-30

    Fix some conversion issues
    
    * configure.ac
    * *m4a/Makefile.am
     * Check for faad dependency, warn if not installed
     * Only if faad installed is m4a file type plugin available
    
    * prefs
     * Fix the preferences path_conv_* in order to work more sanely.
     * mp3, m4a and mp4 paths are maintained and other checks made to determine
       whether files will be converted by them or not.
    
    * scripts/*
     * Improve logging so that a consistent log file is generated in the
       conversion cache
    
    * file_itunesdb.c
     * Ensure that extra status messages are still displayed while progress
       is ongoing.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-01-30

    Make plugins.mk more portable
    
    * Use LN_S macro
    
    * Link to all *.xml files in data directory to avoid forgetting special
      files to do with toolbars etc...

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-01-30

    Make some corrections to fr.po header
    
    * Seems that some bits n pieces that come down from transiflex are not
      quite compatible with build processes

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-01-28

    Revert "Committed version of gtkpod.pot"
    
    This reverts commit 90252f372ab6b3474626dd65a6e5bd5e8eed7cd6.
    
    * transifex seems to struggle with connecting to the url of the
      gtkpod.pot so revert back to previous.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-01-28

    Committed version of gtkpod.pot
    
    * Although this is a generated file, it can be used by
      transifex.net for translations and if this file is changed will
update the transifex files automatically.           
    
    * If this proves useful then leave under source control. Otherwise
      revert to ignoring it.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-01-28

    French translation updates from transifex.net

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-01-28

    Addition of Taiwanese translation to gtkpod
    
    * Courtesy of zheng07 on www.transifex.net

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-01-28

    Fixes for French translation and mp4file.c
    
    * Migrated from gtkpod 1.0.0 patch provided by Eric Lassange with thanks

Daniele Forsi <daniele@forsi.it>	2011-01-28

    Update Italian translation

Daniele Forsi <daniele@forsi.it>	2011-01-28

    String fixes
    
    * libgtkpod/misc_track.c
     * Make string similar to other singular strings.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-01-26

    Fix some configure warnings and missing files
    
    * configure.ac
     * Seems that config.h.in no longer gets recreated. Rejigged some of the
       configure macros and now all files should be properly created from
       scratch
    
    * plugins.mk
     * Modify the %.plugin operation to remove GNU specific syntax so stopping
       annoying warnings when running configure
     * build-plugin-file takes care of generating the .plugin files
    
    * */Makefile.am
     * Each plugin calls build-plugin-file to generate the .plugin file

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-01-25

    Run libtoolize to ensure creation of ltmain.sh
    
    * Only with this macro in the configure.ac file will libtoolize run and
      ltmain.sh being created

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-01-24

    Add some progress to deleting tracks
    
    * misc_track.c
     * Change text from 'deleted' to 'deleting' since tracks have not been
       deleted yet!
     * Surround actual deletion with ticks to the status progress bar to
       indicate what is currently happening

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-01-24

    Adding / Removing files and progress
    
    * file.c
    * playlist_display_actions.c
     * Improve the ability to save files as addition goes along rather than
       trying to do a great save at the end. With a large number of files at
       least only the last 9 would be lost with a hang/crash rather than all
       of them.
    
    * file_itunesdb.c
     * Remove the progress dialog for saving and replace with existing anjuta
       progress framework.
    
    * gtkpod_app_iface.*
    * anjuta-app.c
     * Framework functions for accessing anjuta progress bar.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-01-23

    Remove superfluous functions
    
    * fileselection.c
     * Left over and copied elsewhere
    
    * repository_editor.c
     * Only thing that uses functions so seems appropriate to move them out
       to plugin.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-01-18

    Fix for potential segfaults due to '%' in message strings
    
    * Should hopefully stop any messages containing a % symbol such as that used
      in urls for apostrophes (%27) from crashing the application

Daniele Forsi <daniele@forsi.it>	2011-01-14

    Build fixes
    
    * plugins/plugins.mk
     * The *.plugin files must be installed (else the plugin manager
       finds them only when running gtkpod from sources), but this
       breaks make distcheck again and fixing doesn't require to force
       the creation of symlinks.
       Add .PHONY targets.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-01-13

    Fix logging in conversion scripts
    
    * convert-2mp4.sh
     * Move first log line as stupidly in the wrong place
    
    * convert-2m4a.sh
    * convert-2mp3.sh
     * Add logging to these scripts

Daniele Forsi <daniele@forsi.it>	2011-01-12

    Build fixes
    
    * plugins/plugins.mk
     * Force creation of symlink to avoid failure during make check.

Daniele Forsi <daniele@forsi.it>	2011-01-12

    Build fixes
    
    * Makefile.am
    * data/Makefile.am
     * Generate AUTHORS and COPYING symlinks in the directory that contains
       them and exclude them from make dist.

Daniele Forsi <daniele@forsi.it>	2011-01-11

    Build fixes
    
    * plugins/*/Makefile.am
     * The *.plugin.in files need to be unconditionally added else
       translations would break (because they are referenced in
       POTFILES.in) if make distcheck is executed on a system lacking
       some prerequisites or if --disable-plugin-* is used.
       Change also the other makefiles for consistency.

Daniele Forsi <daniele@forsi.it>	2011-01-11

    Build fixes
    
    * libgtkpod/file.h
    * libgtkpod/gp_spl.h
     * Do not add path when including files that are in the same directory
       to fix make distcheck and for consistency with other files.
    
    * plugins/plugins.mk
     * Plugins need to find includes in libgtkpod directory during VPATH
       builds and make distcheck.

Daniele Forsi <daniele@forsi.it>	2011-01-11

    Build fixes
    
    * plugins/*/Makefile.am
     * Exclude *.plugin files from make dist because now they are built
       from the corresponding *.plugin.in files.

Daniele Forsi <daniele@forsi.it>	2011-01-07

    Translation fixes
    
    * plugins/*/*.plugin
     * Rename to plugins/*/*.plugin.in and mark for translation the Name
       and Description fields.
    
    * plugins/*/Makefile.am
     * Use plugins/plugins.mk in the remaining makefiles.
    
    * po/POTFILES.in
     * Add plugins/*/*.plugin.in. Remove plugins/coverweb/coverweb.glade.h
       since now it is automatically created and deleted during update-po.
    
    * .gitignore
     * Ignore generated .plugin files.
    
    * POTFILES.skip
     * Add data/glade/coverweb.glade because it is a symlink.
    
    * POTFILES.in
    * POTFILES.skip
     * Replace *.xml.h with *.xml
    
    * data/glade/Makefile.am
     * Now gtkpod.glade is handled automatically via POTFILES.in.

Daniele Forsi <daniele@forsi.it>	2011-01-04

    String fixes
    
    * libgtkpod/context_menus.c
    * plugins/exporter/plugin.c
    * plugins/playlist_display/plugin.c
    * plugins/repository_editor/plugin.c
    * plugins/sorttab_display/sorttab_display_context_menu.c
     * Add "..." to menu items that open a dialog.
    
    * plugins/track_display/track_display_context_menu.c
     * Remove "..." from menu item with children.

Daniele Forsi <daniele@forsi.it>	2011-01-04

    GUI fixes
    
    * plugins/details_editor/details_editor.glade
     * Make the "File Size" not editable.
    
    * plugins/sorttab_display/display_sorttabs.c
     * Make the calendar windows stay on top of the main window.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-01-06

    Seems coverweb now contains translations
    
    * build translation scripts require coverweb glade to be included

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-01-06

    Remove m4_defn as it breaks intltool-update
    
    * configure.ac
     * Seems that including any brackets in the version of AC_INIT, eg. using
       an m4_defn causes intltool-update to fail. However, removing the
       m4_defn does not seem harm anything.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-01-04

    Remove surplus include in fetchcover

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-01-04

    Alternate version numbering technique using m4
    
    * configure.ac
     * Move version number script out of AC_INIT macro so it uses a static var
    
    * version.m4
     * Use this to establish dynamic version number. Should be run before
       AC_INIT and should be hopefully compatible with autoconf 2.66+

Daniele Forsi <daniele@forsi.it>	2011-01-02

    Translation fixes
    
    * plugins/cover_display/display_coverart.c
    * plugins/details_editor/details.c
     * Make a string translatable.
    
    * plugins/coverweb/coverweb.c
    * po/POTFILES.in
     * Make some strings translatable.
    
    * plugins/sorttab_display/sorttab_display_context_menu.c
    * plugins/track_display/track_display_context_menu.c
     * Make some strings translatable.

Daniele Forsi <daniele@forsi.it>	2011-01-02

    * INSTALL
     * Add libwebkit among the optional packages. Other minor changes.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-01-02

    Update translation files after gui modifications

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-01-02

    Remove browse label in favour of "..."s in normalization window
    
    * In line with other plugin guis

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-01-02

    Fix repository plugin to use filechoosers as much as possible
    
    * Remove browse buttons and text entries in favour of file choosers
    
    * Only in cases of sync commands have text entries been left to allow for
      inclusion of additional command arguments

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-01-02

    Add coverweb.glade soft link to skipped files

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-01-02

    Fixes to stop crashes if syncronising directories is switched on
    
    * gtkpod_app_iface.c
     * If name is null, stop any lookups occurring in the hash table
    
    * file.c
     * If there is no dot in the path / filename then return a null type since
       it cannot be identified, rather than blindly adding 1 to the pointer and
       risking an array out of bounds sigsev

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-01-01

    Repository info view
    
    * infoview.c
     * Some more sensible destroying of widgets
    
    * plugin.c
     * Better label for 'open' menu item

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-01-01

    Remove ogg and flac preferences
    
    * Pointless conversion preferences since the only reason to add files of one
      of these formats is to add them to an ipod so need to be converted
    
    * prefs.c
     * preferences no longer need to be set
    
    * core_prefs.*
     * preference checkboxes removed since ability to convert them depends on
       addition of appropriate file type plugin and they must be converted to
       be useful

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2011-01-01

    Remove 'show toolbar' menu item
    
    * anjuta-actions.h
     * gtkpod doesnt look right with a capital 'g'
     * Remove toolbar action
     * Reformatting for obviousness
    
    * anjuta-app.c
     * Remove unused toolbar callback
    
    * gtkpod.ui
     * Remove toolbar entry

Daniele Forsi <daniele@forsi.it>	2010-12-31

    Update Italian translation

Daniele Forsi <daniele@forsi.it>	2010-12-31

    Translation fixes
    
    * po/POTFILES.in
     * Use intltool-update --maintain to add missing files (list is
       sorted now).
    
    * po/POTFILES.skip
     * Remove deleted files and add .xml files for which intltool-extract
       creates .h files.
    
    * plugins/playlist_display/plugin.c
     * Use _() instead of N_() to make the translation appear.

Daniele Forsi <daniele@forsi.it>	2010-12-30

    String fixes
    
    * data/glade/gtkpod.glade
    * plugins/core_preferences/core_prefs.xml
     * Do not mark empty properties as translatable (they will be set with
       prefs value at runtime or with user input).
    
    * libgtkpod/file_convert.c
     * Make "programming error" messages more similar to the majority of
       such messages and do not translate them.
    
    * src/anjuta-app.c
     * Fix typo.
    
    * plugins/sorttab_display/sorttab_display.glade
     * Do no make filler label translatable (it should probably be replaced
       with a GtkAlignment widget).
    
    * plugins/filetype_ogg/filetype_ogg.plugin
    * plugins/filetype_ogg/oggfile.c
     * Replace "ogg" with "Ogg" as per http://en.wikipedia.org/wiki/Ogg

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-12-29

    Fix toolbar being lost when scrolling playlist view
    
    * Playlist display scrollbar originally located outside both toolbar and
      playlist treeview. So, when scrolliing the toolbar is scrolled out of
      sight.
    
    * Takes scrolled window lower in hierarchy so only surrounds treeview. Thus
      when treeview becomes over-populated for size, only it will be scrollable
      rather than the whole widget

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-12-29

    Another attempt at 'handling' %27 in ipod mountpoints
    
    * Use g_uri_unescape_string for display of mountpoint in warning messages.
      Should convert %27 and other characters back to puntuaction marks

Daniele Forsi <daniele@forsi.it>	2010-12-29

    String fixes
    
    * data/glade/gtkpod.glade
    * plugins/exporter/exporter.xml
     * Do not mark empty properties as translatable (the will be set with
       translated strings at runtime or with user input).
    
    * plugins/exporter/exporter.xml
     * Do not end labels with a full stop. Update for changes in
       Preferences window.
    
    * plugins/repository_editor/plugin.c
     * Do not use the same accelerator for items in the same menu.
    
    * plugins/info_display/info_display.plugin
     * Change "ipod" to "iPod" in plugin description.
    
    * plugins/exporter/file_export.c
     * Fix string.

Daniele Forsi <daniele@forsi.it>	2010-12-24

    GUI fixes
    
    * plugins/cover_display/cover_display.glade
     * Open the artwork preview window centered on the main window and
       with a border.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-12-28

    Attempted fix for segfault due to escape string in uri
    
    * autodetection.c
     * Would appear that ipod names that include an apostrophe, eg. Kyle's ipod,
       have a problem being escaped to uri type strings, ie. 's changed
       to %27s. Printing this string in warning messages segfaults gtkpod
       since it is considered a format string.
     * Using the non-uri string for all print statements should avoid this
       rather specific problem.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-12-28

    Update configure system
    
    * configure.*
     * Use autoupdate to replace deprecated m4 macros
     * Rename configure.in to configure.ac

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-12-24

    Core Preferences fixes
    
    * plugin.c
     * Create proper destroy function for dialogs etc ...
    
    * core_prefs.c
     * Reformat source file in line with other source files
     * Instead of destroying the dialogs, hide them so that they can be reopened
    
    * core_prefs.xml
     * Destroy the dialog when the parent preference notebook is destroyed
     * Connect gtk_widget_hide_on_delete to delete event of each dialog so that
       clicking the cross on the dialog hides it rather than destroys it.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-12-24

    Fix transient dialogs opening with incorrect parent
    
    * misc.*
     * Implement extra version of get_user_string that doesn't assume gtkpod_app
       as the parent of dialogs.
    
    * coverweb_preferences.c
     * Specify correct parent of bookmarks dialog
    
    * track_display_preferences.c
     * Fix correct parent of notebook, which will be a GtkWindow not a GDKWinow
     * ignore word clicked doesn't add if work is empty or if word already exists
     * Specify correct parent of ign_word using get_user_string_with_parent

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-12-23

    Modify plugins to be system controlled rather than user enabled
    
    * Add UserActivatable property to plugin description files. Implies these
      plugins cannot be disabled by the user

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-12-22

    Create directories action
    
    * repository_editor.ui
     * Move 'create ipod directories' and 'check ipod filkes' action to the tools
       menu
    
    * repository_init.c
     * Remove extra comment
    
    * repository_editor.glade
     * Add note explaining what happens to existing directories
    
    * Update translation strings

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-12-22

    Tighten up name when creating new playlist
    
    * misc_playlist.c
     * If name is blank then return
     * If playlist with name already exists then return
    
    * Update *.po files with new strings and latest updates

Daniele Forsi <daniele@forsi.it>	2010-12-20

    More GUI fixes
    
    * libgtkpod/misc.c
     * Make get_user_string() open its dialog centered and on top of the
       main window.
    
    * libgtkpod/fileselection.c
     * Make fileselection_get_file_or_dir() and
       fileselection_get_cover_filename() open their dialogs centered and
       on top of the main window.
    
    * plugins/exporter/file_export.c
     * Make export_tracks_as_files() and export_tracks_to_playlist_file()
       open their dialogs centered and on top of the main window.
    
    * plugins/playlist_display/playlist_display_actions.c
     * Make fileselection_get_files() open its dialog centered and on top
       of the main window.
    
    * src/anjuta-app.c
     * Make anjuta_gtkpod_app_confirmation() open its dialog centered and
       on top of the main window.
    
    * plugins/repository_editor/repository_editor.glade
     * In the "Initialize iPod" dialog Make the "Browse" button identical
       to the "Browse" buttons in the other dialogs and make the "Model"
       combo fill the available space and align to the widgets above.

Daniele Forsi <daniele@forsi.it>	2010-12-20

    GUI fixes
    
    * data/glade/gtkpod.glade
    * libgtkpod/gp_spl.c
     * Open the "Smart Playlist" dialog centered and always on top of the
       main window.
    
    * plugins/repository_editor/repository_editor.glade
    * plugins/repository_editor/repository_init.c
     * Open the "Initialize iPod" dialog centered and always on top of the
       main window.
    
    * plugins/repository_editor/repository_editor.glade
     * Open the "Create Repository" dialog centered on the main window.
    
    * src/anjuta-action-callbacks.c
     * Open the "About" dialog centered on the main window.
    
    * plugins/playlist_display/plugin.c
     * Use GTK_STOCK_NEW only for the first menu item, else both the
       icon and the shortcut are duplicated for all items.

Daniele Forsi <daniele@forsi.it>	2010-12-19

    String fixes
    
    * plugins/playlist_display/plugin.c
    * libgtkpod/misc_playlist.c
     * Change "ipod" and to "iPod" in some command descriptions.
    
    * data/ui/gtkpod.ui
    * src/anjuta-actions.h
     * Change "Anjuta" to "gtkpod" in some command names and descriptions.
    
    * data/glade/gtkpod.glade
    * plugins/core_preferences/core_prefs.xml
    * plugins/media_player/media_player.glade
    * plugins/photo_editor/photo_editor.glade
    * plugins/repository_editor/repository_editor.glade
    * plugins/sorttab_display/sorttab_display.glade
     * Make some strings translatable/not translatable.
    
    * libgtkpod/misc_playlist.c
     * Change "iPOD" to "iPod".
    
    * libgtkpod/gtkpod_app_iface.c
    * po/*.po
     * Remove unneeded space, also in translations.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-12-20

    Some small fixes highlighted by Daniel
    
    * anjuta-app.c
     * Remove commented out code since there is no need for a toolbar
    
    * filetype_mp4.plugin
     * Curse of the copy n paste!!
    
    * plugin.c
    * *.po
     * Fix translation constants to make them consistent

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-12-19

    Fix preservation of sorting preferences
    
    * misc.*
     * Include case sensitivity as a parameter in compare string functions
     * case sensitivity preference no longer assumed in guts of compare functions
     * case sensitivity no longer a general preference but different preferences
       allocated on plugin-by-plugin basis
    
    * cover_display
     * Add sorting radio buttons to preference window
     * Include callbacks for sorting and case sensitivity
     * sorting no longer based on st_sort preference but on unique coverart
       preference cad_sort
     * Try to reduce the number of redraws by blocking the signal hander on the
       slider bar
     * Move most of the redraw function calls to the external callbacks so that
       redrawing only occurs at the conclusion of the model changes. Not perfect
       but better than it was
    
    * playlist display
     * Add individual sort preference support using pm_sort and case sensitivity
       using pm_case_sensitive
    
    * sorttab display
     * Add individual sort preference support using st_sort and case sensitivity
       using st_case_sensitive
    
    * track display
     * support for case sensitivity using tm_case_sensitive

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-12-19

    Configuration fixes
    
    * configure.in
     * Improve conditionals on available library components so that filetype
       plugins are only compiled if dependencies are present
     * Check for gstreamer-interfaces as well as gstreamer since we use
       xoverlay for displaying videos
    
    * details.c
     * Fix deprecation for GtkNotebookPage
    
    * default.profile
     * Since ogg file type is optional then the plugin cannot be specified as
       mandatory
    
    * gp_private.h
     * Give anonymous enums names

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-12-19

    Minor fixes to preferences and m4a plugin
    
    * M4A Plugin
     * Copy n paste errors in M4A structures
    
    * anjuta-app.c
     * Insert space in front of Plugins title to ensure this category is always
       first in the icon category list in the preference dialog. Seems that
       activating a plugin refreshes all plugins hence the list rebuilds and
       the first in the list is re-selected.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-12-18

    Fix some missed translation strings
    
    * POTFILES.in
     * Add the anjuta-actions.h, which contains Quit and other actions

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-12-16

    Small fixes in playlist display and anjuta framework
    
    * anjuta-app.c
     * Reset dock layout action not working since layout.xml renamed to
       dock-layout.xml in gtkpod. Modifies this accordingly
    
    * playlist_display
     * Move create playlist sub-menu under music menu
     * Remove "menu" label from create playlist submenu as unnecessary
    
    * Thanks for Daniel Forsi for pointing these out!

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-12-16

    Details Editor fixes
    
    * Remove inner viewport / scrollbar from notebook since we have one on the
      docked window
    
    * Sort out selection of page in notebook. Ensure the last page selected is
      stored in the preferenes

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-12-11

    Adds support for converting videos to ipod spec mp4s
    
    * video filetype uses generic convert-2mp4.sh script to convert videos to
      mp4s.
    
    * convert-2mp4.sh
      * Uses ffmpeg for the conversion
      * Adds tag information using ffmpeg's metadata options.
      * Log file added for debugging problems

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-12-11

    Add more debugging and add another file removal if conversion failed
    
    * file_convert.c
     * add some more debugging statements
     * if conversion failed but track is still valid then the track still
       needs to be removed and cleaned up

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-12-11

    Change annoying backup dialog box
    
    * If backup database is not found then a dialog is displayed indicating
      that a back database has been created. This is just annoying. Better to
      have a status bar message that still informs but does not get in the way

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-12-11

    Replace SCRIPTDIR constant with get_script_dir() function
    
    * Relies on scripts being installed in order for conversions to work while
      developing. Changes scripts directory to act in the same manner as images
      and data directories.
    
    * Relies on initialisation in directories.c

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-12-05

    Fix m3u playlists to support Windows carriage returns
    
    * Strange errors while importing music library, claiming some files
      did not exist.
    * m3u files were being picked up as well, and because these were made on
      a Windows system they contained Windows newlines.
    * Since the importer only strips off the \n, gtkpod was trying to open
      'filename.mp3\r'.
    
    * Thanks to Jop Zinkweg (jzinkweg@gmail.com) for the patch

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-12-05

    Fixes to update gui if convert goes wrong
    
    * file_convert.c
     * conversion_get_track_info does not need a conv since it is never called
       with one
     * Another attempt at sorting a deadlock with the conversion mutex
     * If a track fail to copy then ensure the gui knows to remove the failed
       track
    
    * gp_itdb.c
    * misc_track.c
     * Drag n drop adds the track to the given ipod before the conversion has a
       chance to fail. If conversion does fail before the thread runs, eg. no
       installed script then remove the track using the g_idle callback
     * gp_remove_track_cb callback for removing a track . Used with g_idle_add,
       it ensures that it runs on the correct thread.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-12-02

    Fix translations given rename of infodlg to infoview

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-11-30

    Ignore the version file since it is generated on build

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-11-30

    Ensure the view titles are translateable
    
    * Insert uniform couple of spaces in front of each title so they have a
      small padding on the left side when shown in the view

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-11-30

    Convert info dialog into a view
    
    * More user-friendly that a dialog floating around that can quickly
      disappear behind the parent window

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-11-28

    Fix for translations to produce po files
    
    * Update src files in POTFILES.in
    
    * Include version.sh in EXTRA_DIST

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-11-27

    Generate translation text for all glade files
    
    * Seems to work for gtk builder xml files too!

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-11-27

    Fix language translations for filetype plugins
    
    * mp4file.c etc. refactored so translations must be updated as a result

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-11-27

    Minor filetype fixes and fix for a deadlock
    
    * gp_itdb.c
    * misc.c
     * Removal oversight of mp4file includes
    
    * Makefile.am
     * Add m4a filetype plugin to extra dist
    
    * file_convert.c
     * Make the conversion scheduler function try the mutex lock rather than
       blindly grabbing it. Since this function is called every 100ms then a
       later attempt will be made.
     * Missing unlock in conversion_convert_track causes deadlock.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-11-25

    Refactoring of filetype support into individual plugins
    
    * File types supported with use of describing plugin
    
    * Plugins determine the file type's capabilities
    
    * Removal of all switch statement code and replaced with filetype registry
    
    * Extensible architecture for adding new file types
    
    * Generic video file type at the moment for basic support of mov etc..

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-11-21

    Build system not recreating configure script
    
    * If configure script exists then autoconf does not bother to recreate it
      unless configure.in has been changed. Due to dynamic versioning against
      git, the version number is cached and incorrect.
    
    * Force autoconf to recreate all files, ensuring a correct build version.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-11-20

    Check ui symlinks exist before trying to create them

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-11-20

    Correct mistakes in glib interface use
    
    * Seems the dummy object is the reference to pass around rather than the
      interface itself.
    
    * Creation of functions to act as getters for interface properties

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-11-06

    ui files no longer required
    
    * Most of these no longer apply since original glade files have
      been split out into the plugins. They are being migrated to
gtkbuilder xml files so these could be retrieved during that           
migration.           

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-11-05

    Rework of configure script versioning - language fixes
    
    * configure.in
     * Seems the m4_defn macro does not play nicely with intltool-update script
       which is run when creating debs. Modified to use recognised mechanism
       of m4_esyscmd.
    
    * version.sh
     * version script that will ordinarily tack the commit id to the version no.
    
    * po/*
     * Fix missing and skipped files

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-11-05

    Fix out-dated language files.
    
    * Will need proper work later on.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-11-03

    Modifications for distribution tarball
    
    * mserv plugin must be included in plugins makefile
    
    * gtkpod_app-marshallers.list must be included in libgtkpod makefile
    
    * fixed errors in photo_editor plugin makefile
    
    * marshallers.list needs to be included in dist tarball
    
    * configure.in
     * Fix versioning to pass on libgtkpod so version to makefiles

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-11-02

    Modifications to configure script to tar long filenames
    
    * Running make dist on current project layout causes errors when trying to tar
      since the file path lenghts exceed 99 characters.
    * Switched to using tar-ustar option which allows 256 characters.
    * Updated AC_INIT to take the project and version number
    * Updated AM_INIT_AUTOMAKE to take the tar option.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-10-30

    Add select-all context menu item to track display

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-10-28

    Breaking out mserv functions into own plugin
    
    * Created a separate plugin to incorporate the mserv functions lifted out
      of the core library
    
    * Removal of play and enqueue functions from tools since these are now
      handled by the media player plugin.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-10-19

    Remove deprecated gtk_menu_append function
    
    * Replaced with gtk_menu_shell_append

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-10-17

    Tidy up the context menus
    
    * Categorise and create sub menus where necessary
    
    * Replace play and enqueue with sub menu dedicated to execute any track
      commands that have been registered.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-10-17

    Sorttab display preference for sorting
    
    * Adds preference panel for changing the sort order to filter tabs
    
    * Removes randomize and alphabetize actions as sorting now controlled
      exclusively in the preference window.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-10-17

    Remove sort window from track display as no longer useful
    
    * Reworking of the sorting of tracks. Sorting now only occurs by clicking
      the headers of the track display.
    
    * Track preferences concened with ignore strings and which columns to display

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-10-17

    Add playlist display preferences
    
    * Foremost preference to sort the playlists alphabetically

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-10-13

    Set preference for show exec command popup menu
    
    * If more than one track exec command has been registered then a popup menu
      must be displayed. This can be avoided by setting a preference in the
      track display preferences.
    
    * gtkpod_app_iface.*
     * plumbing for executing a command identified in the
       DEFAULT_TRACK_COMMAND_PREFERENCE.
    
    * track_command_iface.h
     * TrackCommandInterface needs an id and display text
    
    * track_display.glade
    * track_display_preferences
     * preferred track command preference implementation

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-10-09

    New track exec command interface
    
    * track_command_iface.*
     * Plugins can register themselves with this interface to execute a function
       on the current selection of tracks
    
    * display_tracks.c
     * Tracks no longer directly editable. Maybe that edit plugin registers
       itself as a track exec command?
     * Track is double-clicked to execute a command. More than one comamand
       should display a menu of commands to execute. Menu is still TODO
    
    * media_player/plugin.c
     * First implementation of track command. Result is user double clicks a
       track and the track starts to play in the media player

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-10-09

    Reworking of media player plugin
    
    * Remove loop in the play thread as unnecessary and problematic

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-10-05

    Remove Filter label and add Find icon instead
    
    * Track display plugin
     * Replace the 'Filter' label with a 'Find' icon inside the entry box

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-10-04

    Path and update fixes
    
    * file_itunesdb.c
     * Since "" are now being cleaned up, an extra test is required in the
       write_extension_info to check that the ipod_path is not null
    
    * playlist_display_actions.c
     * Need to signal other widgets that the selected playlist has been updated
       when adding tracks from file or directory.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-10-04

    Various small fixes
    
    * .gitignore
     * Ignore COPYING file since its a symlink
    
    * configure.in
     * Cut n paste error in the status output
    
    * gp_itdb.h
     * Aovid compile error in file_itunesdb,c

Christophe Fergeau <cfergeau@mandriva.com>	2010-09-29

    libgpod expects empty strings to be NULL
    
    gtkpod sets empty Itdb_Track strings to "" instead of NULL to make
    things less error-prone. However, this should stay internal to gtkpod,
    and as far as libgpod is concerned, empty fields should be NULL, not "".
    This commit makes sure that empty fields will be set to NULL before
    trying to write the iPod database.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-09-26

    Fix for licence file loading in about box
    
    * Thanks to Riccardo (dennymallow at gmail.com) for the fix.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-09-15

    Icon for media player view window

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-09-15

    Playlist display context toolbar added
    
    * glade removed and no need to gtkbuilder xml either
    
    * playlist_display_toolbar.xml
     * Lists actions for context toolbar
    
    * Icon added to view window

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-09-15

    Remove the main toolbar
    
    * Takes up lots of space and only has toolbar buttons from playlist display.
    
    * Playlist display buttons to be moved to context toolbar

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-09-08

    Enable splash screen for gtkpod using same system as anjuta
    
    * main.c
     * No need to do gdk_threads_enter/leave here.
    
    * gtkpod.c
     * Set up splash screen image
     * Surround gp_init with gdk_threads_enter/leave to avoid race condition
       with splash screen

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-09-04

    Fix media player volume control and have it change the audio volume
    
    * Set the volume according to a preference that is saved to preference file
    
    * Volume plumbed into the audio of the gstreamer playbin

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-09-04

    Removes unnecessary glist length tests for empty glists
    
    * Pointless as an empty glist is null

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-09-02

    Fixes some selection errors when removing tracks
    
    * gtkpod_app_iface.c
     * tracks being removed should be removed from selected and displayed
       tracks lists before notifying plugins that the track has been
 removed.           
    
    * media_player.c
     * Clear the song label and track list when removing tracks
    
    * display_coverart.c
    * details.c
     * Replace g_return_if_fails with quieter normal returns

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-09-02

    Fix for some remaining data->data calls
    
    * These calls are no longer possible with GSEAL hence
      gtk_selection_get_data should be used instead
see #bug 3058341           

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-08-31

    Ensure confirmation dialog icon can be found

Javier Kohen <jkohen@users.sourceforge.net>	2010-09-02

    Add support for the DATE field in VorbisComment.

Javier Kohen <jkohen@users.sourceforge.net>	2010-09-01

    Use quiet mode when decoding ogg to Workaround bug in oggdec 1.4.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-08-31

    Better implementation of handling backward compatibility of gtk version
    
    * As recommended by Maia Kozheva (sikon@ubuntu.com), put the pre-processing
      directives in one place.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-08-29

    Update gitignore to ignore exporter.xml

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-08-29

    Stop warning about losing qualifiers from guchar* to gchar*

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-08-29

    Allow backward compatibility to gtk 2.18
    
    * gtk_widget_get_realized() only available from gtk 2.20. Since Mandriva
      2010 includes 2.18, not unreasonable that this version should still be
      supported.
    
    * configure.in
      Make the -DGSEAL_ENABLE flag conditional on a gsealed_gdk since use of
      GTK_WIDGET_REALIZED is not an option with gsealed.
    
    * Add pp version checks in code to allow for older gtk versions

Christophe Fergeau <cfergeau@mandriva.com>	2010-08-29

    don't try to free non-malloc'ed memory
    
    get_data_dir return a filename from gtkpod global state, we really
    don't want to free the returned string (was crashing here). Duplicate
    the string instead so that we can use the same code path as when
    g_build_filename is used.

Christophe Fergeau <cfergeau@mandriva.com>	2010-08-29

    Revert "Add exporter xml (stupid Anjuta didn't even warn)"
    
    This reverts commit 421506c1097f76aa3ae4c6b0dfcbc0e792727d12.
    The exporter.xml file is available in plugins/exporter, and during
    build, a symlink will be created from this file to data/glade. If
    the file is already present, build fails.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-08-28

    TODO file baselined with tasks prior to moving to master branch

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-08-28

    Avoid setting media player tracks to NULL

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-08-28

    Move LIBOBJS from app to library

Maia Kozheva <sikon@ubuntu.com>	2010-08-28

    Require GTK >= 2.12 (already required de facto due to GtkBuilder)

Maia Kozheva <sikon@ubuntu.com>	2010-08-28

    Make gtkpod build with -DG_*_DISABLE_DEPRECATED; switch to cairo rendering for star rating (code taken from Rhythmbox again)

Maia Kozheva <sikon@ubuntu.com>	2010-08-28

    Make gtkpod build with -DGSEAL_ENABLE

Maia Kozheva <sikon@ubuntu.com>	2010-08-28

    Make gtkpod build with -DG*_DISABLE_SINGLE_INCLUDES

Maia Kozheva <sikon@ubuntu.com>	2010-08-28

    Replaced endian.h usage with glib (needed for macports, thanks to ToHellWithGA)

Maia Kozheva <sikon@ubuntu.com>	2010-08-28

    Make rating column non-resizable

Maia Kozheva <sikon@ubuntu.com>	2010-08-28

    Make horizontal scrollbar not push the filter input box aside

Maia Kozheva <sikon@ubuntu.com>	2010-08-28

    Add exporter xml (stupid Anjuta didn't even warn)

Maia Kozheva <sikon@ubuntu.com>	2010-08-28

    Make GIO a mandatory dependency (which it de facto is, as it's part of glib), for impending POSIX -> GIO transition

Maia Kozheva <sikon@ubuntu.com>	2010-08-28

    Renamed GtkBuilder file to .xml; added anjuta files to gitignore

Maia Kozheva <sikon@ubuntu.com>	2010-08-28

    Port exporter plugin to GtkBuilder (by using newly added option_*_gb functions)

Maia Kozheva <sikon@ubuntu.com>	2010-08-27

    Remove 'Test Song by Test'

Maia Kozheva <sikon@ubuntu.com>	2010-08-27

    Correctly initialize libmp4v2

Maia Kozheva <sikon@ubuntu.com>	2010-08-26

    media_player: Make song title bold, fix memory leak

Maia Kozheva <sikon@ubuntu.com>	2010-08-26

    Remove getopt files; getopt has been in glibc since time immemorial

Maia Kozheva <sikon@ubuntu.com>	2010-08-26

    Fix bashism in audio file conversion script; patch from Debian by mettle

Maia Kozheva <sikon@ubuntu.com>	2010-08-26

    Change mountpoint to use the modern /media directory; patch from Debian by Nico Golde <nion@debian.org>

Maia Kozheva <sikon@ubuntu.com>	2010-08-26

    CMake fixes from Ubuntu

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-08-12

    Remove soft links in directories
    
    * No longer need to link files from src directory. All files moved
      from src directory to replace their respective soft links in either
      the libgtkpod or plugins directories

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-08-12

    Tidy up following merge from master

Merge: 5cb03c5 a53708d
phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-08-12

    Merge branch 'master' into plugin-framework
    
    Conflicts:
src/Makefile.am           

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-08-10

    Updated ChangeLog. Small fix to zh_CN.po

David Kohen <kohen.d@gmail.com>	2010-08-10

    Updated Hebrew translation

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-08-09

    Bit of attention to the about box
    
    * Made use of the AUTHORS file in similar syntax to anjuta's.
    
    * Lists devs, documenters and translators
    
    * Now displays the icon

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-08-09

    Fix to stop get_current_folder assertion error

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-08-09

    Remaining Chinese untranslated string translated.
    
    * Many thanks to Américo Wang <xiyou.wangcong at gmail.com> for the
      translation.

tuoni <tuoni@tuonela.(none)>	2010-08-08

    Corrected questionable plural case russian translations

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-08-08

    Update Catalan and German translations with google's attempts

Maia Kozheva <sikon@ubuntu.com>	2010-08-08

    Finalize Russian translation for 1.0

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-08-08

    Translation files reverted to remove auto translation attempt
    
    * Translation files that have not have human edits were updated originally
      by poedit's translation engine. This cannot be trusted since it seems to
      add some strings that just look plain wrong. These translated strings
      have been removed so at least the messages will be returned in English.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-08-07

    Media Player plugin enable video
    
    * Use the playbin factory to create the high-level gstreamer player.
      All that is required. Throws up a dialog with the video in.
    
    * Problematic to put the video into the gui as closing other gdkwindows
      causes instability and crashes. Simple implementation for now that just
      works.
    
    * Removed all the commented code and extra stuff so tidied up a bit.

Daniele Forsi <daniele@forsi.it>	2010-08-06

    Update Italian translation

Javier Kohen <jkohen@users.sourceforge.net>	2010-08-03

    Updated Spanish translation.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-08-01

    Realisation that limitations of poedit preclude its use
    
     * Use of poedit to update from source files fails to detect the
       gtkpod.desktop.in file hence its values are obsoleted wrongly.
    
     * Seemingly random order of poedit's update means lack of consistency
       for order of strings in .po files
    
     * Only use 'make update-po' to rescan all files in codebase

Alain Portal <alain.portal@free.fr>	2010-08-01

    Fix header.

Alain Portal <alain.portal@free.fr>	2010-08-01

    Update french translation.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-08-01

    Update to German translation
    
    * Update to translation strings.
      Thanks to Volker (vkrebs@users.sourceforge.net)

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-08-01

    More translation corrections
    
    * file.c
     * Correction of incorrect slash in warning message
    
    * Update of all translation files to reflect change in file.c
    
    * Obsolete a couple of message translations from gtkpod.desktop. These
      do not seem to need translation since the desktop file receives
translation keys anyway           

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-08-01

    Add Alain to list of French translators

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-08-01

    Adds hook for extract glade strings for translation
    
    * Makefile.am
     * uses intltool-extract to create a .h file from the glade file

Alain Portal <alain.portal@free.fr>	2010-08-01

    Update french translation.

Javier Kohen <jkohen@users.sourceforge.net>	2010-07-31

    Updated Spanish translation for gtkpod 1.0.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-07-30

    Updated po files against src
    
    * Used poedit to synchronise each translation catalogue against
      the src.
    
    * Some strings auto-translated while others left blank requiring
      translator intervention.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-07-28

    Refactorings of media player
    
    * Prototype up and running and produces sound.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-07-27

    Getting the volume icon to popup the volume slider
    
    * Volume icon is displayed on left side and on clicking it pops up the
      volume slide in a similar way to rhythmbox's volume control

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-07-25

    Initial inclusion of media player plugin

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-07-25

    Remove auto-generated symlinks from repository

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-07-24

    Some build fixes
    
    * plugins/Makefile.am
     * Ensure that photo editor is built
    
    * coverweb.c
     * destroy browser widget on deactivate
    
    * coverweb/.../128x128/.../Makefile.am
     * Error with which scale of icon is used
    
    * details.c
     * Comment correction

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-07-22

    Fixing some more TODO messages
    
    * lyrics editor
     * Adds interfaces for the UI component responsible for editing lyrics
     * Currently the details editor is registered as the lyrics editor

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-07-22

    Fix for dlopen bug in Fedora 13
    
    * Makefile.am
     * Ensure -ldl is explicitly linked

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-07-22

    Fix some TODO messages hanging around and general tidy up

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-07-22

    update version number in configure

Daniele Forsi <daniele@forsi.it>	2010-07-18

    Update ChangeLog with latest changes

Daniele Forsi <daniele@forsi.it>	2010-07-18

    Update and improve Italian translation

Daniele Forsi <daniele@forsi.it>	2010-07-18

    Ignore more files generated by gettext

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-07-18

    Latest updates to news and changelog in preparation for release

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-07-18

    Support for future versions of Fedora that require explicit ldl linking

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-07-17

    Porting of photo editor to new framework

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-07-17

    Cover art fix for select cover failures
    
    * gtkpod_app_iface.c
     * set_current_playlist is broadcasting the selection of a playlist's
       tracks before broadcasting the playlist selection itself
    
    * display_coverart.c
     * Should not rely on gtkpod_get_selected_tracks for its tracks as these
       may not have been set when coverart_update has been called. Besides the
       display should show all albums in a selected playlist.
    
    * misc_playlist.h
     * Some error messages should be available cross-library

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-07-13

    Remove itdb callback and photo support
    
    * gtkpod_app_iface.*
     * itdb setting implied by the setting of the playlist so no need for the
       separate setter function or callback
    
    * playlist_display/plugin.c
     * Playlist display has no need to worry about tracks being removed since
       the view never displays tracks
    
    * display_playlists.c
     * pm_remove_track and pm_add_track simply notify other UI components so
       no longer necessary
    
    * file_itunesdb.c
    * display_photo.c
     * Re-implement photo database support
     * Add load_photodb function from display_photo since it is a library
       function that has no UI elments
     * display_photo to become core of photo plugin

Maia Kozheva <sikon@ubuntu.com>	2010-07-11

    Added cmake build files to make dist

Merge: 2410f7c 947484e
phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-07-07

    Merge branch 'master' into plugin-framework

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-07-06

    Ensure respository and sort windows are transient
    
    * Ensure these dialog window are transient with legitimate parents to avoid
      losing them behind the main window

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-07-05

    Rehash of the "No ext database" message
    
    * Attempt to improve the message to make it more informative. Still
      think it could be further improved.

Daniele Forsi <daniele@forsi.it>	2010-07-04

    Fix typo
    
    s/individuais/individuals/

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-07-04

    Update About box information

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-07-04

    Bug fix for erroneous lyric dialog message
    
    * bug 3021855
    
    * file.c
     * Instead of displaying gtkpod_warnings, tack the error onto the lyrics
       string array just like the other errors. Prepend them with the word
       Error so that the write_lyrics knows that they are not proper lyrics.

Daniele Forsi <daniele@forsi.it>	2010-07-04

    Don't set stock label gtk-close as translatable

Daniele Forsi <daniele@forsi.it>	2010-07-04

    Fix typos in docs

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-07-03

    Updates to NEWS and Changelog for bump to 1.0

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-07-03

    Odd fixes for installation

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-07-03

    Rename install_svn to install_git

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-07-03

    Small fix in clean-local target in plugins.xml

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-07-03

    Fix bug where preferences are shutdown before plugins can write to them
    
    * sorttab display has a cleanup() function which is called on deactivate.
      However, gtkpod_shutdown is called prior to the plugin deactivation hence
      preferences are destroyed.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-07-03

    Remove dev hooks for data directory
    
    * ui, icon and glade files now loaded using local get_*_dirs() functions
      rather than relying on installing to /usr/local/data using sudo. Makes
      for a cleaner dev environment
    
    * symbolic links still created for ui and glade files but these only used
      for development and are never installed

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-07-03

    Temporarily move unused gtkbuilder files to own directory

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-06-29

    Fixes for coverart display syncing
    
    * cover_display/plugin.c
     * respond to tracks displayed signal
    
    * anjuta_app.c
     * Seems that if a plugin UI window was closed then the app exited, the
       next time it is opened, the former has trouble displaying.
    
    * display_sorttabs.c
     * stop broadcasting the displayed tracks quite as often.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-06-22

    Build configure tweaks
    
    * Add pkgconfig pc file fo libgtkpod
    * Fix Makefile of coverweb with change to configure.in

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-06-22

    Fix for lack of LIBTOOLIZE call by autogen.sh

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-06-22

    Output result of webkit test in configure script

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-06-20

    Fixes defect with showing the cover art preview dialog

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-06-19

    Experimental simple browser for finding coverart using webkit
    
    * Entire plugin compiling should be conditional on webkit dependency

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-06-19

    Minor tweaks and tidy ups

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-06-13

    Conversion log and coverart preferences
    
    * Adds the conversion log widget to the main glade file
    
    * gtkpod.c is modified to allow for the xml file to be set before all of
      the initialisation is done
    
    * Coverart Display given its preferenes for background and foreground
      colours. Slight annyoance with cairo rendering though!
    
    * Details plugin given its own fetchcover for use with the coverart image

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-06-13

    Cover art plugin and saving session
    
    * Anjuta code for saving the profile and session ported to work with gtkpod
      config directory.
    
    * Cover art display plugin ported.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-06-06

    Filter seems to not work properly when trying to filter tracks
    
    * The filter-as-type search bar does not seem to filter against tracks
      correctly, rendering most of the time a blank view.
    
    * misc.c
     * Proposed Changed is to modify utf8_strcasestr search function to defer
       to g_strrstr instead, which seems built into glib since its first
       development.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-06-06

    Filter seems to not work properly when trying to filter tracks
    
    * The filter-as-type search bar does not seem to filter against tracks
      correctly, rendering most of the time a blank view.
    
    * misc.c
     * Proposed Changed is to modify utf8_strcasestr search function to defer
       to g_strrstr instead, which seems built into glib since its first
       development.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-06-01

    Getting the smaller things sorted ...
    
    * gtkpod_app_iface.c
     * Handle whether to save before exiting
     * Add some new signals for preference changes, itdb data changes and itdb
       data saving
     * Avoid segfault from displayed_tracks collection by copying glist
     * When tracks reordered, ensure the current playlist's members are the
       displayed tracks
    
    * Addition of menu items on Music and Edit menus and corrsponding actions

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-05-24

    mserv actions and default preferences
    
    * Sort out mserv menu action. Gets populated from three main plugins
    
    * Move default preference value to their respective plugins

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-05-23

    Exporter and context menus sorted out
    
    * exporter_iface.*
     * Exporter plugin tweaked to implement its own interface in the same way
       as the repository editor
    
    * gtkpod_app_iface.*
     * Exporter functions redone to support new Exporter interface
     * Data changed signals included to unsurprisingly signalling that data has
       either changed or unchanged
    
    * Context menus for sorttab and track views
    
    * Block widgets sorted out to disable the anjuta menubar and toolbar

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-05-19

    Fixes more/fewer filter tab actions sensitivity
    
    * Get the actions to enable/disable when sorttab max and mins reached
    
    * TODO list updated with latest progress

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-05-17

    Rejigged help to point to gtkpod help rather than anjuta
    
    * Point help to gtkpod home page and doc directory
    * About box redone for gtkpod

Joel Smith <joel_smith@appsig.com>	2010-05-16

    cmake updates for libmp4v2 detection and endian.h header

Joel Smith <jsf-lists.gtkpod@jk1.net>	2010-05-01

    Fix bug for MP3 files with NULL genre being marked as audiobooks

Maia Kozheva <sikon@ubuntu.com>	2010-05-16

    Bumped version in cmake; fixed cmake build to properly set HAVE_GIO

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-05-15

    Latest things on TODO ticked off. Minor tweaks to avoid error messages
    
    * details.c
     * if playlist contains no tracks then still clear up the details view
    
    * display_sorttabs.c
     * Remove space_data_update as no longer required
    
    * display_tracks.c
     * Remove update_track_view as no longer required

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-05-15

    Adds info window as own plugin
    
    * Responds to signals and updates accordingly.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-05-09

    Preferences dialog retuned to anjuta preference interfaces
    
    * Removed helloworld and advhelloworld plugins
    
    * gtkpod_app_iface.c
     * TRACKS_REORDERED signal for telling sorttabs to reorder when track
       display requires it
     * PREFERENCE_CHANGE signal for indicating from sort window that the
       appropriate component should reorder
    
    * core preferences plugin added for gtkpod based preferences
    
    * sorttab_display, track_display added implement preference interface
    
    * anjuta-app.c
     * install_preferences function reworked to not display first anjuta
       tab and no longer need a preference.ui file

Merge: d452908 6d5a2e5
phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-05-03

    Merge remote branch 'origin/master' into plugin-framework

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-05-03

    Cleaning up unnecessary source files and updating TODO

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-05-02

    Wire up details editor to signals
    
    * default.profile
     * Load details editor plugin upon loading of app
    
    * Connect up signals to detaisl editor track and playlist selection
      callbacks. If changes have been made to displayed tracks in the editor
      then display dialog, asking user whether they are willing to lose the
      changes.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-05-02

    Make libanjuta dependency for version 2.30.0
    
    * configure.in

Paul Richardson aka phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-04-26

    Details editor successfully started
    
    * details editor setup in the same way as the repository editor
      with an interface referenced by the gtkpod app and the plugin
      registering itself to the interface.
    
    * file_selection.*
      moved back into libgtkpod since it is used by a couple of
      different plugins.
    
    * gtkpod_app_iface.*
      track_updated signal and callbacks added.
    
    * playlist_display_context_menu.c
      only if there are registered instances of the repository and
      details editors, will there context menu item be shown.
    
    * display_sorttabs.c
      responds to tracks being updated from signal
    
    * display_tracks.c
      responds to tracks being updated from signal

Paul Richardson aka phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-04-26

    Exclude MP4Tags* functions from builds with older libmp4v2 headers
    
    * src/mp4file.c
      Thanks to joel (jsf-lists.gtkpod@jk1.net) for the patch.

Paul Richardson aka phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-04-25

    Translation file for Catalan
    
    - Translation po file for Catalan language. Thanks to
      Nofre Móra (keidon) for the contribution.
    
    bug:2991770

Paul Richardson aka phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-04-20

    updates and tweaks for latest anjuta
    
    * More updates to anjuta-app to sync with 2.28
    * Add custom cleanup function for shutdown of the app
    * client server setup initialised in gp_itdb.c

Merge: ae4cb23 7ab31fe
Paul Richardson aka phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-04-18

    Merge branch 'master' into plugin-framework
    
    Conflicts:
configure.in           
src/Makefile.am           
src/autodetection.c           
src/display_itdb.c           
src/file.c           
src/file_itunesdb.c           
src/mp4file.c           

Paul Richardson aka phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-04-18

    Several enhancements to importing audiobooks, podcasts TV shows
    
    * Patches thanks to Joel Smith <jsf-lists.gtkpod@jk1.net>.
    
    * Main idea is that gtkpod should get the MP4 tags from MP4 files and
      populate the track fields with whatever data is present so that
      less manual setting of track details is required when importing
      files.
    
      * When importing MP4/M4V/M4A/M4P files, only set the media type
        on a track if not already set
    
      * Try to dlopen newest libmp4v2 first
    
      * Check MP3 genre flag to see if it's an audiobook or podcast.
        If the genre tag is set to audiobook or podcast, set the media
        type appropriately.
    
      * Support for UTF-16 chapter names in MP4 files
    
      * Read Apple-specific atoms from mp4 files using mp4v2 for TV
        Show data and media type
    
      * Read Apple-specific atoms from MP4 files using mp4v2 without
        MP4Tag functions for TV Show data and media type
    
      * When importing audiobooks or podcasts, default to remember
        playback position and skip when shuffling.
    
      * Changing media type in file details to audiobook or podcast sets
        the remember playback position and skip when shuffling flags.

Paul Richardson aka phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-04-15

    Cleanup and move to anjuta 2.28.2
    
    * configure.in
     - Seems that anjuta needs to be in the CFLAGS and LIBS vars.
     - Needed for anjuta-*.* in src directory
    
    * gtkpod.glade
     - Preferences window moved to its own preferences.ui files since
       the api for anjuta_preferences window has moved to GtkBuilder
    
    * Makefile.am
     - Housekeeping for linking to preferences.ui
    
    * anjuta-app.c
     - Updates to match the anjuta 2.28.2 source

Paul Richardson aka phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-04-15

    Add update actions to the playlist, sorttab and track plugins
    
    * Each plugin contributes its own particular update track acion

Paul Richardson aka phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-04-15

    Change TODO warning to messages
    
    * Seeing as warnings could stop compilation or debugging if some
      flags have been set, better to make TODO statements as messages

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-04-07

    Repository editor - fixes
    
    - gtkpod_app_iface.*
      Use repository editor rather than the interface as the parameter
    
    - repository_editor.c
      On receiving an itdb update, ensure that the index of the repository
      combo box is found and the set it after re initiating the combo
      Have the editor respond to added and removed itdbs too

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-04-05

    Repository plugin near functional completion
    
    - Signals added for responding to an added itdb or removed itdb
    
    - Repository Editor interface created for handling the editing of
      repositories and also the initialising of them.
    
    - Repository Editor added to GtkpodAppInterface and used as the link
      from the main application.
    
    - Means the init dialogs are added to the repository plugin.
    
    - Repository Plugin:
      - repository.c used for common functions
      - creator, editor and init separates the different UI functionality

Andrea Odetti <mariofutire@googlemail.com>	2010-03-30

    Fix memory leak reported by valgrind.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-03-28

    Tidying up
    
    - Uncomment release/block widgets, gtkpod statusbar messages
    
    - repository.c
      - Add combo boxes to repwin struct so that they are global
      - Remove repwin from parameters of functions since there is now only one
        and it is global to the file
      - Add callbacks on playlist and itdb updates. Especially important when
        an itdb is replaced since the comboboxes hold references to all the
        itdbs.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-03-27

    Converting the repository dialog into a view
    
    - gtkpod_app_iface.*
      display_widget function passes off to the anjuta implementation
    
    - anjuta-app.c
      display_widget checks if widget is a dock item and if so displays
      accordingly. Means that the dock widgets if closed can be redisplayed.
    
    - repository.c
      Redesign of repository view including removal of cancel and ok buttons
      converting the dialog into a view

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-03-21

    Version of configure increased to 0.99.17GIT

Todd Zullinger <tmz@pobox.com>	2010-03-08

    Remove leftover debugging in GIO autodetection code

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-03-10

    Repository editor
    
    * Take the UI of the repository dialogs and switch them to a view instead
    * Repository editor now exists as a plugin in its own right

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-03-10

    Get playlist display context menu up and running
    
    * Adding more actions to it, including exporter plugin
    * Preparation for the repository editor plugin

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-03-06

    Updated NEWS and ChangeLog for release 0.99.16

Todd Zullinger <tmz@pobox.com>	2010-02-14

    Explicitly check for and link libvorbis
    
    Changes in the default DSO linking behavior on Fedora exposed the fact
    that gtkpod used symbols from libvorbis but had relied on other
    libraries it linked against to pull it in.

Todd Zullinger <tmz@pobox.com>	2010-02-14

    Explicitly link against libm
    
    Changes in the default DSO linking behavior on Fedora exposed the fact
    that gtkpod used symbols from libm but had relied on libgpod or other
    libraries it linked against to pull it in.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-02-28

    Export plugin to handle copying tracks to filesystem
    
    - exporter plugin
      - Adds Tools > Export menu with "export as playlist" and "export to
        filesystem"
    
    - gtkpod_app_iface.*
      - register exporter function assigns appropriate function callbacks to
        the gtkpod interface
      - if there is no plugin installed which has registered as the exporter
        implementation then such actions would be disabled.
      - unregister function available for tidying up if the plugin is disabled
    
    - playlist_display plugin
      - glade bits n pieces moved to exporter plugin
      - start of context menu for playlist view
    
    - anjuta-app
      - Tools menu added as placeholder
    
    - src/context_menus.*
      - Removal of menu functions. To be added back as and when they are
        implemented

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-02-28

    Patch moving auto detection from hal to gio
    
    - Support for both autotools and cmake
    - Thanks to Nikias Bassen for the patch at tracker id: 2960423
    - Reviewed and tested successfully with following:
      -- ipod nano (1st gen)
      -- ipod (5.5 gen)

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-02-25

    Remaining delete features
    
    - gtkpod_app_iface.c
      - Ensure that list of tracks in set_selected_tracks is copied rather than
        pointed at.
    
    - playlist display plugin
      - Add TRACK_REMOVED signal to remove appropriate tracks from current
        playlist.
    
    - sorttab display plugin
      - Include "Delete Entry" actions in Edit Menu
      - Add TRACK_REMOVED signal to remove appropriate tracks from current
        sorttabs.
    
    - misc_track.*
      - delete_track_ok and delete_track_cancel no longer static as both used
        by sorttab's delete_entry_head().

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-02-23

    Delete tracks actions added to track plugin
    
    - Delete Selected Tracks from Playlist
    - Delete Selected Tracks from Database
    - Delete Selected Tracks from Device
      - All added to Edit->Delete submenu
    
    - Signal emitted when a track is removed using gp_remove_track

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-02-21

    Getting delete actions implemented
    
    gtkpod.glade
      - Get gtkpod icon properly displayed in corner of delete dialog
    
    gtkpod.ui
      - Skeleton delete action submenu
    
    gtkpod_app_iface.*
      - Set up signal that should be fired when a playlist is deleted
    
    libgtkpod/misc_playlist.*
      - Add delete playlist functions
    
    libgtkpod/misc_track.*
      - Add delete track functions
    
    libgtkpod/misc.*
      - delete_populate_settings added here for use by both delete playlists and tracks
    
    playlist plugin:
      - display_playlists - callback that remove playlist upon receiving REMOVED signal
      - playlist_display.ui - delete playlist actions added to delete submenu
      - playlist_display_actions - delete action callbacks

Merge: b61fadf 52d6818
phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-02-21

    Merge branch 'master' of ssh://gtkpod.git.sourceforge.net/gitroot/gtkpod/gtkpod into plugin-framework

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-02-14

    Avoid segfault during drag n drop of cover art
    
    - display_coverart.c
      Check avoids possible sigsev if cover cannot be found in the cover art
array. Possible to occur if coverart collection is empty.           

Alain Portal <alain.portal@free.fr>	2010-02-14

    Update and improve translation.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-02-06

    Clarification of further things to do

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-02-06

    Getting save to work
    
    - gtkpod.glade
      Includes the file transfer dialog and progress indicator. Would be nice
      if this could be more integrated using the anjuta progress bar but that
      is a little way off yet.
    
    - gtkpod_app_iface.*
    - anjuta_app.c
      Include API functions for showing the busy cursor using anjuta framework
    
    - playlist_display_actions.c
      File and directory addition processes now show busy cursor
    
    - file_convert.c
      conversion object initialised when any of its related functions are called
      in order to get the save function working
    
    - file_itunesdb.c
    - ipod_init.c
      reformatting

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-02-02

    Dialog threading
    
    - gtkpod_app_iface.*
    - anjuta-app.c
      Fixes warning and status bar message functions to display text correctly
      Playlist updated function reselects the given playlist and resets the
      playlist's tracks as the displayed list
    
    - playlist_display_actions.c
    - display_itbd.c
      Threading the add file and add directory dialogs. Dialogs disappear and
      UI is updated visibly.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-01-31

    Restoring funtionality to actions
    
    - libgtkpod/*file.*
      Adds back these file format support files to the library
    
    - gtkpod_app_iface.*
      Turn signal names into #defines for uniformity
      Differentiation between tracks displayed and tracks selected
    
    - misc_playlist.c
      Restores functionality of new playlist actions back to toolbar

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-01-26

    random playlist action up and running
    
    - gtkpod_app_face.c
      Some parts of the code like to play around with the glist of tracks,
      including freeing it. Thus, important to provide a copy of it to avoid
      random sigsevs and crashes
    
    - minor tweaks, debug warnings and fixes. Must remove warnings at a later date.

Alain Portal <alain.portal@free.fr>	2010-01-25

    Some updated strings.

Alain Portal <alain@portable.localdomain>	2010-01-22

    Updated to 0.99.14

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-01-21

    Getting new playlist action working correctly
    
    - Removal of some of the g_warnings
    
    - misc_playlist.c
      re-enable smart playlist function
    
    - gp_itdb.c / display_itdb.c
      creation of gtkpod_playlist_added function for signalling that a new
      playlist has been added to an itdb
    
    - display_playlists
      callback created that add a playlist child to the playlist model
    
    - gtkpod_app_marshallers.list
      new closure for signals that carries a pointer and int as parameters.
      Used for signalling that a playlist has been added.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-01-18

    Fixes for playlist and track plugins
    
    - Ensures that setting the gtkpod playlist and tracks does not cause an
      infinite signal loop.
    
    - Extra comments added for the moment in order to check signals are being
      fired in the correct order
    
    - Playlist actions added to playlist plugin UI and plumbed in accordingly
    
    - Glade xml from gtkpod.c app set as the glade xml of the gtkpod library

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-01-13

    Error Fixes for track display plugin
    
    tool_menu_action.*
     - Code copied from gtk forums for creation of gtk toolbar button with sub-
       menu
    
    playlist_display.ui
     - Adds New Playlist toolbar button with its submenu
    
    playlist_display/plugin.c
     - All the actions for the New Playlist toolbar button added
    
    display_itdb.c
     - Ensures tooltip initialisation

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-01-13

    Introduction of session to layout views
    
    - Force the views to conform to a default layout resembling the original
      gtkpod layout

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-01-13

    More bits and pieces for the track display plugin
    
    gtkpod_app_iface.c
     - TRACKS SELECTED signal in gtkpod app interface for signalling what tracks
       have been selected by other views.
    
    advhelloworld.plugin
     - Remove icon assignment to stop useless error message
    
    sort_window.*
     - Link to track display plugin

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-01-13

    Track Display plugin added
    
    - plugins.mk created for boiler plate plugin-related tasks. Included in
      each plugin's Makefile

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-01-06

    display sorttab plugin responds to playlist signal
    
    - display_sorttabs.c
       - callback sorttab_display_select_playlist_cb called in response to select
         playlist signal from libgtkpod.
    
    - fewer_sort_tabs action added to ui and callback added to sorttab display actions

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2010-01-03

    Fixing outstanding bugs
    
    default.profile
      - Reversed plugins in profile as it seems they are processed in reverse
        order.
      - Playlist Display must be processed first since it is on the left and
        below the Sorttab Display
    
    gp_private.c
      - Error in placing these functions in gp_private.h
    
    Playlist Display
      - Given the plugin a title once again since it is used in the view menu
      - Given a minimum size to the playlist window
    
    Sorttab Display
      - More Filters Tabs skeleton action added
      - Fix for showing the root paned against the preferences rather than the
        maximum number
    
    anjuta_app.c
      - Replacing gtk_widget_show_all with gtk_widget_show since some child
        widgets are hidden according to preferences

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2009-12-30

    Fixed some glade related bugs
    
    data/glade
      - directory created to mirror installed data/glade directory
      - will store all glade files from core and plugins
    
    data/directories.mk
      - global makefile functions for creating relevant data sub directories
        for the development symbolic links
      - plugins refactored to include these functions in their makefiles
    
    playlist_display.png
      - remove pointless icon from plugin
    
    gtkpod.h
      - change gtkpod_xml_new to gtkpod_core_xml_new as plugins seem to like to
        use this version rather than the one in misc.h
      - gtkpod_core_xml_new hands off to gtkpod_xml_new in misc.h

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2009-12-28

    Successful sorttab prototype plugin
    
    plugins/sorttab_display
      - work on sorttab_display to load as a plugin
      - loads tabs successfully. More work needed to eliminate errors
    
    date_parser*
      - moved into plugin since only it uses these files

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2009-12-24

    Minor fixes post-merge
    
    directories.c
      - Comment out debug_print_directories function
    
    file_itunesdb.c
      - Replace gtkpod_window with gtkpod_app
    
    misc.c
      - Incorrect merge of gtkpod_init code into get_user_string function

Merge: 6118391 1a919a5
phantomjinx <p.g.richardson@phantomjinx.co.uk>	2009-12-24

    Merge branch 'master' into plugin-framework
    
    - data/ui/gtkpod.glade
    - data/ui/gtkpod.ui
      - files retained as pre-merged syntax
    
    - GtkBuilder ui is slightly different and its purpose is to builder
windows whilst anjuta ui is geared towards xml being added for just           
menus and toolbar (added into GtkUIManager).           

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2009-12-24

    fledgling sorttab plugin

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2009-12-24

    Playlist Display action and icons sorted out
    
    - icons for add directories, files, playlist and save changes refactored
    - Related actions added to playlist display plugin

Maia Kozheva <sikon@ubuntu.com>	2009-12-23

    Brought add_custom_target to lowercase

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2009-12-21

    status bar update re-added
    
    - gtkpod_tracks_statusbar_update added in to gtkpod app interface
    
    - couple of incorrect return calls fixed in anjuta-app.c

Merge: 8018e31 a01ac3d
phantomjinx <p.g.richardson@phantomjinx.co.uk>	2009-12-21

    Merge branch 'master' into plugin-framework

Maia Kozheva <sikon@ubuntu.com>	2009-12-21

    Locale support in CMake

Maia Kozheva <sikon@ubuntu.com>	2009-12-21

    Optional dependency support for cmake

Maia Kozheva <sikon@ubuntu.com>	2009-12-21

    Split glade file into GtkBuilder files; updated CMake build system

Maia Kozheva <sikon@ubuntu.com>	2009-12-21

    Updates for CMake build

Maia Kozheva <sikon@ubuntu.com>	2009-12-21

    Added CMake build files

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2009-12-20

    playlist l&f and signalling updates
    
    - Removes playlist-related png files from data directory and adds them to
      display_playlists data directory.
    
    - data/gtkpod.ui
      * Add place holder for gtkpod music menu related icons
    
    - gtkpod_app_iface.*
      * 2 signals created for notifying when a new playlist should be selected
        and when and itdb should be updated.
      * Implies that when the library programmatically wants to make a playlist
        be the current playlist then any interested plugins can be notified and
        can update themselves.
    
    - gtkpod_app-marshaller.*
      * new signals added to gtkpod interface so marshallers created for use with
        them.
      * these files are auto-generated from the .list file so no need to modify
    
    - stock_icons moved back to the library so its available to all plugins
    
    - file_export.*
      * only ever used by playlists_display so moved into that plugin
    
    - display_playlists.*
      * no longer maintains its own current itdb and playlist but gets them from
        the library, ie. plugin is the viewer whilst library is the model.
    
    - playlist_display.ui
      * Load iPod menu item and toolbar item properly implemented and working
    
    - display_itdb.c / gp_itdb.c
      * replace_itdb function reinstated and loads the given itdb correctly and
        then informs the UI by emitting a signal.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2009-12-18

    Changed symlinks in library to relative
    
    * symlinks set to absolute paths starting with /home/phantomjinx so
      updated to be relative to src directory
    
    * modified the title of the playlist display frame

Maia Kozheva <sikon@ubuntu.com>	2009-12-16

    Remove nested functions for clang compatibility

Maia Kozheva <sikon@ubuntu.com>	2009-12-16

    Use soname after all; libmp4v2.so is not guaranteed to exist

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2009-12-13

    Improving source of playlist plugin
    
    * default.profile loads playlist plugin on startup
    * display plugin properly loads ipods
    * warnings and status sent to gtkpod interface for display
      by the anjuta library

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2009-11-29

    New interface for gtkpod application
    
    * libgtkpod uses an interface for the application that it is currently
      running. This means that the anjuta references can be confined to
the platform part of the code and the library can be pure gtk/gtkpod           
stuff.           

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2009-11-25

    Succeeded in loading itdbs into playlist display
    
    Successfully loaded the itdbs from the intialised preferences in
    libgtkpod. All itdbs are added to the playlist view upon its
    creation.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2009-11-13

    Ignore plugin and library files

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2009-11-12

    Swapped around symbolic links in src directory
    
    To Make patching easier, symbolic links are located in libgtkpod
    directory and point to files in src directory

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2009-11-08

    Removed gtkpod.glade from src directory

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2009-11-08

    Successfully linked libgtkpod to platform
    
    On the road towards getting the display_playlist plugin working.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2009-11-03

    Working towards a library being fully defined
    
    The platform now fully depends on library for its functionality and
    underlying workings. Currently, compiling the platform displays some
    undefined references that need sorting.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2009-10-31

    Added gtkpod src files into main src directory
    
    Now that other fixes are being performed on the mainline, it will be
    easier to patch existing files if they are symlinked back from their new
    location to the src directory.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2009-10-25

    Icons and Library
    
    * Sorting out icons for display-playlist plugin
    * Creation of the gtkpod library that deals with libgpod and provides
      the api for the UI to interface to.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2009-10-18

    * Started on the display playlist treeview plugin
    * TODO gives an idea of the list of things to complete !

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2009-10-11

    * Minor updates to advHelloworld Makefile

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2009-10-10

    * Advanced Helloworld plugin installed and working * Development environment set up in Makefiles for plugins to be tested without being installed.

phantomjinx <phantomjinx@goshawk.BIRDS-OF-PREY>	2009-10-04

    * Move of all gtkpod core into core plugin * gtkpod.c and gtkpod.h responsible for loading anjuta framework * Preferences dialog added to display installed plugins

phantomjinx <phantomjinx@goshawk.BIRDS-OF-PREY>	2009-09-26

    * Makefile.am and configure.in modified for directories * anjuta style default.profile added to data directory * plugins directory created * work on directory initialisation resulting in creation of directories.c

phantomjinx <phantomjinx@goshawk.BIRDS-OF-PREY>	2009-09-20

    * eliminated errors from loading the anjuta framework * new default profile and ui file

phantomjinx <phantomjinx@goshawk.BIRDS-OF-PREY>	2009-09-16

    * configure.in - Added anjuta library dependency
    
    * src/anjuta*
      - anjuta source files taken from anjuta to bring up the skeleton app

Andrea Odetti <mariofutire@gmail.com>	2009-11-01

    Bug fix, memory leak and double free.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2009-11-08

    Add volume control to details window
    
    Patches submitted to list Andrea Odetti <mariofutire@googlemail.com>.
    Adds a volume control slider to details window for setting the volume
    of the track. Also, fix for null-terminated list in syncdir.c
    
    Thanks to Andrea.

Todd Zullinger <tmz@pobox.com>	2009-10-19

    Migrate from Subversion to git

Javier Kohen <jkohen@users.sourceforge.net>	2009-04-18

    Expand column width manually.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2009-10-30

    Fix for hang when changing back from photo window to playlist view.
    
    The hang occurred due to the use of "while (gtk_events_pending)
    gtk_main_iteration" in the st_set_sorttab_page function. This has
    been removed as well as further calls to this pragma in other parts
    of the file. File has also been reformatted to correct all whitespace.

phantomjinx <p.g.richardson@phantomjinx.co.uk>	2009-10-25

    * Added .gitignore file to repo

P.G. Richardson <phantom_sf@users.sourceforge.net>	2009-09-03

    2009-09-03 Paul Richardson <phantom_sf at users.sourceforge.net>
    
            * src/misc_track.c: Fix podcast addition
    
              Patch to make a podcast added to the podcast playlist
              recognised as a podcast on the ipod. Thanks to
              Adam Sjøgren for the patch.
    
  Try number 2!           
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2385 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2009-09-03

    2009-09-03 Paul Richardson <phantom_sf at users.sourceforge.net>
    
            * src/misc_track.c: Fix podcast addition
    
              Patch to make a podcast added to the podcast playlist
              recognised as a podcast on the ipod. Thanks to
              Adam Sjøgren for the patch.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2384 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2009-09-03

    Files added to /Podcasts/ - automatically change the Media Type to "Podcast"?
    
    [Moving to development list]
    
    On Wed, 26 Aug 2009 19:52:10 +0100 (BST), P.G. wrote:
    
    >> Would it be an idea for gtkpod to automatically change the Media Type of
    >> files added to the /Podcasts/ folder to "Podcast"?
    
    > It would be useful. If I get chance, I'll have a look into it. In the
    > meantime, if you feel like sending a patch then feel free.
    
    Good point. My C is rusty, but this patch works for me (iPod Touch
    1.1.1):
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2383 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2009-08-14

    file_convert: Fix missing variable in warning
    
    The conv-cachedir variable was missing from a gtkpod_warning() call,
    leaving users wondering what "Could not create '%s'." might mean.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2380 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2009-08-07

    2009-08-07 Paul Richardson <phantom_sf at users.sourceforge.net>
    
            * src/files_itunes.db
              Patch because iphones with os 3.0 only have an iTunesCDB
              file and no iTunesDB file. Thanks to teuf for patch
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2379 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2009-08-02

    * Changelog entry added for syncdir modification.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2378 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2009-08-02

    * syncdir.c (sync_playlist):
      Change to recurse into given sync directory's sub-directories for
    files. Allows syncing of an hierarchical music directory layout.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2377 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-08-01

* src/mp4file.c: dlopen libmp4v2.so instead of libmp4v2.so.0           
              to support newer library versions. Closes tracker item
              2820688.
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2376 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-08-01

* po/*.po: ran "make update-po".           
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2374 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-08-01

* po/de.po: updated German catalog. Thanks to Kai-Ove Pietsch.           
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2373 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2009-05-10

    Remove duplicated ChangeLog entry
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2360 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2009-05-10

    Update contributor credentials (Matvey -> Maia)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2357 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2009-05-10

    Support for dynamic libmp4v2 load
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2356 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2009-04-25

    src/file_itunesdb.c: gp_write_itdb()
    
        Change to update backupDB path of ipod if it does not exist on the
        computer that the ipod is currently connected. Falls back to path of
        ~/.gtkpod/backupDB_{ipod model} and displays warning with new backup
        location.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2335 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2009-04-20

    scripts/convert-2mp3.sh: Improve lame genre test
    
    Lame prints the output of --genre-list to stderr.  The grep for $genre
    was also too lenient and matched more than it should.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2334 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-04-18

* src/display.c           
  src/display_tracks.c           
  data/gtkpod.glade:           
    
  Clean up statusbar display in main window (remove resize           
  grip when statusbar is not at the rightmost corner).           
    
  Work around a bug in GTK+ that puts the sensitive area of           
  the resize grip at the wrong position after a resize of the           
  window or hiding of the filter tab arrow by manually           
  updating the contents of the statusbar after a resize and           
  after hiding the arrow.           
    
  Changes to gtkpod.glade are small but diff is excessive even           
  if saving twice (V3.4.5).           
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2333 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-04-18

* file_itunesdb.c (gp_write_itdb): fix typo.           
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2332 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-04-18

* file_itunesdb.c (create_transfer_information_dialog): keep           
              on top of all other windows. Thanks to Daniele Forsi for the
              patch.
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2331 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-04-18

* file_itunesdb.c (gp_write_itdb): fix memory leak. Thanks to           
              Daniele Forsi for the patch.
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2330 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-04-18

* prefs.c (cleanup_keys):           
    
  Remove the "write_extended_info" key.           
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2329 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-04-18

* file_itunesdb.c:           
    
  Replace ALL prefs_get_int("write_extended_info") calls with           
  a pre-defined TRUE macro -- thereby securely ignoring the           
  prefs settings.           
    
* prefs.c (cleanup_keys):           
    
  Remove the "write_extended_info" key.           
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2328 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-04-18

Patch from: Daniele Forsi           
    
* src/file.c           
  scripts/gtkpod-convert-common.sh:           
    
  Handle files ending with .oga, .ogv and .ogx the same as           
  files ending on .ogg           
    
    
    http://wiki.xiph.org/index.php/MIME-Migration#Players.2C_File_managers_etc
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2327 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-04-18

Patch from: Javier Kohen           
    
* src/display_playlists.c           
  src/display_tracks.c           
  src/display_sorttabs.c           
    
  Make GUI appear more responsive by highlighting the selected           
  playlist / filter tab entry before updating the track           
  display.           
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2326 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2009-04-18

    Add preferences for handling ReplayGain
    
    This adds two preference settings, replaygain_offset and
    replaygain_mode_album_priority.  The first is a simple offset value that
    is added to the ReplayGain value before being converted to a Soundcheck
    value and stored in the iTunesDB.  The other setting allows a choice
    between Audiofile (aka album) gain and Radio (aka track) gain.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2325 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2009-04-18

    Read ReplayGain values from ID3 tags
    
    Support ReplayGain data in common ID3 tags.  The order of preference for
    ReplayGain data is now ID3, APE, and lastly the LAME tag.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2324 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2009-04-18

    Prefer Audiophile (Album) over Radio (Track) gain
    
    Also adjust the ordering of the tags checked.  We now check the APE tag
    first, because if a user has set it they likely would want to use that
    value instead of the one added automatically by Lame at encode time.
    Thanks to Tino Keitel for the patch.
    
    This also resets the GainData struct in mp3_get_track_ape_replaygain(),
    so that we don't end up using some mix of data from the LAME Tag and the
    APE tag for ReplayGain.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2323 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2009-04-18

    Improve mp3file.c debug macro (thanks to Christophe)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2322 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2009-04-17

    2009-04-17  Paul Richardson <phantom_sf at users.sourceforge.net>
    
            * Reverted src/mp3file.c and configure.in due to lack of released
              taglib support. Branched existing code to branches/taglib-branch
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2318 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Dudy Kohen <kohen.d@gmail.com>	2009-04-16

    Added TagLib support for MP3 files (everything except replay gain)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2316 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Daniele Forsi <dforsi@users.sourceforge.net>	2009-04-16

    Set page-size to 0 to fix Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2315 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2009-04-12

    Define a convenient debug macro for mp3file.c
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2309 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2009-04-12

    Fix entry widget names for Create Repository window
    
    The names were changed to fix issues caused during the glade file
    conversion to glade3, in svn revision 2126
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2308 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2009-03-17

    Use LOCALDEBUG in mp3_get_track_*_replaygain()
    
    This replaces commented out debug code, making it easier to enable when
    needed.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2278 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2009-03-17

    Fix docs for mp3_get_track_lame_replaygain()
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2277 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2009-03-17

    Clean up comments in mp3_get_track_ape_replaygain()
    
    Also remove some useless whitespace.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2276 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2009-03-17

    Fix id3_get_string typo (LOCALDEGUB -> LOCALDEBUG)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2275 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2009-03-16

    Lame did not store ReplayGain values prior to 3.94b
    
    http://lame.cvs.sourceforge.net/*checkout*/lame/lame/doc/html/history.html
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2274 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-02-28

* src/misc.h           
  src/display.h           
  src/sort_window.c           
  src/display_sorttabs.c           
  src/misc.c:           
  Optimation in the sort code -- thanks to javier Kohen for           
  the patches.           
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2266 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-02-28

* src/display_coverart.c           
  src/display_tracks.c           
  src/display_sorttabs.c:           
  Use g_list_prepend instead of g_list_append. Thanks to           
  Javier Kohen for the patches.           
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2265 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-02-25

* src/display_tracks: streamline display functions. Thanks to           
              Javier Kohen for the patch.
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2261 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-02-24

* src/display_tracks.c (tm_data_compare)           
  src/misc_track.c (track_get_text):           
  Use faster but less convenient code in switch()           
  statements. Thanks to Javier Kohen for the patch.           
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2260 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-02-24

* src/display_sorttabs.c (st_remove_all_entries_from_model)           
  Faster code to remove all entries in the filter           
  entries. Thanks to Javier Kohen for the patch.           
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2259 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-02-24

* src/display_tracks.c (tm_remove_all_tracks)           
  Faster code to remove all tracks. Thanks to Javier Kohen           
  for the patch.           
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2258 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-02-23

* src/misc_track.c           
  src/display_sorttabs.c: use g_list_prepend() instead of           
  g_list_append() where appropriate. Thanks to Javier Kohen           
  for the patch.           
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2257 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-02-23

* src/misc.h           
  src/details.c           
  src/misc.c: replace glist_duplicate by g_list_copy. Thanks           
  to Javier Kohen for the patch.           
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2256 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2009-01-31

    Bump libgpod requirement to >= 0.7.0
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2249 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-01-31

* src/mp3file.c (mp3_read_lame_tag): fix endianess problems on           
  little endian machines. Fixes "iPod doesn't play gapless"           
  issue. Thanks for Todd for localizing the problem.           
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2243 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-01-27

* scripts/convert-2mp3.sh: fix bug when setting genre for           
  non-standard genres.           
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2242 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2009-01-19

    Bump version to 0.99.15SVN for further development
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2230 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2009-01-19

    Bump version for 0.99.14 release
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2226 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2009-01-18

    Minor update to NEWS file
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2223 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2009-01-18

    Update NEWS for 0.99.14 release
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2222 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2009-01-18

    Quiet iTunesDB.ext warning
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2221 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-01-17

* src/file_convert.c (conversion_log_set_status): don't change tab           
  label text in conversion log window unless actually           
  necessary. Fixes the "disappearing tooltips" problem (tracker           
  #1906016).           
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2218 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-01-17

* src/rb_rating_helper.c: display a warning if one of the star           
  icons cannot be loaded.           
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2217 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-01-17

* src/display_tracks.c: let gtkpod remember column sizes again.           
    
* src/prefs.c: enable horizontal scrollbar in the track view by           
  default.           
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2216 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2009-01-14

    Update simple Chinese translation (Tan Zhixin)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2215 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-01-14

* po/ro.po: updated Romanian translation. Thanks to Alex           
              Eftimie.
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2213 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-01-13

* src/confirmation.c           
  src/misc_confirm.c: cleanup indentation           
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2209 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-01-13

* src/file_export.c: add export template for mp4 files.           
    
  src/prefs.c: remove references to export_template which           
  wasn't used. Thanks to Todd to point out both.           
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2208 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-01-11

* data/gtkpod.glade: add property "translatble=yes" to the check           
  button "generate_video_thumbnails". Thanks to Eric.           
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2207 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-01-11

* configure.in           
  src/mp4file.c: Adding support for MP4V2 2.0_20081129 without           
  losing support for older versions of MP4V2 from the mpeg4ip           
  line. Thanks to William Hardeman.           
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2206 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2009-01-11

* src/mp3file.c: correct programming error when determining offset           
  of the LAME tag. Thanks to <Anonymous> for submitting tracker           
  #2490479.           
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2204 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2009-01-06

    Add zh_CN to ALL_LINGUAS
    
    (Actually installing newly add translations is a Good Thing(TM). ;)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2203 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2009-01-05

    Ignore data/man/gtkpod.1 (it's built from data/man/gtkpod.1.in)
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2199 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2009-01-05

    Ignore src/*.o files
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2198 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2009-01-05

    Update man page
    
    Add details on gtkpod.load and gtkpod.eject scripts, clean up the
    synopsis, and generate the manpage at configure time to set the
    version properly.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2197 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2009-01-05

    Add simple Chinese translation (Tan Zhixin)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2196 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-12-31

    * src/file.c
    src/help.c
    data/gtkpod.glade: string corrections -- thanks to Daniele
    Forsi.
    
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2185 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-12-27

    * po/es.po: Spanish translation updated -- thanks to Alejandro
    Lamas Daviña
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2182 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Daniele Forsi <dforsi@users.sourceforge.net>	2008-12-16

    updated Italian translation
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2175 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2008-12-16

    Fix typo in ok_to_close_gtkpod dialog
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2174 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2008-12-16

    Remove -a/--auto from usage output and manpage
    
    These options were removed long ago in svn rev 1070.  Thanks to Frank
    Lichtenheld (in Debian bug #466127).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2173 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-12-15

    * po/he.po: Hebrew translation updated -- thanks to Assaf Gillat
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2169 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-12-10

    * po/sv.po: Swedish translation updated -- thanks to Stefan
    Asserhäll
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2165 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-12-09

    * po/*: updated po files.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2162 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-12-07

    * data/gtkpod.glade
    src/display.c: Add an item to the View menu to show/hide the
    filter bar (AKA: search bar)
    
    * src/display_tracks:
    Fix a number of bugs relating to the filter bar. Thanks to
    Andrea for the pointer.
    
    Remove filter text when switching from one playlist to another:
    leaving the filter in place immensely increases the time for display.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2156 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-11-08

    * src/display_tracks.c
    src/misc_track.c: use a toggle box to show the state of the
    lyrics flag instead of 0/1.
    
    * src/display_tracks.c
    src/misc_track.c
    src/file.c
    src/file.h
    src/details.c
    src/details.h: clicking on the lyrics toggle box brings up the
    edit lyrics dialog.
    
    !!! There are two possible sources for segfaults in
    details.c/details_button_apply_clicked:
    
    - track_copy_artwork() writes the lyrics tag to the file and
    checks for duplicates. This might destroy the list we are just
    iterating over.
    
    - write_tags_to_file() writes tags to the file and checks for
    duplicates. This might destroy the list we are just iterating
    over.
    
    I don't have a simple solution right now.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2149 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-11-08

    * src/display.h
    src/file_itunesdb.c
    src/misc_conversion.c
    src/display_itdb.c
    src/display_tracks.c
    src/display_itdb.h
    src/misc_track.c
    src/mp3file.c
    src/mp3file.h
    src/file.c
    src/file.h
    src/details.c
    data/gtkpod.glade:
    
    Implemented Dudy Kohen's patch to read/write/edit lyrics data
    of MP3 files. Added a separate lyrics tab in the "Edit Details"
    window.
    
    MP4 lyrics not yet supported -- patches welcome.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2148 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-11-08

    * data/gtkpod.glade: write-out with glade V3.4.5
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2147 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-10-30

    * src/file_export.c
    data/gtkpod.glade: fix bug that prevented "export to file
    system" mode from working. (glade-3 renamed yet another
    widget)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2146 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-10-29

    * src/prefs.c
    src/prefsdlg.c
    src/file_convert.c
    data/gtkpod.glade: straighten out bug that allowed to unselect
    conversion and as a side effect switched off copying of the
    music files to the iPod.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2145 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-10-05

    * src/prefsdlg.c
    data/gtkpod.glade: option for mass-editing of tags was only
    available if "writing tags to disk" was selected.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2134 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-10-01

    * src/repository.c
    data/gtkpod.glade: glade3 must have decided to rename a number
    of widget names. This patch fixes this issue for the
    Repositories Prefs and Create New Repository windows.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2126 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2008-09-30

    Set track->lyrics_flag for mp4 files
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2125 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-09-30

    * src/ipod_init.c
    data/gtkpod.glade: glade3 must have decided to rename a number
    of widget names. More of these patches to come. Initializing a
    new iPod should work fine again.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2124 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-09-27

    * INSTALL: added instructions on how to compile libgopd and
    gtkpod on a
    fairly virgin Ubuntu Hardy (8.04) installation.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2123 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-09-22

    * src/mp3file.c (id3_set_string): don't write genre IDs instead of
    genre string. The use of ID numbers seems antiquated.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2122 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-09-21

    * src/mp3file.c (id3_tag_read): (partially) implement genre IDs in
    parenthesis according to
    http://www.id3.org/id3v2.3.0#head-42b02d20fb8bf48e38ec5415e34909945dd849dc
    Ignore genre IDs in parenthesis if a "refinement" is
    given. Otherwise use the first ID found as genre. Fixes tracker
    item 2113461.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2121 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2008-09-19

    Minor whitespace cleanups
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2120 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2008-09-19

    Reword several libmp4v2 macro definition descriptions
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2119 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2008-09-19

    Use AC_SEARCH_LIBS to check for MP4SetMetadataAlbumArtist in libmp4v2
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2118 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-09-07

    * src/mp3file.c: Add saving of AlbumArtist field. Thanks to Dudy
    Kohen for the patch.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2116 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-09-07

    * README: added download link for V1.6 of libmp4v2
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2115 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-09-07

    * configure.in
    src/mp4file.c: Check whether MP4 AlbumArtist functions are
    available (fixes compilation error with older versions of
    libmp4v2).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2114 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-08-31

    * src/mp3file.c: Handle Artist and AlbumArtist fields differently:
    For Artist: try the Artist tag and fall back to the Album Artist
    tag if the former does not exist.
    For Album Artist: set to the contents of the Album Artist tag,
    but only if the Artist tag does exist.
    Thanks to Dudy Kohen for the patch.
    
    * src/mp4file.c: do the same for mp4 files (the Album Artist tag
    was not supported before).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2113 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-08-17

    * src/prefsdlg.c
    data/gtkpod.glade:
    Fix usability problems in prefs dialog (Music->Commands).
    
    * src/file_convert.c
    data/gtkpod.glade:
    The widget name "conversion_log" was used twice, but for some
    reason this didn't cause problems until glade-3 re-wrote the
    file. Fixed by using different name for the menu item.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2106 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-08-17

    * src/prefsdlg.c (on_commands_clicked, on_cmd_aacgain_file_set):
    variable for aacgain was defined as "aacgain_path" instead of
    "path_aacgain".
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2105 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-08-17

    * src/prefsdlg.c (on_unsetdeps_checkbox_toggled): fixed memory
    leak.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2104 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-08-17

    * src/prefs.c (get_list_from_buffer): fixed memory leaks.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2103 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-08-17

    * src/details.c (details_get_item): fixed memory leak. Thanks to
    Andrea.
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2102 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-08-17

    * src/file.c (add_coverart): fixed memory leak. Thanks to Andrea.
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2101 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-08-17

    * src/mp3file.c (mp3_read_lame_tag, mp3_get_track_gapless,
    mp3_get_track_lame_replaygain, set_uncommon_tag): fixed possible
    compiler warnings.
    
    (mp3_read_lame_tag, mp3_read_gapless): fixed memory
    leaks. Thanks to Andrea.
    
    * src/mp3file.[ch]: Added "const" qualifier to filename arguments.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2100 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-08-17

    * src/repository.c (sync_playlist_mode_automatic_toggled): fixed
    memory leak. Thanks to Andrea.
    
    (repwin_free): fixed memory leak. Thanks to Andrea.
    
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2099 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-08-17

    * src/file_itunesdb.c (read_extended_info): fixed valgrind
    warning. Thanks to Andrea.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2098 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2008-08-16

    2008-08-16 Paul Richardson <phantom_sf at users.sourceforge.net>
    
    * src/display.c: memory leak fix in display_image_dialog. Thanks to
    Tomas Carnecky for the patch.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2097 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-08-04

    * src/sort_window.c: fix bug that selected sort column (for track
    view) was displayed incorrectly. Make handling of "no sorting"
    more intuitive.
    
    * data/gtkpod.glade: small bugfix (radio button group for track
    display sort order was not set up correctly)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2087 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-08-03

    * src/display_playlists.c (pm_button_press): block widgets during
    eject. Thanks to Andrea for spotting this potential crash site.
    
    (accidentially committed with revision 2084)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2085 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-08-03

    * src/display_itdb.c (gp_replace_itdb): fix memory leak. Thanks to
    Andrea.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2084 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-08-02

    * src/display_itdb.c (gp_track_extra_destroy): fix memory leaks.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2082 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-08-02

    Added comment.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2081 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-08-02

    * src/display_itdb.c (gp_itdb_extra_destroy): fix memory
    leaks. Thanks to Andrea.
    
    * src/stock_icons.c (register_stock_icon): fix memory leak. Thanks
    to Andrea.
    
    * src/display_photo.c (gphoto_album_selection_changed): fix memory
    leak. Thanks to Andrea.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2080 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-08-02

    * src/file_itunesdb (gp_import_itdb): fix memory leak. Thanks to
    Andrea.
    
    * src/prefs.c (prefs_get_cfgdir): fix possible memory leak. Thanks
    to Andrea.
    
    * src/prefs.c (temp_prefs_load): fix memory leaks. Thanks to
    Andrea.
    
    * src/misc.c (load_ipod_index_prefs): fix memory leaks. Thanks to
    Andrea.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2079 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmz@pobox.com>	2008-08-02

    Ignore generated Makefiles in data/icons/*
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2078 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-07-21

    * src/misc_confirm (on_gtkpod_delete_event): return TRUE to
    prevent other handlers from being called. (Tons of error
    messages otherwise.)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2062 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2008-07-20

    2008-07-20 Paul Richardson <phantom_sf at users.sourceforge.net>
    
    * src/display_photo.c:
    Patch to stop photo action signals being added to actions
    multiple times. Thanks to Andrea.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2061 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-07-20

    * src/fileselection.c
    src/fileselection.h: restructure code. Thanks to Andrea.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2059 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-07-19

    * src/file_itunesdb.c (data_changed): don't mark non-imported
    iPods as changed. Thanks to Andrea.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2058 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-07-19

    * src/confirmation.c (gtkpod_confirmation): initialize
    <scrolled> variable. Thanks to Andrea.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2057 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-07-19

    * src/display_playlists.c (pm_add_child): when adding
    playlists to the end, don't add behind the Photo item.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2056 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2008-07-18

    2008-07-18 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * src/file.c (get_track_info_from_file):
    Relating to previous change. Rather than comment out, have reversed
    logic as per Michael Tiffany's patch (15/07/2008)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2053 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2008-07-18

    2008-07-18 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * src/file.c (get_track_info_from_file):
    Commented out test itdb_track_has_thumbnails test on line 1418
    as this stops coverart being added to new tracks as they are being
    imported from directory.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2052 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2008-07-18

    2008-05-31 P.G. Richardson <phantom_sf at users.sourceforge.net>
    * display_coverart.c
    Corrected tabs and spacing
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2051 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-07-16

    * src/display_playlists.c (pm_get_iter_for_playlist): remove
    assertion (pl!=NULL) that is no longer valid with the
    introduction of the "Photo" entity. Should take care of the
    segfaults when removing a playlist listed after the Photo
    entity.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2049 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2008-07-14

    Fix bashisms in several scripts
    
    Use /bin/bash for sync-evolution.sh and sync-ldif.sh since they use
    bash-specific syntax.
    
    Remove bash-specific syntax in the sync-thunderbird-nano.sh script.
    
    Thanks to Frank Lichtenheld (fixes Debian bug #489605).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2048 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-07-06

    * src/syncdir.c: hash filenames of tracks to reduce overhead
    when syncing parts of large repositories. Thanks to Clarke
    Brunsdon for the initial patch.
    
    * src/file.c: also update mtime of updated tracks.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2037 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-07-05

    * src/display_coverart.c:
    
    Normalized indentation (original editor was mis-configured).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2031 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-07-05

    * src/misc_conversion.c (ST_to_T)
    src/display_sorttabs.c (st_set_string_compare_func):
    
    be more restrictive concerning ST_CAT_SPECIAL (assertion)
    
    src/display_coverart: white space
    
    src/file.c: added comments
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2030 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-07-05

    * src/file.c: allow absolute paths in coverart
    template. Thanks to J.D. Laub for the patch.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2029 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-07-05

    * src/display_itdb.c
    src/display_playlists.c: some work on white space.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2028 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-07-05

    src/display.h
    src/file_itunesdb.c
    src/repository.c
    src/display_itdb.c
    src/display_playlists.c
    src/context_menus.c
    src/display_photo.c
    src/display_photo.h: get rid of Photo "Playlist" and create a
    "Photo" object inthe Playlist view.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2027 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-06-29

    * src/display.c
    src/display_photo.c
    src/details.c
    src/fetchcover.c: replace deprecated gdk_pixbuf_unref() with
    g_object_unref().
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2024 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-06-29

    * src/display_photo.c: fix possible memory leak. Thanks to Mike
    Heffner.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2022 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-06-28

    src/display_playlists.c: fix compilation error
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2020 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-06-28

    * src/file_itunesdb.c
    src/display_photo.c
    src/display_photo.h: don't display error message about
    non-available photodb if iPod does not support photos.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2019 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2008-05-31

    Various small "make distcheck" fixes
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2001 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2008-05-31

    Update po/POTFILES.in file list to keep distcheck happy
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2000 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-05-31

    * src/details.c (details_update_thumbnail): fix bug that prevented
    displaying thumbnails in the edit details window that were saved
    on the iPod.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1998 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2008-05-31

    2008-05-31 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * context_menus.c
    
    Added coverart update call to eject ipod action.
    
    * display_coverart.c
    * display_covarart.h
    
    Tidied up function doc comments.
    Ensured when no playlist is selected, coverart_display_update
    clears the artwork display.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1997 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Christophe Fergeau <teuf@gnome.org>	2008-05-30

    * src/details.c:
    * src/display_coverart.c:
    * src/display_itdb.c:
    * src/display_photo.c:
    * src/file.c:
    * src/file_itunesdb.c:
    * src/misc_track.c: adjust to libgpod API changes (use
    itdb_track_has_thumbnail and itdb_track_get_thumbnail instead of using
    deprecated API and struct members)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1996 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Christophe Fergeau <teuf@gnome.org>	2008-05-30

    * src/details.c:
    * src/display_coverart.c:
    * src/display_itdb.c:
    * src/display_photo.c:
    * src/file.c:
    * src/file_itunesdb.c:
    * src/misc_track.c: adjust to libgpod API changes (use
    itdb_track_has_thumbnail and itdb_track_get_thumbnail instead of using
    deprecated API and struct members)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1995 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2008-05-29

    2008-05-29 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * src/fetchcover.c
    
    Correction to fix.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1989 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2008-05-29

    2008-05-29 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * src/fetchcover.c
    
    Fix for incorrect creation of jpg filenames
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1988 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2008-05-29

    2008-05-29 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * src/display_photo.c
    
    Fix for pixbufs not being unreference in display_photo.c
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1987 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-05-24

    * src/file.c (video_thumbnail_setup_cache): fixed compiler warning
    and possible memory leak.
    
    * src/file.c (create_video_thumbnail): fixed possible memory leak.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1978 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-05-22

    * src/confirmation.c (gtkpod_confirmation): switch wrapping on for
    displayed text.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1974 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-05-22

    * src/mp3file.c (mp3_read_gapless):
    - added assertion for track->userdata
    - remove gapless data if file does not contain gapless data.
    
    * src/file_convert.c: read gapless data after conversion to MP3
    files.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1973 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-05-11

    * src/misc_playlist.c: don't allow adding of playlists if iPod is
    not loaded. Thanks to Andrea.
    
    * src/fileselection.c: use gtkpod_warning_simple() instead of
    error_dialog() -- reducing code. Thanks to Andrea.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1970 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-05-05

    * data/gtkpod.glade: added lost handler to "create new
    playlist". Thanks to Andrea.
    
    * src/display_photo.c: cosmetics.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1968 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2008-05-01

    Require libgpod >= 0.6.1
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1966 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-04-19

    * src/flacfile.c (flac_get_file_info): patch by Peter Pletcher
    supporting the DATE field (alternative source for YEAR),
    extended track and disc numbers ("n/m" format), as well as
    correction of an obvious type (CNDR -> CDNR). Thanks!
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1964 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-04-19

    * data/gtkpod.glade (prefs_dialog): get rid of "Only
    'activatable' widgets can be packed into the action area of
    a GtkDialog" warning. Changes layouts of buttons at the
    bottom of the window slightly ("Revert" is now centered
    instead of being grouped on the right together with the
    "Close" button).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1962 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-04-19

    * src/file_convert (conversion_convert_track): redirect stdout
    of conversion script to /dev/NULL.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1961 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-04-18

    * src/fileselection.c: add multiple directories patch by Alex
    Pounds. Fixes bug that limited adding of directories to one
    at a time.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1960 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-04-13

    * po/de.po: updated German translation. Thanks to Kai-Ove
    Pietsch.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1959 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-04-13

    * src/display_photo.c (gphoto_is_photo_playlist,
    gphoto_ipod_supports_photos, gphoto_display_photo_window,
    debug_list_photos): prevent segfault if called with NULL
    argument.
    
    (gphoto_add_image_to_database,
    gphoto_add_image_to_iconview): sanity checks
    
    * context_menus.c (pm_context_menu_init): check for selected
    playlist before making further checks. Thanks to Alex
    Pounds.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1958 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-04-10

    * scripts/sync-tomboy.sh
    (Olivier Crete <tester at tester dot ca>):
    Strip all tomboy tags with the power of sed
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1957 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-04-09

    * src/file_convert.c (transfer_transfer_track): removed
    unnecessary g_mutex_unlock(). Thanks to Klaus Heinz.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1956 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2008-03-29

    Remove unused references to libgnomecanvas
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1954 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2008-03-29

    Handle the case where LEX is a path, from NetBSD via Klaus Heinz (fixes SF tracker #1920207)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1953 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2008-03-17

    2008-03-17 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * src/display_photo.c
    * src/misc_input.c
    
    Fix for segfault in get_user_string function.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1951 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2008-01-26

    * src/mp4file.c
    * src/file.c: applied chapterdata patch by Michael Tiffany
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1935 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-13

    Patch by seanius for video thumbnail generation
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1933 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-06

    More icon tweaks
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1925 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-06

    More icon sizes for the app icon
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1924 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-06

    Fixed various track view regressions
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1923 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-06

    Instant-apply new preferences, dropdown 'New Playlist' button
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1922 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2008-01-06

    2008-01-06 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * data/gtkpod.glade
    src/display_tracks.c
    src/display.c
    src/display.h
    
    Added a down arrow to end of search bar to hide if not wanted.
    On hide, an up arrow is displayed in the bottom right corner
    of the window.
    Preference stored to preserve decision between loadings.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1921 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2008-01-05

    ignore generated Makefiles
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1920 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-05

    Horizontal scrollbar and filter tab position prefs
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1919 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-05

    Fixed rating regression (with ITDB_RATING_STEP)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1918 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-05

    Fixed rating regression
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1917 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-05

    Graphical rating, filter tabs at bottom
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1916 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-05

    Graphical rating, filter tabs at bottom
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1915 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-05

    Killed horizontal scrollbar
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1914 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-05

    Fix resizing issue
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1913 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-04

    Quit confirmation enhancement
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1912 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-04

    Fixed radio button regression in sort_window
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1911 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-04

    More UI tweaks
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1910 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2008-01-03

    ignore generated Makefiles
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1909 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-03

    Find as you type
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1908 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-03

    Changelog
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1907 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-03

    Larger playlist tree icons, re-added on_mserv_from_file_playlist_menu_activate
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1906 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-03

    Better handling of stock icons (with sizes)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1905 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-03

    Icon refresh
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1904 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-03

    Killed prefs_window
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1903 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-02

    Fixes by Daniele Forsi
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1902 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-02

    Redesigned confirmation window
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1901 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-02

    Fixes for some (not all) prefs regressions
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1900 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-02

    Revert button in preferences
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1897 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-01

    New info dialog
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1896 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-01

    New info dialog
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1895 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-01

    New info dialog
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1894 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2008-01-01

    Input box improvements, libgpod version in about
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1893 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-31

    Repository dialog redesign
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1892 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-31

    Added missing file
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1891 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-31

    Shiny new icons
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1890 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-12-31

    Spelling mistake in Changelog
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1889 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-12-31

    2007-12-30 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * src/display_coverart.h
    * src/display_coverart.c
    
    Visible scaled images are cached to improve performance. Only when
    they are no longer visible is the scaled version unreferenced. If the
    scaled version does not exist then a new scaled version is created as
    usual. Thus, when moving along the collection, only 1 image should
    be scaled when the drawing occurs rather than 9.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1888 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-31

    Performance improvement
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1887 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-31

    Performance improvement
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1886 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-31

    Coverart display text color preference, fixed text rendering regression
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1885 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-12-30

    2007-12-30 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * data/cdshine.png
    * data/Makefile.am
    
    png file removed as highlight now done programmatically with cairo.
    
    * data/gtkpod.glade
    
    GtkDrawingArea added to coverart preview dialog for use with cairo.
    
    * src/display_coverart.c
    * src/display_coverart.h
    
    Refactored functions to use cairo for rendering coverart images
    rather than libgnomecanvas.
    
    * src/display_playlists.c
    * src/display_sorttabs.c
    * src/prefsdlg.c
    
    References to some coverart functions updated.
    
    * src/display.c
    
    Generic function for display preview dialog refactored to use cairo
    rather than libgnomecanvas.
    
    * src/fetchcover.h
    * configure.in
    * INSTALL
    
    References to libgnomecanvas removed.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1884 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-30

    ChangeLog and NEWS
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1883 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-30

    More prettification, redesigned info window mockup
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1882 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-30

    Additional dialog de-uglification
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1881 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-30

    Added missing file
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1880 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-30

    New prefs dialog landed
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1879 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-30

    Comversion preferences
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1878 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-30

    conversion settings
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1877 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-30

    conversion settings
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1876 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-30

    Added missing data/man directory
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1875 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-12-30

    2007-12-30 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * data/gtkpod.glade
    
    Added the photo window toolbar back in. Seems it may have been lost by
    accident and it is required for some functions for the moment.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1874 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-29

    Added manpage from Debian
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1873 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-29

    Command preferences
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1872 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-29

    mserv preferences
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1871 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-29

    New cover art image, exclusion preferences
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1870 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-29

    Two more prefs dialogs
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1869 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-28

    More work on new prefs dialog, implemented encoding dialog
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1868 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-28

    Sort window crash fix
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1867 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-27

    minor pref dialog correction
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1866 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-12-27

    2007-12-27 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * src/prefs_window.c
    
    Fixed potential memory leak in on_coverart_display_bg_color_set
    
    * data/gtkpod.glade
    * src/prefsdlg.c
    
    Support for change background colour added to new prefs dialog
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1865 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-12-27

    2007-12-27 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * data/cdshine.png
    * data/cdshine_main.png
    * data/Makefile.am
    
    Removed reflection shadowing as this is done programmatically.
    No higlighting required on main image to png removed entirely.
    
    * gtkpod.glade
    
    Added colour selection button for CoverArt Display background colour.
    
    * src/display_coverart.c
    * src/display_coverart.h
    * prefs_window.c
    * prefs.c
    
    When a repository contains no tracks, the CoverArt Display background
    returns to a default colour of white.
    The default colour of a "live" CoverArt Display is black but can now be
    changed with a preference option available from the preferences window.
    To be added to the new preference dialog shortly.
    To achieve this and keeps a proper reflection, the reflection shadow is
    added programmatically using a gdkpixbuf created from data.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1864 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-27

    Big cygwin patch by Éric Lassauge
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1863 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-27

    stderr thing
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1862 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-27

    Updated dependencies in INSTALL
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1861 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-26

    prefs_dialog mostly working
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1860 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-12-23

    bump gtk+ requirement to 2.8.0 or newer
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1859 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-21

    'Important' toolbar buttons
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1858 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-21

    Implemented the first tab of the preferences dialog
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1857 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-21

    Fixed ST_CAT_SPECIAL and sort_combo crashes
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1856 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Daniele Forsi <dforsi@users.sourceforge.net>	2007-12-20

    fix GLib-GObject-WARNING **: IA__g_object_set_valist: object class `GnomeCanvasPixbuf' has no property named `\xd0\xc1\u0010\u0008\u0001'
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1855 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-20

    Completed documentation import
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1854 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-20

    Completed documentation import
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1853 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-20

    GCC warning patch
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1852 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-20

    Applied patch from gtkpod-devel
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1851 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-20

    New preferences dialog mockup
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1850 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-20

    New preferences dialog mockup
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1849 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-19

    ChangeLog -> NEWS, ChangeLog_detailed -> ChangeLog
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1848 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-19

    More message box HIGification
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1847 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-19

    Added missing files
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1846 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-19

    Added text of the GFDL
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1845 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-19

    Support for documentation and online help
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1844 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-18

    Logged in ChangeLog_detailed
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1843 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-18

    HIG confirmation functions, converted one dialog
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1842 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-12-18

    * configure.in:
    bump version for future development (0.99.13SVN)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1839 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-12-18

    bump version for 0.99.12 release
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1835 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-12-18

    update Hebrew translation (Assaf Gillat)
    update Romanian translation (Alex Eftimie)
    update Swedish translation (Stefan Asserhäll)
    minor ChangeLog updates
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1834 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-12-16

    * configure.in: added Russian translation.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1833 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-16

    Updated Russian translation, changelog
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1832 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Matvey Kozhev <sikon@users.sourceforge.net>	2007-12-15

    Added Russian translation
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1831 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-12-14

    update translation templates
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1830 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-12-13

    2007-12-13 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * stock_icons.c
    
    Squashed some compiler warnings.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1829 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-12-13

    2007-12-13 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * src/context_menus.c
    src/display_photo.h
    src/display_photo.c
    
    Bug fixes made to photo window. Remove photo action disabled
    on thumbnail view context menu when no thumbs selected. The
    Remove album action was not removing an album unless the
    album contained photos. Thanks to Alex Eftimie for raising
    the bugs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1827 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Daniele Forsi <dforsi@users.sourceforge.net>	2007-12-13

    updated Italian translation
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1826 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Daniele Forsi <dforsi@users.sourceforge.net>	2007-12-13

    a string marked translatable in glade must be translated in code instead
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1825 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Daniele Forsi <dforsi@users.sourceforge.net>	2007-12-13

    make some strings similar or identical to existing ones and add a missing variable for a %s directive
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1824 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Daniele Forsi <dforsi@users.sourceforge.net>	2007-12-12

    some "label" placeholders where erroneously marked translatable
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1823 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Daniele Forsi <dforsi@users.sourceforge.net>	2007-12-12

    update list of translators and fix some typos
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1822 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-12-12

    * src/display.c (display_adjust_menus)
    Disable 'Edit Smart Playlist' menu when no playlist is
    displayed. Thanks to Daniele Forsi.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1821 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-12-12

    * po/*.po
    po/gtkpod.pot: run 'make update-po'
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1820 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-12-12

    * scripts/Makefile.am: sorted files alphabetically for ease of
    checking.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1819 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-12-12

    * data/Makefile.am: added gtkpod-read-16.png
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1818 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-12-12

    * data/gtkpod.glade
    data/gtkpod-add-dirs.png (modified)
    data/gtkpod-logo.png (modified)
    data/menus-toolbars.diff (modified)
    data/gtkpod-add-files.png (modified)
    data/gtkpod-read-16.png (new)
    data/gtkpod-add-playlists.png (modified)
    data/gtkpod-read.png (modified)
    Usability patch by Sikon
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1817 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-12-12

    tell gettext/intltool to treat translation strings as utf-8
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1816 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-12-12

    * src/display_tracks.c (tm_create_treeview)
    src/display.c (display_create):
    moved initialisation of track view sorting to after the
    entire display is set up to avoid assertion errors.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1815 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-12-11

    * src/misc.h
    src/misc.c: use standard gtk_about_dialog(). Thanks to Sikon.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1814 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-12-11

    * src/mp3file.c(get_mp3_info): fix integer overlow in
    calculation of track length of very long tracks. Thanks to
    Dylan Hall.
    
    * src/file_convert.c(conversion_scheduler_unlocked,
    transfer_get_failed_tracks): attempt to fix the problem of
    non-transfered tracks. Unable to reproduce the problem
    myself so I have no way to say whether this is a fix or not.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1813 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-12-11

    update translation templates
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1812 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-12-11

    add some missing files
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1811 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-12-11

    map ctrl-s to "Save Changes" instead of "Sorting Options"
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1810 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-12-10

    2007-12-09 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * Added updates since July to ChangeLog.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1808 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-12-09

    2007-12-09 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * src/display_photos.c:
    
    When adding multiple images to photo collection, they are now
    added in alphabetical order by filename. Thansk to Andrew W.
    Nosenko for the patch.
    
    Improved doc comments around photo functions.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1807 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-12-07

    better Icon Theme Specification compliance
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1806 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-11-24

    * configure.in: raised required libgpod version to 0.6.0
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1800 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-11-23

    Fixes by Javier Kohen: "First, it escapes the mount point to allow
    white space in it. Second, it removes tags from the whole note
    contents so that links in the title don't end up in the file
    name. Last, but not least, colons are converted to hyphens, since
    the former are not valid characters in the FAT family of file
    systems, which the iPod uses."
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1799 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-11-17

    * src/display_spl.c:
    Renamed "Time" to "Track length" for better understanding.
    Fixed track length display (unit was seconds but msecs had to be
    entered. Furthermore, due to a bug in libgpod offline playlist
    generation assumed the track length was given in seconds whereas
    the live-update on the iPod assumed it was given in msecs. You
    need at least libgpod SVN version 1797 for this to work
    consistently. libgpod 0.6.0 does not contain the fix.
    
    src/display_photo.c:
    Squashed warning about pointer to integer conversion.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1798 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-11-14

    2007-11-14 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * src/display_photos.c
    
    Fix for cancel button when removing a photo album.
    Photo image removal action display a proper question dialog
    as to whether the photo should be deleted from the database
    as well as removing the photo from the selected album.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1791 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-11-14

    2007-11-13 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * data/stock_icons.c: corrected new name of photo icon
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1781 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-11-13

    2007-11-13 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * data/tunes_playlist_icon-48.png: new icon for consideration
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1780 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-11-12

    2007-11-12 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * data/gtkpod.glade
    * src/prefs.c
    * src/prefs_window.c
    
    Preference added for controlling display of delete confirmation
    dialog in display_photo window for removal of a photo album.
    
    * src/display_photo.c
    * src/diaplay_photo.h
    
    Rename action added for renaming a photo album.
    Dialog altered in remove album function so that on clicking
    "Yes Do Not Display Again", the preference is set to stop the
    dialog displaying again.
    
    * src/context_menus.c
    
    Popup menuitem for photo album rename action.
    
    * data/gphoto_playlist_icon-48.png
    * data/tunes_playlist_icon-48.png
    * data/Makefile.am
    * src/stock_icons.c
    * src/stock_icons.h
    * src/Makefile.am
    * src/misc.c
    
    Stock icons created from image files for use as playlist icons.
    stockid_init() is called from misc.c upon loading of application.
    This finds the correct paths of the specified icon images and loads
    pixbufs of them. These are then added to the default stock factory.
    Stock ids of these images can then be used throughout the application.
    
    * src/display_playlists.c
    
    Uses the new stock ids for the playlist icons.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1776 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-11-08

    2007-11-07 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * data/gphoto*.png
    * data/Makefile.am
    
    New icons for menu items in photo window.
    
    * data/gtkpod.glade
    
    Components of photo window changed around to make more sense from
    a user perspective.
    
    * src/display.c
    * src/display.h
    
    Generic display_image_dialog function added for displaying a bare
    transient dialog with only the required pixbuf image in it. Used
    for coverart display and photo window.
    
    * src/display_photo.c
    
    View full size action added to menus.
    Rename selected album added to menus.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1766 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-11-08

    2007-11-07 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * data/gphoto*.png
    * data/Makefile.am
    
    New icons for menu items in photo window.
    
    * data/gtkpod.glade
    
    Components of photo window changed around to make more sense from
    a user perspective.
    
    * src/display.c
    * src/display.h
    
    Generic display_image_dialog function added for displaying a bare
    transient dialog with only the required pixbuf image in it. Used
    for coverart display and photo window.
    
    * src/display_photo.c
    
    View full size action added to menus.
    Rename selected album added to menus.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1765 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-11-05

    * src/display_playlists.c (pm_set_renderer_pix): display a different
    icon for the photo playlist. Customized icons welcome for both
    standard playlists and the photo "playlist".
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1758 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-11-05

    2007-11-04 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * src/display_photos.c
    
    New ipods do not necessarily have ITDB_THUMB_PHOTO_LARGE or any
    other photo format so cannot assume these in display of thumbs in
    iconview or preview components.
    
    Fix is to find the first existing smalled thumb in the case of the
    iconview and biggest in the case of preview and scale the pixbufs
    to uniform sizes.
    
    Also, fix to clear the preview when a data change like remove occurs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1757 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-11-05

    2007-11-04 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * src/fetchcover.c
    
    Opened up filename handling functions to rest of gtkpod.
    Reduced number of functions hidden if curl is not available.
    Fetch_Cover object used as vehicle for handling the filename
    even if image is not being downloaded.
    
    * src/fetchcover.h: parent_window added to Fetch_Cover object.
    
    * src/display.h
    
    Support for IMAGE_JPEG target type.
    
    * src/details.c
    * src/display_coverart.c
    
    Support for image/jpeg target in drag and drop operations on
    cover art. This target is provided by konqueror (not by firefox
    at the moment but supposedly at some point) and carries the
    displayed jpeg image as its data so redownloading is not required.
    
    Downloading option used as fallback if this target is not provided.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1756 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-11-05

    2007-11-04 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * src/fetchcover.c
    
    Opened up filename handling functions to rest of gtkpod.
    Reduced number of functions hidden if curl is not available.
    Fetch_Cover object used as vehicle for handling the filename
    even if image is not being downloaded.
    
    * src/fetchcover.h: parent_window added to Fetch_Cover object.
    
    * src/display.h
    
    Support for IMAGE_JPEG target type.
    
    * src/details.c
    * src/display_coverart.c
    
    Support for image/jpeg target in drag and drop operations on
    cover art. This target is provided by konqueror (not by firefox
    at the moment but supposedly at some point) and carries the
    displayed jpeg image as its data so redownloading is not required.
    
    Downloading option used as fallback if this target is not provided.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1755 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-11-03

    2007-11-03 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * src/display_coverart.c
    
    Fixed bug in display coverart. Irregular sized album images were
    being scaled to the default sizes.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1752 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-11-01

    2007-11-01 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * README
    
    Updated README with some instructions on using the photo window.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1751 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-11-01

    2007-10-27 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * src/display_photo.c
    * src/display_photo.h
    
    Photo support added to gtkpod.
    
    * data/gtkpod.glade: photo window gui components added.
    
    * src/context_menus.c
    * src/context_menus.h
    
    Disable right-click menu if Photo "playlist" is selected.
    Add context menus to album and icon views in Photo window.
    
    * src/display_itdb.h
    
    Photo database and photodb data changed flag added to Extra iTunes
    db data structure
    
    * src/display_playlists.c
    
    Photo playlist added to playlist tree if ipod has a photo db or
    a new one is created photos are supported.
    
    * src/display_private.h
    * src/display_sorttabs.c
    
    Getter and Setter added for control of the selected sorttabs. Allows
    sorttabs to be returned to their status prior to the photo window
    being opened.
    
    * src/file_itunesdb.c: support for loading of ipod photo database.
    * src/itdb.h: typedefs for photo database.
    * src/Makefile.am: compile photo source files.
    
    * src/misc.c
    * src/misc.h
    
    Parse artwork from string function. Used in photo DnD operations.
    
    * fetchcover.c: removal of fetchcover_cleanup as no longer needed.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1750 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-10-27

    * configure.in
    src/mp4file.c: recognize if additional argument is needed for
    MP4GetMetadataFreeForm() and MP4GetMetadataCoverArt(). Thanks to
    Felix Homann.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1740 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-10-27

    * src/fetchcover.c (fetchcover_cleanup): function only used if curl
    is available -- avoid compilation warning
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1739 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-10-27

    2007-10-27 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * src/display_coverart.c
    * data/gtkpod.glade
    
    Improved the preview fullsize artwork dialog. Now scales the
    image to respect the size of the desktop, while displaying
    the true resolution in a label below it. Preview dialog now
    constructed in glade file rather than from scratch.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1738 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-10-25

    2007-10-25 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * TODOandBUGS.txt
    
    Removed outdated coverart tasks that are now complete.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1737 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-10-21

    2007-10-21 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * src/fetchcover.c
    * src/fetchcover.h
    
    Changed purpose of fetchcover. It no longer displays a
    dialog window for dealing with covers. Instead it
    provides the internal curl retrieve functions only.
    
    * src/context_menus.c
    
    Removed fetchcover context menu entries as no longer
    required.
    
    * src/details.c
    
    Added drag and drop receive function to thumbnail cover
    image. Drag a jpg file displayed in firefox or konqueror
    onto the cover artwork thumbnail in the Edit Details
    window to download it and set it as the track's artwork.
    
    * src/display_coverart.c
    * src/display_coverart.h
    
    Added drag and drop receive function to main image on
    coverart display. Drag a jpg file displayed in firefox or
    konqueror onto the main image to set it as the coverart
    for the album's tracks.
    
    * data/gtkpod.glade
    
    Removed fetchcover dialog from the glade file.
    
    * README
    
    Updated drag and drop section to include information about
    dnd'ing jpgs onto coverart display and Edit Details dialog.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1731 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Michael Tiffany <tiffman@users.sourceforge.net>	2007-10-08

    patch to set "changed" and "imported" to TRUE for non-ipod (local
    and podcast) databases
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1723 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-10-03

    * scripts/convert-2mp3.sh: fix handling of genre option
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1716 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-10-03

    * src/details.c
    data/gtkpod.glade: fixed issues with details window:
    1) window is shown before resize, which gives an annoying
    flickering
    2) if Misc is the selected panel, the it is not restored
    next time
    Thanks to Mario Rossi.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1715 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-09-30

    remove duplicate comment tag (silences a compiler warning)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1710 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-09-30

    add --with/--without options to configure for curl, flac, libmp4v2, and ogg vorbis dependencies.
    
    separate pkg-config calls so that the configure output is more informative when one of the required deps is missing.
    
    minor cosmetic cleanups.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1709 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Daniele Forsi <dforsi@users.sourceforge.net>	2007-09-15

    fix references to m4a in Makefile.am and comments
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1694 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-09-15

    * scripts/ removed previous
    convert-{flac|ogg|mp3|m4a|wav}2{mp3|m4a} scripts and
    replaced with convert-2{mp3|m4a} drafted by Peter van der
    Does. These scripts share gtkpod-convert-common.sh.
    
    scripts/Makefile.am: added/removed the files mentioned above.
    
    * src/prefs.c: automatically replace prefs settings to use the
    new generic conversion scripts.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1693 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-09-15

    * src/file_itunesdb.c (gp_load_ipod): make sure the ipod model
    number is known and written to the iPod before loading the
    iTunesDB. If the model number is not known at the time of
    loading the iTunesDB, libgpod will not read the ArtworkDB,
    thereby losing all artwork.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1692 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-09-02

    fixed a typo, spotted by Peter van der Does
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1689 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-08-26

    2007-08-26 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * src/fetchcover.c
    * src/fetchcover.h
    * src/display_coverart.c
    * src/details.c
    * src/context_menus.c
    * gtkpod.glade
    
    Commented out fetchcover due to licensing problems. Wiil re-enable
    once a new approach has been fully considered.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1687 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-08-25

    * src/misc_track.c (gp_track_by_filename): stop iteration when
    result is found. Thanks to Clarke Brunsdon for bringing this
    to my attention.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1686 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-08-18

    * src/tools.c (tools_sync_script): make sure the stderr of
    scripts is displayed as well.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1684 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-08-18

    * src/file_itunesdb.c (set_progressbar): only update window if
    a change occured.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1683 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-08-18

    * src/autodetection.c (ad_timeout_cb): avoid crash when
    iTunesDB could not be read successfully.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1681 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-08-09

    * src/file_convert.c (conversion_log_append): don't append
    character by character as this takes up too much CPU
    time. Thanks to Javier Kohen for the patch.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1677 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-08-08

    Convert the Track Attributes preference from a series of checkboxes to an Available and Displayed list.  Jorg did a bit of cleanup and added many nice features.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1676 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-08-06

    * flacfile.c: include "mp3file.h" to avoid compile time
    warning.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1671 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-08-03

    2007-08-03 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * src/display_coverart.h: added DEFAULT_IMG_SIZE
    * src/display_coverart.c: improvements to image dimension setting
    algorithms for both x and y. Using ITDB_THUMB_COVER_LARGE for
    the preferred image means the coverart can be too big in the
    coverart display window. Thus, introduces a default maximum and
    algorithm to set it.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1668 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-08-02

    add fetchcover_dialog_test
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1667 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-08-01

    Added ".ext file handling" to TODO list.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1666 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-07-31

    update the dependency list
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1665 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-07-30

    2007-07-30 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * src/fetchcover.c: improved return status of net_retrieve_image function
    so that if one image fails to be retrieved then the dialog does not have
    to be cancelled.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1659 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Michael Tiffany <tiffman@users.sourceforge.net>	2007-07-27

    Merge gapless_playback_branch back to HEAD
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1655 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-07-23

    2007-07-23 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * src/details.c: set tartwork_changed flag to TRUE rather than relying on
    using force_update_cover function. Former picked up by pm_track_changed()
    
    * src/display_coverart.c: coverart_track_change responds to track changes
    and redisplays covers if tartwork_changed flag has been set.
    
    * src/display_playlists.c: KEY_DISPLAY_COVERART pref test removed from
    pm_track_changed and placed inside coverart_track_changed instead.
    
    * file.c: update_track_from_file function updates calls for redisplay of the
    coverart regardless of any file data changes to ensure that any coverart
    changes do not go unnoticed.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1654 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Michael Tiffany <tiffman@users.sourceforge.net>	2007-07-15

    Wasn't properly closing files in mp3_get_track_lame_gapless().
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1649 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-07-14

    * src/mp3file.[ch]: moved reading of default tags to
    id3_read_tags()
    
    * src/flacfile.c: fallback on ID3 tags if no vorbis comments
    are available.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1646 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-07-14

    * src/display_tracks.c (tm_cell_toggled): removed "default"
    case to make sure newly added fields are not forgotten.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1645 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-07-14

    * src/display_tracks.c (tm_set_search_column,
    tm_search_equal_func): add newly added fields (bugfix).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1644 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-07-13

    2007-07-13 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * src/display_coverart.c
    src/display_coverart.h
    src/fetchcover.c
    Added parameter to coverart_get_track_thumb so that the default
    cover image can be provided with a default size if required.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1639 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-07-13

    * src/display_tracks.c (tm_cell_edited, tm_cell_compare): add
    newly added fields (bugfix, thanks to Michael Tiffany)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1638 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-07-12

    * configure.in
    po/ro.po: added Romanian translation, thanks to Alex Eftimie.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1635 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-07-11

    try harder to find evolution-addressbook-export (thanks to Götz Waschk)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1630 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Daniele Forsi <dforsi@users.sourceforge.net>	2007-07-05

    move name to the right place
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1626 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-07-05

    add missing string replacement
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1625 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-07-04

    2007-06-27 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * src/details.c: tartwork_changed flag defined when a new
    artwork file is selected from the filesystem.
    
    * src/fetchcover.c: tartwork_changed flag added for all
    occurrences of artwork being changed.
    
    * src/display_coverart.c: reworking of the code to fix the
    sizes of the covers according to the ipod thumbnail size.
    When the pane is expanded, the coverart display's spacing
    is widened rather than the individual covers being
    stretched.
    Instead of the highlights, reflections and covers images
    being redrawn as black when null, the containing items
    are hidden. They are redisplayed when a new cover image
    is required.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1621 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-07-04

    updated French translation (thanks to Eric Lassauge)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1620 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-07-04

    fix compile with --as-needed (thanks to Santiago M. Mola)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1618 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-06-29

    Corrected date in ChangeLog entry
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1611 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-06-29

    * src/Makefile.am: remove EJECT_BIN line as it is no longer
    used (thanks to Gabriel C).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1610 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-06-29

    * src/details.c (details_setup_widget): fixed memory leak
    (thanks to Daniele).
    
    * src/display_coverart.c (coverart_set_images): fixed memory
    leak (thanks to Daniele).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1609 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-06-27

    2007-06-27 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * gtkpod.glade:
    Changed fetchcover dialog's buttons to display icons only.
    
    * fetchcover.c:
    Added in gettext macros for status messages.
    Disabled next button if net_retrieve fails to get any images
    from the downloaded xml file (Thanks Daniele).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1607 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-27

    add src/autodetection.c to POTFILES.in and update po files
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1606 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-27

    bump version for 0.99.11SVN new development
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1605 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-27

    bump version to 0.99.10
    note Michael's work on gapless playback
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1603 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-27

    bump version for 0.99.10 release
    look for MP4GetMetadataGrouping in libmp4v2 check
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1602 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-27

    give credit where credit is due
    add Id keyword (Daniele)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1601 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-27

    add/update copyright headers (Daniele)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1600 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Daniele Forsi <dforsi@users.sourceforge.net>	2007-06-26

    update Italian translation
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1599 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-26

    update license text from http://www.gnu.org/licenses/gpl.txt
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1598 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Daniele Forsi <dforsi@users.sourceforge.net>	2007-06-26

    fix typos in comments
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1597 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Daniele Forsi <dforsi@users.sourceforge.net>	2007-06-26

    fix typos in comments
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1596 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Daniele Forsi <dforsi@users.sourceforge.net>	2007-06-26

    use similar strings in similar contexts
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1595 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-26

    fix some incorrect indentation
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1594 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-26

    remove generic copyright header.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1593 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-26

    preliminary support for parsing gapless playback data from mp3 files.  Thanks to Michael Tiffany.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1591 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-06-25

    2007-06-25 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * display_itdb.h: added tartwork_changed flag to ExtraTrackData
    
    * details.c: initialise tartwork_changed flag to FALSE. Use this
    flag in details_copy_artwork as additional check if artwork
    has changed. Removal of all tilda related cruff.
    
    * fetchcover.c: removal of tilda related cruff with use of the
    tartwork_changed flag from ExtraTrackData. Set Prev Button
    initially to hidden until images from the net are retrieved.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1590 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-06-25

    * src/display_playlists.c (pm_drag_motion): don't allow drops
    into non-loaded repositories. (pm_create_treeview): don't
    use GTK_DEFAULT_MOTION as this gives optical feedback that
    drops into the column header is allowed, even though it is
    not.
    
    * src/display_sorttabs.c (st_create_listview): renamed to
    st_create_treeview(), simplified and merged with parts of
    st_create_page which did part of creating the treeview. This
    is the point when I realize that DND into the sort tabs is
    not supported and I don't have to do anything. Code is
    easier to read and understand now.
    
    * src/display_tracks.c (tm_drag_motion): don't allow drops
    into non-loaded repositories.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1589 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-06-24

    * src/misc_input.c: removed calls to dirbrowser_block() and
    dirbrowser_release() (obsolete because dirbrowser became
    modal)
    
    * src/fileselection.c
    src/fileselection.h
    data/gtkpod.glade: (adding of tracks, directories and
    playlist files): do not allow adding of tracks if no
    playlist is selected or if the iPod is not loaded into the
    selected repository. Better names for file chooser
    directories, dirbrowser modal, separate functions for glade
    callback.
    
    * src/file.c (copy_new_info): removed unused variables.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1588 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Daniele Forsi <dforsi@users.sourceforge.net>	2007-06-23

    fix typo: s/Danielle/Daniele/
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1587 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-06-23

    * src/file.c (copy_new_info): further simplification by using
    track_copy_item() instead of duplicating code.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1586 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-06-23

    * src/deatils.c (details_button_apply_clicked): write tags
    back to file if option is selected. Change modification time
    of changed tracks.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1585 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-23

    require libgpod >= 0.5.2
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1584 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-06-23

    * src/display_coverart.c (coverart_get_track_thumb): retrieve
    thumbnail through libgpod and not from thumbnail filenames
    because these are not always set.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1579 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-06-23

    * src/misc_conversion.c: corrected tooltip for BPM (thanks to
    Danielle Forsi).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1578 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-06-23

    * src/file_convert.c: fixed typo (thankse to Danielle Forsi).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1577 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-22

    remove duplicate header comments
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1576 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-06-22

    src/mp4file.c: fixed charset issue when writing grouping metadata.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1575 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-06-22

    * src/mp3file.c:
    added reading/writing of tags for sort artist, sort album,
    sort title, sort albumartist and sort composer.
    
    * src/mp4file.c:
    
    Added reading/writing of the grouping tag, whatever that
    is.
    
    The sort tags are written by iTunes as fields of the
    iTunes_CDDB_IDs tag which I don't seem to be able to access
    (only the first field seems available without hacking). For
    reference: the field names are soar (artist), sonm (title),
    soal (album), soaa (album artist), soco (composer) and sosn
    (show).
    
    Added reading of coverart tag. Displayed by the iPod but not
    by the coverart display. Properly displayed in the details
    window.
    
    * src/file.c (copy_new_info): use switch() to avoid missing
    copying new items (like the sort keys).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1574 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-22

    note the new .desktop file installation
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1573 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-22

    disable debug output for release
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1572 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-22

    add/update keyboard mnemonics in the Details and Download Cover windows to avoid missing/duplicated mnemonics
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1571 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-06-21

    * src/display.h
    src/misc_conversion.c
    src/display_itdb.c
    src/display_tracks.c
    src/misc_track.c
    src/details.c
    data/gtkpod.glade:
    added support for new text fields supported by libgpod
    0.5.0: album artist, sort artist, sort title, sort album,
    sort albumartist, sort_composer, sort_tvshow.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1570 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-06-21

    * src/file_convert.c (transfer_transfer_track): add newline to
    libgpod error messages. Thanks to Daniele Forsi.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1569 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-06-20

    2007-06-20 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * details.c - details_copy_artwork
    Reintroduced if clause on whether to copy the artwork. If
    image file has been set by fetchcover then a tilde is appended
    to the filename. This method removes the tilde, renames the
    file and copies the artwork with the proper filename.
    
    * fetchcover.c
    Introduced flag USE_TILDA that is true when Details window calls
    fetchcover and false for when display coverart calls it. Tilda
    symbol added to end of filename if USE_TILDA set to true.
    Added references to dialog parents to properly control which
    windows can receive focus while dialogs are displayed.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1568 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-06-20

    * data/gtkpod.glade
    src/prefs_window.c: automatically create the checkboxes for
    the visible columns selection, greatly simplifying additions.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1567 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-20

    fix a segfault when the coverart display is minimized and set_covers is called
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1566 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-20

    disable debug output for release
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1565 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-06-19

    * src/ipod_init.c (gp_ipod_init_set_model): avoid segfault if
    iPod model cannot be selected (possibly GTK+ or glade version
    incompatibility?).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1564 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-06-19

    * src/file.c: set mediatype to 'audiobook' for .mb4 files.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1563 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-06-19

    * src/file_itunesdb.c: Todd's patch to display the repository
    name while writing to the iPod.
    
    * data/gtkpod.glade: Todd's patch to substitute custom button
    with stock button in the export dialog.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1562 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-06-18

    2007-06-17 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    Bug fixes spotted by Daniele Forsi.
    
    Change in coverart not made to coverart display when apply button
    clicked on Details window.
    Fetchcover behaved awkwardly with naming the downloaded image files if
    the tracks concerned lacked album info in their ID3 tags.
    Coverart files from fetchcover subject to template values in the prefs.
    Should always be a default value of folder.jpg if none of the templates
    provide a non-null value.
    
    * details.c:
    details_copy_artwork() has to now always recopy the artwork
    from file. The reason being, fetchcover overwrites the artwork hence
    the file name will still be the same while different artwork.
    
    * display_coverart.h
    display_coverart.c:
    set_covers() and set_cover_item() now has a
    parameter to force an update of the cover images from file. Only used
    by details_copy_artwork() when the apply button is clicked on the
    details window.
    
    * fetchcover.c:
    dialog will now appear if a cover image file already exists in the
    tracks directory. Gives the options to overwrite, save as unique name
    or cancel completely.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1561 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-06-18

    * src/misc.h
    src/details.c
    src/misc.c
    data/gtkpod.glade: moved mediatype combobox handling in edit
    details window completely inside details.c for easier
    maintenance.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1558 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-06-17

    README: left/right issue
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1555 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-06-17

    * src/mp4file.c
    src/mp3file.c: read/write tempo (BPM) value from/to tags.
    
    src/flacfile.c
    src/oggfile.c: read tempo (BPM) value from tags (not sure
    if this is correct)
    
    src/file.c (copy_new_info): copy BPM after having read it.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1553 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-06-17

    * README: some changes initiated by Daniele Forsi.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1551 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-06-17

    * src/info.c (gtkpod_statusbar_message): fixed memory leak --
    thanks to Daniele Forsi.
    
    * src/display_sorttabs.c (st_create_special): fixed memory
    leak.
    
    * src/prefs.c (init_prefs): fixed memory leak.
    
    * src/syncdir.c (sync_playlist): fixed memory leak.
    
    * src/display_coverart.c (coverart_block_change): fixed memory
    leak.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1550 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-06-14

    * po/es.po: new version updated by Alejandro Lamas Daviña.
    
    make update-po
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1548 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-06-13

    * src/prefs.c (read_prefs_get_key_value): don't strip
    whitespace from prefs values. This is none of this
    function's business! (Thanks to Todd for tracking this down)
    
    * src/display_sorttabs.c (st_create_notebook): set up compare
    function so that the ignore strings work right after startup.
    (Thanks to Todd for tracking this down)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1546 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-09

    ignore intltool cache and stamp-it files
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1544 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-09

    ignore intltool files
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1543 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-09

    ignore automake files
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1542 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-09

    ignore .desktop files
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1541 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-09

    rename gtkpod-icon-64x64.png to icons/64x64/gtkpod.png
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1540 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-09

    rename gtkpod-icon-48x48.png to icons/48x48/gtkpod.png
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1539 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-09

    rename gtkpod-icon-32x32.png to icons/32x32/gtkpod.png
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1538 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-09

    rename gtkpod-icon-32x32-2.png to gtkpod-icon-32-2.png
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1537 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-09

    Add a .desktop file and reorganize the icons.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1536 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-09

    ignore automake files
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1535 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-09

    Fixup 'make distcheck' and add some files missing for i18n.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1534 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-09

    mv gtkpod.gladep to data dir
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1533 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-09

    mv gtkpod.glade to data dir
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1532 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-09

    rename pixmaps to data
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1531 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-08

    hide Last.FM tab (déjà vu)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1530 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-07

    minor formatting changes
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1529 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-06-05

    2007-06-05  P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * fetchcover.*
    
    Add license headers to source files.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1526 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-06-05

    2007-06-05  P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * display_coverart.c
    
    Fixed free_CDWidget() function which tried to free visible
    albums twice. Also click hide button on coverart display once
    again hides the slider and navigation buttons. Thanks to Todd
    for the spot.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1525 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-03

    rename INSTALL_CVS to INSTALL_SVN
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1523 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-06-03

    update a few more CVS references for Subversion
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1522 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Daniele Forsi <dforsi@users.sourceforge.net>	2007-06-02

    updated Italian translation
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1519 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Daniele Forsi <dforsi@users.sourceforge.net>	2007-06-02

    update Italian translation
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1518 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-06-01

    2007-06-01  P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * display_coverart.c
    
    Added callback on display_coverart content panel for acting
    on scroll events with the mouse wheel. Result is that moving
    the scroll wheel while the mouse is over the coverart display
    will scroll the covers in the respective direction.
    
    Avoided possible null pointer in track_changed function.
    Thanks to Daniele Forsi for raising it. May need further work
    if this does not solve it.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1516 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-05-31

    * scripts/sync-tomboy.sh
    scripts/sync-notes.sh: fixes by Oliver Sherouse
    
    * scripts/sync-abook.sh
    scripts/sync-webcalendar.sh:
    set more reasonable default path.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1513 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-05-31

    * src/autodetection.c: fix non-responsive buttons introduced
    with automounting.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1512 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-05-30

    2007-05-30  P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * display_coverart.c
    
    Changed the on_main_cover_image_clicked so that only the
    tracks belonging to the album are displayed in the track
    listing. The sorttabs are no longer updated. A lot
    quicker and doesnt rely on the artist/album sorttabs
    being visible.
    
    * fetchcover.c
    
    Status bar content changes in case album is not found.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1511 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-05-30

    change CVS references and links to SVN
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1509 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-05-17

    2007-05-17  P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * display_coverart.c
    
    Completely forgot compile time errors for
    g_hash_table_remove_all so removed glib_version call to ensure
    back compilation compatibility.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1077 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-05-17

    Fixed a few typos. (Daniele Forsi)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1076 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-05-16

    2007-05-16  P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * display_coverart.c
    
    Null checks placed in free_album.
    g_hash_table_remove_all only used if running GLib version is
    newer than 2.12.0.
    Otherwise falls back on g_hash_table_foreach_remove.
    Thanks to Mario Rossi for squashing these bugs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1075 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-05-16

    * gtkpod.glade: corrected spelling of 'separated' and
    'iPod'. Thanks to Daniele Forsi.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1074 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-05-16

    * src/display_itdb.c (gp_playlist_remove_track): podcasts
    could not be removed from the iPod.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1073 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-05-16

    * scripts/convert-flac2mp3.sh
    scripts/convert-ogg2mp3.sh
    scripts/convert-wav2mp3.sh:
    Added quotes around $genreopts to make script more
    robust. Thanks to Andy.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1072 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-05-13

    2007-05-13  P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * context_menus.c
    
    Fixed segfault in cad_context_menu_init() to avoid freeing
    tracks unnecessarily.
    
    * display_playlist.c
    
    Coverart display will only be updated with a track change,
    addition or deletion if it is visible and not minimized.
    
    * display_coverart.h
    display_coverart.c
    
    New Album_Item structure introduced for storage of tracks in
    coverart display. Replacement of displaytracks GList with a
    key list related to an Album_Item hashmap. Track_changed
    function changed to speed up changed, removal and addition
    operations. Other functions updated to reflect introduction of
    Album_Item and hashmap.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1071 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-05-11

    * INSTALL
    configure.in
    src/Makefile.am
    src/autodetection.c (new)
    src/autodetection.h (new)
    src/display_itdb.h
    src/file_convert.c
    src/file_itunesdb.c
    src/misc.c
    src/misc.h
    src/misc_input.c
    src/tools.c:
    
    Autodetection and auto-loading of iPods. This loads iPods
    automatically on start-up when they are connected or later
    when they are mounted. Uses gnome-vfs for detection of
    mounted volumes and HAL for determining if the mounted
    volume is an iPod. Works fine without HAL, and compiles fine
    without gnome-vfs, but without autodection facility.
    
    iPod repositories are added automatically when necessary and
    removed when ejecting an iPod. Preferences referring to an
    iPod are saved into the iTunes directory (gtkpod.prefs).
    
    
    gtkpod.glade
    src/prefs_windows.c:
    src/prefs.c
    - removed old auto-import functionality. Auto-import is no
    longer supported without gnome-vfs. Code to support
    automounting on KDE should be easy to add -- please
    contribute.
    
    
    src/prefs.c
    src/prefs.h:
    - new code to save/load temporary preferences to an
    aribtrary file (temp_prefs_load/save(), used by
    load/save_ipod_prefs() in misc.c).
    - new code to create a subset of keys from the prefs
    structure.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1070 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-05-11

    Fixed return value of an assertion.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1069 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-05-10

    * src/prefs.c (prefs_create_subset): removed double-lock of
    prefs table which locked up prefs_rename_subkey(), used in
    repository.c
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1068 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-05-07

    * scripts/convert-flac2m4a.sh
    scripts/convert-flac2mp3.sh
    scripts/convert-m4a2mp3.sh
    scripts/convert-mp32m4a.sh
    scripts/convert-ogg2m4a.sh
    scripts/convert-ogg2mp3.sh
    scripts/convert-wav2m4a.sh
    scripts/convert-wav2mp3.sh:
    
    Track number was not set correctly in converted file. Thanks
    to Javier Kohen for spotting this.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1067 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-05-06

    * src/display_tracks.c: quick fix for the annoying multi-edit when
    dragging multiple tracks from track view to another playlist.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1066 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-05-06

    * src/display_coverart.c:
    src/misc_confirm.c: changed '//' to '/*' for compatibility
    reasons.
    
    * src/confirmation.h
    src/display_coverart.c
    src/display_itdb.c
    src/display_itdb.h
    src/file.c
    src/file.h
    src/file_convert.c
    src/file_convert.h
    src/file_itunesdb.c
    src/info.c
    src/info.h
    src/misc_playlist.c
    src/misc_track.c:
    
    - Copying of tracks to the iPod in the background.
    - Remove 'oldsize' entry in ExtraTrackData formerly used when
    updating tracks.
    - Reduce SPACE_TIMEOUT from 4 to 1 seconds (probing device for
    free space)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1065 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-05-06

    Changed '//' into '/*' for compatibility.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1064 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-05-05

    2007-05-05 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * display_playlists.c:
    Coverart display updated regardless of whether it is
    displayed.
    
    * display_coverart.c:
    - coverart_block_change changes the cursor icon to waiting
    then turns it back after.
    - search_tracks improved to make debugging easier.
    - reworking of display_track_changed Delete case. Did not
    adequately deal with deletion of multiple albums by same
    or different artists. Thanks to Jorg for good spot.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1063 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-05-05

    * scripts/convert-wav2mp3.sh: added genre-patch for
    genre types not supported by lame.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1062 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-05-05

    fixed a typo, thanks to Andy.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1061 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-05-01

    2007-05-01 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * display_coverart.c:
    When select_cover (track) is called, slider value is
    adjusted accordingly.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1060 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-05-01

    * gtkpod.glade
    src/file_convert.c
    src/file_convert.h
    src/file_itunesdb.c: hopefully worked out some quirks.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1059 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-05-01

    * README: removed references to Offline-Mode which is no
    longer supported.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1058 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-04-27

    * src/display_spl.c:
    Adoption to namespace cleanup in libgpod.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1057 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-04-27

    * configure.in
    src/Makefile.am
    src/fetchcover.c
    src/file_itunesdb.c
    src/prefs_window.c
    src/lastfm.[ch]: removed lastfm support because the code is
    not ready and abandoned. I've left the tab in the prefs
    window and the md5.[ch] files in CVS in case someone else
    wants to have another try.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1056 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-04-27

    * src/date_parser2.l
    src/display.h
    src/display_playlists.c
    src/display_sorttabs.c
    src/display_spl.c
    src/display_tracks.c
    src/file.c
    src/lastfm.c
    src/misc_conversion.c
    src/misc_track.c
    src/misc_track.h
    src/syncdir.c: removed references to itdb_time_...()
    functions that are obsoleted.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1055 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-04-23

    * gtkpod.glade
    src/prefs_window.c: make sure prefs window is usable on
    laptops with screen only 800 pixels high.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1054 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-04-23

    * merge threaded_conversion_branch back to HEAD.
    
    * src/file_convert.c: avoid GTK assertion with uninitialized
    statusbar.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1053 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-04-22

    2007-04-21 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * Consideration of extra scenario for removal of a track with
    respect to display of coverart. Basically, needed to cater
    for situation where user removes the first track in an album
    but leaves the remaining tracks behind. Need to remove the
    first track from displaytracks list but add in the second.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1051 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-04-22

    2007-04-21 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * Changed the way coverart display is updated when a track is
    removed, added and changed (Thanks to Jorg for thoughts on
    this. Much quicker response):
    ** display_coverart.h & display_coverart.c:
    - coverart_sort_images() made static
    - slider initialization broken out into own function
    - select_cover() will silently return rather than
    throwing an error if selected trk not found in display.
    - coverart_track_changed() added for deciding action to
    be taken when a track changes. Instead of expensive call
    to coverart_set_images()
    - coverart_set_images() extra parameter to stop recreation
    of display track list every time its called.
    ** display_playlists.c: pm_add_track, pm_remove_track,
    pm_track_changed all call coverart_track_changed
    ** display_sorttabs.c: resets coverart but only reloads all
    tracks if sort is set to none. No way to detect original
    sort order efficiently.
    ** misc_confirm.c: removal of coverart_set_image calls so pm
    functions relied on instead.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1050 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-04-21

    updated log
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1047 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-04-21

    * src/context_menus.c: fixed compile issue when compiling with
    GTK+ <V2.8 -- thanks to Daniele Forsi for pointing out.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1046 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-04-20

    renamed display_songs.c to display_tracks.c -- thanks to Todd.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1045 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-04-20

    Update "download of album art"
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1044 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-04-19

    * src/mp3file.c: fixed "comparison with string literal" issues
    by using strcmp instead. Thanks to Petr Gajdos.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1040 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-04-17

    * src/misc_confirm.c: fixed typo -- thanks to Daniele Forsi.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1039 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-04-16

    * removed calls to itdb_thumb_get_filename() from fetchcover.c and
    display_coverart.c
    * corrected behaviour of coverart display slider if only one album
    is in the selected playlist
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1038 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-04-16

    * fetchcover.c
    - Both HAVE_CURL and not HAVE_CURL scenarios properly addressed
    - Functions rearranged to make more sense as regards HAVE_CURL
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1037 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-04-15

    * merged fetchcover_development_branch back to HEAD
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1036 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-04-15

    * src/prefs.[ch]: fixed typos ("prefrences") -- thanks to
    Daniele Forsi.
    Changed mkdir() to g_mkdir() and reduced number of #include
    headers.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1034 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-04-10

    Try to use id3v2 as a fallback for setting genres that lame doesn't handle
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1031 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-04-09

    Updated (c) in headers.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1030 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-04-09

    * src/main.c
    src/misc.c
    src/misc.h
    src/misc_confirm.c: moved gtkpod_main_quit() from
    misc_confirm.c to misc.c and renamed to
    gtkpod_shutdown(). Added ok_to_close_gtkpod().
    Moved initialization from main.c to misc.c in gtkpod_init().
    
    * src/file_convert.c
    src/file_convert.h: added header information.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1029 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-04-09

    * src/main.c
    src/misc_confirm.c
    src/prefs.c
    src/prefs.h: avoid assertions when shutting gtkpod down.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1028 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-04-08

    Changed copyright to show 2007
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1027 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-04-08

    * src/prefs.[ch]: make prefs_create_subset() static, make
    prefs system thread safe, which should be useful when
    creating other threads doing things in the background.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1026 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-04-08

    * misc_track.c (add_tracks_to_playlist):
    - when dragging tracks from one iPod to another: remove
    original iPod path on copied track.
    - set DND origin data when dragging from a local repository
    to the iPod.
    
    * misc_track.[ch]: added
    gp_itdb_find_same_tracks_in_local_itdbs()
    
    * files_itunesdb.c: adjust rating and playcount in local
    databases when loading ipod.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1025 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-04-07

    * misc_track.c: when adding a duplicate keep the original
    filename information if it's still valid.
    
    * file_itunesdb.c: removed rating and playcount completely
    from extended info hash routines. Added local_itdb_id and
    local_track_dbid.
    
    * src/display_itdb.c
    src/display_itdb.h
    src/file_itunesdb.c
    src/main.c
    src/misc_track.c
    src/misc_track.h: introduced and maintain a filename hash
    for each repository. Will be used to cross-reference between
    repositories for playcounts and on-the-fly conversion.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1024 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-04-07

    * gtkpod.glade
    src/clientserver.c
    src/display_itdb.c
    src/display_itdb.h
    src/file.c
    src/file_itunesdb.c
    src/misc_playlist.c
    src/misc_track.c
    src/prefs.c
    src/prefs_window.c
    src/sha1.c: finished renaming of wrong md5 references to sha1.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1023 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-04-05

    * scripts/sync-evolution: make syncing of contacts containing
    pictures possible. Thanks to Lars Friedrichs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1020 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-04-01

    * src/display_playlist.c (pm_drag_data_received): bugfix:
    allow to drop contents of one playlist into another playlist
    even if playlist view is "sorted". (Sorting currently
    disabled anyway)
    
    * src/display_playlist.c: small rework in preparation of
    future changes. New support functions
    pm_get_position_for_itdb(), pm_get_position_for_playlist(),
    pm_get_iter_for_itdb(), pm_get_iter_for_playlist() replace
    some of in-function code. pm_name_changed() changed to
    pm_itdb_name_changed().
    
    * src/file_itunesdb.c
    src/display_itdb.c: use of new support functions above
    instead of dedicated code.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1017 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-03-28

    * src/file.c
    src/file_itunesdb.c
    src/misc_track.c: When podcasts were first introduced,
    iTunes did not add podcasts to the master playlist and only
    showed them in the Podcast playlist. This has changed in the
    meanwhile and Podcasts also appear in the master playlist
    (i.e. when browsing through the music files on an
    iPod). This patch make gtkpod behave the same. Old iTunesDBs
    with podcasts not listed in the MPL are automagically updated.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1015 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-03-26

    * context_menus.c: Implemented Andrzej Palejko's patch to
    allow copying of tracks and playlists from within the
    context menu without using DND.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1014 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-03-26

    * misc.c: corrected copyright to show 2002-2007.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1013 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-03-25

    * details.c:
    removal of coverart_set_images from details_button_apply_clicked()
    
    * display_coverart.c:
    set prefs key in coverart_init_display() when coverart display is displayed
    
    * display_playlists.c:
    added coverart_set_images to pm_add_track, pm_remove_track, pm_track_changed.
    retained coverart_set_images call in pn_selection_changed_cb as this displays the coverart when a playlist is selected
    
    * display_sorttabs.c:
    coverart_set_images retained in st_sort() as a reiniting of the coverart is never fired during an alphabetize operation
    
    * fileselection.c:
    calls to coverart_set_images removed as this is taken care of by pm_add_track() in display_playlists.c
    
    * delete_track_ok.c:
    call to coverart_set_images retained as although pm_remove_track correctly calls this function, it is too early in the delete process and the deleted track is still displayed
    
    * prefs.h:
    addition of KEY_DISPLAY_COVERART key for use by display_playlists functions
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1011 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-03-25

    * gtkpod.glade: added hbox into which the sorttab/tracklist
    view is placed (for futures to come).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1010 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-03-19

    * display.c (display_create): removed reference to stop_button
    
    * src/display.c
    src/display.h
    src/display_private.h
    src/display_sorttabs.c:
    sorted out remaining assertions produced after last night's
    changes. Made st_page_selected() and st_create_notebook()
    static.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1009 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-03-18

    Clicking on an item with the right mouse button will select and open
    the context menu, which is the intended behavior. As a consequence,
    the interface will remain blocked while the selection is being updated
    and displayed.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1008 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-03-17

    * po/de.po: update supplied by Kai-Ove Pietsch.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1007 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Todd Zullinger <tmzullinger@users.sourceforge.net>	2007-03-11

    hide Last.FM tab when not built with curl libs
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1002 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-02-27

    2007-02-27 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * display_coverart.c: Changed coverart_set_images to internally
    get the playlist and checks whether the playlist is null
    or not. Thus, all calls to coverart_set_images require
    no checking of parameters beforehand.
    
    * details.c,
    display_playlists.c
    file_itunesdb.c
    fileselection.c
    misc_confirm.c: functions updated to call modified version of
				calls	coverart_set_images since this is used in too        coverart_set_images. data_changed function no longer    
    many other places where setting coverart is
    unnecessary and error prone.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1001 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-02-26

    * src/display_spl.c: Smart playlists now support the following
    new fields: album artist, tv show, last skipped, season
    number, skipcount and video kind.
    
    * configure.in: require libgpod >= 0.4.3
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@1000 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-02-24

    - Corrected spelling of "Album" in Album Art label
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@999 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-02-24

    * src/prefs_window.c
    src/prefs.c: removed references to "display_artcovers".
    
    * src/displac.c
    src/display_coverart.c: remember if coverart was last shown
    or hidden.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@998 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-02-24

    * src/file_export.c (export_trackglist_when_necessary):
    cosmetic change (!a || !b) -> !(a && b)
    
    * src/misc_track.c (add_tracks_to_playlist): bugfix: dragging
    tracks between iPods did not work if no local path was
    available.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@997 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-02-22

    2007-02-23 P.G. Richardson <phantom_sf at users.sourceforge.net>
    
    * display_coverart.c
    - Avoided null pointer exceptions by testing cdwidget first in coverart_block_change()
    - Ensured the pande0 button release event only initiaties if a width change has truly occurred
    ie. gtk_paned_get_position() != WIDTH
    
    * display_playlists.c
    - Blocked other coverart related changes while a pm_playlist_change_cb is being enacted.
    - Blocking is lifted prior to the call to coverart_set_images
    - pm_playlist_change_cb() will occur on deletion of a playlist. In this case the deleted playlist
    will be nullified. In this case, clear any coverart images rather than setting them (none to set)
    
    * file_itunesdb.c
    - data_changed function called whenever track details are changed. Added a resettting of the coverart
    to this function so all tracks in coverart display are synced with database data
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@996 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-02-22

    * main.c, display_coverart.c: fixed possible access to
    uninitialized pointer
    
    * confirmation.c (cleanup): don't access free'd pointer.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@995 f01d2545-417e-4e96-918e-98f8d0dbbcb6

P.G. Richardson <phantom_sf@users.sourceforge.net>	2007-02-21

    - Added "Album Art" title label to display_coverart pane
    - Changed set_display_dimensions to make WIDTH=HEIGHT giving aspect ratio default of 1 rather than 1.2
    - Added patch to dispay_coverart.c to correctly cleanup pixbuf memory leakag. (All credit for this to Christophe (teuf@gnome.org))
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@994 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-02-20

    Merged P.G. Richardson's album display branch back to the
    main trunk. Thanks for your work!
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@993 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-02-19

    * src/display.c
    src/display_playlists.c
    src/display_private.h: renamed pm_add_all_playlists() to
    pm_add_all_itdbs().
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@989 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-02-18

    * gtkpod.glade: Renamed "Synchronize Playlist" to
    "Synchronize Playlist with Dir(s)".
    
    * README: updated section "Synchronize with Directories"
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@988 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-02-18

    * po/es.po: updated -- thanks to Alex Lamas.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@987 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-02-12

    fixed some typos -- thanks to Daniele Forsi.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@983 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-02-10

    * sync-evocalendar.sh
    sync-kaddressbook.sh
    sync-korganizer.sh
    sync-notes.sh
    sync-tomboy.sh
    sync-webcalendar.sh: corrected syntax description from
    "-e=none" to "-e none".
    
    * src/file_export.c (export_playlist_file_write): simplified
    prefs_get_*_value() to prefs_get_*()
    
    * file.h (FileSource): changed order to reflect the order of
    options in the Export Playlist file requester
    dialog. Thanks to Todd.
    
    * README: updated instructions on how to restore one's iPod
    after file system errors or similar devastating events.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@982 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-02-09

    * src/display_tracks.c (tm_search_equal_func,
    tm_set_search_column): make tv-show, -episode and -network
    searchable.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@981 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-02-07

    * src/file_itunesdb.c: changed message string (thanks to
    Daniele Forsi)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@979 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-02-06

    * src/file_itunesdb.c
    src/prefs.c: remember dialog size and "display details"
    state, display warning when transferring track that cannot
    be played by the iPod (Mario Rossi).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@978 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-02-06

    fixed some bugs in conversion scripts (Mario Rossi).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@977 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-02-05

    Updated for M4A, MP3 and WAV on-the-fly conversion
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@976 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-02-05

    * src/details.c
    gtkpod.glade: small fixes for "Edit Details Window" by Mario Rossi.
    
    * gtkpod.glade
    scripts/convert-flac2m4a.sh
    scripts/convert-flac2mp3.sh
    scripts/convert-ogg2m4a.sh
    scripts/convert-ogg2mp3.sh
    scripts/Makefile.am
    src/display_itdb.h
    src/file.h
    src/file_convert.c
    src/file_convert.h
    src/file_itunesdb.c
    src/prefs_window.c
    src/prefs.c: display of conversion progress and improved
    conversion scripts (receive meta tags by command line
    arguments). Thanks to Simon Naunton!
    
    scripts/convert-m4a2mp3.sh
    scripts/convert-mp32m4a.sh
    scripts/convert-wav2m4a.sh
    scripts/convert-wav2mp3.sh: new scripts for mp3, m4a and wav
    conversion.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@975 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-02-05

    * src/details.c
    gtkpod.glade: small fixes for "Edit Details Window" by Mario Rossi.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@974 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-02-04

    * scripts/sync-webcalendar.sh: applied patch from Giray Devlet
    for support of differently named calendars.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@973 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-02-04

    * scripts/Makefile.am: added convert-og2m4a.sh to script list.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@972 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-02-04

    * gtkpod.glade
    src/display.h
    src/display_tracks.c
    src/misc_conversion.c
    src/misc_track.c: Patch by Mario Rossi to allow editing of
    TV show metadata and media type. Big thanks!
    
    * configure.in: require libgpod >= 0.4.2
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@971 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-02-04

    * gtkpod.glade
    src/display.h
    src/display_tracks.c
    src/misc_conversion.c
    src/misc_track.c: Patch by Mario Rossi to allow editing of
    TV show metadata and media type. Big thanks!
    
    * configure.in: require libgpod >= 0.4.2
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@970 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-01-24

    * scripts/convert-ogg2m4a.sh: new script courtesy of Peter Edwards
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@968 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-01-24

    * scripts/convert-ogg2m4a.sh: new script courtesy of Peter Edwards
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@967 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-01-24

    * scripts/convert-ogg2mp3.sh: applied Peter Edwards' patch
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@966 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-01-24

    * scripts/convert-flac2mp3.sh: fixed typo (thanks to Peter Edwards)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@965 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-01-18

    * src/clientserver.c
    src/date_parser.l
    src/date_parser2.l
    src/display_sorttabs.c
    src/file_itunesdb.c
    src/misc_confirm.c
    src/tools.c: corrected typo (occured -> occurred)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@963 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-01-18

    * src/display_itdb.h
    src/file.c
    src/file.h
    src/file_convert.c
    src/file_convert.h
    src/file_itunesdb.c
    src/flacfile.c
    src/oggfile.c: changes in conversion engine. Whether
    conversion is necessary will be determined at the time of
    copying, not at the time of adding to ensure that drag and
    drops from the Local repository work as expected.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@962 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-01-18

    * scripts/convert-flac2m4a.sh: thanks to Peter Edwards.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@961 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-01-18

    * scripts/convert-flac2mp3.sh
    scripts/convert-ogg2mp3.sh: some minor fixes pointed out by
    Peter Edwards. Thanks!
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@960 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-01-18

    * scripts/convert-flac2mp3.sh
    scripts/convert-ogg2mp3.sh: some minor fixes pointed out by
    Peter Edwards. Thanks!
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@959 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-01-16

    * gtkpod.glade
    src/details.c
    src/display.h
    src/display_itdb.c
    src/file.c
    src/misc.c
    src/misc.h
    src/misc_conversion.c
    src/misc_track.c: Mario Rossi's patch to display and select
    TV-related data fields and the media type of a given track.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@958 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-01-16

    * src/file.c: when looking for thumbnail files, also look for
    uppercase filename extensions, like .JPG -- not only for .jpg.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@957 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-01-16

    * src/display_sorttabs.c (on_st_switch_page): avoid CRITICAL
    warning when the "Special" filter tab was selected. Thanks
    to Audrius Meskauskas for pointing this out.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@956 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-01-16

    * src/charset.c: Default Japanese auto-conversion to UTF8
    instead of EUC-JP. Thanks to Jun Kobayashi
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@955 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-01-16

    * scripts/convert-flac2mp3.sh
    scripts/convert-ogg2mp3.sh
    src/file_convert.[ch]
    src/flacfile.[ch]
    src/oggfile.[ch]: new files for patch mentioned below
    
    configure.in
    gtkpod.glade
    scripts/Makefile.am
    src/Makefile.am
    src/display_itdb.h
    src/display_tracks.c
    src/file.c
    src/file.h
    src/file_itunesdb.c
    src/misc.c
    src/misc.h
    src/misc_conversion.c
    src/misc_track.c
    src/prefs.c
    src/prefs_window.c
    src/repository.c
    src/syncdir.c
    src/tools.c: combined patch by Marc d[r]eadlock and Simon
    Naunton for on-the fly conversion of FLAC and OGG files
    during export to the iPod, plus some patches thrown in by
    myself. Thanks for the contribution!
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@954 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-01-16

    More things to do.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@953 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-01-15

    * po/ja.po: updated Japanese catalog -- thanks to Kentaro Fukuchi
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@952 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-01-14

    * po/he.po: update by Assaf Gillat -- thanks!
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@951 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-01-14

    update by Kai-Ove -- thanks!
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@950 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-01-08

    * po/fr.po: updated French catalog (thanks to Eric Lassauge)
    
    * po/POTFILES.in: added support.c
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@943 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-01-08

    * po/it.po: fuzzy'ed out translation with incorrect format
    string.
    
    * po/ja.po: fuzzy'ed out translation with two plural forms
    (Japanese only supports one plural form) until a solution is
    found.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@942 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-01-07

    * INSTALL: corrected PKG_CONFIG_PATH
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@941 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2007-01-03

    Cleanup
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@940 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-11-28

    * configure.in:
    INSTALL: require gtk >= 2.6.0
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@939 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-11-26

    * src/details.c: indicate corrupted artwork data.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@938 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-11-26

    * src/display_playlists.c: avoid crash when clicking on the
    'Eject/Load iPod' icons too quickly.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@937 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-11-26

    * src/display_playlists.c: display duplicates when adding
    tracks through DND.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@936 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-11-24

    * src/ipod_init.c: gp_ipod_init() would 'forget' what model
    the user selected earlier when setting up the iPod repository.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@935 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-11-24

    * src/context_menus.c: Make context menu more consistent
    ('Edit Playlist Properties', 'Edit iPod Properties' and
    'Edit Repository Properties').
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@934 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-11-24

    * src/prefs.c
    src/clientserver.[ch]: Add command line argument to print
    out the gtkpod sha1 hash of a file ("--hash"). Thanks to
    Todd Zullinger.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@933 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-11-24

    Typo detected by Todd.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@932 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-11-22

    * src/md5.[ch], src/lastfm.[ch]: lastfm support by Anant
    Narayanan.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@931 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-11-22

    * src/: renamed
    - display_songs.c to display_tracks.c
    - md5.c to sha1.c
    - md5.h to sha1.h
    
    * subsequent changes to Makefile.am and some #includes.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@930 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-11-17

    * src/*.[ch]: realized that we are using sha1 hash and not md5
    hash, therefore renamed all relevant occurences of md5
    (function names only so far).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@929 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-11-09

    Patch from Rommel G. Custodio <sessyargc at yahoo.com> that allows
    current CVS gtkpod to compile with current CVS libgpod.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@928 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-10-22

    * scripts/sync-evocalendar.sh: new option for adding a filter
    script. Thanks to Clarke Brunsdon for the patch.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@927 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-10-21

    * src/display_songs.c (tm_get_nr_of_tracks): speed up counting
    of displayed tracks by using
    gtk_tree_model_iter_n_children() instead of actually
    counting. Thanks to Clarke Brunsdon for the patch.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@926 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-10-21

    * src/mp4file.c: fix compilation error when compiling with
    libmp4v2 package from http://www.debian-multimedia.org/
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@925 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-10-14

    * src/mp4file.c: don't assume that the audio track is track
    0. Instead cycle through all tracks until an audio or video
    track is found.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@924 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-10-14

    * src/prefs.c: fix compiler warning on 64bit systems (%llu)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@923 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-10-03

    * src/file_export.c: only write error messages for track for
    which export failed and not all subsequent tracks as
    well. Thanks to Joachim Tesch for the patch.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@922 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-09-27

    * src/mp3file.c: Todd Zullinger caught the break statement at
    the wrong place.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@921 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-09-26

    * src/mp3file.c: when adding artwork make sure the correct
    type is used (preferably type 3 (cover) or type 0 (used by
    iTunes)). Thanks to Todd Zullinger for the patch.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@920 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-09-26

    * po/sv.po: updated version by Stefan Asserhall
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@919 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-09-24

    * configure.in: bumped to V0.99.9CVS for new CVS version
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@918 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-09-24

    * configure.in: bumped to V0.99.8 for release
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@916 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-09-24

    * README
    src/main.c
    src/misc_confirm.c
    src/prefs.c
    src/prefs_window.c: removed references to "automount".
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@915 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-09-24

    * po/es.po: updated version by Alejandro Lamas Daviña
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@914 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-09-24

    * src/syncdir.c (sync_playlist): clean up
    'updated/non-updated/duplicate' lists so they don't pop up
    unexpectedly at a later time.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@913 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-09-24

    * src/mp3file.c (mp3_write_file_info): YEAR tag was not
    written to file. Thanks to t0C for the patch.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@912 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-09-21

    * src/file.c (add_coverart): handle templates better (no
    "safety" substitutions of characters). Thanks to Flavio
    Stanchino.
    
    * gtkpod.glade
    src/details.c
    src/display.h
    src/display_itdb.c
    src/display_songs.c
    src/file.c
    src/misc_conversion.c
    src/misc_track.c: Display artwork path (thanks to Flavio
    Stanchino for most of the patch).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@911 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-09-21

    * src/file.c: (update_track_from_file): forgot to flag track
    for re-transfer when hash value had changed (thanks to Todd
    Zullinger).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@910 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-09-18

    * mp4file.c: update instructions at the beginnging of the
    file, read soundcheck values irrespective of "readtags"
    setting.
    
    * gtkpod.glade
    src/prefs.c
    src/prefs_windows.c
    src/mp3file.c
    src/file.c: implement "coverart_apic" prefs key allowing to
    select whether coverart stored in tags should be used or not.
    
    * src/display_itdb.c
    src/display_itdb.h: new: gp_track_set_thumbnails_from_data()
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@909 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-09-17

    * mp3file.c: support reading of coverart from APIC
    tag. Work around non-conformant tags written by iTunes.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@908 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-09-17

    * INSTALL: update with list of dependencies (thanks to Todd)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@907 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-09-17

    * ipod_init.c (set_cell): display iPod sizes smaller 1 GB in
    MB, instead of displaying "0 GB".
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@906 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-09-17

    * misc_conversion.c: Typo: "Suffling" -> "Shuffling". Thanks
    to Todd for pointing this out.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@905 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-09-14

    2006-09-14 Jorg Schuler <jcsjcs at users.sourceforge.net>
    
    * display_spl.c (spl_check_number_of_rules): simplify
    activation/deactivation of button to remove rules.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@904 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-09-12

    * display_spl.c (spl_update_rule): don't reactivate the '-'
    button when changing the rule.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@903 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-09-11

    * file.c (add_artwork): fix problem when artwork template
    expands into something containing a '.'. Thanks to Thorsten.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@902 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-09-02

    * src/syncdir.c: fix problem when directory to sync ends with '/'.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@901 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-09-01

    * gtkpod.glade
    src/file.c
    src/prefs_window.c: file exclusion mask when adding tracks
    -- thanks to Richard Hyde for the patch.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@900 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-08-30

    * syncdir.c (sync_playlist): fix segfault when removing track
    from iPod.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@899 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-08-30

    * file.c (get_track_info_from_file): don't reset time_added
    when updating files.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@898 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-08-21

    * TROUBLESHOOTING: added hint for ubuntu users. Thanks to
    Marcelo Varanda.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@897 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-08-18

    * src/file.c (get_track_info_from_file): set time_modified to
    modification date of file instead of current time. Thanks to
    Richard Hyde.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@896 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-07-04

    * src/misc_track (track_scan_length): work around problem in
    conversion from gdouble to gint32 which caused playlength
    be set incorrectly (most notable in write-through mode in
    the edit details window).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@895 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-07-02

    2006-07-02 Jorg Schuler <jcsjcs at users.sourceforge.net>
    
    * src/misc_confirm.c (delete_playlist_head): fixed stupid
    compile error.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@894 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-29

    * src/confirmation.c: Add safety to "remove all tracks"
    context menu.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@893 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-27

    * src/display_playlist (pm_remove_playlist): if entire itdb is
    removed, clear display (filter tabs, playlist view) first to
    avoid segfaults when non-existent tracks are accessed for
    display updates.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@892 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-27

    Fixed a translation problem, updated copyright.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@891 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-27

    Updated copyright info, prefs howto, and about box.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@890 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-27

    Fixed sort ignore list bug.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@889 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-26

    Got rid of old prefs infrastructure. :)
    Also added prefs functions for handling double/float keys.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@888 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-25

    Fixed the fallout from the charset fiasco:
    - MD5 checksums work again
    - Reapplied other patches trashed by the reversal
    - Old prefs is now just a stub (will be removed shortly)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@887 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-25

    * src/repository.c
    src/prefs.c
    src/prefs.h: added temp_prefs_remove_key()
    
    src/repository.c: use temp_prefs_remove_key() to remove keys.
    
    src/file_itunesdb.c: fix assertions related to get_offline()
    introduced yesterday.
    
    * src/repository.c: only print debug messages about keys
    added/removed if LOCAL_DEBUG is defined
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@886 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-25

    Fixed a possible crash (spotted by Jorg.) Also got rid of some unneeded
    casts.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@885 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-25

    Finish up charset fixes.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@884 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-25

    Redid charset patch.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@883 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-24

    * src/prefs.[ch]: removed unused prefs_print() declaration,
    moved discard_prefs() declaration to prefs.c
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@882 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-24

    * gtkpod.glade
    src/display.c
    src/display.h
    src/display_itdb.h
    src/display_playlists.c
    src/file.c
    src/file_export.c
    src/file_itunesdb.c
    src/info.c
    src/misc.c
    src/misc.h
    src/prefs.c
    src/prefs.h: removed global offline prefs key and moved it
    to the individual itdbs (ExtraiTunesDBData). The offline
    code is still available, but currently not used (no
    possibility to toggle offline mode from the GUI).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@881 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-24

    * src/display.c (on_check_ipod_files_activate): require that
    the iPod is loaded before checking files.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@880 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-24

    * src/display.c (on_ipod_directories_new): use new
    gp_ipod_init() function to create directories.
    
    src/file_itunesdb.c (gp_write_itdb): use new gp_ipod_init()
    function to create directories.
    
    src/misc.h
    src/misc_confirm.c: Removed old ipod_directories... code.
    code.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@879 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-23

    * src/display.c
    src/misc_confirm.c
    src/misc_playlist.c
    src/misc_track.c: use message_sb_...() instead of indivudual strings.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@878 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-23

    *  src/file_export.c
    src/file_itunesdb.c
    src/info.c
    src/info.h
    src/misc_playlist.c
    src/prefs.c
    src/prefs.h
    src/tools.c: removed 'statusbar_timeout' prefs key and
    introduced 'gtkpod_statusbar_timeout()' call
    instead (the value doesn't have to be saved). Statusbar
    messages are now displayed again.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@877 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-23

    *  src/display.c
    src/display_itdb.c (gp_get_ipod_itdb): changed default
    behavior in case more than one iPod itdb is present.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@876 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-23

    *  src/context_menus.c
    src/display.c
    src/display_itdb.c
    src/display_itdb.h
    src/display_playlists.c
    src/display_songs.c
    src/fileselection.c
    src/misc_playlist.c
    src/prefs_window.c: changed default behavior of
    gp_get_active_itdb() to return NULL when no itdb is
    selected and renamed to gp_get_selected_itdb(). Print message
    when no itdb is selected when one is needed.
    
    *  src/info.c
    src/info.h: added standard error messages, used in the conversion above.
    void message_sb_no_itdb_selected (void);
    void message_sb_no_tracks_selected (void);
    void message_sb_no_playlist_selected (void);
    void message_sb_no_ipod_itdb_selected (void);
    
    * src/display.c (display_adjust_menus): don't completely
    disable edit menu when no itdb is present.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@875 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-22

    moved context menus over to new system.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@874 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-22

    Reversed patch from 6/20 -- will be redone.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@873 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-21

    read_prefs_from_file_desc shouldn't read in new prefs keys. Also set
    last_dir_browsed default in set_default_preferences.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@872 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-21

    Fixed statusbar regression.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@871 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-21

    Moved md5 to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@870 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-21

    Moved statusbar_timeout to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@869 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-20

    Moved charset to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@868 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-20

    Renamed disable_sorting to sorting disabled to avoid confusion.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@867 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-20

    Moved block_display to new prefs
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@866 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-20

    Moved display_toolbar and toolbar_style to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@865 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-20

    Renamed prefs_get_disable_sorting to disable sorting and moved to
    misc.c/h.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@864 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-20

    Moved display_tooltips_prefs to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@863 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-20

    Moved display_tooltips_main to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@862 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-19

    Moved group compilations to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@861 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-16

    Small bugfix.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@860 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-16

    * src/context_menus.c: started rewrite of context menu
    setup. Cleaned up the playlist context menu.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@859 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-16

    Fixed some sorting window bugs:
    - Pressing cancel shouldn't commit changes
    - Sorting now works again.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@858 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-15

    * src/prefs.c
    src/prefs.h:
    src/misc.h: moved LIST_END_MARKER to prefs.c (private),
    moved SORT_... enum to display.h
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@857 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-15

    Moved sort_ign_fields to new prefs. Also got rid of sortcfg.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@856 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-14

    sort_ign_string_ list now fully uses new prefs interfaces.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@855 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-14

    * src/prefs.h
    src/syncdir.h
    src/syndir.c
    src/repositories.c: moved PLAYLIST_AUTOSYNC enum to
    syncdir.h and renamed.
    
    * src/context_menu.c: very first phase of rearrangement.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@854 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-14

    * Changelog_detailled: formatting (9 space -> 8 spaces)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@853 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-14

    * src/mp4file.c: mp4_read_soundcheck not defined when mp4v2
    library was not present.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@852 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-14

    Moved tm_sortcol and tm_sort to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@851 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-13

    * src/prefs_window.c (on_path_button_pressed): corrected
    error when "Browse" button was pressed (current path
    sometimes was not passed to fileselector)
    
    * src/fileselection.c: avoid run-time warning.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@850 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-13

    * src/prefs.h
    src/prefs.c
    src/prefs_windows: Made PathType enum redundant outside
    prefs.c (needed only for key conversion).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@849 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-13

    Moved pm_sort to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@848 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-13

    Moved st_sort to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@847 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-13

    Moved tm_autostore to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@846 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-13

    Moved write_charset to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@845 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-13

    Moved update_charset to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@844 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-13

    Moved case_sensitive to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@843 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-12

    Moved misc_track_nr to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@842 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-12

    Moved not_played_track to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@841 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-12

    Fixed paths not showing up/being set in prefs window.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@840 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-12

    Moved multi_edit to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@839 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-12

    Moved multi_edit_title to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@838 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-12

    Moved tmp_disable_sort to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@837 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-12

    Moved last_prefs_page to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@836 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-12

    Moved info_window to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@835 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-12

    Moved add_recursively to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@834 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-12

    Moved startup_messages to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@833 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-12

    Moved automount to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@832 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-12

    Moved mserv_use and mserv_username to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@831 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-11

    Moved coverart and coverart_template to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@830 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-11

    * src/prefs.h: removed unused declarations.
    
    * src/file.c: fixed two memory leaks.
    
    * src/misc_playlist.c: fixed memory leak.
    
    * src/file.c:
    Got rid of get_file_name_verified(),
    get_file_name_on_ipod)( as they can be emulated by
    get_file_name_from_source().
    
    Got rid of get_file_name() and get_file_name_on_harddisk
    (substituted where used) used).
    
    * src/mp3file.c: removed mp3gain code
    
    * src/tools.c: added mp3gain and aacgain code.
    
    * src/prefs_windows.c: added aacgain path in the Tools
    section, improved layout.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@829 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-11

    Got rid of prefs_validate_path.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@828 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-11

    Moved parsetags_template to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@827 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-11

    * src/prefs.h: removed unused declarations.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@826 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-11

    * src/prefs.h: removed unused declarations.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@825 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-11

    Moved parsetags_overwrite to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@824 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-11

    Moved parsetags to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@823 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-11

    Moved write_extended_info to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@822 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-10

    Moved autoimport_commandline to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@821 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-10

    Moved readtags to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@820 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-10

    Moved autoimport to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@819 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-10

    * src/mp3file.c: renamed GainData *etr; to GainData *gd; to
    avoid confusion (63 occurences)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@818 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-10

    * src/display_itdb.h
    src/file.c
    src/file_itunesdb.c
    src/mp3file.c
    src/mp4file.c
    src/tools.c
    Got rid of radio_gain, audiophile_gain, peak_signal_set,
    radio_gain_set, audiophile_gain_set.
    
    TODO: rework normalisation process -- probably do not
    support mp3gain any more. "Normalize" would then just
    re-read the gain tags.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@817 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-10

    * src/mp4file.c: read aacgain if present.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@816 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-10

    * src/prefs.[ch]
    src/prefs_window.c
    src/display.[ch]
    src/display_playlists.c
    Did away with pm_autostore.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@815 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-10

    * ipod_init.c (gp_ipod_init_set_model): mention mountpoint
    when asking for the model.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@814 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-10

    * src/ipod_init.[ch]...: renamed init_model_number_combo()
    and init_ipod() to gp_...()
    
    * src/file_itunesdb (gp_load_ipod): ask for model number of
    the iPod if none is available. If one is available from
    SysInfo file, store that information in the prefs system.
    
    * ipod_init.[ch]: new: gp_ipod_init_set_model() asking for a
    model number string and storing it.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@813 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-10

    Got rid of unused_gboolean3.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@812 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-10

    * src/display_sorttabs.c
    (sp_update_date_interval_from_string): fix compilation
    warning and possible segfault.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@811 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-10

    Miscellaneous formatting fixes. I've now switched to using emacs,
    so I hope this won't be a problem anymore :)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@810 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-09

    * README: some hints from a recent gtkpod-questions thread.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@809 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-09

    Move size_info to new prefs. Also did some minor cleanup
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@808 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-09

    Move size_prefs to new prefs
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@807 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-09

    Move size_dirbr to new prefs
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@806 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-09

    Move size_conf to new prefs
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@805 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-09

    Move size_cal and size_conf_sw to new prefs
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@804 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-08

    Move size_gtkpod to new prefs
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@803 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-08

    * src/repository.c: use GtkComboEntry to select iPod model
    just like in ipod_init.c
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@802 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-08

    Move mpl_autoselect to new prefs
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@801 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-08

    Move tag_autoset to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@800 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-08

    Move paned_pos_ keys to new prefs
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@799 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-07

    * src/repository.c: set_entry() -> set_entry_index() to
    simplify code.
    
    Display iPod model number and allow editing.
    
    TODO:
    - reset model number if iPod with different number is loaded
    - write model number to iPod if iPod without model number
    is loaded.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@798 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-07

    Move sort_tab_num to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@797 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-07

    Move tm_col_order to new prefs. Also added a finalize_prefs function to
    allow prefs to do things before the file gets saved.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@796 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-06

    Fix columns not appearing after being set in prefs dialog
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@795 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-06

    * src/file.c: fixed double g_free() (thanks to Florent
    Bouchez).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@794 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-06

    Move tm_col_visible to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@793 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-06

    Move tm_col_width to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@792 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-06

    * src/ipod_init.c: pretty much finished ipod_init dialog.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@791 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-05

    Move sp_playcount_low/high to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@790 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-05

    Move sp_playcount_low/high to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@789 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-05

    Move sp_played_state, sp_modified_state, and sp_added_state to new prefs
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@788 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-04

    Move sp_rating_state to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@787 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-04

    * src/details.c: removing of artwork did not really work.
    
    * src/file_itunesdb, src/ipod_init.[ch]: started dialog to
    create directories when not present on 'load'. Work in
    progress.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@786 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-06-02

    * src/details.c: removing of artwork did not really work.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@785 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-02

    Clean up stuff from last commit and set defaults
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@784 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-02

    Move sp_*_cond to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@783 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-01

    Move sp_or to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@782 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-01

    Remove st_category member from cfg struct
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@781 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-01

    Move st_category to new prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@780 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-01

    Add list end marker when setting variable-length list default entries.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@779 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-06-01

    Move sort tabs autoselect key to new prefs. Also added some more
    ChangeLog entries that I forgot. ;-)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@778 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-05-31

    Clean up dead path keys in cleanup_keys
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@777 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-05-31

    Delete a duplicate check for XMMS command. For some reason, this was in
    cleanup_keys twice.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@776 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-31

    * src/prefs.c (cleanup_keys): set "version" after cleanup is
    done.
    
    * src/prefs.c (save_prefs): write version string at the start
    of the file until the old prefs system is completely gone.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@775 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-30

    * src/prefs.c (clenaup_keys): added check for version
    dependent transition of 'path_play_now' key.
    
    * src/prefs.c (save_prefs): update version string before
    writing to file.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@774 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-05-30

    Clean up paths keys
    - Defaults for path_play_now, path_play_enqueue, and
    path_mserv_trackinfo_root are set in set_default_prefrences
    - Key cleanup done in cleanup_keys
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@773 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-05-29

    Added some backdated ChangeLog entries
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@772 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-28

    * src/details, display.h, misc_conversion.c...
    Support for start time, stop time, skip when shuffling and
    remember playback position.
    
    ******************************************************
    Will require photosupport branch of libgpod to compile
    ******************************************************
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@771 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-28

    * src/misc_track.c (gp_track_by_filename): fix segfault when
    adding tracks to iPod without iPod connected.
    
    * src/mp4file.c (mp4_get_file_info): read iTunNORM tag if
    present to set soundcheck (volumne normalisation)
    
    NEW: Support of iTunes iTunNORM tag for volume normalisation of mp4
    files
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@770 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-05-28

    Removed remove_key as it's not needed.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@769 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-28

    * src/display_playlists.c (tree_view_get_cell_from_pos): take
    into account that bug in gtk_tree_view_get_cell_area() was
    fixed with GTK+2.8.18 (upon submitting bug report)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@768 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-05-28

    Added new functions remove_key and cleanup_keys to allow for
    deleting/renaming old or changed keys
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@767 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-05-28

    Disable prefs reading by new prefs system; let read_prefs_from_file_desc
    handle it until the transition is finished so we don't read prefs twice.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@766 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-25

    * po/sv.po: updated Swedish translation (thanks to Stefan
    Asserhall)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@765 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-25

    * po/sv.po: updated catalog from Stefan Asserhall
    
    * src/misc_track.c (track_copy_item): T_YEAR was not copied
    correctly.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@764 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-24

    * src/prefs.c: new: temp_prefs_rename_subkey()
    
    * src/repository.c: it's now possible to add new repositories
    (hardly tested)
    
    * gtkpod.glade
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@763 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-05-24

    Patch from Todd Zullinger <tmz@pobox.com>: Fix sort ignore list not
    working after prefs changes
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@762 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-05-24

    Reverse previous patch as it breaks lists (argh!!)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@761 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-05-23

    src/prefs.c
    
    * Filter out deprecated/other prefs that the new system doesn't manage,
    getting rid of the prefs duplication problem and negating the need to
    filter out unneeded prefs manually
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@760 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-23

    * src/repository.c: continued 'Create Repository' dialog.
    
    * src/display_playlist.c
    src/display.h: new functions pm_set_renderer_pix() and
    pm_set_renderer_text() to be able to use the same style for
    displayling playlist/repository names throughout gtkpod.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@759 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-22

    * src/fileselection.[ch]: replaced fileselection_get_dir()
    with fileselection_get_file_or_dir().
    
    * src/repository.c: started 'Create Repository' dialog.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@758 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-21

    * gtkpod.glade: Rearranged 'Edit' main menu
    
    * info.c: space update will use @itdb instead of 'mountpoint'
    to deisplay free space -> space_get_ipod_itdb(),
    gp_free_itdb().
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@757 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-21

    * display_spl.c (spl_ok): mark data as changed.
    
    * context_menus.c: removed (volumne) 'Normalize'. Accessible
    via Tools-menu.
    
    * file_itunesdb.c (gp_write_itdb): statusbar message was
    incorrect (passed mpl instead of mpl->name to be printed).
    
    * removed remaining code for podcast download support
    
    * Menu entry to display repository/iPod options.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@756 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-20

    * src/file.c (update_track_from_file): fixed possible segfault.
    
    * po/POTFILES.in: corrected file list.
    
    * src/display.c
    src/display_itdb.c
    src/display_playlists.c
    src/display_songs.c
    src/file.c
    src/file_export.c
    src/file_itunesdb.c
    src/info.c
    src/info.h
    src/misc_confirm.c
    src/misc_playlist.c
    src/misc_track.c
    src/tools.c: simplified code by having
    gtkpod_statusbar_message() accept printf style arguments.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@755 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-20

    * po/POTFILES.in: updated file list -> updated .po files.
    
    * src/misc.c: call_script now accepts an arbitary number of
    command line arguments.
    
    * src/file.c (update_track_from_file): if no local filename
    is available, use the copy on the iPod to update.
    
    * src/display_songs.c (tm_cell_edited): when changing the
    track length also update starttime, stoptime and filesize
    (all needed to have the iPod play the hole file).
    
    * src/context_menus.c
    src/display.c
    src/display.h
    src/display_itdb.c
    src/display_itdb.h
    src/display_playlists.c
    src/display_songs.c
    src/file.h
    src/file_itunesdb.c
    src/main.c
    src/misc.h
    src/misc_confirm.c
    src/misc_input.c
    src/misc_track.c
    gtkpod.glade: Introduction of load/eject ipod(s) and 'save
    changes'. ~/.gtkpod/gtkpod.load and ~/.gtkpod/gtkpod.eject
    are called before loading/after saving the iPod. Several
    iPods are supported.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@754 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-05-20

    Fix a build warning in convert_filename caused by my last patches...
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@753 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-05-20

    * Reversed part of previous patch on advice from Jorg
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@752 f01d2545-417e-4e96-918e-98f8d0dbbcb6

James Liggett <freethinkerjim@users.sourceforge.net>	2006-05-20

    src/misc.c, src/prefs.c:
    
    * Clean up initial_mountpoint:
    - Set default in set_default_prefrences rather than cfg_new
    - Remove unneeded code in read_prefs_from_file_desc
    (new prefs shouldn't use this/other deprecated prefs
    functions)
    - Got rid of some superflous envionment reads
    (needs to only be done once in read_environment)
    
    * New prefs backend function read_environment is now enabled and used
    
    * Fixed convert_filename for use with read_envrionment
    - Added NULL string pointer check
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@751 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-18

    * src/display_songs.c: simplified code for setup of columns.
    
    * src/display_playlists.c: connect/disconnect icon for iPods,
    identify if icon is clicked (printf a statement for the
    time being -- work in progress!)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@750 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-17

    * src/md5.c: hash turned out different on little and big
    endian machines
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@749 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-17

    * configure.in: gcc < 4.0 does not know -Wno-pointer-sign
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@748 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-17

    Added lost file "sync-tomboy.sh"
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@747 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-15

    Small issue with order of setting state of checkboxes and connecting
    the signal handler.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@746 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-15

    * src/misc.[ch]: (get_playlist_prefs_int),
    get_playlist_prefs_string): new
    
    * src/display_itdb.c
    src/file_itunesdb.c: automatically sync playlists on
    startup (when loading database).
    
    * src/prefs_window.c: redefined the sync settings, set up
    easy-to extend handling for standard toggle checkboxes.
    
    * src/context_menu.c
    src/display.c: moved 'Sync' over to new 'Sync Playlist'.
    
    * src/file.c: removed old sync-related code.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@745 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-14

    * src/file.c: copy_new_info() incorrectly handled pc_path and
    thumbnail_path, possibly leading to corruption of both when
    updating tracks.
    
    * src/repository.[ch]
    * src/syncdir.[ch]
    It's now possible to sync directories from within the
    repository option catalog. Next step: automatic sync at the
    time of loading the database. Almost there!
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@744 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-14

    * move over gtkpod_confirmation() to using the new prefs
    system, along with a couple of keys (sync_remove,
    sync_remove_confirm, show_duplicates, show_sync_dirs,
    show_non_updated, show_updated, mserv_report_probs,
    delete_ipod, delete_file, delete_local_file,
    delete_database). Thanks to James Liggett!
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@743 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-14

    Some files were still the pre-CVS-crash versions -- hopefully fixed now.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@742 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-13

    * src/syncdir.c:
    * src/syncdir.h:
    Added new source files for a complete rewrite of the
    synchronization code.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@741 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-13

    gtkpod's repository seemed to have been affected by the hardware
    failure as not all files were up to date. This should put everything
    back.
    
    2006-05-13 Jorg Schuler <jcsjcs@users.sourceforge.net>
    
    * src/syncdir.c:
    * src/syncdir.h:
    * src/Makefile.am:
    Added new source files for a complete rewrite of the
    synchronization code.
    * file_itunesdb.c:
    * file.c:
    added support for modification time of the song (needed for
    fast syncing)
    
    2006-05-08 Jorg Schuler <jcsjcs@users.sourceforge.net>
    
    * moved path[i] and concal_autosync pref keys over to the
    new prefs system. Work in progress: currently the scripts
    for syncing cannot be set (this will be done from within
    the repository options).
    
    2006-05-08 Jorg Schuler <jcsjcs@users.sourceforge.net>
    
    * misc.[ch]: renamed get_itdb/playlist_key() to
    get_itdb/playlist_prefs_key()
    
    * misc.[ch]: new: get/set_itdb/playlist_prefs_string/int().
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@740 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-07

    * preliminarily moved "mountpoint" to new prefs system.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@739 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-06

    * src/display_playlists.c: streamlined slightly (only one
    column in model, so no reason to find out which), added
    indicator for changed repositories (italic), added
    indicator for local repositories (hard disk icon).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@738 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-06

    * src/display_itdb.[ch]: new: gp_itdb_remove(),
    gp_itdb_free().
    
    * src/repository.[ch]: new -- repository prefs. Work in
    progress, but you probably get the idea about what is to
    be.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@737 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-05

    * src/prefs.[ch]: new: temp_prefs_create_subset(),
    temp_prefs_flush(), prefs_flush_subkey(),
    prefs_rename_subkey(), temp_prefs_subkey_exists()
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@736 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-05

    * src/prefs.[ch]: new: temp_prefs_size().
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@735 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-05

    * src/*: moved 'prefs_get_last_dir_browse()' to new prefs
    system.
    
    * src/prefs.c: fixed bug introduced in temp_prefs_get_int().
    
    * src/fileselection.[ch]: new: fileselection_get_dir().
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@734 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-02

    * src/prefs.[ch]: added temp_prefs_get... functions as well
    as reformatted some code a bit (way too much whitespace?!)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@733 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-02

    * src/prefs.c: use strcmp() to compare keys for temp_prefs
    (otherwise keys cannot be retrieved safely because
    g_str_hash() is not unique.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@732 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-05-01

    * src/md5.c (sha1_hash): corrected signedness warning.
    * src/charset.c (charset_check_k_code),
    (charset_check_k_code_with_default): corrected signedness
    warning.
    * src/...: removed incomplete podcast code
    * gtkpod.glade: removed corresponding podcast references
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@731 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-04-28

    * src/misc.c (select_template): templates were compared
    case-sensitively, which could lead to non-exported files.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@730 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-04-28

    * src/confirmation.c: pressing 'OK' several time would call
    the ok_handler several times, most likely resulting in a
    crash. Thanks to dforsi for pointing this out.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@729 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-04-27

    * scripts/sync-tomboy.sh: contributed by Tejas Dinkar
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@728 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-04-25

    * added scripts/sync-thunderbird-nano.sh (writes one file per
    address to work around a bug in old firmware versions, but
    may be useful for other users as well). Thanks to Paul
    Oremland
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@727 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-04-25

    * applied James Liggett's preferences patches
    (id3-write-id3v24)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@726 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-04-24

    * mp3file.c (id3_set_string): fixed memory leak (thanks to
    Scott Guthridge)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@725 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-04-24

    NEW: Preliminary (no meta data) support of h.264 video format
    via the libmp4v2 interface. Thanks to Peter Lieverdink.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@724 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-04-24

    * applied James Liggett's preferences patches (id3-write,
    sort-prefs)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@723 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-04-19

    * applied James Liggett's preferences patches.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@722 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-04-05

    * details.c, file.c: copy 'has_artwork' flag when copying
    artwork info from one track to another.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@721 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-04-05

    * applied James Liggett's preferences patch (transition in
    progress).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@720 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-04-05

    * file_itunesdb.c (gp_import_itdb): correct has_artwork flag
    (formerly flag1) for each track if unset or potentially set
    incorrectly.
    
    * bumped version to 0.99.6CVS
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@719 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-03-29

    * misc_confirm.c (delete_playlist_ok): use of playlist->name
    after removing the playlist could/should crash
    gtkpod. Fixed.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@718 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-03-20

    Updated TODO list.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@717 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-03-17

    * file.c (copy_new_info): copy artwork related -- should
    solve issue of updated artwork not displaying on iPod
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@716 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-03-16

    * simplified some code by using itdb_get_path() instead of
    itdb_resolve_path().
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@715 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-03-16

    * Preliminary support for mobile phones supporting iTunes
    (requires the following directory structure to be present:
    <mountpoint>/iTunes
    <mountpoint>/iTunes/iTunes_Control
    <mountpoint>/iTunes/iTunes_Control/iTunes
    <mountpoint>/iTunes/iTunes_Control/Music
    <mountpoint>/iTunes/iTunes_Control/Music/F00
    <mountpoint>/iTunes/iTunes_Control/Music/F01
    <mountpoint>/iTunes/iTunes_Control/Music/F02)
    
    * cosmetic changes to compile with the newest CVS version of
    libgpod.
    
    * use of itdb_get_..._dir() functions to get directory names
    on the iPod.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@714 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-03-12

    * po/ja.po: updated catalog (thanks to Kentaro Fukuchi)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@713 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-03-12

    * configure.in: require libgpod 0.3.3 (CVS version)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@712 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-03-12

    * md5.c (md5_hash_track): prefer filename on disk over
    filename on iPod -> changed files are copied to iPod when
    updating. This was an old bug.
    
    * file.c (copy_new_info), (get_track_info_from_file);
    mp3file.c: support new 'lyrics_flag' and 'movie_flag'.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@711 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-03-09

    * prefs.c (prefs_get_cfgdir): fix bug that crashes
    application when cfgdir cannot be created.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@710 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-03-08

    * scripts/sync-evocalendar.sh: handle multiple calendar and
    task files. Thanks to Michele C. Soccio
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@709 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-03-06

    * bumped to V0.99.5CVS for further development
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@708 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-03-06

    * bumped to V0.99.4 for release
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@706 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-03-05

    * fileselection.c: did not properly clean up after closing
    the dirbrowser window with the window-close button.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@705 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-03-04

    * file_export.c (export_playlist_file_init): missing
    initialization of fcd->win_xml made it impossible to change
    any options when exporting playlists.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@704 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-02-25

    * file_itunesdb.c (gp_write_itdb): do not disable 'Import'
    button if iTunesDB was not written to the iPod
    successfully.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@703 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-02-25

    * file_itunesdb.c (write_extended_info): added ipod_path
    again (got lost somewhere along the way). Thanks to Todd.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@702 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-02-19

    BUGFIX: Context Menus for removing playlists from the iPod were
    not displayed. Thanks to 'rob' for pointing this out.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@701 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-02-19

    * mp3file.c. Set encoding before setting text fields. Thanks
    to 't0c' for the patch.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@700 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-02-19

    Fixed segfault when updating tracks
    or directories with artowrk present.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@699 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-02-14

    * Allow to run autogen.sh if autoconf/automake/libtool
    * installations aren't necessarily installed as "automake",
    * "aclocal", etc. This is typically the case when several
    * different versions of the autotools are installed, with the
    * correct binary paths set in the respective environment
    * variables. (thanks to Mike Heffner)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@698 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-02-04

    * src/file_itunesdb.c: (gp_itdb_set_mountpoint): command line
    option '-m' to set the mountpoint did not work.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@697 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-02-01

    * TROUBLESHOOTING: added hint by Ingo Reimann
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@696 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-02-01

    * scripts/mab2vcard: added support for mobile phone entries
    in thunderbird address books. Thanks to Sebastian Cruz.
    
    * INSTALL: hint about PKG_CONFIG_PATH and LD_LIBRARY_PATH.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@695 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-01-02

    * scripts/sync-knotes.sh: changed awk option
    "--field-separator" to "-F" for better partability. Thanks
    to cacedo.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@694 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2006-01-02

    * prefs_windows.c: browse button for "Sync Notes Script"
    opened a dirbrowser instead of a file browser.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@693 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-12-14

    * bumped to 0.99.3 for CVS version
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@692 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-12-14

    * sync-thunderbird.sh: Ben Ford's patch to allow export of
    several address books (by specifying the output filename)
    
    * remove all podcast code and libcurl dependency (#if 0...) to correct segfaults in prefs window
    
    * sv.po: updated catalog by Stefan Asserhäll
    
    * bumped to 0.99.2 for release
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@690 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-12-11

    * bumped version to 0.99.1 for CVS version
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@689 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-12-11

    * src/itdb.h: added itdb.h
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@687 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-12-11

    * bumped version to 0.99.0 for release
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@686 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-12-11

    updated changelog
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@685 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-12-11

    Updated German translation catalog
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@684 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-12-11

    * prefs_windows.c, context_menu.c, display.c: hide unfinished
    references to podcast download support.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@683 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-12-11

    * details.c: fix problem with 'checked' checkbox.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@682 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-12-10

    NEW: Automatic adding of thumbnail images when adding new
    tracks or updating existing ones. See the option on the 'Track
    Info' page of the preferences dialog for settings about which
    filename will be used. Any filename is possible, even filenames
    constructed from the album or artist name.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@681 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-12-10

    * re-enable delete menu (in addition to context menu).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@680 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-12-09

    * display.c, gtkpod.glade: add 'Edit Details' menu entry.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@679 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-12-09

    * change permissions to 0777 when creating directories (will
    be modified by user's umask).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@678 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-12-05

    * details.c, display_itdb.h: notify details window when
    tracks are being removed.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@677 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-12-04

    Fix warning
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@676 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-12-04

    * file_itunesdb.c: fixed error when writing iTunesDB.ext
    (filename/thumbnail)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@675 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-12-04

    * details.c: copy artwork_count and _size when copying
    artwork, remember last directory
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@674 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-12-03

    * details.c: apply/undo functionality
    
    * file_itunesdb.c: save thumbnail filename in .ext database
    
    * misc_track.c: new: track_set_text()
    
    * misc_conversion.c: recognize "--" as unset time
    
    * display_songs.c: use track_set_text(), track_copy_item()
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@673 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-11-30

    * mp4file.c: patch by Simon MARTIN fixing support for video
    mp4.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@672 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-11-28

    * details.c: support for set_thumbnails / remove thumbnails.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@671 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-11-26

    * globally changed glade_xml_get_widget() to
    gtkpod_xml_get_widget()
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@670 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-11-25

    * display_sorttabs.c, prefs.[ch], prefs_window.[ch],
    gtkpod.glade: compilation CD changes (patch by Iain
    Benson).
    
    * prefs_window.c: change glade_xml_get_widget() to
    gtkpod_xml_get_widget() (the latter gives a warning when
    accessing non-existing widgets).
    
    * display_playlists.c: compatibility fix for libpango < 1.8
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@669 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-11-25

    * misc.h: corrected delcaration for (time_field_to_string).
    
    * display_playlists.c: include <pango/pango-font.h>.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@668 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-11-24

    * details.c: added support for thumbnails display in "Show
    Details" window. Requires libgpod version 0.2.1
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@667 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-11-24

    changed #ifdef LOCALDEBUG  to #if LOCALDEBUG
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@666 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-11-23

    * details.c, details.h: detailled display of tracks. Alpha
    with known issues (no sync of data between main display and
    details display -> deleting of tracks with the details
    window open may segfault the appliction if the details
    window consequently attempts to access the track and
    similar).
    TODO: create menu entries (currently only context menu).
    
    * added support for compilation flag in mp3 files. Thanks to
    Iain Benson for the patch.
    
    * added read support for TID, WFD, TDS, TDR, TT3 tags (used
    by podcasts)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@665 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-11-22

    Fixed another possible segfault in file.c (get_track_info_from_file)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@664 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-11-21

    * file_export.c: Files were not copied from iPod to harddisk
    during DND.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@663 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-11-21

    Fixed segfault in get_track_info_from_file.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@662 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-11-20

    * gtkpod.glade: added tooltips that disappeared when
    remodelling the prefs window one or two versions
    earlier. Removed prefs_window_old from gtkpod.glade.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@661 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-11-19

    Handle .m4v and .mp4 as mp4 files when adding.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@660 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-11-19

    * updated smart playlists automatically if 'live updating' is
    set.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@659 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-11-19

    * file.c, file.h, file_itunesdb.c: basic video support --
    thanks to Uwe Hermann for the input.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@658 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-11-19

    * configure.in: make check for flex fatal.
    
    * added info for compilation from CVS.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@657 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-11-13

    * file.c: strip whitespace when getting tags from filename
    via template.
    
    * take care of flag1/2/3/4 when adding and removing podcasts,
    normal tracks...
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@656 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-11-12

    * display_itdb.c, context_menus.c, misc_confirm.c,
    misc_track.c: provisions for podcasts DND and podcasts
    deletion.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@655 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-11-12

    * gtkpod.glade: added scrollbars for smart playlist
    rules-view.
    
    * display_spl.c: remember last size of edit smartlist window.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@654 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-11-12

    * file_itunesdb.c: bugfix: tracks marked for deletion were
    not deleted from the iPod.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@653 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-11-12

    * podcasts: some code cleanup, added context menus
    
    * prefs.c: handle filenames somewhat more decently
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@652 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-11-09

    * file_itunesdb.c: API for itdb_shuffle_write() changed.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@651 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-10-25

    * display_spl.c: turn "-" button (delete rule) insensitive
    when only one rule is left to avoid that all rules are
    deleted which would result in a corrupted iTunesDB.
    
    * display_spl.c: make sure rule frame is turned insensitive
    when "ignore rules" is active when the spl window opens.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@650 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-10-24

    * display_itdb.c: added gp_itdb_get_podcasts()
    
    * file_itunesdb.c: set up 'Podcasts' local store on startup.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@649 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-10-23

    * removed mountpoint as parameter in itdb_write() as it was
    not used.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@648 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-10-18

    * added a number of 64bit patches received from Bodo Bauer --
    thanks!
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@647 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-10-17

    * podcast.c: (on_pc_add_button_clicked) declared *text[2]
    instead of *text[1] to fix a segfault.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@646 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Alexander Dutton <alexdutton@f2s.com>	2005-10-16

    Fixed a couple of segfaults and committing podcast.h (because I forgot earlier).See ChangeLog_detailed for more details.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@645 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Alexander Dutton <alexdutton@f2s.com>	2005-10-16

    Fixed segfault on passing NULL pointers to curl and podcasts are now added to the podcast playlist.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@644 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-10-15

    * file.c: (get_file_name) fixed assertion when adding files.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@643 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-10-10

    * file.c: fixed fix to possible segfault in update_tracks()
    that can occur when updating tracks that become duplicates through
    updating. Thanks to Thorsten Brehm.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@642 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-10-10

    * file.c: fixed possible segfault in update_tracks() that can
    occur when updating tracks that become duplicates through
    updating. Thanks to Thorsten Brehm.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@641 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-10-03

    * display_songs.c: allow to select interactive typeahead
    search row by clicking on the row -- it is no longer
    necessary to click in the header and initiate sorting.
    Please note that the Treeview needs to have keyboard
    focus.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@640 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-10-02

    * file_itunesdb.c: add podcasts list when creating empty
    databases. Add podcasts list when importing database
    without podcasts. Merge podcasts list when importing
    database with podcasts list present. NOTE: special
    behaviour of podcasts (i.e. not being listed in MPL and
    consequences thereof) is not yet addressed.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@639 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Alexander Dutton <alexdutton@f2s.com>	2005-09-29

    Sorted dependence on gdk_threads_init() and now follows Location: headers.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@638 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-09-29

    BUGFIX: Lame's Replay Gain was read incorrectly for certain
    values. Thanks to Chris Brotherton for tracking this down.
    
    * configure.in: check for libcurl (Jerry Dueitt)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@637 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Alexander Dutton <alexdutton@f2s.com>	2005-09-29

    Added code to remove trailing slash from podcast directory and updated ChangeLog_detailed for this and my last commit.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@636 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-09-27

    * display_songs.c: sorting by size and tracklength did not
    work because of two missing break statements... Thanks to
    Flavio Stanchina for tracking this down!
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@635 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Alexander Dutton <alexdutton@f2s.com>	2005-09-27

    Renamed podcast toolbar button and removed podcast file GtkTreeView (it's added by code)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@634 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Alexander Dutton <alexdutton@f2s.com>	2005-09-27

    Second revision to podcast functionality
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@633 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-09-24

    * display_playlists.c: give Podcasts playlists a special
    look.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@632 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-09-24

    * phased out use of ITDB_PL_TYPE_MPL/NORM and replaced with
    itdb_playlist_is_mpl()
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@631 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-09-23

    * added 'date released' to displayable colums
    
    * applied Alexander Dutton's patch for podcast support (first
    stages thereof).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@630 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-09-20

    * scripts/sync-palm-jppy.py: NEW: script to sync contacts
    from a Palm (via jppy). Thanks to Nick Piper,
    http://www.nickpiper.co.uk/)
    
    * type-ahead search functionality (thanks to Nick Piper)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@629 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-09-17

    UPDATED: Italian translation (thanks to Edward Matteucci)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@628 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-09-17

    * added 'Comment' field to displayed fields.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@627 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-09-17

    * file_itunesdb.c: fixed bug in gp_itdb_set_mountpoint
    causing gtkpod to crash when exiting the preferences
    dialog (bug introduced on 9/13)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@626 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-09-16

    * Give progress information when matching MD5 checksums to
    files in case iTunesDB was written by different software.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@625 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-09-16

    * Check iPod's files (check_db()) now checks files in all
    available F.. directories.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@624 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-09-14

    * removed reference to itdb_ sourcefiles in POTFILES.in (have
    been moved to the libgpod project
    * updated de.po
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@623 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-09-14

    * new fr.po by Eric Lassauge
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@622 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-09-13

    * implemented changed API for itdb_filename_on_ipod()
    
    * use new function itdb_set_mountpoint() to set mountpoint.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@621 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-09-11

    NEW: transition to libgpod to read/write iTunesDB. See
    www.gtkpod.org/libgpod.html for details.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@620 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-09-09

    Added files forgotten to be added earlier.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@618 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-09-09

    Some hints for mounting gtkpod.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@617 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-08-29

    * SAFETY: call sync() and flush all buffers to the iPod after
    writing the iTunesDB -- should minimise filesystem errors
    caused by people disconnecting the iPod without unmounting
    (four instances in itdb_itunesdb.c)
    
    * NEW: script to sync addressbooks in ldif format provided by
    Sebastien BERIDOT (scripts/sync-ldif.sh,
    scripts/ldif2vcf.sh).
    
    * NEW: script to sync kNotes (KDE note program) provided by
    Sebastian Scherer (scripts/sync-knotes.sh).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@616 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-08-27

    * MP3 tags: use 'Band/Orchestra/Accompaniment' (TPE2) as
    artist if it exists. Otherwise use 'Lead artist/Lead
    performer/Soloist/Performing group' (TPE1) as before. Let
    me know if this causes problems for you.
    
    * BUGFIX: Copying playlists by drag and drop could confuse
    smart playlists referencing these playlists. This was due
    because the DND duplicated the ID by which these playlists
    were referenced. A new ID is now set automatically when
    adding playlists by itdb_playlist_add().
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@615 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-08-08

    * UPDATED Hebrew translation (thanks to Assaf Gillat)
    
    * include <sys/param.h> in misc.c to avoid error when
    including <sys/mount.h> under FreeBSD 5.4 (reported by
    Pablo Cacho)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@614 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-07-17

    * fixed some gcc 2.95 compatibility issues (thanks to Arno
    Overgaauw)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@613 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-07-16

    * Improved handling of dangling files (files that are
    referenced in the iTunesDB but are not present on the iPod)
    after I had to use the function myself: iTunes 4.9 removed
    most of my files from the iPod -- currently restoring with
    an old iTunesDB copy.
    
    * Changed writing of iTunesDB to make sure OTG Playlists are
    handled correctly.
    
    * Fixed compatibility issue with new firmware 3.1 and iTunes
    4.9 (only 256 tracks were shown on the iPod, iTunes
    removed the majority of the tracks from the iPod).
    Podcasts are still not supported, however, and will be lost
    when handled by gtkpod.
    
    * Updated German translation catalog
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@611 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-07-15

    * Improved handling of dangling files (files that are
    referenced in the iTunesDB but are not present on the iPod)
    after I had to use the function myself: iTunes 4.9 removed
    most of my files from the iPod -- currently restoring with
    an old iTunesDB copy.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@610 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-07-15

    UPDATE: Hebrew translation catalog. Thanks to Assaf Gillat!
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@609 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-07-09

    * itdb_itunesdb.c: fixed OTG playlist filename and handling
    (thanks to "Todd")
    
    * Makefile.am: use relative path for symbolic link to
    gtkpod.glade
    
    * misc.c: use 'eject' executable instead of eject code. Also
    fixes the bug that 'could not unmount' was always
    displayed, even if the umount was successful (thanks to
    Andreas Hauber).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@608 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-07-02

    * Makefile.am: ln complained when installing the second time
    into the same place -- remove target file before the ln
    command.
    
    * itdb_itunesdb.c: changed from version 0x0c (iTunes 4.71/4.8)
    to version 0x0d (iTunes 4.9). mhods are now considered
    children of mhips, and the total length of the mhip must be
    adjusted accordingly.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@607 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-07-01

    * finished user-definable sort ignore list (ctrl-s). Still
    todo: resort automatically when changing the ignore list.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@606 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-06-30

    * continued with user definable ignore list in
    display_sorttabs.c (the list still is not used, but now only
    the sort function needs to be updated)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@605 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-06-30

    BUGFIX: Some iTunesDB written by iTunes could not be read
    because of an error in the parse code (gtkpod would attempt to
    read beyond the end of the file).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@604 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-06-28

    * continued with user definable ignore list during sorting
    ("The", "A",... at the beginning of fields). Prefs can be
    set, are stored and read, but they are not yet used. Also,
    the initial values must still be set.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@603 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-06-27

    * started with user definable ignore list during sorting
    ("The", "A",... at the beginning of fields).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@602 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-06-25

    * bumped to version 0.94-CVS
    
    * update sort preferences window when clicking on track view
    headers
    
    NEW FEATURE: stable sorting of track view. This allows you, for
    example, to first sort by title, then by artist. The list will
    then be sorted by artist, but all titles of each artist remain
    sorted as well (before the tiles were random).
    Arbitrary depth and order of stable sorting is possible by
    clicking the sort columns in the desired order.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@601 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-06-25

    BUGFIX: When changing the mountpoint, the change was not
    written to the preferences file correctly.
    
    BUGFIX: 'Copy from iPod' just failed in offline mode instead of
    giving meaningful error messages -> fixed.
    
    IMPROVEMENT: 'Copy from iPod' is not 'Export from Database' and
    allows to export from the local database as well. This is
    useful if you want to rename files in a consistant manner.
    
    Release as 0.93.1
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@599 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-06-24

    * Renamed 'Copy from iPod' to 'Export from Database',
    disabling Export from the iPod in offline mode, and fixing
    export from local database.
    
    BUGFIX: 'Copy from iPod' just failed in offline mode instead of
    giving meaningful error messages -> fixed.
    
    IMPROVEMENT: 'Copy from iPod' is not 'Export from Database' and
    allows to export from the local database as well. This is
    useful if you want to rename files in a consistant manner.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@598 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-06-23

    Wrapup for gtkpod V0.93
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@596 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-06-22

    * updated sv.po (thanks to Stefan Asserhäll)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@595 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-06-22

    * updated sv.po (thanks to Stefan Asserhäll)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@594 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-06-20

    Added mab2vcard and sync-thunderbird.sh files to CVS.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@593 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-06-20

    * repaired progress dialog display when exporting tracks from
    the iPod.
    
    * added more detailled error messages when files could not be
    added / refreshed.
    
    * updated de.po
    
    * added faac entry to TROUBLESHOOTING
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@592 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-06-20

    * applied gcc4.0 patch provided by Mark Mitchell
    
    * included updated Japanese catalog (thanks to Kentaro
    Fukuchi)
    
    * added sync-thunderbird.sh and mab2vcard scripts provided by
    Clinton Gormley.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@591 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-06-18

    * finished code automatically export tracks from iPod to
    harddisk when dragging from the iPod database to the local
    database.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@590 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-06-17

    * integrated debian patches provided by Frank Lichtenheld
    
    * replace EjectSCSI code by a version written by Frank
    Lichtenheld that uses the new SG ioctls.
    
    * changed copyright notice to 2002-2005 in most files
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@589 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-06-15

    NEW FEATURE: sync-abook.sh and sync-webcalendar.sh scripts
    provided by Daniel Kercher.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@588 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-06-15

    * added sync-abook.sh and sync-webcalendar.sh scripts provided
    by Daniel Kercher
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@587 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-06-12

    * updated po/POTFILES.in and updated all po-files
    
    * updated German translation catalog (and some English typos)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@586 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-06-12

    * added new Italian catalog (thanks to Edward Matteucci)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@585 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-06-12

    * added checks when adding playlist files to avoid adding
    directories or the same playlist file again.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@584 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-06-12

    * applied patch provided anonymously through the bugs
    tracker: don't hang when reading playlist files with empty
    lines.
    
    * applied patch provided by Alexey Dokuchaev to replace
    'recode' by 'iconv' in the export scripts provided.
    
    * fixed bug when exporting tracks from the iPod: when the
    original filename of tracks is stored, tracks were not
    copied from the iPod but from the original location on the
    user's harddisk. If that file has been removed in the
    meanwhile, the export would fail.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@583 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-06-05

    * removed remaining functions in callback.c to better
    locations (mainly display.c), removed callbacks.c and
    callbacks.h
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@582 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-06-05

    * changed version to 0.91-CVS and made sure the itdb_* prefs
    settings are skipped for version < 0.91.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@581 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-06-05

    * fixed bug when setting up initial local and iPod databases
    (added the iPod database twice, did not create local database)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@580 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-06-03

    added files (forgotten yesterday)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@579 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-06-02

    * included James Ligget's patch to replace the file selectors
    with filechooser dialogs
    
    * moved the code in dirbrowser.c to the new file fileselection.c
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@578 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-06-01

    * Fixed bug for display and reading of compilation flag
    (display reversed, wrong offset during read)
    
    * Fixed bug for reading of type entry (wrong offset)
    
    (thanks	to Julien Oster for the patch)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@577 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-30

    * display_playlists.c, display_sortabs.c, display_songs.c:
    added gtkpod_tracks_statusbar_update() to drag_end()
    callbacks.
    
    * file_itunesdb.c: fixed segfault when pressing the 'Cancel'
    button during file transfer to the iPod.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@576 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-29

    * itdb_cp_track_to_ipod(): no longer uses ipod-ID to create
    filename.
    
    * file.c, misc_confirm.c: fixed several non-reported bugs
    concerning deletion
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@575 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-27

    * display_songs.c: ipod_path in track display set to "Local
    Database" for ITDB_TYPE_LOCAL
    
    * prefs_windows.c: fixed error concerning show/hide of
    tooltips
    
    * display*.c: hopefully made tooltips working again throughout
    gtkpod.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@574 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-27

    * moved all prefs_windows callbacks from callbacks.c to
    prefs_windows.c  -- should be continued with other callbacks.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@573 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-26

    * renamed get_track_name* to get_file_name*
    
    * fixed some issues with track deletion (tracks were never
    removed from harddisk)
    
    * moved some more prefs_windows callbacks from callbacks.c to
    prefs_windows.c (continuous project whenever I feel like it)
    
    * gtkpod.glade: added a couple of forgotten callbacks to prefs
    dialog
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@572 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-24

    * finished rewrite of delete code (only context-menu delete
    supported at the moment). Basically untested :-(
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@571 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-22

    * display warning if unmounting of the iPod was unsuccessful
    
    * when syncing dirs remove tracks when dir was removed.
    
    * mp3file.c:
    Replaced "mp3info" by "MP3Info" and "mp3header" by
    "MP3Header" to avoid similar problems in the future.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@570 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-21

    * itdb_itunesdb.c: add check for truncated PlayCounts file and
    skip it (necessary in case the file has been truncated by
    dosfsck)
    
    * display_spl.c: fixed double display of combobox entries
    
    * mp3file.c: hunted down the meanest segfault encountered so
    far. "mp3info *mp3info;" sizeof (mp3info) is what?
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@569 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-19

    * added some g_return_if_fail(itdb->mountpoint) statements.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@568 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-19

    * fixed segfault when trying to import read-protected MP3 files
    (thanks to Chris Pitchford for pointing out this bug).
    
    * fixed segfault when adding tracks to the local database
    
    * improved error messages when import of files fails
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@567 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-17

    * implemented tree-lookup for track IDs to speed up import of
    large iTunesDBs along the lines of Richard Deken's patch
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@566 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-16

    * file_itunesdb.c: fixed infinite loop pointed out by Richard
    Deken
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@565 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-14

    Added hints about hfsplus to README
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@564 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-14

    Added information about USB+hfsplus to README
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@563 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-13

    * gtkpod.glade: added delete event signal handler to
    prefs_window
    
    * info.c, prefs_window.c: raise prefs/info window to the top
    when it is already open
    
    * info.c: added xml_signal_autoconnect() otherwise close
    buttons wouldn't work.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@562 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-13

    Added Christoph Kunz on the patch-supplier list.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@561 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-13

    * mp4file.c: changed case-sensitive compare to
    case-insensitive compare for filetype extension
    
    * mp3file.c: applied Christoph Kunz' patch addressing a couple
    of compatibility issues with non-ID3v2.4 compatible software
    (most software out there that's not using the id3tag-lib).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@560 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-10

    * file_itunesdb.c: Automatic update of smart playlists after
    import.
    
    * file_export.c: Fixed segfault in 'copy from iPod' and 'crate
    playlist file' (caused by transition to libglade)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@559 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-09

    * tracks deleted from the iPod within gtkpod will now really
    be deleted during the next Sync (bug introduced through the
    introduction of itdb)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@558 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-08

    * file.c: when adding tracks also copy tracks that are already
    on the iPod but not in the iPod_Control dir.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@557 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-08

    * itdb_playlist.c: correct comparison for smart-list action
    SPLACTION_IS_IN_THE_RANGE
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@556 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-08

    * TROUBLESHOOTING: added note from Mark Davis that the SHUFFLE
    cares about it's volume name.
    
    * itdb_itunesdb.c: make sure version number written to
    iTunesDB is 0x0c -- otherwise the SHUFFLE is not supported.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@555 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-07

    * replayed all g_assert() with g_return_if_fail() to avoid
    program termination on error.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@554 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-07

    * file_itunesdb.c, itdb_itunesdb.c: added support for iPod
    Shuffle. Testing is needes because I don't own a Shuffle.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@553 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-07

    * src/ preliminary import/export support for local database as
    well as for iPod database.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@552 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Sedeño Fernandez <david@alderia.com>	2005-05-07

    2005-05-07 David Sedeño <david@alderia.com>
    
    * gtkpod.glade: Put autoselect_hbox name to an hbox in display tab.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@551 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-07

    Updated .cvsignore to include 'mkinstalldirs'
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@550 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-07

    Removed files no longer needed: inerface.c and interface.h
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@549 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Sedeño Fernandez <david@alderia.com>	2005-05-06

    2005-05-06 David Sedeño <david@alderia.com>
    
    * gtkpod.glade: Added Misc and Toolbar section to Display tab.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@548 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Sedeño Fernandez <david@alderia.com>	2005-05-06

    Change the order of cancel and apply button in order to follow the guidelines.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@547 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Sedeño Fernandez <david@alderia.com>	2005-05-06

    2005-05-06 David Sedeño <david@alderia.com>
    
    * gtkpod.glade: Put Cancel, Apply, Accept buttons in preferences
    window.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@546 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-06

    * display_songs.c, display_playlists.c, display.c,
    display_sorttabs.c: added text/uri-list as drag and drop
    type, added autoscroll to playlist- and track view,
    corrected behaviour during certain drop situations onto the
    track view.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@545 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-05

    * src/display* and others: DND between filter tabs, playlist
    view, track view, as well as external file browsers.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@544 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-02

    * display_spl.c: fix spl edit window after transition to
    libglade.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@543 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-01

    * display_playlist.c, display_songs.c: implemented DND within
    track view as well as between track and playlist view.
    
    * parse_tracks_from_string(): fixed segfault
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@542 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-01

    * src/*.c: initialize @xml_file to either the local copy or
    the installed copy (main.c) and use that for all accesses to
    gtkpod.glade
    
    * Makefile.am: uninstall-hook, rework install-hook and
    dist-hook, move pixmaps back to pixmaps directory
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@541 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-01

    removed gtkpod.glade and gtkpod.gladep from pixmaps dir again (CVS does not seem to support symlinks...)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@540 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-05-01

    Added symlinks from /pixmap/ to ../gtkpod.glade and ../gtkpod.gladep
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@539 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-04-30

    More progress with DND on playlist view.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@538 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-04-30

    * po/sv.po: update received from Stefan Asserhäll
    
    * file_itunesdb.c: fixed segfault when importing database
    twice (still need to fix that database _can_ be imported
    twice, which shouldn't be)
    
    * file_itunesdb.c: display track info after import of database
    
    * misc_track.c: fixed error in gp_duplicate_remove() when
    @track was not yet added to any itdb.
    
    * display_playlists.c: DND within playlist view across and
    within itdbs now functional (it appears).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@537 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-04-29

    de.po: Updated comment in header
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@536 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-04-29

    * po/de.po: update
    
    * src/display_playlist.c, src/misc_track.[ch]: continued work
    on playlist DND.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@535 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-04-29

    Updated de.po
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@534 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-04-29

    * src/display_playlist.c, src/misc_track.[ch]: continued work
    on playlist DND.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@533 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Sedeño Fernandez <david@alderia.com>	2005-04-29

    2005-04-29 David Sedeño Fernandez <david@alderia.com>
    
    * gtkpod.glade: Put scrolled window in General tab.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@532 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-04-29

    Updated po-files.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@531 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-04-29

    the files.
    ---------------------------------------------------------------------
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@530 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-04-29

    * src/ removed dependence on support.[ch], interface.[ch] and
    the files.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@529 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-04-29

    Updated POTFILES.in to include gtkpod.glade and removed interface.c
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@528 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-04-29

    Changed 'Visible' to 'No' on all top level windows.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@527 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Sedeño Fernandez <david@alderia.com>	2005-04-28

    2005-04-28  David Sedeño Fernandez <david@alderia.com>
    
    * gtkpod.glade: Add missing callbacks in Edit and Tools tab.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@526 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Sedeño Fernandez <david@alderia.com>	2005-04-28

    2005-04-28  David Sedeño Fernandez <david@alderia.com>
    
    * gtkpod.glade: Sync option from Reading to General. Put forbidden
    buttons in mserv option. Add missing tooltips.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@525 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-04-28

    Merged with branch 'libglade' and tagged version before merge as
    'nolibglade'.
    
    Added ChangeLog_detailed with detailed changes done by David Sedeño
    Fernánd.
    
    
    
    ----------------------------------------------------------------------
    Makefile.am NEWS configure.in gtkpod.glade CVS: src/Makefile.am
    src/confirmation.c src/display.c src/display.h CVS:
    src/display_playlists.c src/display_songs.c CVS:
    src/display_sorttabs.c src/display_spl.c src/file_export.c CVS:
    src/info.c src/interface.c src/interface.h src/main.c CVS: src/misc.c
    src/misc.h src/misc_input.c src/prefs.c CVS: src/prefs_window.c CVS:
    Added Files: CVS: ChangeLog_detailed CVS:
    ----------------------------------------------------------------------
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@524 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-04-28

    IMPROVEMENT: sync-notes.sh now also works on directories (thanks
    to Thomas Perl)
    
    Some German translations
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@522 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-04-09

    Removed support_fedora.diff
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@503 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-04-09

    More playlist DND experiments.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@501 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-04-08

    Corrected error when writing string rules of smart playlists.
    
    Some more experimenting with DND
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@500 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-04-07

    Corrected messed-up POTFILES.in again :-/
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@499 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-04-07

    Corrected permissions when creating iTunesDB or local database.
    
    Did some work on DND in playlist view (work in progress!).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@498 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-04-07

    Updated POTFILES.in
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@497 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-04-07

    Added some German translations
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@496 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-04-06

    Fixed segfault when no iTunesDB could be found.
    
    Fixed segfault when exporting iTunesDB.
    
    Fixed itdb_cp function to actually copy files.
    
    Fixed export problem: when importing exported database, all tracks were
    the same (had to assign unique IDs to the tracks on export).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@495 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-04-05

    Following Tylers comments changed "time_created" to "time_added" and
    initialise field with time added rather than the time the file was
    created.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@494 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-04-04

    Fixed some problems with drags of drags on playlists
    
    Moved DND code from callback.c to display_songs.c, display_playlists.c
    and display_sorttabs.c
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@493 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-04-02

    IMPROVEMENT: support MP3 disc numbers (thanks to Leigh Dyer)
    
    DND: Drop of tracklists onto playlist view now possible.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@492 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-03-27

    IMPROVEMENT: Added '%p' (current playlist) identifier when
    exporting tracks.
    
    BUGFIX: in display_itdb.c: gp_playlist_remove_track() would
    hang when removing from master playlist.
    
    BUGFIX: when importing the iTunesDB, the displayed itdb was not
    properly replaced.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@491 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2005-03-08

    Updated french translation
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@490 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2005-03-08

    Updated the list of source files containing translatable strings
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@489 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2005-03-08

    Fixed build with gcc2.95
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@488 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-03-07

    Fixed problem with rating value in smart playlists (needed to specify "20" for one star etc).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@487 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-02-13

    It's now possible to load existing iTunesDB and look at it.
    
    Work in progress. Now compiles but not tested. Latest working version
    available at http://gtkpod.sf.net/gtkpod-0.87-2.tar.gz
    
    For those interested: the itdb* are fully functional and can be used
    to read/write iTunesDBs complete with smart lists.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@486 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-02-12

    Complete rework of code.
    
    Work in progress. Now compiles but not tested. Latest working version
    available at http://gtkpod.sf.net/gtkpod-0.87-2.tar.gz
    
    For those interested: the itdb* are fully functional and can be used
    to read/write iTunesDBs complete with smart lists.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@485 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-02-11

    Complete rework of code.
    
    Work in progress. Will almost compile (just some rewriting of DND
    code). Latest compiling version available at
    http://gtkpod.sf.net/gtkpod-0.87-2.tar.gz
    
    For those interested: the itdb* are fully functional and can be used
    to read/write iTunesDBs complete with smart lists.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@484 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-02-08

    Complete rework of code.
    
    Work in progress. Will not compile. Latest compiling version available
    at http://gtkpod.sf.net/gtkpod-0.87.tar.gz
    
    For those interested: the itdb* are fully functional and can be used
    to read/write iTunesDBs complete with smart lists.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@483 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-02-05

    Updated it.po
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@482 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-02-05

    Complete rework of code.
    
    Work in progress. Will not compile. Latest compiling version available
    at http://gtkpod.sf.net/gtkpod-0.87.tar.gz
    
    For those interested: the itdb* are fully functional and can be used
    to read/write iTunesDBs complete with smart lists.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@481 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-01-22

    Complete rework of code.
    
    Work in progress. Will not compile. Latest compiling version available
    at http://gtkpod.sf.net/gtkpod-0.87.tar.gz
    
    For those interested: the itdb* are fully functional and can be used
    to read/write iTunesDBs complete with smart lists.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@480 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-01-21

    Complete rework of code.
    
    Work in progress. Will not compile. Latest compiling version available
    at http://gtkpod.sf.net/gtkpod-0.87.tar.gz
    
    For those interested: the itdb* are fully functional and can be used
    to read/write iTunesDBs complete with smart lists.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@479 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-01-19

    Complete rework of code.
    
    Work in progress. Will not compile. Latest compiling version available
    at http://gtkpod.sf.net/gtkpod-0.87.tar.gz
    
    For those interested: the itdb* are fully functional and can be used
    to read/write iTunesDBs complete with smart lists.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@478 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-01-12

    Updated script "sync-notes.sh" (Clinton Gormley)
    
    --
    Complete rework of code.
    
    Work in progress. Will not compile. Latest compiling version available
    at http://gtkpod.sf.net/gtkpod-0.87.tar.gz
    
    For those interested: the itdb* are fully functional and can be used
    to read/write iTunesDBs complete with smart lists.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@477 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-01-11

    Complete rework of code.
    
    Work in progress. Will not compile. Latest compiling version available
    at http://gtkpod.sf.net/gtkpod-0.87.tar.gz
    
    For those interested: the itdb* are fully functional and can be used
    to read/write iTunesDBs complete with smart lists.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@476 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-01-08

    Complete rework of code.
    
    Work in progress. Will not compile. Latest compiling version available
    at http://gtkpod.sf.net/gtkpod-0.87.tar.gz
    
    For those interested: the itdb* are fully functional and can be used
    to read/write iTunesDBs complete with smart lists.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@475 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-01-07

    Complete rework of code.
    
    Work in progress. Will not compile. Latest compiling version available
    at http://gtkpod.sf.net/gtkpod-0.87.tar.gz
    
    For those interested: the itdb* are fully functional and can be used
    to read/write iTunesDBs complete with smart lists.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@474 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-01-06

    Complete rework of code.
    
    Work in progress. Will not compile. Latest compiling version available
    at http://gtkpod.sf.net/gtkpod-0.87.tar.gz
    
    For those interested: the itdb* are fully functional and can be used
    to read/write iTunesDBs complete with smart lists.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@473 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-01-05

    Complete rework of code.
    
    Work in progress. Will not compile. Latest compiling version available
    at http://gtkpod.sf.net/gtkpod-0.87.tar.gz
    
    For those interested: the itdb* are fully functional and can be used
    to read/write iTunesDBs complete with smart lists.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@472 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-01-04

    Complete rework of code.
    
    Work in progress. Will not compile. Latest compiling version available
    at http://gtkpod.sf.net/gtkpod-0.87.tar.gz
    
    For those interested: the itdb* are fully functional and can be used
    to read/write iTunesDBs complete with smart lists.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@471 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-01-03

    Complete rework of code.
    
    Work in progress. Will not compile. Latest compiling version available
    at http://gtkpod.sf.net/gtkpod-0.87.tar.gz
    
    For those interested: the itdb* are fully functional and can be used
    to read/write iTunesDBs complete with smart lists.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@470 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-01-03

    Complete rework of itunesdb.c (will be itdb.c from now).
    
    Work in progress -- will not compile. The latest compiling version can be downloaded from http://gtkpod.sf.net/gtkpod-0.87.tar.gz
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@469 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-01-02

    .
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@468 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2005-01-02

    Intermediate release with smart playlists. Available at http://gtkpod.sf.net/gtkpod-0.87.tar.gz
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@467 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-12-30

    Added track view column for Compilation.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@466 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-12-30

    Added column in track view for Compilation.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@465 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-12-29

    added sync-evocalendar
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@464 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-12-29

    By Clinton Gormley (clint at traveljury dot com)
    
    1) Updated the each_rating_pl function as you suggested - this now works
    from the menu item
    2) The sync_evolution script that you sent me works fine
    3) Added a sync_evocalendar script which synchronises calendar and task
    from evolution
    4) Added a sync_notes script which puts anything in ~/ipod_notes (or a
    directory specified on the command line) into Notes
    5) Added a path for the notes_script under preferences
    6) Added options under Tools for Synchronise notes and Synchronise all
    (ie contacts, calendar and notes, with tooltip to that effect)
    7) If you tick the box specifying Do automatically when DB synced, also
    does notes now.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@463 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jens Taprogge <ln2@users.sourceforge.net>	2004-12-29

    Do not try to use LAME Tag for LAME versions older than 3.90.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@462 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-12-18

    Mark "gtkpod" playlist and "All" entries with boldface.
    
    Fix sort order in playlist view and in sorttabs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@461 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-12-16

    Fixed possible infinite loop in charset_to_charset() when charset is
    invalid. Thanks to Joshua Stein.
    
    Suppressed message about unsorting not possible at startup.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@460 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-12-13

    BUGFIX: drag and drop was only implemented for mp3 files, not
    for m4a, m4p, m4b, and wav files (thanks to Chris Micacchi for
    pointing it out and supplying a first fix).
    
    UPDATE: Swedish translation catalog
    
    Added validation of smart playlist rules before export.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@459 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-12-06

    Smart Playlists -- enjoy! But: I need testers!
    
    Support for iTunes' "checked" field.
    
    When sorting ignore 'the' and similar at the beginning of the
    title (thanks to Chris Micacchi)
    
    Use statvfs() instead of a call to the external command "df"
    to determine the free space on the iPod (thanks to Steve Jay)
    
    The fields "time_modified/played/created" can now be edited
    from within the track view.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@458 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-11-27

    Support for iTunes' "checked" field.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@457 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-11-22

    Support to read _and_ write back smart playlists.
    
    User interface to display/modify/create smart playlists not available
    (yet).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@456 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-11-21

    Support to read smart playlists.
    Neither display, editing, nor saving is supported yet.
    Smart playlists are marked with a graphical symbol next to the name in
    the playlist view, however.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@455 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-11-20

    Updated de.po
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@454 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-11-20

    Fixed handling of OTG playlists (incorrect IDs were added to playlists)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@453 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-11-19

    Fixed cause for possible segfault with corrupt MP3 in mp3file.c (thanks to Vic Fryzel for pointing to it).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@452 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-11-19

    Moved troubleshooting section from INSTALL to new file TROUBLESHOOTING
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@451 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-11-15

    BUGFIX: Ascending and descending were interchanged in the sort
    window.
    
    Fix for unsort of track view.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@450 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-11-14

    Fixed "BROKEN_GTK_TREE_SORT": will print out error message when bug is present (<2.5.4), but will work fine even if compiled with <2.5.4 and later 2.5.4 is installed.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@449 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-11-14

    New section in the README about ENVIRONMENT variables.
    
    IMPROVEMENT: Some fixes for compilation under solaris. This
    also led to the introduction of the environment variable
    "GTKPOD_DF_COMMAND" that can be used to customize the df
    command called to probe the free space of the iPod.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@448 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-11-09

    BROKEN_GTK_TREE_SORT: unsort of treeviews will work with GTK 2.5.4 or above. The code needs some cleanup for GTK<2.5.4 -- at the moment it barely compiles...
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@447 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-11-09

    Fixed fix for solaris compile.
    Added test for solaris-specific libs to configure script.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@446 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2004-11-07

    Changed shell to sh to avoid dependency with bash (pointed by Julian C. Dunn)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@445 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-11-04

    Changes to flock() (emulate if not present) and which() (replaced
    by g_find_program_in_path()) to make gtkpod more portable.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@444 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-11-02

    IMPROVEMENT: The extended information database now also
    contains the iPod filename. This allows to find a certain
    track even on systems not running gtkpod/gnupod/iTunes etc.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@443 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-10-22

    Updated TODO list.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@442 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2004-10-05

    - Sync'ed po files with sources
    - Updated french translation
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@441 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2004-10-05

    Fixed filenames for date_parser*
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@440 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-10-05

    BUGFIX introduced in CVS-0.82: Play Count File was never removed --
    2nd generation didn't care because it removed the file upon reboot.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@439 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-10-05

    BUGFIX: special sorttab: sorting according to "time modified"
    and "time created" did not work.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@438 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-10-04

    Changed File Selection for "..." in prefs windows to FileChooser.
    Added "..." for mserv paths.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@437 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-10-03

    Bugfixes (mserv).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@436 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-10-02

    Implemented Michael Rolig's patch/idea to access mserv data
    for the rating. Still needs testing as I don't use mserv.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@435 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-10-01

    Flavio Stanchina: duplicate filename now supersides original filename
    (most likely the user just moved around his files)
    
    Changed version from 0.82-CVS to 0.82_CVS
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@434 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-09-20

    BUGFIX: The menu item "Check iPod's Files" was not reliably
    activated. It's now always selectable when not in offline
    mode.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@433 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-09-20

    Some fixes to "tmp_disable_sort"
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@432 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-09-20

    IMPROVEMENT: Speeded up display of sorted views. Thanks to
    Stefan Asserhäll for the idea and valuable input.
    
    BUGFIX: When using "block display during updates" the display
    was still updated during import. Fixed.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@431 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-09-15

    NEW FEATURE: added "randomize current playlist" (only the menu
    entry without actual code was present so far).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@430 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-09-12

    fix in prefs_windows.c: renamed to PACKAGE_DATA_DIR
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@429 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-09-12

    Update of ChangeLog
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@428 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-09-12

    BUGFIX: when clicking onto the column header of the track
    treeview three times and moving sidewards with the mouse at
    the same time, gtkpod crashed. Crashing was due to a bad
    workaround of a bug in the GTK+-library. Removed workaround
    and instead submitted a patch for GTK+. Until the patch has
    been accepted, unsorting will not work. The bug report is
    available at http://bugzilla.gnome.org/show_bug.cgi?id=152414
    and the patch can also be downloaded at
    gtkpod.sourceforge.net/gtkliststore_c.diff
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@427 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-08-31

    Updated Italian catalogue. Thanks to Edward!
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@426 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-08-22

    Added Swedish translation provided by Stefan Asserhall. Thanks a lot!
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@425 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-08-21

    IMPROVEMENT: Moved some options from the preferences dialog to
    the file chooser dialog where you need them. gtkpod now
    requires GTK2.4 to compile.
    
    NEW FEATURE: export of PLS or M3U file including meta data.
    
    removed 2.0-2.4 patch file as it will no longer work.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@424 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-08-14

    IMPROVEMENT: Speeded up writing of iTunesDB. For me it is now
    around one second instead of 38 seconds before (for security
    I'm using the iPod as a non-buffered device). A back-upped
    version of the iTunesDB is now always written to ~/.gtkpod.
    
    Fixed misleading error message "iTunesDB.ext does not exist"
    when actually iTunesDB does not exist (e.g. because the iPod
    is not mounted).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@423 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-08-14

    This file will be in CVS but not necessarily in the official distribution. I'm still thinking about it.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@422 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-08-14

    NEW FEATURE: support for On-The-Go Playlists. They will show
    up as "OTG Playlist 1" etc.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@421 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-08-13

    BUGFIX: when writing tags to file the track tag was
    deleted.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@420 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2004-08-06

    Add Nicolas Chariot (author of the icons) to Credits
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@419 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2004-08-06

    Forced commit to add comment to the previous update : fix compilation with gcc 2.95
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@418 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2004-08-06

    Add icons for buttons (thanks to Nicolas Chariot)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@417 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2004-08-06

    Autoconf 2.55 is required
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@416 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-07-25

    Display soundcheck in dB
    
    Fixed localization Problem with replay gain values stored
    iTunesDB.ext
    
    Bounced version to 0.82-CVS (because of above localization
    problem).
    
    Context menus will not be displayed while display update is
    not finished (safer!).
    
    README: Added to "Update", "Playcounts", rewrote "Volume
    Normalization", and updated "Icons".
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@415 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-07-22

    Re-read free space after changing mountpoint.
    
    Better progress and error dialogs for normalization.
    
    Updated de.po
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@414 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-07-21

    BUGFIX: gain tags written by mp3gain were never read
    correctly. Normalization using mp3gain was therefore
    impossible. Didn't anyone ever use that feature?!
    
    Fixed a German translation.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@413 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-07-19

    BUGFIX: fixed bug that caused gtkpod to hang when activating
    duplicate detection without having the list of duplicates
    displayed (must have been around ever since duplicate
    detection was introduced...)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@412 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-07-19

    IMPROVEMENT: Added new track information fields: iPod_Path,
    creation time, soundcheck, samplerate, "BPM"
    
    IMPROVEMENT: Volume normalizing: when importing mp3 the replay
    gain is read and the soundcheck field set accordingly. Use
    the "soundcheck" feature of the iPod to have the volume
    normalized during playback.
    If no replay gain tag is set, use the "Normalize" as usual to
    have mp3gain write a replay gain tag.
    
    Added tooltips to describe the track colums (in prefs window
    and main application window -- not the obvious ones like
    "Artist", "Title" and the like).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@411 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-07-18

    Changed version to 0.81-CVS
    
    Updated README (dangling and orphaned files)
    
    BUGFIX: handling of orphaned tracks that had been added to the
    ipod again are now handled correctly.
    
    BUGFIX: fixed case-sensitivity issue while handling orphaned
    tracks.
    
    IMPROVEMENT: Added "Created timestamp" support to special
    sorttab, track display and iTunesDB. (Before only "modified"
    and "played" were supported.)
    
    IMPROVEMENT: All information stored in the iTunesDB about
    tracks is read and written, even if the information itself is
    not used by gtkpod itself.
    
    IMPROVEMENT: Added new track information fields: iPod_Path,
    creation time
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@410 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-07-17

    Changed version to 0.80-2
    
    gtkpod V0.80-2
    BUGFIX: gtkpod would crash right after startup if the info
    window was open when stopping gtkpod the previous time.
    
    BUGFIX: Fixed free space display: the digits were right, the
    unit was wrong (B instead of kB, kB instead of MB, MB instead
    of GB...).
    
    PATCH: gtkpod will compile with GTK V2.0 (V0.80 needed GTK
    V2.4)
    
    PATCH: gtkpod should compile under Fedora without patch
    
    PATCH: reverted to old-style check of id3tag-lib as id3tag.pc
    is not included with the id3tag distribution by default
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@409 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-07-04

    Removed kaddressbook_ipod.sh as it is superseded by ipod_kaddresbook.sh
    
    Changed version to 0.80
    
    Moved id3tag detection to PKG_CHECK_MODULES() in configure.in
    
    Fixed scripts/Makefile.am to include the scripts into the distribution.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@408 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-06-28

    Updated .cvsignore
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@407 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-06-28

    Track info (nr of songs, playtime etc.) was not updated after deleting
    tracks.
    
    Repatched trailing spaces when exporting to vfat issue.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@406 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-06-27

    Removed fix-path option (will always remove harmful characters when
    exporting tracks)
    
    Updated de.po
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@405 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-06-27

    IMPROVEMENT: Added file selectors for selecting files in the tools
    section of the preferences dialog.
    
    Added scripts to sync korganizer/kaddressbook data to iPod
    (thanks to Markus Gaugusch).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@404 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-06-26

    Applied Yaroslav Halchenko's patch for issues while exporting tracks
    to a vfat partition (leading and trailing spaces in filename).
    
    Optical work on status bar (height was fixed to 20 pixel...).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@403 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-06-13

    Changed behaviour of free space update as it was somewhat incompatible
    with the automounter: the free space update would mount the iPod every
    five seconds...
    
    Now data from the disk is only read when you are working with gtkpod
    (e.g. adding tracks or clicking on playlists). This avoids that the
    iPod gets mounted while you are attempting to disconnect it. Also,
    readint the disk data is done in a background job as accessing the
    drive with the automounter could take more than 100 ms.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@402 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-05-20

    Added instructions for V2.6 kernel with automount support
    
    Added INSTALL file (mainly provided by Jim Hall)
    
    Mentioned Jim Hall to the info window.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@401 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-05-16

    added tracker item to TODO list
    
    fixed missing callback when closing info window with window close button (pointed out by Yaroslav Halchenko)
    
    fixed possible buffer overflow in get_drive_stats_from_df()
    
    improved autogen.sh to mention that the dev-package of glib is needed (patch by Yaroslav Halchenko)
    
    fixed segfault in check_db() (patch by Yaroslav Halchenko)
    
    added the ability to sync the iPod with m4b files (bookmarkable AAC files, more information can be found at http://www.ipodlounge.com/articles_more.php?id=3233_0_8_0_C and http://docs.info.apple.com/article.html?artnum=61695). Patch provided by D.L. Sharp)
    
    upated de.po
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@400 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-05-07

    Updated de.po.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@399 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2004-04-22

    Updated translations
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@398 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-04-10

    Added two icons that can be used e.g. by windowmaker. Courtesy of
    Richard Lucassen.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@397 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-04-10

    BUGFIX: Fixed calculation of remaining seconds in progress
    dialogs.
    
    IMPROVEMENT: Added progress dialog with abort button when copying
    tracks from the iPod.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@396 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-04-10

    Fixed error messages when importing iTunesDB when iPod is not mounted.
    
    Fixed hangup in sync_dirs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@395 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-04-01

    Fixed memory leak in check_db (when confirmation window could not be opened)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@394 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-03-31

    Added confirmation dialog when exporting iTunesDB without importing an
    existing iTunesDB.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@393 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-03-30

    Changed API of gtkpod_confirmation() for modal confirmation dialogs.
    
    Improved confirmation dialog for parse_offline_playcount() using new
    API.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@392 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-03-29

    Changed invalid char replacement when copying tracks from the iPod:
    gchar invalid[]={'"', '*', ':', '<', '>', '?', '\\', '|', '/', 0};
    gchar replace[]={'_', '_', '-', '_', '_', '_', '-',  '-', '-', 0};
    
    Started restructure of gtkpod_confirmation(). Should have two
    versions:
    1) non-blocking (non-modal) one that returns immedieately and calls
    handlers at the time when the user presses a button
    2) blocking (modal) one that waits until the user presses a button
    and then returns the action code
    Not finished.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@391 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-03-28

    Re-added gtkpod.pot to make it easier for new translators to get a
    "virgin" file.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@390 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-03-28

    Run update-po
    
    prefs reading will ignore wrongly converted export template "%a - %a/%T - %T.mp3".
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@389 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-03-25

    Wrapped up parse_offline_playcount() (for now.)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@388 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jens Taprogge <ln2@users.sourceforge.net>	2004-03-24

    Slight optimization of determine_file_type().
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@387 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-03-24

    Cleaned up #include statements in file*.c and misc*.c
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@386 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-03-24

    Split up misc.c into more manageable files:
    
    wc -l src/misc*.c
    3195 src/misc.c
    ->
    wc -l src/misc*.c
    759 src/misc.c
    678 src/misc_confirm.c
    498 src/misc_conversion.c
    547 src/misc_input.c
    962 src/misc_playlist.c
    
    Split up file.c a little:
    
    wc -l src/file*.c
    2998 src/file.c
    551 src/file_export.c
    ->
    wc -l src/file*.c
    1887 src/file.c
    550 src/file_export.c
    1054 src/file_itunesdb.c
    
    
    Cleaned up gain reading mechanism (hopefully).
    
    Updated POTFILES.in
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@385 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-03-24

    Fixed .mp4 -> .m4a, .m4p
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@384 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jens Taprogge <ln2@users.sourceforge.net>	2004-03-24

    Fix possible memleak in determine_file_type().
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@383 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jens Taprogge <ln2@users.sourceforge.net>	2004-03-24

    Move calc_gain() and read_gain_tags() to file.c. Make them use determine_file_type.
    
    TODO: Correct manual in mp4file.c.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@382 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jens Taprogge <ln2@users.sourceforge.net>	2004-03-24

    Introduced new function determine_file_type(). Converted all the old code (at least what I found) with that aim. Please double check. The old functions used heuristics that were quite different from each other. So I am not 100% everything is correct now.
    
    Also fixed a small memleak.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@381 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jens Taprogge <ln2@users.sourceforge.net>	2004-03-23

    Move mp3_calc_gain() to mp3file. Some small cleanups.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@380 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-03-23

    Cleaned up playlist creation code (new playlists are now created with
    a user-selectable name)
    
    Included (modified) pach from Armando Atienza for random playlist
    generation. "Randomize Playlist" not yet implemented.
    
    Removed options (weren't even used anywhere any more)
    - write_gaintag (mp3gain)
    - mp3gain_use_radio_gain
    - mp3_volume_from_radio_gain
    
    Added parser for offline_playcount. (Maybe found a bug in the kernel
    -- using ftruncate() truncated my file again after opening it a second
    time...)
    
    Finished for today.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@379 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jens Taprogge <ln2@users.sourceforge.net>	2004-03-23

    Introduce mp3_read_gain_tag(). Along those lines read_gain_tags() and calc_gains() are introduced. Right now they are just wrappers for the mp3_ equivalents. They should be extendet to other file types. Also they are however still defined in tools.c. I think they should go to file.c.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@378 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jens Taprogge <ln2@users.sourceforge.net>	2004-03-22

    Pipe mp3gain output >/dev/null.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@377 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-03-22

    Continued offline playcounts functionality.
    Register a track as played with "gtkpod -p <trackname>".
    
    @trackname can be on the local filesystem or on the iPod -- both will
    work.
    
    TODO:
    
    - write parser for the .gtkpod/offline_playcount, must be called after
    import of iTunesDB, after switching to "online", and after adding new
    tracks.
    
    - think about locking mechanism for offline_playcount file. Any ideas?
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@376 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jens Taprogge <ln2@users.sourceforge.net>	2004-03-22

    Some small code cleanups.  Use mp3gain's -k option to prevent clipping.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@375 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2004-03-21

    Fix compilation with gcc 2.95
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@374 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2004-03-21

    autoconf >= 2.54 is required to process the file
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@373 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-03-21

    Added credits.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@372 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-03-21

    With support from  Armando Atienza started a way to register that
    tracks have been played externally (by xmms etc).
    
    There will be a plugin (acutally the code is already here) that will
    call "gtkpod -p <filename>" after a track has been played.
    
    gtkpod will then contact a running instance of gtkpod and report that
    filename via a UNIX socket (/tmp/gtkpod-<username>, comments welcome:
    better use a pipe?). The running instance of gtkpod will increase the
    playcount of that file by one. If the file is not in the database, it
    is registered in ~/.gtkpod/offline_playcount.
    
    If no running instance of gtkpod exists, the file is registered in
    ~/.gtkpod/offline_playcount.
    
    TODO:
    
    - After the import of the itunesDB the offline_playcount file must be
    parsed.
    
    - Write function get_track_by_ipod_filename() that finds a file in the
    database if it is located on the iPod (as opposed to on the local
    filesystem).
    
    Most of the code is in clientserver.c.
    
    Comments welcome.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@371 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jens Taprogge <ln2@users.sourceforge.net>	2004-03-21

    Add Ape support for files containing an Lyrics3 V2.00 Tag.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@370 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jens Taprogge <ln2@users.sourceforge.net>	2004-03-21

    Add errror handling to nm_mp3gain_calc_gain. Also remove the pipe. It is not needed anymore.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@369 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jens Taprogge <ln2@users.sourceforge.net>	2004-03-20

    This was not supposed to be included in the last commit. Back it out.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@368 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jens Taprogge <ln2@users.sourceforge.net>	2004-03-20

    Change volume calculation scheme to the one discussed on the mailing list. Also commented out an "if (transferred)" in nm_tracks_list. It seemed bogus. But I am not 100% sure. Please double-check.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@367 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jens Taprogge <ln2@users.sourceforge.net>	2004-03-20

    Only set radio_gain, audiophile_gain and peak_signal if it has not previously been set in mp3_get_track_lame_replaygain (analogous to mp3_get_track_ape_replaygain).
    Comment out debugging output.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@366 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jens Taprogge <ln2@users.sourceforge.net>	2004-03-20

    Only set track->replay_gain if it is actually defined in the Tag.
    Small code reorg. and clean-up.
    Bugfix regarding -0 ReplayGains.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@365 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-03-17

    Patches for normalization.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@364 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2004-03-15

    Translate new strings
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@363 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-03-15

    Included Jens Taprogge's 2nd patch (improvement of reading of lame's
    replay gain)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@362 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-03-14

    BUGFIX: When dragging tracks between two playlist (i.e. into a
    newly created playlist), a new playlist was created but the tracks
    not added.
    
    Now checking for pkg-config in the configure script.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@361 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-03-14

    NEW FEATURE: added support for LAME's replay gain to normalize the
    volume track (thanks to Jens Taprogge). Unfortunately the
    conversion factor between LAME's replay gain and the iPod's volume
    tag are not well known yet -- your input is appreciated!
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@360 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-03-12

    IMPROVEMENT: included Ero Carrera's patch to validate the filename
    when copying tracks from the iPod and to make a quick sync of the
    iPod's contents.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@359 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-03-11

    IMPROVEMENT: added new auto-playlists: "One playlist for each
    year" and "Playlist with all songs not listed in any playlist".
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@358 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-03-04

    Fixed an error in itunesdb.c that prevented the iPod from accessing
    freshly added tracks (introduced with the case-fix patch about a week
    ago). The tracks were copied to the iPod but no ":" was added at the
    beginning of the iPod path -> iPod could not find the files. Fixed.
    
    Affected users have to remove the affected tracks and add them
    again. I won't add an automatic fix -- this is the danger of using
    "cutting edge" CVS code.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@357 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-03-03

    confirmation dialog now also works in modal mode -> on export gtkpod
    now asks if the iPod's directories should be created if they are not
    present.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@356 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-03-01

    Updated de.po
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@355 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-03-01

    Applied Olivier Crête's patch:
    
    faad2 also provides a copy of libmp4v2. It works with gtkpod too, except
    for a few includes that it requires but fails to pull and windows
    compatibility macro. I've attached a patch to make gtkpod 0.72 compile
    with faad2. I'll be using it in Gentoo (so we can allow both packages to
    satisfy the dependency).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@354 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-02-26

    Added Andrew's patches (compiler warning, open window before import, playlist bugfix).
    
    Fixed typo in de.po.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@353 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-02-24

    Removed debian directory.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@352 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-02-24

    Removed debian directory.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@351 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-02-24

Andrew Huntwork's patch to fix issues        IMPROVEMENT: included    
    concerning case-sensitivity of filenames under some conditions.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@350 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2004-02-22

    Added icon to windows and gtkpod logo to the about box
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@349 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2004-02-16

    Better translation for frozen --> figee
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@348 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2004-02-16

    Hardcoded path of mount and umount removed -- retrieved by configure for portability (especially *BSD)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@347 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-02-16

    BUGFIX: Tags of tracks on the iPod were never changed (thanks
    to Andrew Huntwork)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@346 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2004-02-15

    Complete review with few corrections
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@345 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2004-02-12

    Translate new strings
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@344 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-02-07

    Added FIXME: comment in file.c
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@343 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-02-06

    First attempt to detect and create missing iPod directories before
    synching. Does not work yet as intended.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@342 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-02-04

    Renamed song.* to track.* and normalize.* to tools.* in the CVS
    repository --> had to change a couple of #includes, Makefile.am,
    POTFILES.in...
    
    Moved play_... stuff to tools.c
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@341 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-02-03

    Added wavfile.c to POTFILES.in
    
    Called update-po.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@340 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-02-03

    Added code to actually execute scripts (sync contacts and sync
    calendar).
    
    Called update-po.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@339 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-02-02

    Applied Yaroslav's patch (some cleanup of "find dangling/orphaned files")
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@338 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-02-01

    Added menus/prefs entries for calling scripts to sync calendar /
    contacts. Code for calling the scripts is still missing.
    
    Added first script to synchronize kaddressbook to the iPod into the
    distribution ($pkgdatadir/scripts/...).
    
    Eject-Code: will only be compiled in if necessary header files are
    available (i.e. e.g. not under BSD) -> changed configure.in
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@337 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-01-31

    Added Yaroslav Halchenko's 2nd patch for dangling/orphaned
    tracks. Thanks!
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@336 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-01-26

    Added Yaroslav Halchenko's patch for dangling/orphaned tracks. Thanks!
    
    TODO:
    
    - Delete dangling tracks right away -- they can cause an error
    message when exporting the iTunesDB. Instead display them in an
    info window.
    
    - Open a progress window to display information instead of the
    statusbar messages.
    
    
    Replaced u_int32_t with guint32 etc. in md5.c following Daniel Price's
    comment that u_int32_t does not exist under Solaris.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@335 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-01-25

    Updated it.po
    
    Updated de.po
    
    Bugfix in itunesdb.c (thanks to Christophe Fergeau)
    
    Changed u_int16_t... to guint16... in mp4file.c
    
    Added check for mp4.h in configure.in (several people reported compile
    problems because of missing mp4.h).
    
    IMPROVEMENT: streamlined layout of info window
    
    NEW FEATURE: added support for WAV audio files
    
    Added %Y to export filename and filename-parse-template (year).
    
    Added support for multiple templates when parsing the filename for
    tags (separate them with a ';')
    
    IMPROVEMENT: can specify several templates for the export
    filename. gtkpod selects according to the extension given.
    
    IMPROVEMENT: send 'eject' to the iPod after unmounting. This only
    works if the user has write access to the device file
    (e.g. /dev/sda2)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@334 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2004-01-21

    Fix to compile correctly with gcc 2.95
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@333 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2004-01-20

    Add translation for new strings and modify existings translations
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@332 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-01-19

    0.73-CVS: fixed compile error when building _without_ mp4 support.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@331 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-01-17

    Changed format options for 'filename_format' for export of files from
    the iPod to be identical to the ones used for parsing the filename for
    tags. Old format will be converted on the fly when reading the prefs.
    
    Added some format options for 'filename_format'.
    
    Cosmetic changes to configure.in.
    
    New section in README about parsing filename for tags and unicoded
    ID3V2 tags.
    
    Added some comments to parse_filename() (this function still needs
    decent error handling...).
    
    Updated de.po.
    
    Bumped version to 0.72-CVS.
    
    Should be ready to release V0.72.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@330 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-01-17

    Merged libid3tag branch back to main branch.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@329 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2004-01-12

    Some additions to README and TODO list.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@325 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-12-07

    added missing 'case' statement for year column sorting
    
    updated ja.po (thanks to Kentaro!)
    bumped version to 0.71-CVS
    fixed configure error (HAVE_MP4V2 -> HAVE_LIBMP4V2) :-(
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@324 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2003-12-02

    Remove bad translation
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@323 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-12-01

    updated ja.po (thanks to Kentaro!)
    bumped version to 0.71-CVS
    fixed configure error (HAVE_MP4V2 -> HAVE_LIBMP4V2) :-(
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@322 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-11-30

    Removed some unnecessary list copying in info.c
    
    Added "automatic" scrollbars to the info window -- just to be on the
    safe side.
    
    Bounced version to 0.70
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@320 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-11-30

    make update-po -- no changes!
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@319 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2003-11-29

    Update of new strings + better translation for Playlist, Normalization and many corrections
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@318 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-11-29

    Updated it.po (thanks again! to Edward!)
    
    Updated de.po
    
    Some minor bugfixes.
    More info in info window (deleted songs).
    Minor code cleanup (info.c)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@317 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-11-29

    Updated it.po (thanks to Edward!)
    
    Updated de.po
    
    Made cfg-struct static.
    
    Following David's suggestion, the 'Normalize Volume' menu was moved
    over to the 'Tools' menu, and the path can now be set in the
    preferences dialog (under 'Tools').
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@316 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-11-27

    Menus: Separate "Delete from playlist" and "Delete from iPod" -- fixed
    confirmation bug.
    
    Display number of playlists the tracks are members of during
    confirmation dialog.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@315 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-11-26

    Info window improvements
    
    Menus: Separate "Delete from playlist" and "Delete from iPod"
    
    New bug: confirmation does not work with "Remove Playlist including
    tracks"...
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@314 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-11-25

    Preliminary finish of the info window.
    
    Moved statusbar stuff from misc.c to info.c
    
    Info window is !slow! -- at the moment it is called every time the
    statusbar is updated (plus when track selection changes). Need to
    think about that.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@313 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-11-24

    info.h again!?
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@312 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-11-24

    info.c again!?
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@311 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-11-24

    added source files info.[ch]
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@310 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-11-24

    First steps towards info window.
    Still missing: Update when selection (playlist, tracks) changed.
    
    Updated de.po again.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@309 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-11-22

    Added Info Window. Only glade2-data so far, no backend code.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@308 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-11-21

    Removed some fuzzy tags, fixed some format errors.
    Thank you for your great work, David!
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@307 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2003-11-21

    Massive update
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@306 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-11-15

    de.po updated.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@305 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-11-15

    IMPROVEMENT: Track number and total number of tracks is displayed
    as nn/nn in the track view, and can also be entered as such.
    
    IMPROVEMENT: The tags for CD number and total number of CDs can
    now be displayed (analoguous to track number and total number of
    tracks above)
    
    IMPROVEMENT: In the past, using programs other than gtkpod to
    transfer files voided the extended information file. gtkpod will
    not try to use the MD5 checksums stored in the extended
    information file to match up the data when this occurs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@304 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-11-14

    Actually, this was in the last import
    
    IMPROVEMENT: When adding existing tracks:
    Until now the default action when adding tracks that already
    exist (identical full filename) was to add it again (they were
    refused by the duplicate detection, but that took a long time),
    or to update the track information (option).
    
    Now the default action is to skip existing tracks (identical
    filename) or to update the track information (option). Thus, by
    default, only new tracks are read, allowing quick synchronization
    of entire directories.
    
    This is new:
    
    IMPROVEMENT: When creating a new playlist a dialog is popped up
    asking for a name.
    
    BUGFIX: "Unsort" (clicking sort column three times) of track
    view failed if last sort tab was a "special" sort tab.
    
    IMPROVEMENT: Year is now supported as track view column and as
    sort tab type.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@303 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-11-13

    Cleaned up configure.in (hopefully without breaking things).
    
    Fixed mini-memory hole during duplicate detection.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@302 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-11-11

    Slimlined ID3 tag writing.
    
    Imported new (bugfixed) ID3 tag reading code from the easytag
    project.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@301 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-11-08

    Added writing of MP4 tags.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@300 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-11-07

    Slimlined and defined "writing of tags" interface.
    
    Added Playlist Creation for "Tracks never listened to"
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@299 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-11-06

    Changed handling of track->auto_charset (used for Japanese
    auto-detection) to allow easier implementation of new file formats.
    
    Fixed possible segfault: auto_charset was g_free'd, even though it was
    a static string :-/
    
    Started description on how to add new formats in mp4file.c
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@298 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-11-05

    Moved all mp3 stuff to mp3file.[ch] (i.e. removed id3_tag.[ch],
    genres.h). mp3file.c needs cleanup!!!
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@297 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-11-04

    itunesdb.c: when creating filename for iPod, use the suffix (.mp3,
    .m4p...) from the original PC file.
    
    mp4file.c: .m4a (and maybe .m4p) can now be copied onto the
    iPod. Don't try to change the TAGS in gtkpod yet...
    
    I'm currently listening to the worldwide-first .m4a file transferred
    to the iPod by a linux utility (as far as I know, anyway). Too bad,
    it's not really my taste ;-)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@296 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-11-03

    forgot to add...
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@295 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-11-03

    Started implementation of aac format (.m4a and .m4p files).
    
    I'm planning to use the m4pv2 library (mpeg4ip.sf.net) for reading and
    writing mp4 tags. If the m4pv2 library is not available, custom code
    (almost finished) will be added for reading mp4 tags, but not for
    writing.
    
    Have a look at the console ouput when adding .m4a or .m4p files. Also,
    please check if adding/updating of mp3 files still works. I had to
    change the handling quite a bit to allow easy adding of further
    formats. The same restructuring will have to be done for tag writing.
    
    New files: mp4file.[ch]
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@294 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-10-27

    Removed #include <glib/gprint.h> -- causes compile errors with older
    versions of glib.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@293 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-10-25

    misc.c: patch from David A. Helder: "DND didn't work on files with
    spaces in them."
    
    Updated TODO list.
    
    Added to README about USB-iPod.
    
    callbacks.c: commented-out forgotten printf-statement (DND)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@292 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Sam Clegg <samc@users.sourceforge.net>	2003-10-20

    * set PC filename of existing tracks during remove_duplicate.
    This means that when you import tracks that already exist the
    database knows thier new location.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@291 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Sam Clegg <samc@users.sourceforge.net>	2003-10-12

    * added .cvsignore files
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@290 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-10-05

    fixed Makefile.am (genres.h)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@289 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-10-05

    Bumped version to 0.60.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@288 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-10-04

    Added explanation for normalization.
    
    Updated de.po
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@287 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-10-04

    Small update to README.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@286 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-10-04

    Changed sm_ -> tm_
    
    New feature: hold the shift key when dropping tracks into another
    playlist to move tracks rather than copy tracks.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@285 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-10-03

    Updated German catalgoue (new release this weekend?)
    
    Corrected some plural forms (ngettext (...)).
    
    Corrected some strings in gtkpod.glade.
    
    Changed S_ -> T_
    
    Changed SM_ -> TM_
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@284 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Sam Clegg <samc@users.sourceforge.net>	2003-10-03

    * rollback to libid3 in the main branch.
    the libid3tag version is now in the "libid3tag" branch.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@283 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-10-02

    Replaced _all_ occurences of 'song' with 'track'.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@282 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-10-02

    Corrected error in charset handling while writing tags (originally set
    charset in the preferences was deleted under certain circumstances).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@281 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-09-29

    Sam -- I've changed the id3_tag_write() function in the way I thought
    it should work with local charsets. It's writing, but it's not
    overwriting the old tag. Instead it adds "TAG...." at the end of the
    file, even though I've changed "TIT2". Any ideas?
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@280 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-09-28

    added environment variable MP3GAIN (to set executable)
    
    output of mp3gain can now be arbitrary lenghth
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@279 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-09-28

    configure.in: use AC_CHECK_LIB for libid3tag
    
    normalize.c: change include of wait.h to sys/wait.h
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@278 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-09-27

    Replaced misc_song with misc_track in some prefs*, callbacks.c
    
    Tried "latin1" for reading raw data of id3 tags.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@277 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Sam Clegg <samc@users.sourceforge.net>	2003-09-27

    * file.h: add prototype for get_song_info_from_file
    * main.c: libmad -> libid3tag
    * id3_tag.*: decode all tags to UTF8 for pango to render.
    Charset support is in the works.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@276 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-09-26

    More normalization code.
    
    Replaced all appearances of "song" with "track" in gtkpod.glade --
    with some consequences for other source files.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@275 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Sam Clegg <samc@users.sourceforge.net>	2003-09-25

    * remove genres.h.  This stuff is part of libid3tag.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@274 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-09-25

    Added a notice that charset support for ID3 tag reading/writing is
    temporarily broken.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@273 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Sam Clegg <samc@users.sourceforge.net>	2003-09-24

    * rewrite of id3 functions to use libid3tag rather then libid3.
    The result is much cleaner and simpler and removes the dependancy
    on libstdc++.
    
    There might be a few bugs with charsets in here but I think I got
    most of them.  Certainly the code is very simple and any bugs should
    be easily fixable.
    
    On debian libid3tag ships with a pkg-config file so this is how
    I detect it in configure.in.  If other dists have trouble with this
    we can fall back to traditional autoconf methods.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@272 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-09-23

    Updated de.po file, small correction in gtkpod.glade
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@271 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Sam Clegg <samc@users.sourceforge.net>	2003-09-23

    * added $Id$ tags to all source files.
    just testing commit access with this minor update.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@270 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-09-23

    New sorting prefs should be operational. They include:
    
    - auto store feature settable for playlists and tracks
    - remembers sort status for playlists, sort tabs and tracks
    
    Also, clicking three times on the column header reverts to the
    non-sorted state.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@269 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-09-22

    New sorting prefs window should almost be
    operational. Case_sensitivity is not set yet.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@268 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-09-22

    Continued new sorting prefs window. Settings are operational
    (i.e. they are stored in the cfg structure and saved to disc), but are
    not completely honored yet.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@267 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-09-21

    Preparations for new alphabetize handling (sort setting will be
    remembered).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@266 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-09-21

    Added vertical scrollbars to the prefs window (sometimes the
    Apply... buttons were not visible). Gtkpod will now remember the size
    of the prefs window.
    
    Added progress information (statusbar) when adding tracks.
    
    Bug: move song before the first position in song view (DND) and it
    will appear at the end instead: could be fixed by emulating the
    gtk_list_store_move() functions.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@265 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-09-19

    Fixed an error with the comparison of unsigned 32 bit timestamps in
    display_songs.c.
    
    Introduced a (hopefully) safe COMP(a,b) macro (will return sign(a-b)
    by using comparisions: #define COMP(a,b) (a<b ? -1:a>b ? +1:0). This
    is safer than using casts and subtraction --> used in misc.c.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@264 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-09-18

    New Japanese catalogue (thanks to Kentaro Fukuchi).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@263 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-09-13

    Updated it.po.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@262 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-09-12

    Changed some strings (thanks to Kentaro).
    Added German translations to de.po.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@261 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-09-11

    Some optical makeover by Jens Lautenbach (gtkpod.glade).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@260 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-09-07

    Fixed charset issues when exporting tracks from the iPod.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@259 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-09-06

    Edward's patch: options for mp3gain
    JCS: entry in the option dialogue for export filename.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@258 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-09-02

    Edward's patch for normalization (moved to normalization.[ch])
    mp3gain might just be "slightly" too slow...
    TODO: Menus: Normalize->Selected Playlist
    ->Selected Tab Entry
    ->Selected Songs
    Normalize Context Menu
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@257 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-09-01

    Progress dialogue during "Sync" (thanks to Graeme Wilford)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@256 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-08-30

    Minor code cleanup.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@255 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-08-29

    Changed MD5 hash to use same number of bytes on all systems (instead
    of 4xPATH_MAX)
    
    Added version number to iTunesDB.ext. MD5 hash will be discarded and
    recalculated if version is less than 0.53 and PATH_MAX is not 4096.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@254 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-08-28

    BUGFIX: reading and writing of the Composer ID3 tags implemented
    (so far the fields could only be set from inside gtkpod -- thanks
    to Graeme Wilford)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@253 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-08-24

    - fixed segfault in dirbrowser.c
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@252 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-08-24

    - changed standard behaviour of context menus (button-press instead of
    button-release)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@251 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-08-23

    - maintain current selection when "updating" generated playlist
    - added to bug list
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@250 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-08-22

    - Fixed sign-overflows during compares of guint32 mac timestamps
    
    - Added function for generation of playlist containing all songs
    listened to since the last sync.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@249 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-08-14

    Edward's misc-playlist generation bug fix patch
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@248 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-08-12

    I got a new iPod =)
    I used the restore stuff in the documentation and figured I'd commit
    something that makes it even easier.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@247 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-08-12

    Let user decide how many songs to put in generated playlists (only
    prefs option so far, requester should follow).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@246 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-08-11

    Edward's patch for playlist generation: most recently, best rated,
    most often listened.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@245 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-08-09

    Added support for volume level adjust (new view column).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@244 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-08-09

    Replaced concat_dir() with g_build_filename() (patch received from Sam Clegg).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@243 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-08-08

    added Edward's patch for "Most listened" playlist (currently top 25,
    will have dialogue to change that, menu needs entering into
    gtkpod.glade -- currently hardcoded).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@242 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-08-05

    file_export.c:
    
    changed song_get_export_filename() to not use variable
    declarations after statements (only worked with gcc3.3).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@241 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2003-08-03

    Bad translation for hash -> hachage
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@240 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2003-08-03

    Few corrections and new translations
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@239 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-08-03

    Added automatic playlist creation for album, artist, and composer-type
    playlists.
    
    Added menu item and context menu item to create playlist from songs
    currently displayed/selected.
    
    Updated de.po
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@238 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-08-02

    itunesdb.c: Won't alloc 64 kB on stack when copying tracks as this
    crashed some systems with small stack.
    
    Updated it.po (thanks to Edward Matteucci)
    
    Updated ja.po (thanks to Kentaro Fukuchi)
    
    Included patch from Sam Clegg for user defined filenames when
    exporting tracks from the iPod. Needs some cleanup for charset issues
    and an entry in the prefs menu yet -- should be under way.
    
    Included patch from Chris Cutler for creation of a playlist for each
    genre. Needs some more work (not only genre, but also artist etc.,
    confirmation dialogue, move menu entry from "File" to "Edit"...) which
    should be under way.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@237 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-07-13

    misc.c: usage(): changed fprintf-args from utf8 to locale charset
    gtkpod-glade: corrected typo
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@236 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-07-13

    misc.c: added concat_dir_if_relative()
    
    file.c:
    - added support for adding playlist files containing relative paths
    (maybe -- couldn't check)
    - fixed two memory holes involving g_path_get...()
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@235 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-07-12

    file.c:  made about dupl. det. message clearer
    
    it.po: virtually completed version (thanks to Edward)
    
    ja.po: some translations added
    
    misc.c: patch from Walter Bell for URIs with cr/nl at the end
    
    configure.in: bumped version to 0.53-CVS
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@234 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-07-04

    no intended changes -- just ran "make dist"
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@233 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-07-04

    added it.po
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@232 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-07-04

    configure.in: added it.po
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@231 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2003-07-03

    Better translation for few expressiosn and correction of some mistakes
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@230 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2003-06-30

    Few corrections
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@229 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-29

    de.po, fr.po:
    added four translations from code taken from the glib library.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@228 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-29

    BUGFIX: when deleting songs, sometimes adjacent songs got edited
    (took title or artist... of the deleted song). Hopefully fixed --
    please report.
    
    BUGFIX: after reordering columns in the song view, the selection
    of which columns are to be displayed went haywire -- fixed.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@227 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-26

    README:
    note about restoring the iPod after file system crash
    
    misc.c:
    Display free space correctly even if more than 4294967295 (or
    maybe just half that many) Bytes are free on the iPod.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@226 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-25

    misc.c:
    added patch from Walter Bell concerning DND URIs with excaped
    character.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@225 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-24

    file_export:
    would crash after using function a couple of times ->
    g_list_copy (songs) (error introduced by me, I think)
    
    would forget directory last exported to -> fixed
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@224 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2003-06-23

    Add translations + corrections
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@223 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-22

    Finished Calendar widget (hopefully) -> new strings to internationalize.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@222 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-21

    Started with calendar function for special sorttab. Only "OK" and
    "Apply" are not implemented yet.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@221 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2003-06-21

    Remove fuzzy tags (used to ignore translation)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@220 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2003-06-21

    Added translations, fix typo and lines with length > 80 chars
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@219 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-21

    ja.po: back to euc-jp (my editor doesn't read "japanese" utf8 correctly)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@218 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-21

    fr.po:
    fixed plural definition: "Plural-Forms: nplurals=2; plural=n>1;\n"
    de.po:
    added and fixed translations
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@217 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-20

    de.po:
    added translations
    changed encoding to UTF8
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@216 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2003-06-20

    Translate the new strings
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@215 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-19

    itunesdb.c:
    renamed get_nod_a() to get_mhit()
    #define ITUNESDB_MHIT_DEBUG 0 -- set to 1 if you want the mhit
    records printed for examination
    
    misc.c, itunesdb.c:
    moved some time functions to itunesdb.c
    
    song.c, display_songs.c, file.c:
    fixed bitrate (use kbps instead of bps). autoconverts old
    iTunesDB (/=1000 if bitrate >= 10000)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@214 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-17

    itunesdb.c, file.c:
    integrated ratings into iTunesDB (hopefully)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@213 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-16

    README:
    added info about hfsplus support in ac-patched 2.4.21 kernels
    
    display_songs.c:
    "implemented" gtk_tree_selection_get_selected_rows() in gtk2.0
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@212 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-06-15

    gcc 2.95.4 fixups
    
    should we bump up the configure.in to check for gtk2.2?
    display_songs.c is using a function that's not in gtk2.0
    
    I upgraded and should be ok to work off up gtk2.2
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@211 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-15

    Fixed glade config problem (support_.h..., argh!)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@210 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-15

    Made 'Multi Edit' configurable through the prefs dialogue.
    
    Changed layout of prefs dialogue a bit.
    
    Updated ChangeLog and README (new instructions for 2.4.21 kernel).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@209 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-15

    date_parser.l:
    moved some comments to their own individual line to avoid
    problems with the old flex-2.5.4 (debian package:
    flex-old). BTW: the new version is 2.5.31...
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@208 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-14

    prefs..., display...:
    added support for custom settable display/hide tooltips (main
    window and prefs window): menu item and prefs item.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@207 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-13

    itunesdb.c:
    BUGFIX: check if Play Counts file exists before attempting to
    rename it.
    
    display_songs.c:
    Applied patch from Ramesh Dharan (mark several songs, then
    change a tag in the first song -> tag will be changed in all
    songs marked)
    
    file.c:
    Write playcounts and ratings to the extended database -- I
    still haven't received any original itunesdb where I could
    verify where to write it to
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@206 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-12

    Special sort tab should be operational now...
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@205 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-11

    Called 'make dist'.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@204 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-11

    Integrated result of date parser into gtkpod main program.
    Missing: - error handling for errors in date specs (not constructs)
    - actually use the determined time intervals to sort songs
    
    Almost there...
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@203 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-10

    date_parser are now actually interpreting the intervals
    specified. Valid:
    
    date < d < date
    = date
    > date
    ...
    
    Try it out (punsh in some string and press return)!
    
    po/POTFILES: added remaining c-source files to list
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@202 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-09

    Felt like adding comments to date_parser*.l
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@201 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-09

    added date_parser2.l which was not easy because automake does not
    "really" support multiple lexers. I worked around it by
    
    1) requiring "flex" -- it will not work with "lex"
    2) defining
    %option prefix= (...)
    %option outfile="lex.yy.c"
    3) hard-coding "LEX_OUTPUT_ROOT = lex.yy" in Makefile.am
    
    date_parser2 will try to determine which kind of string we have, e.g.
    <date1
    date1 < d < date2
    ...
    
    It should then break down the string into the date token and pass it
    to the other date_parser. This is not done yet. (The original
    date_parser is called with the entire string, so expect some error
    messages).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@200 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-08

    hushed compiler warning, added GPL license header, added some comments. Please ignore the printf warnings -- the printf statements will be removed anyway.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@199 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-08

    many files:
    changed "...create..." to "...created..." to be more
    consistent.
    
    configure.in:
    added 'AM_PROG_LEX'
    
    date_parser.[lh]:
    added (will be used for parsing date in the special
    sort tab)
    
    Try punching in some strings in the date field of the special sort tab
    -- the string should be parsed and the result printed to
    stdout. Relative times (5d, 3h...) are not implemented yet.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@198 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-07

    song.c:
    consider rating, playcounts, and timestamps when removing
    duplicates
    
    other:
    added more code towards sorting according to timestamps
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@197 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-01

    Sorting for playcounts and/or rating is now possible.
    
    Writing of playcounts and rating to iTunesDB not implemented yet -- I
    need some example iTunesDB written by itunes...
    
    Reading of playounts/rating from "Play Count" file was already
    implemented some while ago.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@196 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-06-01

    Broke up display.c into
    
    display_playlists.c
    display_sorttabs.c
    display_songs.c
    
    display_private.h is to be used for function declarations that are
    only used within the display_*.c code.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@195 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-05-31

    Some more code to implement playcounts and star rating.
    Far from doing anything usable.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@194 f01d2545-417e-4e96-918e-98f8d0dbbcb6

David Le Brun <quirk_fr@users.sourceforge.net>	2003-05-26

    Correct several mistakes (typo and bad translations)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@193 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-05-25

    continued star rating and play count integration.
    
    Corey, have a look at the "special" tab in the sort tab notebook and tell me what you think of the layout.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@192 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-05-22

    Added French catalogue.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@191 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-05-21

    No functionality change, just compiler cleanups.
    
    Gcc 3.2 doesn't like extra tokens at the end of #endif's
    Also add missing includes to hush compiler warnings.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@190 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-05-21

    gtkpod.glade:
    started special interface for playcount / rating selection
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@189 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-05-20

    misc.c:
    case-sensitive sort is now possible to some extend (won't work
    entirely correctly with most charsets I would think)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@188 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-05-19

    itunesdb.c, file_export.c:
    replaced %d...errno with %s...g_strerror(errno)
    
    id3_tag.c:
    convert filename to utf8 before printing error message
    
    prefs*:
    added case_sensitive checkbox
    
    display.c:
    fixed memory holes in pm_data_compare_func(),
    st_data_compare_func() and sm_data_compare_func().
    
    made provisions for case-(in)sensitive sorting -- but
    g_utf8_collate always seems to be case-insensitive (in de_DE
    locale) :-?
    
    charset.c
    fixed memory hole in charset_to_description()
    
    file.c:
    fixed memory holes in add_playlist_by_filename()
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@187 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-05-18

    misc.c:
    fixed memory hole in get_ipod_used/free_space()
    
    prefs.[ch], prefs_windows.[ch] display.[ch], song.[ch], misc.c:
    support for additional columns (3x time, playcounts, ratings)
    
    itunesdb.c:
    added write for time_played (not sure if it's the right place
    in the iTunesDB, though).
    
    star rating and play counts is not yet stored in the iTunesDB -- need
    more iTunesDB samples.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@186 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-05-17

    file.c:
    added fdesc = "MPEG audio file"
    
    itunesdb.c, song.[ch], misc.[ch], file.c, display.c:
    added timestamp functionality
    
    itunesdb.c
    added support to read in Play Count file
    data is added to song-struct but not displayed or saved yet
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@185 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-05-17

    file.c:
    added fdesc = "MPEG audio file"
    
    itunesdb.c, song.[ch], misc.[ch], file.c, display.c:
    added timestamp functionality
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@184 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-05-17

    IMPROVEMENT: added auto-dection of Japanese encoding (thanks
    to Hiroshi Kawashima).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@183 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-05-16

    V0.51
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@182 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-05-16

    prepare V0.51
    update Changelog, README
    prefs.c: added version number into prefs file
    misc.c: changed "df -B1" to "df -k" for better portability
    charset.c: changed "iconv --list" to "iconv -l" for better portability
    gtkpod.glade: added another paned to the statusbar
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@181 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-05-11

    prefs.c: arranged order of #includes
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@180 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-05-11

    configure.in, src/Makefile.am, src/prefs.c:
    added support for getopt_long, if getopt_long is not provided by the
    native system (BSD...)
    
    -> added getopt.c getopt.h getopt1.c
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@179 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-05-10

    prefs.c:  BSD-fix for getopt_long_only
    
    mp3file.c: changed playlength code once more (now using mp3info code)
    gtkpod will fall back to the xmms code whenever the mp3info
    code reports 0 ms playtime (the mp3info code doesn't seem
    to be very tolerant concerning slightly invalid mp3 files)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@178 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-04-19

    minor cleanup
    
    g_print handler introduced (set to gtkpod_warning)
    
    new German translation catalogue
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@177 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-04-17

    confirmation.c, gtkpod.glade:
    changes to confirmation window's option section (optical)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@176 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-04-16

    misc.c: delete_songs now uses ids instead of song pointers ->
    we don't have to keep the delete windows modal.
    
    file.c: when syncing dirs files that have been removed from the synced
    directories can be removed from the iPod as well (two options to fine
    tune available)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@175 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-04-14

    Added code to gtkpod_confirmation to allow up to two options to be set
    in the dialogue. Not used yet, but will be soon.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@174 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-04-13

    updated ChangeLog
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@173 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-04-13

    - Implemented "Sync Dir": normal menu and context menu
    
    - Tweaked free space display:
    
    - free space = space left on iPod +
    space taken by songs marked for deletion -
    size of non-transferred songs
    
    - 1 kB = 1000 Bytes
    - 1 MB = 1.000.000 Bytes
    ...
    - added TB = 10**12 Bytes (for future iPods :-)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@172 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-04-12

    Started work on "sync dir". The only thing missing is the "sync_dir"
    function...
    
    Added new option: add dirs recursively (default so far) or don't add subdirs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@171 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-04-11

    misc.c: fixed i18n issue (string representation)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@170 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-04-11

    charset.c
    IMPROVEMENT: added all supported charsets provided by "iconv
    --list" to the list of charsets to choose from. Code assumes that
    "iconv --list" returns a list with the name of one charset in each
    line, each valid line being terminated by "//".
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@169 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-04-10

    Japanese catalogue (V0.50), for reference.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@168 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-04-06

    misc.c:
    changed credits for playlength detection
    added some URLs to credit text
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@167 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-04-05

    harmonized usage of
    
    printf/fprintf:
    only when explicitely writing to a file or stdout or stderr
    
    g_warning:
    only for programming errors (and without localization)
    
    gtkpod_warning:
    for longer problem messages or more important ones (otherwise use
    gtkpod_statusbar)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@166 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-04-05

    file.c:
    added "don't show this again" to (non-)updated file
    information dialogue.
    
    added code for using the inital charset when writing tags to
    file.
    
    prefs*:
    added code for the new option handling the write tags
    charsets.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@165 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-04-04

    prefs_window.c:
    BUGFIX: "display toolbar" was insensitive when not selecting
    "update existing"...
    
    prefs*:
    code for "update charset": when updating songs, should the
    original charset be used for the encoding the ID3 tags or the
    currently specified one?
    
    song.h: added S_BITRATE
    added Song.charset
    
    file.[ch]:
    added "charset" to extended information
    
    song.c:
    code for "update charset" and small bugfix (utf8 songname is
    now also updated)
    
    mp3file.c:
    BUGFIX: get_song_time (path) won't segfault if (path) does not
    exist.
    
    TODO: have the same "update charset" functionality when writing tags
    to file.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@164 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-04-03

    added display column for bitrate (reasonable if you want to decide
    which version to keep -- the 32k or 194k one).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@163 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-04-01

    added a gtkpod_warning() popup window (instead of having a macro print
    onto the console). We should go through the code to make sure
    gtkpod_warning() is used consistently instead of printf.
    
    Good night,
    
    
    JCS.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@162 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-03-31

    Fix up for offline mode, or when we don't get anything back when
    requesting the ipod's disk usage.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@161 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-03-31

    Bump
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@160 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-30

    mp3file.c, file.c: now using xmms code to detect playlength. Should
    work more reliable.
    
    If the bitrate calculation also is fine, we can throw out the GNOMAD code.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@159 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-29

    itunesdb.c:
    fixed itunesdb_get_song_name_on_ipod ();
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@158 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-28

    Added "BROKEN" note to ChangeLog.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@157 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-03-28

    Slight fix up to the readme as the culprit for the weirdness seems only
    necessary with newer version of mount.  Changed the basic fstab entry, Jorg
    lemme know if anything I removed is ultra important and I shouldn't have.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@156 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-28

    misc.c: introduced DEBUG_MISC
    
    display.c: master playlist marked in red
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@155 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-28

    Re-established F00f00 patch.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@154 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-03-28

    to avoid confusion, bump version.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@153 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-03-28

    Update the README to reflect newly found oddities in the vfat filesystem
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@152 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-03-28

    Gtkpod now displays the amount of free space your ipod has.
    
    This also reverts the music directory code to use only FXX not fXX if
    FXX does not exist.  Jorg will you look through to see if I revereted it
    right?
    
    I just tested all of this off of a fresh ipod and it seems to be working
    wonderfully.
    
    I'm gonna bump the version, and fix the readme to add the shortname
    stuff to your /etc/fstab if you have problems.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@151 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-03-27

    Fixed a typo in the prefs window
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@150 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-27

    file.c, itunesdb.[ch]:
    Tried to address the "F00 f00" problem by testing for "foo"
    when "F00" fails. Clear?
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@149 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-25

    configure.in
    changed version to 0.50-CVS
    
    itunesdb.c
    added debugging output to itunesdb_copy_song_to_ipod() (German
    guy in Taiwan has trouble copying songs to the iPod).
    
    prefs.c
    changed "paned_pos_" prefs entry back to "paned_pos" because
    another paned element was added to glade (statusbar)
    
    display.h
    changed PANED_NUM_GLADE to 3
    
    added two new colums: size and play time
    
    display.c...
    added code to decently set the width of the sort tabs on first
    starttup
    
    added menu "View->Arrange Sort Tabs" to set all sort tabs to
    the same width
    
    added two new colums: size and play time
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@148 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-03-24

    typo
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@147 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-03-24

    Weird weird weird.  Apparently the submenu(Alphabetize) menu items
    weren't accepting button release events.  However they worked if you
    used button 3, but since we want button1 to activate the menu item we
    work around it by adding button release events to the menu item
    manually.
    
    In the process of chasing this down I found out that gtk_menu_popup
    should be called with button parameter of 0 if it's initiated from a
    button release event(like we're currently doing).  This is also fixed.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@146 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-24

    context_menu.c:
    - added the forgotten functions for "Alphabetize"
    
    For some reasons the functions are not called -- do you have any idea?
    
    JCS.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@145 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-23

    display.[ch]:
    - renamed get_currently_selected_songids to sm_get_selected_songids.
    - moved some functions to their corresponding section (pm/st/sm)
    
    gtkpod.glade / callbacks.[ch]:
    - added "Tools" Menu with "Play" and "Enqueue"
    - changed callback/menu names of some menu entries to be more
    consistent.
    
    context_menus.[ch], misc.[ch]:
    - moved play functions to misc.c (play_songs (), enqueue_songs ())
    
    configure.in:
    - bumped version to 0.50
    
    README:
    - added Corey's docs
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@144 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-03-22

    Fix waitpid parameters so the scripts/mounts finish before we return to the
    parent process.  It was taking WNOHANG | WUNTRACED now it's taking 0
    According to the man page
    The value of options is an OR of zero or more of the following constants:
    
    WNOHANG - which means to return immediately if no child has exited.
    
    WUNTRACED - which means to also return for children which are stopped, and
    whose status has not been reported.
    
    So loading spb2 from gtkpod.in and using the prefs to automount your ipod
    would fail as well as autoimport.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@143 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-19

    Guess I just needed something to code to calm down and relax:
    
    - callbacks.s: "Export Songs" now with the usual submenus
    "Playlist", "Entry", and "Songs"
    - context_menus.c: replaced HOOKUP macro with function (for some
    reason I don't like macros so much...)
    - renamed get_currently_selected_playlist/songs to
    pm/sm_get_selected_playlist/ongs
    
    BTW -- among the recently added features I enjoy the context menus
    most!
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@142 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-18

    - corrected "xmms xmms..." in prefs and context-menus
    - added tooltip for mount-stuff
    - added description in prefs.c on how to add prefs-item.
    - misc.c: have the parent wait4() the child process to finish
    (mount/umount)
    - misc.c: added code to execute ~/.gtkpod/gtkpod.in,out or
    /etc/gtkpod/gtkpod.in,out
    - prefs.c: added code to read /etc/gtkpod/prefs
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@141 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-03-18

    Feature request from Matt Adam <matt@phlegmatic.ca> to mount/unmount ipod on
    startup/shutdown.
    
    Is there a way to get my module to autodetect my iPod(showing up as
    /dev/sdX) just by plugging it in, and let me unplug it whenever I want(as
    long as it's not mounted)  This new feature would be ultra cool if i could
    do that.  Jorg?
    
    There is a prefs option, etc etc.  we should document what functions need to
    be modified in order to add new prefs as it's getting quite large.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@140 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-17

    context_menus.c:
    - moved which() to a more appropriate place...
    - fixed memory hole: get_currently_selected_songs() creates a new
    list of songs that was never freed. Now a new list is created in
    every case (also for pm/st context menus) that is freed the next
    time a context menu is opened.
    - was there a reason to exclude the MPL from context menu actions?
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@139 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-16

    Added path entries in the prefs dialogue for "Enqueue" and "Play
    Song".
    
    Changed the play_song() to do_command_on_entries(): accepts any
    @command to be called with command line args. Only one call is made
    for the entire list of songs. Also, if "%s" is present in @command,
    the list of songs is inserted at that position.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@138 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-16

    I'm currently implementing the "Play Song" command line in the prefs...
    
    display.c:
    - fixed memory leak in pmsm_list_store_move_after
    - don't allow to drag master playlist to a different position
    
    gtkpod.glade:
    - changed layout of prefs_window slightly
    
    prefs_window.c:
    - "Select Entry 'All' in Sort Tab...": only sort tabs visible can be
    selected.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@137 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-15

    display.c: forgot that gtk_list_store_move_* was introduced in 2.2...
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@136 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-15

    German translation and fixed some bad i18n strings.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@135 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-15

    display.[ch]...: removed SM_COLUMN_NONE (not necessary any more)
    
    display.c: fixed sorting of playlists/sort tabs: mpl/"All" stays on
    top.
    
    callbacks.c, display.c: "fixed" or re-established DND for playlists
    
    DND changes of song/playlist order are saved automatically. Changes
    due to sorting have to be acknowledged (menu item "Save Song Order"),
    unless the corresponding option is set in the prefs.
    
    IMPROVEMENT: add_songs and add_files will now add directly into the
    currently selected playlist. add_playlist will still create a new
    playlist with the name of the playlist file.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@134 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-14

    Merged with latest CVS, finished up most menu items.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@133 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-03-14

    Context menu for the sort tabs as well.
    #if0'ed out the edit entry until how it's going to work is decided upon
    further.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@132 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-03-14

    make this compile again
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@131 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-14

    - restructure menu items (because of variable number of sort tabs)
    - toolbar customizable
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@130 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-03-14

    Fix so apply works with the new prefs window.  Jorg is it cool that we're
    writing out the prefs each time we Apply/Ok on the window?  It seemed like
    the desired behaviour.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@129 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-13

    display.c:  fixed strange behaviour with column reorder and displayed colums. Maybe?
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@128 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-13

    Modified:
    
    gtkpod.glade gtkpod.gladep src/callbacks.c src/callbacks.h
    src/interface.c src/interface.h src/prefs_window.c
    
    New Prefs-Window.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@127 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-03-13

    Right click menus for songs and playlists.  Should be relatively easy to
    hook these same menus into the sort tabs.  most everything is wrapped into
    context_menu.[ch] and uses subsystems provided by other parts of gtkpod, so
    the code is pretty small.  Yum =)
    
    Added a new pref attribute whcih is the path to xmms, need to add a prefs
    window entry for it, but that will come later.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@126 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-12

    itunesdb.c: handle null-song-iTunesDB correctly
    
    display.c: emulate gtk_list_store_move_*() for GTK smaller V2.2
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@125 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-11

    Number of sort tabs can be selected via prefs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@124 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-09

    - re-ordering of songs in song view
    - DND from file manager into song view
    - moved sort tab interface code into display.c (another step towards
    - having a variable number of sort tabs -- very close now)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@123 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-08

    - new prefs settings (show_duplicates, -updated, -non_updated)
    - cleared problem with persistent sorting in song view (will be
    "reset" after changing selection in sort tab or playlist view
    - new prefs setting: save order after resort automatically or use menu
    item for "snapshot"
    - added/changed code for snapshot (sm_rows_reordered_callback) and
    to adopt the playlist song order in the sort tabs
    (st_adopt_song_order)
    - song view columns are draggable now. Order is saved.
    
    
    next: re-ordering of songs in song view.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@122 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-07

    Changed license of itunesdb.[ch] to LPGL
    
    Moved concat_dir() from misc.c to itunesdb.c
    
    Changed function names of all non-static functions to itunesdb_... in
    itunesdb.[ch]
    
    Prepared some code for dnd into song view (all over)
    
    Prepared prefs and display code to handly variable number of sort
    tabs.
    
    Cleaned up display code.
    
    Introduced functions song_get_item_(pointer)_utf8/16() in song.c ->
    simplified display handling.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@121 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-06

    first version of text/plain drag and drop (drop files directly from
    nautilus/konqueror into the playlist view).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@120 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-05

    Started to change DND code
    - accepts to drag songs between two playlists: will create new playlist
    - almost accepts files dragged from nautilus or konqueror. At the
    moment just prints a list of the files dropped into the playlist view.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@119 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-02

    More display colums (+support in prefs window).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@118 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-01

    Introduced "Composer" field in sort tabs and song list.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@117 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-03-01

    IMPROVEMENT: speed-up of display refreshs.
    - Import of iTunesDB with full non-blocked display: 4x as fast (51''
    against 3'35'' on my 2459 songs)
    - Refresh of first sort tab, non-blocked: 20x as fast (0.65''
    against 13'' on my 2459 songs)
    - Refresh of first sort tab, blocked: 60x as fast (0.13''
    against 7.8'' on my 2459 songs)
    - Refresh of song list, non-blocked: 2x as fast (9'' against 18''
    on my 2459 songs)
    
    I'm now using a hash table for the sort tab entries (as suggested by
    Corey), and I switched from fixed counts between two screen refreshs
    to variable counts that are adjusted on-the-fly to yield a screen
    refresh every REFRESH_MS milliseconds. REFRESH_MS is currently 200 ms.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@116 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-02-28

    display.c:
    BUGFIX: After DND operation songs were displayed twice in the
    master playlist (this was just a display artifact).
    -> release V0.43-1
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@115 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-02-27

    Preparation for V0.43
    
    file.c:
    Add playlists as well when using "Add files" or "Add dirs".
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@114 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-02-26

    *** empty log message ***
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@113 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-02-26

    itunesdb.c
    preventive BUGFIX: removed all absolute references to
    positions in the iTunesDB. Instead itunesdb.c now uses the
    header information to find the headers it needs. This should
    make it more reliable to read third party iTunesDB.
    
    display.c
    tried to fix some display-related buggies.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@112 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-02-25

    itunesdb.c
    BUGFIX: some "third party" iTunesDB could not be read (hang after
    reading the songs and before adding the playlists). Changed
    get_pl and get_mhod to make import more robust.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@111 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-02-22

    song.[ch], file.[ch]
    moved more file related functions from song.c to file.c
    
    files.c
    BUGFIX: Deleting songs from the iPod only worked if you exported
    the iTunesDB twice.
    
    files.c, callbacks.c, interface.c
    NEW FEATURE: Update song info from file
    
    prefs.c
    Improvement: store directory names with one! trailing slash
    
    md5.c
    changed md5_song_exists() to md5_song_exists_insert() and
    added md5_song_exists() that behaves as you might expect
    (don't insert)
    
    itunesdb.c
    BUGFIX: copy_song_to_ipod() there was a <5% chance that songs
    were overwritten by new songs, if you deleted songs before
    adding new songs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@110 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-02-21

    itunesdb.c
    changed comments
    
    song.[ch]
    add_song_by_filename() and add_dir_recursively() now take a
    second argument "Playlist *plitem". All songs added will also be
    added to this playlist (if != NULL)
    
    add_song() returns a pointer to the song (which may be different
    if a duplicate was detected)
    
    file.[ch], song.[ch]
    added code for adding playlists
    moved file handling code from song.c to file.c (new file!)
    
    gtkpod.glade:
    added elemets for "add playlist"
    
    configure.in
    bounced version to 0.42+
    
    Makefile.am
    added file.[ch]
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@109 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-02-20

    Updated ChangeLog
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@108 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-02-20

    prefs.c
    fixed bug in mkdir ("~/.gtkpod")
    
    decent initial settings for tag-autoset feature
    
    mp3file.[ch], song.c
    added code to set bitrate correctly
    
    display.c
    fixed problem with ghost dnd after analyzing the gtk+
    code. Bottom line: we cannot do gtk_main_iteration() during a
    selection_changed callback. So I won't, but the user will not
    notice :-)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@107 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-02-19

    Improvement: you can select a new playlist / sort tab item / sort tab
    page any time now -- even when the display is currently updated.
    
    Problem: somehow the button_release events get lost if you don't
    select "block display during udpates". This has as consequence that
    the GTKTreeViews think you are about to drag the selected item. I
    don't know yet why that happens...
    
    JCS.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@106 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-02-09

    prefs*:
    added option to have MPL selected automatically (or not)
    
    display.c:
    added code for more responsivity (*_selection_changed(),
    block_selection(), release_selection())
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@105 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-02-08

    display.c:
    new mode to init a sort tab: will remember that "All" was
    selected even if prefs say "don't select All"
    automatically". This is good for reinits.
    
    #if 0'ed code to capture song sorting (removed some songs from
    playlist)
    
    removed code to "recategorize" song after tags have been
    changed via the sort tab (incomplete, inconsistent, not what
    you want)
    
    Rewrote st_add_song code -- now the display can be refreshed
    while adding songs and gtkpod doesn't look like it had
    died. (Implemented for adding songs and adding dirs and
    
    Changed default behaviour: Entry "All" will be selected again
    if it was selected before -- no matter what
    "prefs_get_st_autoselection ()" says. However, it is also
    possible to unselect entries (ctrl-mouse). Then "All" will
    only be selected automatically if prefs_get_st_autoselection
    allows us to.
    
    gtkpod.glade:
    removed the accelerator ctrl-a for "select_all" because it
    caused a run-time error with gtk2.2.0. ctl-a still works,
    though.
    
    prefs.[ch], dirbrowser.c
    remember last window size
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@104 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-02-06

    sm_rows_reordered_callback should not be called in the dnd code
    this was the culprit for our bug. fix fix =)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@103 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-02-06

    song.c
    
    After import of itunesDB, all songs are given consecutive ipod
    ID numbers. This avoids problems (running out of free IDs and
    reusing used ones) if some "funny guy" puts "ID=-1" somewhere
    into the database.
    
    id3_tag.c
    
    BUGFIX: Added code to write track tag
    
    BUGFIX: Looking at the code, it appears that all tags not
    except the changed one got deleted when the option "Write all
    tags" was not activated. I don't know why this "feature"
    didn't work, but I made sure it also will not work in the
    future.
    
    callbacks.c
    
    commented out code to re-arrange songs in playlist (until we fix it)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@102 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-02-05

    song.c
    Bugfix: Kentaro Fukuchi pointed out that MusicMatch (at least the
    Japanese version) distributes song IDs starting with 2 (and not
    with 53). Fixed. If some other program start with 1 (reasonable),
    please let me know.
    
    Bugfix: add_song() don't change ipod_id if one is already
    given in the passed song struct
    
    Improvement: threaded removal and copy of songs, so the
    display doesn't freeze on long file system operations
    
    Improvement: export can be interrupted and be continued at a later
    time. gtkpod will (hopefully) correctly remember which songs have
    already been copied/deleted from your iPod.
    
    misc.c
    Improvement: better handling of statusbar timeout
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@101 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-02-04

    display.[ch], misc.[ch], callbacks.c
    Added code to remove (all songs in) sorttab entry (ctrl-d and menu item).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@100 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-02-03

    dirbrowser.c
    don't close dirbrowser window until after the songs have been
    read.
    
    display.c
    Improvement: do refreshs when writing tags
    
    Bugfix: st_remove_song will always pass removed song to next
    sorttab (because it cannot know if it's still kept there)
    
    song.c
    Bugfix: gtk_filename_to_utf8 with charset_to_utf8
    
    Bugfix: write_tags (): don't try to tag files on iPod if using
    offline mode
    
    Bugfix: get_song_name_on_disk(): don't return iPod songname if
    in offline mode. Removed double "//" in filenames.
    
    misc.c
    Bugfix: concat_dir now handles files starting with "/"
    better.
    
    configure.in
    changed version to 0.41+ (to differentiate from release)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@99 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-02-01

    song.c:
    changed some messages.
    
    added function to clear out md5_hash values from all songs
    
    extended hash_songs(): when hashing is switched on after songs
    have already been added, duplicate songs will be detected and
    be removed. Playlists are preserved, because when removing a
    duplicate song from a playlist, we add the original song back
    to the playlist.
    
    added function void remove_duplicate (Song *oldsong, Song
    *song) that can be used for duplicate removal. Can be made to
    pop up a window.
    
    playlist.c:
    fixed bug: don't add NULL-song to playlist.
    
    added gboolean song_is_in_playlist (Playlist *plitem, Song *song);
    
    playlist.[ch]:
    remove_song[id]_from_playlist() will now return TRUE/FALSE
    depending on whether song was actually a member
    
    misc.[ch]:
    added gchar *get_song_info (Song *song) to retrieve some human
    readable information from "song"
    
    before quitting gtkpod, a requester is popped up (if appropriate)
    
    md5.[ch]:
    md5_song_exists() will now return pointer to existing
    duplicate.
    
    renamed u_char to u_int8_t
    
    confirmation.[ch]:
    added possibility to hide buttons. Apply button is now also
    available.
    
    misc.c:
    changed calls to gtkpod_confirmation() (because of apply
    button)
    
    parse_ipod_id_from_string() can now handle arbitrarily long
    strings.
    
    display.c:
    fixed bug in st_song_changed(): could segfault if no entry was
    selected.
    
    fixed strange messages when window got closed by windowmanager
    instead of Ctrl-Q.
    
    drag-and-drop: number of songs to drag can be arbitrarily
    large now.
    
    dirbrowser.c, misc.c:
    added code to get nicer display of duplicate songs.
    
    configure.in:
    changed version number to 0.41
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@98 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-31

    display.c:
    sort tab will not forget last selection
    
    charset.c:
    renamed gettext() to _()
    
    added hash_songs()
    removed GList *get_song_list (void);
    
    md5.[ch], song.[ch]:
    moved void md5_unique_file_init(GList *songlist) to
    hash_songs(). hash_songs() will allow window refreshs during
    hashing.
    
    callbacks.c, prefs.c:
    moved handling of md5 hash to prefs_set_md5song();
    
    misc.c:
    statusbar: remove old timeout function before adding new one
    
    song.c, playlist.c
    more update messages during import / hashing.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@97 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-30

    Removed thread.[ch] and changed Makefile.am correspondingly.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@96 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-30

    Summary: Threw out threads, put in gtk updates during import etc.
    
    I'm using "block_widgets()" and "release_widgets()" to make sure no
    harmful user input is done during operation. I don't know how to block
    keystrokes, however, so I'm checking the global variable
    "widgets_blocked" in callbacks.c to block them.
    
    
    itunesdb.c:
    renamed all function calls to the in-memory database from
    add_... to it_add_... and from get_... to it_get_... so we can
    add hooks where necessary.
    
    song.h, playlist.h:
    defined most of the it_add_... to the original meaning without
    "it_"
    
    song.c, playlist.c:
    added remaining it_ functions.
    
    prefs.[ch]:
    timeout for statusbar messages can be set with
    prefs_set_statusbar_timeout()
    
    display.[ch], song.[ch]: added code for "background" exporting,
    importing, adding of files and directories. md5 reading is not yet
    done.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@95 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-29

    main.c, callbacks.c
    commented out calls to thread_exec in case someone downloads from CVS (I don't understand the statistics page well, but maybe some people do).
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@94 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-29

    song.h:
    added enum to address entries of song struct
    
    misc.[ch]:
    added translation function to translate from SM_... and
    ST_... (defined in display.h) to S_... (defined in song.h)
    
    display.[ch]:
    renamed SM_COLUMN_TRACK to SM_COLUMN_TRACK_NR to be
    consistent
    
    display.c, song.[ch]:
    added code to allow to only write selected ID3 tags
    
    prefs.[ch], prefs_window.[ch]:
    added option to let the user choose if he wants all ID3 tags
    updated or just the one (S)HE just changed.
    
    configure.in:
    added language "ja"
    
    po/
    added translation catalogue for Japanese (ja.po)
    removed Makefile.in.in (produced by ../autogen.sh)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@93 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-27

    Temporary fix, Jorg Lemme know if this helps you at all.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@92 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-27

    song.c:
    undid Corey's patch for empty tags (sorry :-) )
    
    disable import button and menu after export.
    
    misc.c:
    hushed one compile warning
    
    threads.c:
    hushed one compile warning
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@91 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-27

    more sane default behavior.  Only set the title for songs with no readable
    id3s, this way you can use the sort tabs to rename all the files at once,
    and then the album attribute.
    
    I played around with it a ton tonight and it did quite well =)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@90 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-26

    temp fix
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@89 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-26

    this is necessary cause i was using GUINT_TO_POINTER and the threading
    system doesn't like it, I think...
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@88 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-26

    Add the thread implementation
    
    all you basically need to know is that
    gtkpod_thread_pool_exec takes one of the enumerated thread types in
    threads.h
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@87 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-26

    Here are threaded reads/writes/md5ing/id3 modifying
    
    Weirdnesses about it.  If you take the gtkpod_statusbar_message out of the
    comments a weird A appears in your terminal and the app freezes.  I think
    this has something to do with the main widget being set to not sensitive at
    the time the status bar message request is made.  I tried fixing it with a
    timer, but it's not really reliable.  Would it be ok to have return codes
    for the functions handle_import() and handle_export()
    I think this problem could be avoided that way.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@86 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-26

    configure.in:
    bumped version to 0.40
    
    charset.c:
    fixed bug: charset names did not get translated
    
    id3_tag.c:
    fixed some strings
    
    prefs.[ch], prefs_window.[ch], gtkpod.glade, interface.[ch],
    callbacks.[ch], song.c, display.h
    added code for "automatically set empty tags to filename?".
    
    prefs.[ch], display.[ch]:
    added code to remember position of GtkPaned elements in main
    window.
    
    prefs.c:
    changed prefs entry "mp" to "mountpoint"
    
    changed default mountpoint from "/mnt" to "/mnt/ipod"
    (to match the README file)
    
    misc.c:
    changed my name to English
    
    de.po:
    updated translations
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@85 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-25

    playlist.c:
    fixed bug (don't free memory before being finished with it)
    
    misc.c:
    added comment
    
    display.[ch], prefs.[ch]:
    gtkpod will now remember column widths in song display
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@84 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-24

    confirmation.c:
    added negative ID numbers
    
    callbacks.c, misc.c:
    migrated delete_playlist code
    
    playlist.c:
    fixed bug in song deletion from MPL: song was not removed from
    playlist member's list, but from song list -> segfaulted
    
    delete_window.[ch]:
    removed
    
    gtkpod.glade:
    removed delete_window(s)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@83 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-23

    confirmation.cvs:
    fixed small problem with window size handling
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@82 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-23

    prefs.[ch]:
    added code for remembering size of windows
    
    confirmation.c
    continued code (now remembers last size of window)
    
    main.c, misc.[ch]:
    introduced global variable "gtkpod_window"
    
    misc.[ch], delete_window.[ch]:
    migrated code for iPod directory construction to new
    confirmation code (to give an example...)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@81 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-22

    Added files
    confirmation.c and confirmation.h
    Corey: you pointed out we'd need generic confirmation handling. What
    do you think of the code so far? It's not used anywhere yet...
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@80 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-21

    song.c:
    fixed bug: non-transferred songs were not removed from md5
    hash when being deleted from MPL (segfaulted when imported
    again later)
    md5.[ch]:
    renamed longer names to md5_song_exists() and md5_song_removed()
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@79 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-21

    delete_window.c:
    fixed memory hole
    shortened list of mkdirs in confirmation window
    misc.c:
    cleaned up dir creating
    fixed small bug in result handling
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@78 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-20

    Reenabled the code to create ipod directories
    added a few more statusbar messages
    
    I know these probably aren't translatable right now, or ideally
    translatable, but I will get to them. =)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@77 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-20

    misc.c:
    changed output string of statusbar (was too long to completely
    display with my settings)
    
    have gtkpod_songs_statusbar_init() call _update()
    
    display.[ch]:
    changed name to sm_get_nr_of_songs()
    
    prefs.[ch]:
    added prefs_get_ipod_mount()
    
    delete_window.c:
    started to add code for creation of iPod's directories. Tell
    me what you think of it.
    
    gtkpod.glade:
    added new confirmation window
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@76 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-20

    hush a compile warning.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@75 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-20

    Removed Cut/Copy/Paste protos/definitions since we aren't using them.
    
    2 statusbars exist now.  One for relaying text messages to the user,
    and one gtkpod uses to display the number of songs displayed and number of
    all the songs on the ipod.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@74 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-20

    Update your sorted view of playlists so we write what's visible on screen.
    
    Jorg does this feature interfer with the behavior you want?
    
    I like the idea of being able to alphabetically sort my lists before i write
    them, it needs it's own internal dnd also now tho...
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@73 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-19

    Addtion of Statusbar routines for displaying what's going on.
    
    gtkpod_statusbar_message(const gchar *message);
    should be all you need it automatically sets up a timeout to clear itself
    and puts the message as the current context in the statusbar.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@72 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-19

    Added URL to all headers.
    Corrected EMail address in all headers.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@71 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-19

    display.c:
    renamed sm_remove_all_song() to sm_remove_all_songs()
    
    delete_window.c:
    fixed singular/plural forms in a i18n compatible way
    
    many files:
    slightly changed some message strings
    
    configure.in:
    added "de" as available language
    
    po/
    added de.po
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@70 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-19

    Holler if this isn't ok for an about addition? placement,etc
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@69 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-19

    Create gtkpod.pot with "make gtkpod.pot" in the po subdirectory.
    
    Updated POTFILES.in
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@68 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-19

    User defined playlists should now always be identical to what was displayed
    on screen.
    (i.e. no matter how you drag and drop, or which sort buttons you use)
    
    removed a gratuitous printf in misc.c
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@67 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-19

    Added the code for creating ipod directories necessary to export.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@66 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-19

    DND for user defined playlists allows the user to take control of lists
    again that have already been sorted.  We only get up to date lists when the
    user drags, not by simply clicking the sort tabs.
    
    DND reordering does not work for the master playlist.
    
    What should we do about SM_COLUM_IPOD, SM_COLUMN_PC_PATH,
    SM_COLUMN_TRANSFERRED.  Should we leave them in for debugging purposes,
    #if 0 them out,  or nuke them completely?  I went ahead and re-enabled
    these 3 columns again, but they're not visible.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@65 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-19

    Hope this format is ok with you, figured I'd fill it in.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@64 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-19

    misc.c:
    corrected bug in concat_dir() and improved concat_dir()
    
    itunesdb.c:
    corrected unnecessary char conversion
    
    song.c:
    corrected absolute path to relative path
    
    make sure that Import-Menu and Import-Button get blocked after
    import of database (did not always work with offline-mode)
    
    display.c:
    updated comments on st_ handling
    
    hushed "Programming error" message (by fixing the problem, not
    by removing the printf statement!)
    
    prefs.[ch], prefs_window.c, display.c:
    gtkpod now remembers which pages were selected in the sort
    tabs.
    
    playlist.c:
    fixed bug: if song is removed from iPod, then remove it from
    all playlists before
    
    README:
    updated buglist
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@63 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-18

    Enable song reordering and alert our internal datastructures of the new
    order.
    
    This works fine if you haven't sorted on a column yet.  There seems to be no
    way to put it back to "no ordering"
    
    gtk_tree_model_sort_reset_default_sort_func doesn't seem to want ot work
    with our song model, but once we figure out how to turn song sorting "off"
    and let the user interact with it this will be complete and what's written
    to the db will be consistent with what you see on screen.
    
    We also need a way to alert our internal data structures when the column
    sort buttons are pressed.  Any ideas?
    
    Hushed two warnings in display.c also.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@62 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-18

    prefs.c:
    removed the adding of "/" at the end of the browse dir -- I
    ended up with more than five of them in my prefs.
    
    using g_memdup() to duplicate (most) of the config structure
    in clone_prefs()
    
    gtkpod.glade, prefs.[ch], prefs_window.[ch], display.c, callbacks.[ch]:
    added code for "sort tab autoselection" option
    
    dirbrowser.c:
    fixed bug in the original dirbrowser.c code that caused the
    specified directory not to be selected if the specified
    directory ended in "/" (instead the root directory was
    selected).
    
    display.c:
    Changed code for sort tab handling. Please ignore the error
    message about the programming error for now -- it seems to be
    working.
    
    README:
    updated buglist
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@61 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-18

    gtkpod.glade:
    added menu items for Sort Tabs and Creation of directory
    structure.
    
    delete_window.c:
    cleaned up i18n
    
    display.[ch]:
    added st_redisplay() for use from menu-items
    added st_sort() for use from menu-items
    
    callbacks.[ch]:
    added menu items for sort tab alphabetizing and init'ing
    
    md5.c:
    reduced NR_PATH_MAX_BLOCKS from 8 to 4 again (the filesize
    hack made it possible!) Speeds up import of large number of
    songs.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@60 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-17

    hush a debug printf
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@59 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-17

    prefs.c:
    small bugfix (last_dir.browse could have stayed unitialised)
    
    corrected type ("-a: same as -a")...
    
    callbacks.c:
    tweaked handling of unique_file_repository after prefs have
    changed.
    
    callbacks.c, md5.[ch], song.c:
    prefixed public function names with md5_
    
    md5.c:
    added comments
    
    song.c:
    added code to handle deleted files in offline mode
    
    fixed bug: don't add songs to pending_deletion that haven't
    been transferred yet.
    
    gtkpod.glade:
    changed packing rules for delete_confirmation_window slightly
    
    added delete_confirmation_pl (playlist deletion dialogue needs
    different window size to look good)
    
    cleaned up menues.
    
    delete_window.c:
    fixed internationalization. hopefully.
    
    fixed bug that caused segfault if ctrl-d was pressed with no
    songs selected.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@58 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-17

    Fixed a typo, deleted fixed bugs, added a few more descriptions
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@57 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-17

    BEER BEER BEER
    Nothing quite goes with code, like a New Castle or 3 =)
    
    Exporting of files now works via a File Selection dialog
    - If the user selects a dir, files are exported there
    - If the user selects a file, files are export to the directory the file
    exists in
    
    Could use some testing...
    
    /me squashes Jorg's buglist
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@56 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-17

    deletion window now presents multiple tracks in a scrolled window
    Working on Jorg's buglist... =)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@55 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-16

    small fix for code that hashes files on disk that are smaller than
    chunk_size. (i.e. the iTunesDB) =)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@54 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-16

    display.c:
    minor code cleanup
    
    callbacks.c:
    added add_new_playlist() call when ctrl-n is pressed in the
    playlist listview.
    
    README:
    added description of features
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@53 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-15

    dirbrowser.c:
    Fixed some issues of UTF-8 and charset handling
    
    Multiple selections possible
    
    charset.[ch]:
    Improved charcter conversion in case of illegal characters are
    detected. The subroutines now try their best to convert as
    much as possible.
    
    Look up description of charset and enter that into the prefs
    combo.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@52 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-14

    gtkpod.glade:
    add charset handling code, remove locale stuff
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@51 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-14

    charset.[ch]:
    new file to hold the charset conversion code
    
    Makefile.am:
    add "charset.[ch]"
    
    prefs.[ch], prefs_window.[ch], callbacks.[ch], id3_tag.c
    add charset handling code, remove locale stuff
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@50 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-12

    use the filesize of the file as the first part of the hash, so we don't
    confuse original mixes with extended mixes or the something like that. =)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@49 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-12

    doh.
    guess what package i stole this from ? =)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@48 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-12

    I *think* this is how it's supposed to be done, copied another project.
    If you're running debian, could you test this please? =)
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@47 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-11

    misc.[ch]:
    moved helper functions for locale setting to gtkpod_locale.[ch]
    
    made sure only one file selection dialog can be opened
    
    added code for locale handling
    
    misc.h:
    redefined gtkpod_warning() macro to handle UTF8 correctly.
    
    prefs_window.c:
    cleaned up code for locale handling
    
    prefs.c:
    cleaned up code for locale handling
    
    prefs.[ch], file_export.c, dirbrowser.c, callbacks.c, misc.c:
    unified dir_browse and file_browse entries (different settings
    for both adding dirs and adding files are confusing, I think)
    
    Makefile.am:
    added reference to gtkpod_locale.[ch]
    
    README:
    added:
    
    Due to a caching problem with glib2's g_get_charset()
    function, changing the locale after g_get_charset() has
    already been called, will not affect the glib's conversion
    routines (they will use the cached charset instead).
    
    As a consequence, changing the locale in the prefs window
    after a file selection or directory selection dialog has been
    opened, has no effect. This problem has been resolved with
    version 2.1.5 of glib2.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@46 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-10

    prefs.[ch]:
    added option for "autoimport" -- somehow vanished?
    
    added support for setting of lc_ctype
    
    misc.c:
    added comment /* FIXME: how can we avoid saving options set by
    command line? */
    
    added init_locale_combo() to set up the combo with locales to
    chose from. (not finished)
    
    gtkpod.glade, prefs_window.[ch], callbacks.[ch], interface.c:
    added support for "locale-combo" and setting of lc_ctype
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@45 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-09

    song.c:
    Added comments.
    
    itunesdb.c:
    replaced
    #ifdef WORDS_BIGENDIAN
    with
    #if (G_BYTE_ORDER == G_BIG_ENDIAN)
    to safe one check in configure.in
    
    configure.in:
    removed the check for ENDIAN
    
    main.c:
    removed call to gtk_set_locale(): gtk_init() automatically
    does this, so there is typically no point in calling this
    function.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@44 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-09

    the beginnings of playlist reordering via dnd.  i don't think we can do it
    with gtk_tree_view_reorderable because we can't hook into a signal that way.
    So for now it just catches when files are moved around in the song view.
    More to come
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@43 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-09

    cleanups from puckett.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@42 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-07

    fix remove_playlist to go back to the old behaviour of deleting and
    selecting a "logical next"
    remove_playlist was changed(Jorg?) so that it would never select a logical
    next.
    
    Fixed by adding free_playlist which is now called from remove_all_songs
    instead of remove_playlist
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@41 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-07

    Minor UI name changes
    "button1" -> "import_button"
    "import_itunes1" -> "import_itunes_mi"
    Update to disable import button/menuitem once the db has been imported
    successfully.
    Small change to do_hash_on_file to ensure we read some data from the file
    before we hash it, otherwise return NULL
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@40 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-07

    prefs.c:
    replace "~/" with "g_get_home_dir ()" in ipod_mount entry.
    
    removed prefs_readline() (Corey had enough time to defend it)
    ;-)
    
    md5.c:
    replaced all "malloc()" with "g_malloc()", all "free()" with
    "g_free()" and the combination "malloc();memset(...0...)" with
    "g_malloc0()".
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@39 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-07

    Patch from a friend who implemented sha1 on a bored day.
    Thanks Niekze <niekze at yahoo.com>
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@38 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-07

    Take out the openssl dependency thanks to a patch from niekze at yahoo.com
    small fix to display the correct version of gtk+ we're building against
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@37 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-06

    song.[ch]:
    added code to remove backup files and extended information
    files on export when appropriate.
    
    added function files_are_saved() which reports if it is save
    to quit, or if the data in memory has been changed but not
    been exported. The QUIT function does not yet take advantage
    of it.
    
    added function data_changed() to register that the data has
    been changed.
    
    misc.[ch]:
    added void cleanup_backup_and_extended_files (void);
    
    display.c:
    added data_changed() calls in pm_cell_edited(),
    st_cell_edited(), and sm_cell_edited(). Need to be added on
    DND and delete actions -> Corey?
    
    playlist.c
    added data_changed() call in add_new_playlist()
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@36 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-05

    callbacks.c, display.c:
    references to playlist->type are now compared to
    PL_TYPE_NORM and PL_TYPE_MPL instead of TRUE/FALSE or
    0/1 (easier to read)
    
    renamed handle_import_itunes() to handle_import()
    
    main.c:
    renamed handle_import_itunes() to handle_import()
    
    misc.c:
    added comments
    
    extended handle_export() (offline, write_extended_info,
    backups)
    
    misc.h:
    new: #define C_FREE(a) if(a) g_free(a); a=NULL
    
    prefs.[ch]:
    added prefs_get_cfgdir() for convenience
    
    added code to save/restore dir_browse, file_browse, and
    file_export from/to ~/.gtkpod/prefs
    
    itunesdb.[ch]:
    gboolean itunesdb_parse_file (gchar *filename) added
    
    misc.[ch], song.[ch]:
    moved handle_export() to song.c
    renamed handle_import_itunes() to handle_import()
    
    md5.c:
    used
    g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);
    to make sure all used memory is freed with
    g_hash_table_destroy(filehash);
    
    added "g_free (val)" as appropriate to free unused memory.
    
    changed song_exists_on_ipod() to return some info on the
    already existing duplicate song.
    
    doubled blocksize for hash (ran into duplicates that weren't)
    -- mostly files without ID3 Tags...
    
    replaced and bugfixed get_dirname_of_filename() (did not check
    if "filename" is already a valid dir).
    
    md5.[ch]:
    made gchar *do_hash_on_file(FILE *fp) public (non-static).
    
    song.c:
    added code for writing extended info (in separate file
    "iTunesDB.ext", for keeping backups, and for working
    offline, i.e. without iPod connected. If you work offline,
    all changes are written to iTunesDB and iTunesDB.ext in
    ~/.gtkpod on export. You need to go "online" and export to
    transfer files to the iPod.
    
    added code to set unset tags using the filename. This code
    (set_entry_from_filename()) is called from
    add_filename_by_name() and should be improved to use a user
    specified format to extract the information from the filename.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@35 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-04

    itunesdb.[ch]:
    Introduced itunesdb_write_to_file (): like itunesdb_write, but
    you can specify the filename directly, rather than the mount
    path of the iPod.
    
    Replaced the "/*" spitting compiler warnings.
    
    prefs.[ch]:
    Changed read/write_prefs() to use concat_dir() instead of
    snprintf() to concat path and dir (you never quite know if the
    path ends with "/").
    
    Changed read_prefs() to be easier to extend (still don't know
    what prefs_readline() actually was doing...).
    
    Added cfg-entries for "offline", "write extended infos",
    "keep_backups"
    
    prefs_window.[ch]:
    Added cfg-entries for, "write extended infos", "keep_backups"
    
    gtkpod.glade:
    Added Options for "write extended infos" and "keep backups" in
    prefs window, added new menu item for "offline"
    
    main.c:
    "GtkWidget *gtkpod" is passed to read_prefs ();
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@34 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-04

    display.[ch]:
    fixed bug in pm_remove_playlist():
    don't select playlist if there's none left
    improved pm_remove_playlist():
    select next playlist or previous playlist (instead of first one)
    selection of playlist can be switched off (speed up program exit)
    fixed bug in sort tab handling: if the main window is closed with
    the window close symbol, gtk seems to select pages in the
    notebooks. Since the data in sorttab[] has already been deleted,
    this caused the program to crash. This is now taken care of in
    st_get_instance() and st_page_selected().
    misc.c:
    fixed bug in gtkpod_main_quit(): first delete playlists, then
    songs (otherwise the display might access non-existing song
    entries).
    itunesdb.[ch]:
    moved code to copy a file to cp() which can be used by other
    functions.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@33 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-03

    auto import if you like
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@32 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-03

    added an autoimport preference.  code isn't taking advantage of it yet
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@31 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-03

    Fix from Adrian Ulrich<pab at blinkenlights.ch> so the number of playlists
    gets written properly, and a hexdump of our export function matches the
    output of gnupod's mktunes.pl script
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@30 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2003-01-03

    Added md5_hash to Song structure (will not be saved yet).
    Moved unique_..._init () to main.c.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@29 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-01

    Changes - You can free up space on your ipod now by deleting songs from the
    master playlist. I somehow broke playlist writes, and it's really
    inconsistent, needs some more looking at.
    
    File Modification:
    
    configure.in - version bump, file deletion from your ipod should work
    
    display.c -
    * made the playlist model select a sensible "next" when a playlist
    is deleted from the model.
    * don't allow renaming of the main playlist
    
    itunesdb.c -
    * added a variable to allow for read/write debugging.  it's either
    "REALLY verbose or none at all, set ITUNESDB_DEBUG to 1 to get output
    * change the copy_song_to_ipod function to randomly choose a directory
    to write to.  this is better because it's random and should be evenly
    distributing it ? Saw it as a todo and did it.
    main.c -
    * seed the random number generator on start with time(NULL)
    * remove some of the cleanup code after gtk_main_quit to consolidate
    cleaning into gtkpod_main_quit
    misc.c -
    * added gtkpod_main_quit to clean up all the data structures on exit.
    * I'm getting weird errors on exit, as far as I can tell the code isn't
    doing what i'm coding. if you notice any difference between quiting
    with ctrl-q and clicking the "close" button in your wm, please let me
    know.
    misc.h -
    * added gtkpod_main_quit to the header
    playlist.c -
    * fixed remove_song_from_playlist so it handles file deletions from the
    ipod too.
    prefs.c -
    * cfg_new - more sane defaults asks permission before deleting anything
    song.c -
    * added a free_song function just to clean up the file structure.  It
    seems like we might benefit from breaking up the concept of a song and
    the way we manage it in gtkpod...
    * fixed add_song so it can handle registering songs passed to it by the
    itunes db during parsing.  a bug i introduced =(
    * added remove_song_from_ipod_by_id it appens itself to a static
    "pending deletion" list in song.c  This means we don't delete anything
    unless we tell the ipod to export, so you can exit without saving and
    not commit to changes you made.
    * modified flush_songs - so it deletes all the files that are pending
    deletion before it copies them to the disk.  a little bit of math and
    we could relay the disk usage to the user via the status bar
    song.h
    * added free_song to the header
    * added remove_song_from_ipod_by_id to the header
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@28 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2003-01-01

    Update for proper file deletion and some documentation !
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@27 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2002-12-31

    small fix.  filenames with a '/' in them will fail to write.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@26 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2002-12-27

    updated prefs_window so it now handles whether or not you want dialogs when
    you delete files(which still isn't implemented in cvs) other slight
    modifications to the prefs settings.
    
    Add the export selected files to disk function to the Edit menu
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@25 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2002-12-27

    subsystem to export files from your ipod to an arbitrary directory on disk.
    
/home/me/        requires the base directory i.e.     
    requires the directory name you want i.e.  "DJ_Sets"
    (would make sure /home/me/DJ_Sets/ exists)
    and GList with node data of type Song*  to export to the disk.
    
    there is an associated pref, and for now select the files you want and
    export to disk via the Edit menu.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@24 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2002-12-26

    add function calls to allow removing of hash ids
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@23 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2002-12-26

    this is deleting twice, comment it out till I hear from Jorg on it.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@22 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2002-12-23

    hook in the file deleting stuff.
    
    Set scrollbars on the about window to be policy automatic
    
    Add delete_window.[ch] to Makefile.am
    
    Add callbacks for keyinput(the only way to delete currently)
    
    Untility functions added to display.c
    
    get_currently_selected_playlist()
    get_currently_selected_songs()
    
    both retrieve which row/rows are selected in gtkpod and return either the
    Playlist* that's selected or a GList of Song* that is selected
    
    Update prefs to manage smart fiel deletion
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@21 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2002-12-23

    The beginnings of a file/playlist deletion mechanism.  Hooks into prefs,
    won't ask your more than once if you think you're really smart.  Frontend is
    there and it's identifying what needs to be removed, need sleep first...
    
    Options still need to be hacked into the prefs window to change, for now
    hack your text file to revert.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@20 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2002-12-23

    * Removed unusable "Year" song attribute from callbacks,interface,prefs, and
    prefs_window
    * Fixed Column ordering in display.c
    * Added Track Number column to song display, you can sort by and edit track
    numbers now
    * Added default cases to switch statements containing none in display.c
    * Added function sm_show_preferred_columns function, it displays the columns
    requested by the current preference settings
    * Prefs are now read from a file(~/.gtkpod/prefs) when gtkpod loads.  Upon
    any successful save of the preferences(i.e. OK clicked in prefs_window)
    current settings are saved.  Preferences are also rewritten at quit
    time.
    
    Parsing text files sucks.
    We need some more people testing this than just me !!!
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@19 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2002-12-23

    more preferences work yum yum yum
    
    * preferences now read your $IPOD_MOUNTPOINT env variable defaults to /mnt
    * can now select which attributes you want displayed in the song list.
    - display.[ch] needs a function to reselection columns.
    - we still need to write preferences on exit...
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@18 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2002-12-22

    intended actions
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@17 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2002-12-22

    Added interactive preferences dialog
    
    Changed gcc to gcc -Wall in configure.in
    
    Hushed a bunch of compiler warnings
    
    Removed Unused variables.
    
    Jorg is gonna shoot me when he gets back.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@16 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2002-12-22

    initial import of the preferences interface
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@15 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2002-12-21

    Added support for md5ing files and identifying duplicate copy attempts
    NOTE:
    * This uses SHA1 and you need the openssl development libraries to
    compile it, however for running it shouldn't require anything we don't
    already have on our systems(ssh?).  If using the Openssl libs isn't ok
    it's abstracted enough that it continues to interact fine with gtkpod
    and we change its internal representation.
    * Let me know if you get any incorrect collisions.
    * Yes it's slower to load up the first time(takes about 10 seconds for 4
    gigs of music on my g3 500mhz ibook) , but there is no noticeable
    difference after the database has loaded to do the lookup.
    * It is an option and has an associated attribute in prefs.[ch]
    
    changes in song.c
    * add_song now returns gboolean.  If md5 checksumming is enabled it will
    not allow the user to add a duplicate
    * get_song_name_on_disk.  New function to identify the filename on disk.
    
    New Args:
/* do md5 checksumming on files. */        -c     
    --md5	/* same as -c */
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@14 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2002-12-20

    don't allow dragging of files already in the main pl to it again.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@13 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2002-12-20

    Fix broken song adding, had made the songs list static
    Added DND code to drag songs from filelist to playlist of choice.
    Hopefully DND code to drag from your favorite fm to main playlist will
    follow soon after.
    
    Notice a problem, if you close witch ctrl-q it exits properly, exiting via
    the close window button via the wm makes gtkpod segfault, Jorg any ideas?
    
    TODO:
    Delete a Playlist
    Delete Tracks from your ipod.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@12 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2002-12-20

    removing unneeded aclocal.m4 it's autogenerated
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@11 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2002-12-19

    Added "Title" category to sort tabs.
    Fixed bug in display.c st_cell_edited.
    Added documentation to itunesdb.c.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@10 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2002-12-18

    Fixed small bug that prevented the song model from being updated when
    Tags were changed.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@9 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2002-12-18

    song.c: fixed memory hole in write_tags_to_file () -- JCS
    display.c: added some code to change/remove songs from sorttabs -- JCS
    playlist.h: changed one comment -- JCS
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@8 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2002-12-17

    whoops, this shouldn't have been imported
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@7 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Corey Donohoe <atmos@atmos.org>	2002-12-17

    Initial revision
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@3 f01d2545-417e-4e96-918e-98f8d0dbbcb6

Jorg Schuler <jcsjcs@users.sourceforge.net>	2002-12-17

    New repository initialized by cvs2svn.
    
    git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/gtkpod/trunk@2 f01d2545-417e-4e96-918e-98f8d0dbbcb6
