[linux-minidisc] [commit] Linux utilities to deal with Sony Minidisc Walkman annotated tag, 0.1.0, created. 0.1.0
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 annotated tag, 0.1.0 has been created
at 12b203d371ef752d776963b27095d1abdf20a9d4 (tag)
tagging 44b39d691772390fa8b602a8196c172e9f9f3920 (commit)
tagged by Adrian Glaubitz
on Thu Feb 3 01:02:12 2011 +0100
- Log -----------------------------------------------------------------
Tag version 0.1.0.
Adrian Glaubitz (84):
Created initial repository for QHiMDTransfer and libhimd.
Added mp3dec (dirty !!) to decode mp3s from a MiniDisc.
Merge branch 'master' of git://z6.physik.fu-berlin.de/linux-minidisc
Rewrote QHiMDAboutDialog, created using "Create new QT Designer Form Class".
- Alot of code clean-up
Merge branch 'master' of git://z6/linux-minidisc
- Added Connect-Button to find mount-path of HiMD
Add
- Implemented basic tracklisting with Connect-Button,
- display track-length and coding as well
- QHiMDTransfer: Add icons for menu-items
- QHiMDTransfer: Use toolbar instead of single buttons and
QHiMDTransfer: Put help-button into toolbar as well.
Added raw PCM-upload in QHiMDTransfer. Lacks WAV-header yet, will
Use libsox to convert raw PCM from libhimd directly to WAV.
Minor code cleanup. Check error status of himd_open.
More code cleanup. Call sox_format_quit() on exiting main().
Updated Norwegian translation.
- Swedish translation was not referred in .pro-file, fixed
Added Portuguese and Polish translation files in project file.
Updated German translation.
Updated Norwegian (bokmål) translation.
Minor fixes in Norwegian (bokmål) translation.
Corrected filename for Japanese translation in main project file.
Minor syntax fixes for Norwegian (bokmål), Italian,
Renamed translation file for Swedish translation. Dropped Arabic and
Added reference to .icns-file in qhimdtransfer.pro.
Created new icon file for Windows based on the new icon set provided
Replaced program logo for about dialog with updated version (green).
Corrected filename for Greek translation. Was: qhimdtransfer_gr.ts
Rename minikey to himddiskid.
Rename himdtest to himddump.
Forgot to rename "himdtest.c" to "himddump.c" in "himddump.pro".
Set program icon to proper qhimdtransfer_24.png (was: download_to_md.png).
Updated all translations by running lupdate. Also fixed
Fix logic of binary search in function search_hole.
Add comments in doxygen format to document code, starting with
Use find_library to find patch of libusb-1.0 in system.
Correct install path for translation .ts-files on MacOSX.
Forgot to add reference to Danish translation in qhimdtransfer.pro.
Remove extra #include to qhimddetection_ui.h which was left from
Remove illegal characters from directory name generated from disc_title.
Also remove illegal characters from track titles before generating filenames.
Add cdrtools/libscg version of himdformat.
Add "clean" target to Makefile.
Fix wrong SCSI command string.
- add some more documentation
Center logo in about dialog horizontally.
Don't translate main window title ("QHiMDTransfer") for Norwegian (bokmål).
Minor redesign of about dialog to include names of contributors. Also
Minor redesign of about dialog to use tabs to also provide a list of our
Update translations for German and Norwegian (bokmål).
Update Swedish translation.
Display "About" as default when opening about dialog.
Add Nadir Gül to list of contributors in about dialog.
Add little more code documentation to himdformat_scg.c and himdscsitest.c.
Remove some annoying white-spaces.
Also remove himdformat_scg and himdscsitest with clean target.
Use strcpy instead of memcpy to copy device name from argv[1].
Major code clean-up. Also improve online help and verbose output.
Fix if-clause.
Call save_window_settings() in QHiMDMainWindow::~QHiMDMainWindow()
Fix last broken commit. Accidentally pushed from a dirty repository.
Include minimal online help (usage()) for himddump.c as well.
Make output message strings more consistent in both himddump.c and himdscsitest.c.
Remove unused variable "ret" and use return value of scg in-place.
Fix permissions of qhimdtransfer/qhimdtransfer_pl.ts.
Update list of contributors in about dialog.
Add Czech translation to project file (qhimdtransfer.pro) and
Add credits for Mark Ligtenstein in about dialog.
Prepare about dialog to display version number from git.
Retrieve version number from git and display in about dialog.
Retrieve build date and display in about dialog.
Optimize layout of about dialog to display version (affected MacOS).
Use version information from "git describe --always --long".
Mark "BuildDateString", "VersionString" and "ProgramLogo" as non-translatable.
Simplify design of about dialog, waive for RTF text to
Update translations for German, Norwegian (bokmål) and Swedish.
Fix geometries of labels in about dialog.
Fix qmake warnings about unescaped backslashes.
Update translations for Danish, Italian and Japanese.
Update translations for Czech, Finnish, French, Greek,
Extend the horizontal sizes of "BuildDateLabel" and "VersionLabel"
Also use extended horizontal sizes for "VersionString" and
Anja Diesing (2):
Added icon for about menu entry.
Added icons for main upload and download buttons.
Anton Isopoussu (1):
Added Finish translation.
Daniel Berthereau (3):
added French translation for qhimdtransfer.
Updated French translation.
Update French translation.
Hossam Elgabarty (2):
Added Arabian translation.
Update Arabic translation.
Jurgen Konings (1):
Add Dutch translation.
Maciej Pijanka (1):
Added Polish translation. Yet somewhat incomplete.
Marco Starace (3):
Added Italian translation.
Updated Italian translation, minor fixes.
Update Italian translation.
Mark Ligtenstein (2):
Improve Dutch translation.
Update Dutch translation.
Martin Vican (1):
Added Czech translation.
Michael Karcher (170):
Removed generated files.
Add minidisc key reading utility.
Add mp3 key calculation tool.
Add gitignore to libhimd
refactor string handling into two functions.
Fix loading of track list
Add printing of track summary
Add disc id support.
add himd_close function.
Add mp3 key calculation
Merge branch 'master' of ssh://z6.physik.fu-berlin.de/raid/git/linux-minidisc
Fix typo in about dialog
Create getter function for disc id
Do not get disc ID before asked for
Use accessor function to access track info
Merge branch 'master' of ssh://z6.physik.fu-berlin.de/raid/git/linux-minidisc
Store raw index data in HIMD info structure
Remove himd_new that allocates for itself.
Split off trackindex.c from himd.c; add forgotten encryption.c
Second half of previous commit.
Add more pre-condition checking.
Add support for fragment infos.
Fix track length formatting in himdtest
Don't ignore return value of himd_get_fragment_info.
Add dependencies for trackindex.c to Makefile
Factor out opening of numbered HMA files
Don't crash on bad mount directories; allow longer error messages
Add block stream layer to libhimd.
Handle untitled tracks more gracefully
Use maximum number of trkidxXX
Codec name determination is now in libhimd
autoconfiscated libhimd
Made himd.h C++ compatible and added include guard
Drop invalid conversion to local encoding.
Remove now superflous "extern C", drop glib headers
Respect ACLOCAL_FLAGS
Number in file names (atdataXX, trkidxXX) can contain hex digits.
Fix formatting of track lengths
Add mp3 stream reading support
Fix bugs in mp3stream code found by gcc when using -W -Wall.
libhimd warning fixes
Fix off-by-one in mp3 stream reader.
change error handling to GError like style
Add basic tool himdformat.
Add forgotten file
Correct length of decoded area in mp3 data blocks
mp3: incomplete 8-byte-blocks are not encrypted!
mp3 decrypting: Correct decrypting range
Enable warnings if compiled using gcc
Add key info to track info
Add support for reading weak encrypted LPCM tracks.
Make libhimd a shared library.
Performance optimization: Cache DES key schedule
Fix compilation if features are disabled
Don't use pkg-config for libmad.
Add HIMD_MAX_PCMFRAME_SAMPLES.
Switch build system over to cmake
Fix build: config.h.in is no longer autogenerated
Improve cmake compatibility by not using HINTS (a 2.6.1 feature)
Lower case QHiMDTransfer
Use Qt resources for icons
Canonicalize include directive
Use comman line defines instead of config header, as qmake supports that too
move out himdtest - qmake wants one target per directory
Delete template documentation files from autotools
Delete old qmake project file
Switch build system to qmake
Fix MP3 support.
Update .gitignore files
2nd round of .gitignore files
Windows, Mac: Name the executable QHiMDTransfer
Clean up about dialog
Add support for Track content ID; add printing of fragment keys
Add EKB number to track info. Add dumping it.
Add id3 support to qhimdtransfer
Fix BCD2int call in getDiscCapacity.
Fix title on grouped MDs without disc title
Don't dump into root directory if the title is empty.
RH-1 reports frame 2, not frame 1 after seek-to-track command
Revamp saveTrackToFile interface into saveTrackToStream
Add upload.py, a script like dump_md using digital upload for unprotected tracks
Fix AEA header in upload.py
Use object for upload callbacks
Add upload capabilities for LP2 and LP4
Fix definition of AEA header structure
Fix uploaded files headers
Determine current dataset number using atdata instead trkidx
Silence nonsense warning message.
Add further device IDs
Add fdi file for NetMD
Support framing in PCM streams
generalize LPCM support to LPCM/ATRAC support
Add himd_track_uploadable function. Add himdtest support for it.
Fix resource references in qhimdmainwindow.ui
Remove explicit size of menu bar
Code cleanup
Add function to get the number of data blocks
Support per-frame and per-block reading of non-mp3 tracks
Use block read calls for non-mp3 tracks
Add further parameter validation
Add support for reading MP3 blocks at once - refactor MP3 frame splitting code
libhimd: Add support for the play order table
Big revamp of QHiMDTransfer internals
Throw out writeSettings/readSettings helpers
Use split-window layout in QHiMDTransfer
replace unconnected by disconnected.
Use native dialog for dir browsing again
Allow use of non-sg device
Fix name of norwegian bookmål translation file.
Check for cancleded dialogs; Show drives on the right; Auto en-/dis-able upload/download buttons
Fix filename of unnamed tracks
Fix OMA header - wrote uninitialized data.
Add RH710 to comment of 054c:021b
add const qualification to internal endianness helpers
libhimd: add timestamps
himdtest: Show times
Template directory name "/tmp" is not translatable
Fix japanese translation file name
Work around broken Linux vfat file system
Add filename case detection
Avoid using deprecated g_strncasecmp.
Avoid gcc warnings about unused beword16/beword32 functions.
Fix translations in installed QHiMDTransfer
Fix limits of himd_get_fragment_info
Add hole searching
rename himdtest -> himddump also in .gitignore
Add install target on Unix
Install translations on MacOS X
Fix handling of fragments not in considered holes.
Hack around qmake limitation - fixes translations
Don't use magic on_ names for signals not used for UI.
Throw out unneccessary UI-Template for QHiMDDetection
Don't limit fs model watching to /home
Move device list into non-OS-dependent code.
move busy/idle handlers to OS-independent code
decouple some functions from QHiMDWinDetection that don't need object
Move USB device ID lookup to OS-independent code.
Don't abuse QSettings for non-permanent setting
Cleanup ownership of detection / don't force QDialog base class in OS-indep
add is_open function to tracklist model
prefix cloned SDK defines with my_
Remove unneccessary FILE_SHARE_WRITE
Fix compilation on non-windows OS
Unify inclusion style
Mask unrelated bits on NetMD upload
Wait until a non-zero-length answer is present
HACK: Wait one second before starting bulk transfer
Fix RH1 upload lockups
upload.py: Really use the target directory
Add fixed fallback path on MacOS for libusb-1.0
Fix .ts update logic
move key check to encryption handler
Fixing setting of title
Remove comments from cacheTOC/syncTOC
Add low-level support for NetMD downloads to MD
Use constants defined in libnetmd instead of defining them in upload.py
NetMD downloading code
Make sure created .oma files are not restricted in Sonic Stage
removed duplicate invocation of the main downloading procedure
Simplify seek logic
make initialization more robust
Add UUID retrieval function
Add UUID retrieval
Add .gitignore to libnetmd for .pyc files
himddump command line fixups
Factor out key caching
introduce variable for stream->frags[stream->curfragno]
Add fragment key support
Remove CRs from translation file
Create uploaded files in binary mode
Máximo Antonio Chicano Díaz (2):
Add Spanish translation for qhimdtransfer.
Add Spanish translation for qhimdtransfer - forgot translation file.
Mårten Cassel (2):
Added Swedish translation for qhimdtransfer.
Updated Swedish translation.
Nadir Gül (1):
Add Turkish translation.
Peter Kyster Slot (2):
Added Danish translation for qhimdtransfer.
Updated and fixed Danish translation.
Philipp Neuser (3):
Added upload functionallity to QHiMDTransfer.
Added md-download icon temporarily as main window icon.
Added icons connect and help to QHiMDTransfer
Piotr Patoka (2):
Updated Polish translation.
Updated Polish translation.
Pliubis Apostolos (2):
Added Greek translation.
Updated Greek translation.
Rui Principe (2):
Added Portuguese translation.
Updated Portuguese translation.
Sergey "Wedge" Lichack (1):
Added Russian translation.
Sergey Wedge Lichack (1):
Updated Russian translation.
Sindre Wetjen (1):
Spell-checked and updated translation for Norwegian (bokmål).
Thomas Arp (10):
Add icon for Windows executable.
QHiMDTransfer: Use filename format "Track XX" when there can't be
Append a serial number to files on upload instead of overwriting
Add a column to qhimdwindow indicating uploadability.
added autodetection of himd walkmen (windows only)
Add himdscsitest.c, a utility to send various SCSI commands to HiMD devices.
Save and restore window geometry and list view layout on exit.
Remove unused variables and annoying white spaces.
changed dump_md.py to work with windows
Reset USB device in NetMD class destructor to prevent
Tobias Sautner (1):
Added new program icon for qhimdtransfer (.png and MacOS .icns).
Toru Shimada (2):
Updated Japanese translation.
Updated Japanese translations.
Vincent Pelletier (4):
Python implementation of some parts of the AVC protocol for NetMD.
Add 14 new patches from Vincent for Python NetMD:
Patch series from Vincent for NetMD Python.
Patch series for NetMDPython:
Wolf Laaser (1):
Added Japanese translation (incomplete).
-----------------------------------------------------------------------
hooks/post-receive
--
Linux utilities to deal with Sony Minidisc Walkman