FU Logo
  • Startseite
  • Kontakt
  • Impressum
  • Home
  • Listenauswahl
  • Anleitungen

[linux-minidisc] [commit] Linux utilities to deal with Sony Minidisc Walkman branch master updated. 0.9.9-14-g8bb7803

<-- thread -->
<-- date -->
  • From: John Paul Adrian Glaubitz <linux-minidisc@lists.fu-berlin.de>
  • To: linux-minidisc@lists.fu-berlin.de
  • Date: Sun, 05 Jan 2014 20:00:30 +0100
  • Auto-submitted: auto-generated
  • Subject: [linux-minidisc] [commit] Linux utilities to deal with Sony Minidisc Walkman branch master updated. 0.9.9-14-g8bb7803

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Linux utilities to deal with Sony Minidisc Walkman".

The branch, master has been updated
  discards  54971b8b39fbbe614aad5c766bffa5062b281f3d (commit)
  discards  79cff78f1427946da326150791782f1192db4116 (commit)
       via  8bb7803df7e7d976be145a8fda28909e86984e97 (commit)
       via  415a88f0795bf6f64ee46b02450dd9a3765907fb (commit)
       via  bc90f1356621111994f71f004033a5f3f11b350c (commit)
       via  4ab60e6f6e1801850ac45d52d2f094d1200be3ac (commit)
       via  e89aea5f7e3cdd94b46c2a9a5671f0088c916caf (commit)
       via  b22b38f281e71a40629252a134de9f9a9ee9b96e (commit)
       via  cb145a080e8e6aa1d964323e07c16827a6245b53 (commit)
       via  59a9f2a03816a05f6163f2eda3a1789f5b2758fc (commit)
       via  e6f3ae7027a7c95d272704367793105df36149fc (commit)
       via  f8ba927506187f5fce0d928089227d29dc77a98d (commit)
       via  5a50e604e3a647d348e9033c049dd57f5833c4d7 (commit)
       via  995f9be999e4711b018ffb5236820d27288dc645 (commit)
       via  71683fb3d4f9210ebc834142442867db7643c59f (commit)
       via  a3a65c0a2a6c043e8234823edd1786edf2e7685e (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (54971b8b39fbbe614aad5c766bffa5062b281f3d)
            \
             N -- N -- N (8bb7803df7e7d976be145a8fda28909e86984e97)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8bb7803df7e7d976be145a8fda28909e86984e97
Author: Thomas Arp <manner.moe@gmx.de>
Date:   Sun Jan 5 19:53:59 2014 +0100

    Reload the current index of the local browser after calling
    localmodel->setSelectableExtensions() when using NetMD.

commit 415a88f0795bf6f64ee46b02450dd9a3765907fb
Author: Thomas Arp <manner.moe@gmx.de>
Date:   Sun Jan 5 19:52:40 2014 +0100

    Add missing PKGCONFIG directive for libusb-1.0 in qhimdtransfer.pro.

commit bc90f1356621111994f71f004033a5f3f11b350c
Author: Thomas Arp <manner.moe@gmx.de>
Date:   Sun Jan 5 19:49:07 2014 +0100

    Remove unused methods track(), tracks() and downloadableFileExtensions()
    from class QMDModel. Those are now available through class QMDDevice.

commit 4ab60e6f6e1801850ac45d52d2f094d1200be3ac
Author: Thomas Arp <manner.moe@gmx.de>
Date:   Sun Jan 5 19:41:49 2014 +0100

    Adopt QHiMDMainWindow to work with the new generic MiniDisc classes
    QMDDevice, QMDTrack and QMDTracks. Also update the project file
    for QHiMDTransfer for the changes in the MiniDisc classes.

commit e89aea5f7e3cdd94b46c2a9a5671f0088c916caf
Author: Thomas Arp <manner.moe@gmx.de>
Date:   Sun Jan 5 19:37:45 2014 +0100

    Adopt QHiMDUploadDialog to work with the generic QMDTrack class
    to support uploads for both NetMD and HiMD devices.

commit b22b38f281e71a40629252a134de9f9a9ee9b96e
Author: Thomas Arp <manner.moe@gmx.de>
Date:   Sun Jan 5 19:33:47 2014 +0100

    Add support for automatic detection of NetMD devices on Windows.

commit cb145a080e8e6aa1d964323e07c16827a6245b53
Author: Thomas Arp <manner.moe@gmx.de>
Date:   Sun Jan 5 19:10:08 2014 +0100

    Introduce new class QMDTracks as a superclass for QNetMDTracks
    and QHiMDTracks to provide access to NetMD and HiMD track lists.

commit 59a9f2a03816a05f6163f2eda3a1789f5b2758fc
Author: Thomas Arp <manner.moe@gmx.de>
Date:   Wed Dec 25 21:22:00 2013 +0100

    Introduce QMDDevice as a superclass for QNetMDDevice and
    QHiMDDevice to provide access to NetMD and HiMD devices.

commit e6f3ae7027a7c95d272704367793105df36149fc
Author: Thomas Arp <manner.moe@gmx.de>
Date:   Sat Dec 21 18:09:05 2013 +0100

    Introduce QMDTrack as a superclass for QNetMDTrack and
    QHiMDTrack to provide access to NetMD and HiMD tracks.

commit f8ba927506187f5fce0d928089227d29dc77a98d
Author: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Date:   Sun Dec 15 23:23:30 2013 +0100

    Update VERSION to 0.9.11.

commit 5a50e604e3a647d348e9033c049dd57f5833c4d7
Author: Thomas Arp <manner.moe@gmx.de>
Date:   Sun Dec 15 23:22:40 2013 +0100

    Initialize QTime object in QHiMDTrack::codecname before use.

commit 995f9be999e4711b018ffb5236820d27288dc645
Author: Thomas Arp <manner.moe@gmx.de>
Date:   Sun Dec 15 23:20:33 2013 +0100

    Add build support for Qt5.

commit 71683fb3d4f9210ebc834142442867db7643c59f
Author: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Date:   Tue Aug 13 06:27:08 2013 +0200

    Update VERSION to 0.9.10.

commit a3a65c0a2a6c043e8234823edd1786edf2e7685e
Author: Howard Chu <hyc@highlandsun.com>
Date:   Tue Aug 13 06:25:13 2013 +0200

    Add column in trackview to display recording date and time.

-----------------------------------------------------------------------

Summary of changes:
 VERSION                             |   2 +-
 libnetmd/libnetmd.pro               |   3 +-
 libnetmd/libnetmd_extended.h        |  37 ++
 libnetmd/use_libnetmd.prl           |   2 +-
 qhimdtransfer/qhimddetection.cpp    | 258 ++++++++++++--
 qhimdtransfer/qhimddetection.h      | 105 ++++--
 qhimdtransfer/qhimdmainwindow.cpp   | 485 +++++++-------------------
 qhimdtransfer/qhimdmainwindow.h     |  30 +-
 qhimdtransfer/qhimdmainwindow.ui    |  18 +-
 qhimdtransfer/qhimdmodel.cpp        |  31 +-
 qhimdtransfer/qhimdmodel.h          |   1 +
 qhimdtransfer/qhimdtransfer.pro     |  14 +-
 qhimdtransfer/qhimduploaddialog.cpp |  10 +-
 qhimdtransfer/qhimduploaddialog.h   |   4 +-
 qhimdtransfer/qhimdwindetection.cpp | 198 +++++++----
 qhimdtransfer/qmddevice.cpp         | 660 ++++++++++++++++++++++++++++++++++++
 qhimdtransfer/qmddevice.h           | 101 ++++++
 qhimdtransfer/qmdmodel.cpp          | 333 ++++++++++++++++++
 qhimdtransfer/qmdmodel.h            |  72 ++++
 qhimdtransfer/qmdtrack.cpp          | 239 +++++++++++++
 qhimdtransfer/qmdtrack.h            |  92 +++++
 21 files changed, 2177 insertions(+), 518 deletions(-)
 create mode 100644 libnetmd/libnetmd_extended.h
 create mode 100644 qhimdtransfer/qmddevice.cpp
 create mode 100644 qhimdtransfer/qmddevice.h
 create mode 100644 qhimdtransfer/qmdmodel.cpp
 create mode 100644 qhimdtransfer/qmdmodel.h
 create mode 100644 qhimdtransfer/qmdtrack.cpp
 create mode 100644 qhimdtransfer/qmdtrack.h


hooks/post-receive
-- 
Linux utilities to deal with Sony Minidisc Walkman



<-- thread -->
<-- date -->
  • linux-minidisc - January 2014 - Archives indexes sorted by:
    [ thread ] [ subject ] [ author ] [ date ]
  • Complete archive of the linux-minidisc mailing list
  • More info on this list...

Hilfe

  • FAQ
  • Dienstbeschreibung
  • ZEDAT Beratung
  • postmaster@lists.fu-berlin.de

Service-Navigation

  • Startseite
  • Listenauswahl

Einrichtung Mailingliste

  • ZEDAT-Portal
  • Mailinglisten Portal