[easytag] Created tag easytag-2.1.8
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag] Created tag easytag-2.1.8
- Date: Sun, 10 Feb 2013 17:32:56 +0000 (UTC)
The signed tag 'easytag-2.1.8' was created.
Tagger: David King <amigadave amigadave com>
Date: Sun Feb 10 17:32:28 2013 +0000
EasyTAG 2.1.8
Changes:
Adrian Bunk (4):
require FLAC >= 1.1.4 and followup cleanups
configure.ac: remove unneeded cruft
apetag_save(): make temp unsigned
Use g_base64_{de,en}code()
Alessio Ababilov (1):
Handle SIGCHLD to avoid problems in child process
Alex Bennee (20):
EasyTag 2.1.1
EasyTag 2.1.2
EasyTag 2.1.3
EasyTag 2.1.4
EasyTag 2.1.5
EasyTag 2.1.6
Applied Gentoo desktop_entry patch
Applied Gentoo new_libmp4v2 patch
Applied Gentoo cddb patch
Merge remote branch 'oldmanuk/ubuntu-patches' into new_master
.gitignore for generated files
Merge remote branch 'rbrito/fixes'
Merge branch 'master' of github.com:stsquad/easytag
Merge branch 'master' of git://github.com/cmcginty/easytag
misc.c: fix potential memory corruption
Add a basic HACKING document to mention the prefered form for requests and what the coding style seems to be.
Merge pull request #18 from bbarenblat/master
Merge pull request #20 from crater2150/master
Add ALBUMARTIST tag support when writting Ogg Vorbis tags
Merge remote branch 'sf/master'
Andreas Winkelmann (9):
Add column for disc number to browser list
Add "Remove all text" to tag field context menu
Add "Write genre to text" setting to config file
Fix some more set-but-unused warnings
Surround Browser_Win32_Get_Drive_Root with ifdef
Remove some unused prototypes
Remove unused Id3tag_find_and_create_txxframe()
Fix a memory leak when freeing the log list
Fix sign comparison compiler warning
Benjamin Barenblat (1):
flac_tag: fix segfault when setting picture description to ""
Christoph J. Thompson (1):
Do not install the ChangeLog
Daniel (2):
Add "Album Artist" field to the list of potential fields to edit
Add option to make genre tags as "Text Only"
Daniel Mustieles (9):
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Fixed typos in strings
Fixed another typo
Updated Spanish translation
Fixed several typos and errors in strings
Fixed typo in string
Fixed typo in string
David King (163):
Initial porting to more recent autoconf syntax
Fix Speex conditional support in configure.ac
Fix FLAC conditional support in configure.ac
Enable silent automake rules
Fix Wavpack optional support in configure.ac
Fix libmp4v2 conditional support in configure.ac
Fix id3lib and id3tag conditional check in configure.ac
Remove some obsolete checks from configure.ac
Tidy Makefile.am files
Replace gdk_object_unref() with g_object_unref()
Fix a string cast warning
Convert src subdirectory to non-recursive build
Convert src/id3lib directory to non-recursive build
Convert src/libapetag directory to non-recursive build
Convert src/libmpg123 to non-recursive build
Include top_srcdir in include search path
Include HTML documentation in distribution
Port to use intltool for internationalization
Update POTFILES.in
Do not depend on libtool
Fix some const-correctness warnings
Fix some unused variable warnings
Fix a value compute warning
Fix return value of Flac_Set_Tag()
Fix GDK single include error
Avoid deprecated GdkPixmap functions
Avoid deprecated GTK_WIDGET_SET_FLAGS
Use GSourceFunc, not GtkFunction
Do not use deprecated GtkTooltips API
Do not use deprecated GtkComboBoxText and Entry API
Avoid deprecated gtk_window_set_policy()
Avoid deprecated gtk_container_set_border_width()
Avoid deprecated gdk_window_get_size()
Avoid deprecated GtkNotebookPage
Avoid gtk_widget_set_usize()
Avoid gtk_object_set_data()
Avoid GTK_WIDGET_TOPLEVEL
Use new GtkEditable API
Do not use deprecated gtk_widget_hide_all()
Do not use deprecated g_string_sprintf()
Do not access GtkWidget->window directly
Do not access GtkDialog->vbox and action_area directly
Do not access GtkCheckMenuItem->active directly
Do not access GtkBin->child directly
Do not access GtkToggleButton->active directly
Do not access GtkPaned->child1_size directly
Do not access GtkAdjustment->value, upper and page_size
Do not access GtkSelectionData->data directly
Use new GDK_KEY_* defines
Apply strict deprecation defines in configure.ac
Update .po and .pot files
Translate easytag.desktop with intltool
Update TODO
Fix several const-correctness mistakes with strings
Remove some unused prototypes
Fix a sign comparison warning
Improve some C-style casts
Remove MsgBox and use GtkMessageDialog instead
Apply strict compiler warning flags
Tidy desktop file
Many typo and spelling fixes
Avoid use of GtkObject
Fix a pointer case warning
Avoid use of gdk_window_move()
Use ellipsis rather than consecutive full stops
Do not use gtk_vbox_new() nor gtk_hbox_new()
Avoid using gtk_hbutton_box_new()
Avoid using gtk_hpaned_new() and gtk_vpaned_new()
Avoid gtk_hseparator_new() and gtk_vseparator_new()
Do not fetch adjustments from GtkTreeView
Add a --with-gtk3 configure argument
Update .po and .pot files
Drop use of libmp4v2, use taglib instead
Check for pkg-config libraries only once
Improve album artist entry focus chain order
Update THANKS and about dialog thanks list
Generate ChangeLog during make dist
Improve pkg-config checks further
Remove Changes tab in about dialog
Update NEWS file
Merge desktop file translations into .po files
Avoid triggering two GtkSpinButton warnings
Add easytag.doap
Do not split description in DOAP file
Remove easytag.pot from git
Update easytag.doap
Replace about dialog with GtkAboutDialog
Improve many translatable strings, bug 689416
Minor string improvements
Use XDG directories for configuration and cache
Migrate old configuration data to new location
Use sigaction() rather than signal()
Update HACKING with new coding style
Update README
Distribute and install more documentation
Remove some crufty defines
Use themed icon for main window icon
Minor updates to manpage
Fix configure summary for id3lib
Fix overlaid text in scanner legend
Show the rename and save confirmation checkbutton
Remove some unused-but-set variables
Return a value where it is required to do so
Use TRUE and FALSE for Main_Stop_Button_Pressed
Set parent window of about dialog to main window
Avoid use of AC_CYGWIN and AC_MINGW32
Remove further unused and set-but-unused variables
Use stock GTK+ icons in a few more places
Use icons from the icon naming specification
Fix missing prototype warnings
Use gboolean for returning TRUE and FALSE
Fix an uninitialised variable warning
Use g_file_new_tmp() for creating temporary file
Add static to many declarations
Use g_return_if_fail() and g_return_val_if_fail()
Use G_OS_WIN32 to contain Windows code
Fix const usage for id3_tag structure parameters
Add Andreas Winkelmann to AUTHORS
Update copyright year in about dialog
Check that a ETFileInfo is valid before freeing
Use #ifdef to check for defines, not #if
Avoid multi-byte sequences that are not UTF-8
Add static to more variable declarations
Rewrite the CRC32 function
Use the empty string for empty image descriptions
Use the XDG music directory as the default path
Conditionally compile win32 compatibility code
Check for [f]truncate and gethostbyname
Several fixes to compile for mingw
Avoid redefining LOCALEDIR, LIBDIR, DATADIR
Improve windows.h versus winsock2.h include order
Small NSIS installer script improvements
Update .gitignore for mingw builds
Remove obsolete mingw build files
Move pixmaps to data/pixmaps
Remove some old XPM icons
Distribute the NSIS installer script .in
Move Windows .ico files under data/icons/win32
Add new icons from Waqas Qamar, bug 689474
Fix email address for Waqas Qamar
Update Windows icon
Fix error handling when calling g_file_new_tmp
Add Adrian Bunk to AUTHORS
Remove USERS-GUIDE
Remove debian directory
Remove easytag.spec.in
Update .gitignore for non-recursive make
Automatically check NEWS before releasing
Match g_malloc() usage with g_free()
Fix several memory leaks found by cppcheck
Remove some duplicates in conditional expressions
Avoid setting a variable unnecessarily
Use correct printf format specifier for size_t
Avoid mixed declarations and code
Avoid a duplicate declaration
Avoid a trivial sign comparison warning
Fix a memory leak when reading FLAC tags
Simplify ET_Free_File_List()
Fix a memory leak when checking for a buggy id3lib
Fix a memory leak in a tag writing error path
Improve two cases where realloc() fails
Change Picture.size from a gulong to a gsize
Update NEWS for 2.1.8 release
Dominic Evans (6):
Remove debian/ dir (accidentally included in easytag 2.1.5 and some earlier releases, correctly removed in 2.1.6)
[patch] debian/patches/01-autoload.patch
[patch] debian/patches/02-autoreconf.patch
[patch] debian/patches/manpage-has-bad-whatis-entry.patch
Remove checked-in build scripts that are auto-generated from autogen.
Fix configure.in to properly detect libmp4v2 library and update autogen input files to remove warnings when running autogen.sh
FeRD (Frank Dana) (1):
Exclude nonexistent debian/ path from EXTRA_DIST
Gaute Amundsen (1):
Make optional the confirmation dialog when there are unsaved files when changing directory or exiting.
Kip Warner (15):
[patch] Base64 Decoding Major Performance Fix - ID: 2805834
Updated German translation. Thanks GÃtz Waschk <goetz waschk gmail com>.
Updated to 2.1.7
Forgot these files.
* Leonid Podolny's easytag-2.1.6-from-txt.patch for segfault when pressing "Apply" in "Load filenames from TXT" dialog
* WiseLord's fix-genre-tag.patch to fix predefined genres displayed under legacy systems.
Applied Chris's following two patches... 0001-Desktop-file-cleanup.patch 0002-Add-a-new-option-to-trim-spaces-when-renaming-files..patch
Updated MichaÅ Smoczyk's Polish translation... Updated ChangeLog...
Updated: compile against newest version of libmp4v2
Updated: about and debian changelog...
Wojciech Wierchola's file save performance improvement...
Julian Taylor's fix out of bound array access
Honore Doktorr's revised mp4v2 patch...
Added Algimantas' Lithuanian translation...
Updated Algimantas' Lithuanian translation...
Mark Ferry (2):
Add ALBUMARTIST support for flac files
Add ALBUMARTIST support for ogg files
Matej UrbanÄiÄ (3):
Added Slovenian translation
Added sl for Slovenian translation
Updated Slovenian translation
Milagros Infante Montero (7):
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Patrick C. McGinty (2):
Stop accidental free of referenced FLAC vendor string
Fix 'Preserve Modification Time' option for FLAC files.
Piotr DrÄg (11):
Fix build errors in po files
Fix a typo
Stop screaming at users, bug 689498
Updated Polish translation
Updated Polish translation
Fix typos in translatable strings
Updated Polish translation
Updated Polish translation
Updated Polish translation
Updated Polish translation
Updated Polish translation
RogÃrio Brito (5):
Remove executable bits from files that are not scripts/executables.
cddb: Eliminate unused variable.
cddb: Plug some memory leaks.
Remove executable bits from files that are not scripts/executables.
cddb: avoid calling strlen many times in just a few statements.
crater2150 (3):
Splitting writing of a single flac tag out of delimitered tag writing.
Use Flac_Write_Tag instead of duplicated code for undelimited tags.
Let the user choose which fields to split
ÐÐÑÐÑÐÐÐ ÐÐÐÐÐÐÑ (3):
Added Serbian translation
Updated Serbian translation
Updated Serbian translation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]