- 01 Feb, 2009 1 commit
-
-
Urs Fleisch authored
-
- 27 Jan, 2009 1 commit
-
-
Urs Fleisch authored
-
- 10 Jan, 2009 1 commit
-
-
Urs Fleisch authored
-
- 03 Jan, 2009 1 commit
-
-
Urs Fleisch authored
-
- 01 Jan, 2009 2 commits
-
-
Urs Fleisch authored
refactored and improved HTTP download stuff out of ImportSourceClient into HttpClient, DownloadDialog for progress of HTTP downloads, automatically download pictures if a picture, Google Images or Amazon URL is dropped
-
Urs Fleisch authored
-
- 29 Dec, 2008 1 commit
-
-
Urs Fleisch authored
-
- 28 Dec, 2008 2 commits
-
-
Urs Fleisch authored
-
Urs Fleisch authored
Fixed bug in gnudb.org import: non-ascii characters were not imported correctly because UTF-8 encoding was assumed but ISO-8859-1 encoding received. Now check charset in HTML header and use CDDB Protocol Level 6.
-
- 27 Dec, 2008 1 commit
-
-
Urs Fleisch authored
do not change track number if the difference is only having "track/total" or "track", do not change genre if the difference is only "(GenreNumber)" or "GenreText"
-
- 26 Dec, 2008 1 commit
-
-
Urs Fleisch authored
Only update selection before "Number Tracks", "Copy", "Paste", "From Filename", "From Tags 1/2" if only a single file is selected to avoid marking files as changed which are not changed. This happened if multiple files were selected, only a subset of the fields was marked and then for example "From Tags 2" was clicked. updateCurrentSelection() set fields with different values (e.g. Track) to an empty value and marked them as changed, before the probably old value was set again by copyV2toV1().
-
- 22 Dec, 2008 1 commit
-
-
Urs Fleisch authored
-
- 17 Dec, 2008 2 commits
-
-
Urs Fleisch authored
-
Urs Fleisch authored
do not return null string in getReplacement() if code found but value empty, this caused %c, %y, ... being replaced by %c, %y, ... instead of empty when comment, year, ... field was empty
-
- 22 Nov, 2008 2 commits
-
-
Urs Fleisch authored
-
Urs Fleisch authored
use one debian directory instead of three ("deb-kde3", "deb-kde4", "deb-qt") for all binary packages
-
- 25 Oct, 2008 2 commits
-
-
Urs Fleisch authored
-
Urs Fleisch authored
-
- 21 Oct, 2008 1 commit
-
-
Urs Fleisch authored
for Kubuntu 8.10: separate debian directory deb-qt and script build-deb-qt.sh to build kid3-qt package, deb-kde3 now only creates a KDE 3 package, updated deb-kde4/cdbs files with files from other projects such as darkroom and yakuka
-
- 30 Sep, 2008 1 commit
-
-
Urs Fleisch authored
-
- 28 Sep, 2008 1 commit
-
-
Urs Fleisch authored
-
- 11 Sep, 2008 2 commits
-
-
Urs Fleisch authored
-
Urs Fleisch authored
revert default extension to ".ogg" instead of ".oga", the latter should be used for Ogg FLAC, see http://wiki.xiph.org/index.php/MIME-Migration.
-
- 10 Sep, 2008 1 commit
-
-
Urs Fleisch authored
-
- 06 Sep, 2008 4 commits
-
-
Urs Fleisch authored
-
Urs Fleisch authored
-
Urs Fleisch authored
convert track numbers of the form "track/total number of tracks" to numbers before use for copy of format
-
Urs Fleisch authored
fixed bug in Qt4 versions: the track times were not assigned to the correct tracks when some track times were missing
-
- 02 Sep, 2008 3 commits
-
-
Urs Fleisch authored
-
Urs Fleisch authored
-
Urs Fleisch authored
-
- 29 Aug, 2008 1 commit
-
-
Urs Fleisch authored
all frames can be used for user commands, tags from file name, file name from tags, copy, rename directory; removed StandardTags
-
- 21 Aug, 2008 2 commits
-
-
Urs Fleisch authored
Qt 4: use QTreeWidget::selectedItems() instead of QTreeWidget::isItemSelected() because the latter does not work when called on the QTreeWidget::itemSelectionChanged() signal in Qt 4.4.0
-
Urs Fleisch authored
Qt 4: use QTreeWidget::selectedItems() instead of QTreeWidget::isItemSelected() because the latter does not work when called on the QTreeWidget::itemSelectionChanged() signal in Qt 4.4.0
-
- 17 Aug, 2008 2 commits
-
-
Urs Fleisch authored
-
Urs Fleisch authored
-
- 12 Aug, 2008 1 commit
-
-
Urs Fleisch authored
-
- 09 Aug, 2008 1 commit
-
-
Urs Fleisch authored
use FrameCollection instead of StandardTags for import and export, so that all frames can be used; import of additional tags; new frame types Album Artist, Media, Remixer
-
- 09 May, 2008 2 commits
-
-
Urs Fleisch authored
-
Urs Fleisch authored
fixed missing translation of special ID3v2 frames "AENC - Audio encryption" ... "WXXX - User defined URL link"
-