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 via e494fd383527adfee2939691bc1d23203b6e88b0 (commit) via ab8874d550a9df73f0f80e49d74b380510be16a1 (commit) via 41efde79de847c3b544ca09ddca3147caf5b5ede (commit) via b8e45523981f75fc5d44c9b08b7d248c01fcf709 (commit) via 13740530964fd3544783ea214b1d8c4596ecd8e3 (commit) via a9d29cd5ea94ae2be00699f6f65c931a5f217b9f (commit) via f5bd51af7e07cf13e0cbbb0808320f687c852866 (commit) via b07d836cfdb3e094c3f547a32520eacc864e4f10 (commit) via bf68ae7eadd9f24bcccf359654501115385812c2 (commit) via 1792bee989fed7f27018cb490ca932366718a1c2 (commit) via 7a29587d32a08e81429a624ef426a7710c40070a (commit) via 522c5005a6a84c4a72a67bcec2cda79f55dff628 (commit) via 788c185e5c2b7baccbb73019c49587857f9e6637 (commit) via 263c9337219d9869e271a3952fd3cf4f4e9aa79c (commit) via 8a5b838e78d9f56532d5035e2d72a54e9e4e0f52 (commit) from 331be7be371b10285d0d8f8da04a8574824d9934 (commit) 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 e494fd383527adfee2939691bc1d23203b6e88b0 Author: Michael Karcher <karcher@physik.fu-berlin.de> Date: Tue Mar 16 00:40:15 2010 +0100 Unify inclusion style commit ab8874d550a9df73f0f80e49d74b380510be16a1 Author: Michael Karcher <karcher@physik.fu-berlin.de> Date: Tue Mar 16 00:34:57 2010 +0100 Fix compilation on non-windows OS commit 41efde79de847c3b544ca09ddca3147caf5b5ede Author: Michael Karcher <karcher@physik.fu-berlin.de> Date: Tue Mar 16 00:26:32 2010 +0100 Remove unneccessary FILE_SHARE_WRITE commit b8e45523981f75fc5d44c9b08b7d248c01fcf709 Author: Michael Karcher <karcher@physik.fu-berlin.de> Date: Tue Mar 16 00:20:07 2010 +0100 prefix cloned SDK defines with my_ The idea is that if a newer SDK defines these identifiers, they shouldn't clash with the locally defined identifiers. commit 13740530964fd3544783ea214b1d8c4596ecd8e3 Author: Michael Karcher <karcher@physik.fu-berlin.de> Date: Tue Mar 16 00:15:54 2010 +0100 add is_open function to tracklist model This makes the magic string "(disconnected)" translatable, too. commit a9d29cd5ea94ae2be00699f6f65c931a5f217b9f Author: Michael Karcher <karcher@physik.fu-berlin.de> Date: Tue Mar 16 00:09:30 2010 +0100 Cleanup ownership of detection / don't force QDialog base class in OS-indep Make QHiMDDetection be ownable by any QObject, use ownership, and replace QDialog base class by QWindow base class, and use the QWindow base class only in the Windows specific code. Destructor is called at the right time, verified. commit f5bd51af7e07cf13e0cbbb0808320f687c852866 Author: Michael Karcher <karcher@physik.fu-berlin.de> Date: Sun Mar 14 20:16:48 2010 +0100 Don't abuse QSettings for non-permanent setting commit b07d836cfdb3e094c3f547a32520eacc864e4f10 Author: Michael Karcher <karcher@physik.fu-berlin.de> Date: Sun Mar 14 19:50:04 2010 +0100 Move USB device ID lookup to OS-independent code. commit bf68ae7eadd9f24bcccf359654501115385812c2 Author: Michael Karcher <karcher@physik.fu-berlin.de> Date: Sun Mar 14 19:44:02 2010 +0100 decouple some functions from QHiMDWinDetection that don't need object access, make them file-level statics instead commit 1792bee989fed7f27018cb490ca932366718a1c2 Author: Michael Karcher <karcher@physik.fu-berlin.de> Date: Sun Mar 14 19:37:53 2010 +0100 move busy/idle handlers to OS-independent code commit 7a29587d32a08e81429a624ef426a7710c40070a Author: Michael Karcher <karcher@physik.fu-berlin.de> Date: Sun Mar 14 19:33:13 2010 +0100 Move device list into non-OS-dependent code. commit 522c5005a6a84c4a72a67bcec2cda79f55dff628 Author: Michael Karcher <karcher@physik.fu-berlin.de> Date: Sun Mar 14 19:03:10 2010 +0100 Don't limit fs model watching to /home commit 788c185e5c2b7baccbb73019c49587857f9e6637 Author: Michael Karcher <karcher@physik.fu-berlin.de> Date: Sun Mar 14 18:56:23 2010 +0100 Throw out unneccessary UI-Template for QHiMDDetection commit 263c9337219d9869e271a3952fd3cf4f4e9aa79c Author: Michael Karcher <karcher@physik.fu-berlin.de> Date: Sun Mar 14 18:50:49 2010 +0100 Don't use magic on_ names for signals not used for UI. commit 8a5b838e78d9f56532d5035e2d72a54e9e4e0f52 Author: Thomas Arp <manner.moe@gmx.de> Date: Wed Mar 10 00:54:59 2010 +0100 added autodetection of himd walkmen (windows only) ----------------------------------------------------------------------- Summary of changes: qhimdtransfer/qhimddetection.cpp | 74 ++++++ qhimdtransfer/qhimddetection.h | 55 +++++ qhimdtransfer/qhimddummydetection.cpp | 6 + qhimdtransfer/qhimdmainwindow.cpp | 115 +++++++++- qhimdtransfer/qhimdmainwindow.h | 14 +- qhimdtransfer/qhimdmainwindow.ui | 7 +- qhimdtransfer/qhimdmodel.cpp | 5 + qhimdtransfer/qhimdmodel.h | 1 + qhimdtransfer/qhimdtransfer.pro | 79 ++++--- qhimdtransfer/qhimdwindetection.cpp | 415 +++++++++++++++++++++++++++++++++ 10 files changed, 732 insertions(+), 39 deletions(-) create mode 100644 qhimdtransfer/qhimddetection.cpp create mode 100644 qhimdtransfer/qhimddetection.h create mode 100644 qhimdtransfer/qhimddummydetection.cpp create mode 100644 qhimdtransfer/qhimdwindetection.cpp hooks/post-receive -- Linux utilities to deal with Sony Minidisc Walkman