[easytag] Created tag easytag-2.3.1
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag] Created tag easytag-2.3.1
- Date: Fri, 31 Oct 2014 19:59:03 +0000 (UTC)
The signed tag 'easytag-2.3.1' was created.
Tagger: David King <amigadave amigadave com>
Date: Fri Oct 31 19:45:42 2014 +0000
EasyTAG 2.3.1
Changes since the last tag 'easytag-2.2.0':
Abhinav (1):
Add only numeric characters to TPOS in ID3 Tags
Andika Triwidada (1):
Added Indonesian translation
Andreas Winkelmann (5):
Refactor libid3tag_Get_Frame_Str() and fix leak
Refactor Browser_List_Refresh_File_In_List()
Fixed a few crashes because of dangling pointers
Fixed a album/artist view memory leak
Avoid assertion in Action_Select_Browser_Style()
Aurimas Černius (1):
Updated Lithuanian translation
Balázs Úr (2):
Updated Hungarian translation
Updated Hungarian translation
Brad Erickson (1):
Add .m4v as a supported extension for MP4 tags
Changwoo Ryu (1):
Add Korean to the translation list
Daniel Mustieles (4):
Updated Spanish translation
Updated Spanish translation
Updated Spanish Translation
Updated Spanish translation
David King (239):
Use CXXFLAGS from environment
Bump TagLib dependency to 1.9.1 for MP4 codec enum
Depend on GTK+ 3 only
Use the license-type property of GtkAboutDialog
Remove some GTK+ 2 compatibility code
Set the primary-toolbar style on the main toolbar
Set the inline-toolbar style on the images toolbar
Update README to only mention GTK+ 3
Fix compilation if TagLib is not available
Correct buffer type in C++ GIO wrapper
Document libid3tag requirement in README
Port from GApplication to GtkApplication
Refactor GIO error checking in C++ wrapper
Remove unused code when reading MP4 header
Add missing break in switch
Avoid a use-after-free when caplitalizing words
Fix automatic numbering of last track in view
Handle images with a reported size of zero
Fix compilation if Ogg support is not available
Remove a useless debugging message
Fix conversion specifier in debug string
Remove a problematic debug string
Add Opus and Speex MIME types to desktop file
Revert "Refactor Scan_Convert_P20_Into_Space()"
Fix loading filenames from a text file
Allow input focus to escape the tag area
Revert asyncronous loading and saving of images
Avoid crash when saving Ogg file with cover art
Fix memory leak when reading Ogg disc number field
Update ID3v1 genre list
Read extended Winamp 5.6 genres stored as integers
Fix broken check for id3lib UTF-16 bug
Update translation list for Windows installer
Avoid a crash when browsing hidden directories
Correctly restore disabled process fields options
Minor improvements to the Nautilus extension
Use type definition macro for Nautilus extension
Initialize gettext in Nautilus extension startup
Add generated help translations to .gitignore
Update British English translation
Add Korean to Windows installed locales
Run glib-compile-schemas during Windows install
Update NEWS for future 2.3.1 release
Update SOURCES as all MingW packages are in Fedora
Remove unused GdkColor definitions
Remove unused columns from log model
Avoid use of deprecated background-gdk property
Avoid use of deprecated foreground-gdk property
Fix Spanish help translation
Remove last uses of GdkColor, use GdkRGBA instead
Fix return type of init idle handler
Fix crash when reloading the directory tree
Provide a useful error when failing to write files
Fix scanner help for renaming files
Fix delays when clearing the CDDB models
Use updated license tags in AppData
Fix format specifier in GIO C++ wrapper string
Move main window to EtApplicationWindow object
Pass the main window to actions as user data
Move log area to EtLogArea object
Move playlist window to EtPlaylistDialog object
Move load filenames dialog to EtLoadFilesDialog
Move file search dialog to EtSearchDialog object
Move preferences dialog to EtPreferencesDialog
Move CDDB dialog to EtCDDBDialog object
Move scan dialog to EtScanDialog object
Replace strncat() with g_string_append()
Move select and unselect actions to main window
Move file selection actions to EtApplicationWindow
Set a rough initial window size and pane positions
Move browser to EtBrowser object
Add GSettings schema
Use GSettings for most application settings
Generate enum descriptions with glib-mkenums
Generate GSettings enum descriptions
Store the file list sorting mode in GSettings
Store the scanner window mode in GSettings
Store the file extension case mode in GSettings
Store the playlist content mode in GSettings
Store ID3v1 and ID3v2 iconv options in GSettings
Store rename filename encoding in GSettings
Store the process fields option in GSettings
Store disc padding preferences in GSettings
Store ID3v2.4/2.3 preference in GSettings
Store scan space conversion options in GSettings
Store case sensitive sorting mode in GSettings
Store CDDB search preferences in GSettings
Store process fields conversions in GSettings
Store character set preferences in GSettings
Store playlist mask preferences in GSettings
Remove local CDDB search function
Store default scanner masks in GSettings
Launch default audio player for directory
Launch default audio player for selected files
Remove main configuration file handling
Fix some const string warnings
Add an app menu
Add skeleton menubar from GtkBuilder file
Use GAction for go-directory actions
Use GAction for miscellaneous menu items
Add toolbar for new GAction-using toolbar buttons
Use GAction for go-file actions
Use GAction for browser menu items
Use GAction for edit menu items
Use GAction for file menu items
Use GAction for some view menu items
Use GAction for file sorting mode GSetting
Use GMenuModel for popup menus
Remove now-unused UIManager proxy logic
Use GAction for toolbar stop button
Use named icons instead of GtkStock in some places
Convert XPM image data to PNG
Avoid deprecated margin property with GTK+ 3.12
Refactor popup menu handling
Remove last uses of GtkAction
Track main window state
Save and restore main window state
Move tag area to EtTagArea object
Move file area to EtFileArea object
Drop explicit call to gtk_main()
Remove unused code when closing preferences dialog
Remove the cancel button from the preferences
Move dialog setting saving to application window
Implement hiding of file header widget
Avoid warnings when reading and writing ID3 tags
Remove use of deprecated GtkMisc xalign property
Use GtkWidget popup-menu signal in EtLogArea
Use popup-menu signal in EtLoadFilesDialog
Use GtkWidget popup-menu signal in EtBrowser
Avoid warnings when updating the scan dialog
Use same strings in GSettings schema and UI
Move some GApplication handlers to EtApplication
Refactor about dialog handling
Split off main() to a separate source file
Remove last uses of deprecated GtkStock
Remove use of deprecated GtkImageMenuItem
Move tagging code to new subdirectory
Set maximum allowed GLib version to 2.32
Disable writing of ID3v1 tags by default
Enable ID3v2.3 (instead of ID3v2.4) by default
Split progress bar from status bar
Move status bar to EtStatusBar object
Move scanner preferences page to GtkBuilder
Move confirmation preferences page to GtkBuilder
Move UI and misc preferences pages to GtkBuilder
Move file preferences page to GtkBuilder
Move tags preferences page to GtkBuilder
Move CDDB preferences page to GtkBuilder
Move preferences notebook into GtkBuilder
Remove redundant et_grid_new() define
Remove unnecessary et_grid_attach_margins()
Remove old GTK+ 2 grid compatibility code
Move playlist dialog to GtkBuilder
Move rename directory dialog to GtkBuilder
Set transient parents before init()
Move picture details dialog to GtkBuilder
Move browse directory dialog to GtkBuilder
Move open files dialog to GtkBuilder
Move search dialog to GtkBuilder
Move load files dialog to GtkBuilder
Remove unused function in misc.c
Remove duplicate NULL check in et_run_program()
Use GtkTreeView interactive search in CDDB dialog
Update the file list column width on path changes
Remove global INIT_DIRECTORY variable
Move application quit code to EtApplicationWindow
Review many translatable strings
Add load files dialog UI file to POTFILES.in
Remove unused id3_settings_changed()
Fix -Wwrite-strings warning in channel_mode_name()
Move CDDB dialog to GtkBuilder
Move internal struct from charset header to source
Remove unused fields in CDDB dialog private struct
Fix checking whether ID3v1 and ID3v2 are enabled
Fix signal handler for apply-to-selection icons
Fix check for upper-casing prepositions
Fix capitalization in process fields scanner
Remove unused CDDB dialog private struct variable
Remove redundant NULL checks in CDDB dialog
Remove dead code in et_browser_label_set_text()
Use return value to speed up force saving files
Move remaining upper-casing functions to scan.c
Add simple tests for style-sensitive case function
Move scanner dialog to GtkBuilder
Move browser to GtkBuilder
Mark some strings as const in tagging functions
Use const for strings in tests and libapetag
Move file area to GtkBuilder
Move log area to GtkBuilder
Move tag area to GtkBuilder
Improve expand behaviour of tag entry fields
Update HACKING for GtkBuilder UI files
Handle renaming on case-insensitive filesystems
Fix memory leak in id3lib buggy check
Slightly refactor some GList handling in et_core.c
Refactor ET_Add_File_To_Artist_Album_File_List()
Use GError in FLAC tagging code
Use GError in APE tagging code
Use GError in ID3 tagging code
Use GError in MP4 tagging code
Use GError in Ogg header code
Use GError in WavPack tagging code
Report successful writing in UI, not in tag code
Unify logging code for tag reading
Add const to variables and parameters in et_core.c
Use GIO when reading FLAC header information
Fix two memory leaks in CDDB dialog
Refactor some CDDB dialog code to use GString
Avoid a memory leak of the disc ID in error paths
Fix memory leak when constructing load file dialog
Propagate double-click events on tree view headers
Fix memory leak in C++ GIOStream wrapper
Fix an invalid read when reading MP4 cover art
Clear empty fields in MP4 tags
Use level 2 interface when reading FLAC header
Add a setting to disable automatic image types
Refactor Vorbis comment setting functions slightly
Fix GIOStream leak when checking for buggy id3lib
Remove unused filename parameters in header code
Avoid GSettings handler unused parameter warnings
Use const in more places
Remove unused et_grid_attach_full()
Use GFile in header reading functions
Use GFile for tag reading functions
Remove unused log area show/hide functions
Move log area visible logic to EtApplicationWindow
Remove outdated configuration file handling
Fix settings key name for default path
Fix CDDB search button tooltip text
Do not show the PID of the application at startup
Check for gdk-pixbuf-pixdata in configure
Fix a MinGW build failure in EtBrowser
Update Windows installer script
Include GSettings schema in Windows installer
Use GVolumeMonitor to discover Windows drives
Warn if APPDATA_XML macro is not available
Remove some obsolete checks from configure.ac
Use old-style BMPs for Windows installer images
Update NEWS for 2.3.1 release
Dimitris Spingos (1):
Added Greek translation of help
Ekaterina Gerasimova (4):
Add HELP_LINGUAS to the help Makefile
Add "music" to the desktop file keywords
Review strings
Review more strings
Guillaume Bernard (1):
Updated French translation
Kjartan Maraas (2):
Added Norwegian bokmål translation from Åka Sikrom.
Added nb
Marek Černocký (3):
Updated Czech translation
Updated Czech translation
Fixed format specifiers order
Matej Urbančič (1):
Updated Slovenian translation
Piotr Drąg (7):
Updated Polish translation
doap: fix duplicate <programming-language>
doap: add app category to pass the validation
Updated Polish translation
Updated Polish translation
Updated Polish translation
Updated Polish translation
Rafael Ferreira (2):
Updated Brazilian Portuguese translation
Updated Brazilian Portuguese translation
Roman Bogorodskiy (1):
Fix C++ ID3 wrapper compilation
Santtu Lakkala (2):
Drop sizeof when using G_N_ELEMENTS
Avoid a GtkApplication assertion
Seong-ho Cho (1):
Added Korean translation
Ting-Wei Lan (1):
Fix printf format string warning
Tom Tryfonidis (1):
Updated Greek translation
Victor A. Santos (1):
Add Nautilus actions extension
genodeftest (1):
Updated German translation
kipw (1):
configure.ac: Bump version to 2.2.1... NEWS: Added 2.2.1 changes since 2.2.0...
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]