[easytag] (332 commits) Non-fast-forward update to branch wip/musicbrainz-dialog



The branch 'wip/musicbrainz-dialog' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  979496c... Add skeleton MusicBrainz search dialog
  de98d50... Add skeleton MusicBrainz query context
  52afca8... Add simple asynchronous query support

Commits added to the branch:

  06650c5... Updated Czech translation (*)
  20190ba... Remove unused PangoStyle columns from album models (*)
  bea6a38... Use a separator row in the album view (*)
  3e41239... Updated Polish translation (*)
  08f5ac5... Update British English translation (*)
  a80a55d... Update NEWS for 2.3.2 release (*)
  ca5ef60... Use GIO when reading and writing FLAC tags (*)
  d907c83... Split off shared FLAC code to a separate file (*)
  21773c4... Relicense libapetag and vcedit.c to GPLv2+ (*)
  cf24bff... Fix memory leak in CDDB dialog error path (*)
  97921e2... Updated Turkish translation (*)
  6202482... Fixed typo (*)
  5167916... Fix a memory leak when saving an Ogg file (*)
  6997474... Fix memory leak when loading a Speex file (*)
  1d227dc... Refactor Vorbis comment code (*)
  9353189... Make crc32_file_with_ID3_tag() accept a GFile (*)
  790a379... Allow the search dialog tree view to expand (*)
  1dc1732... Remove many unnecessary include directives (*)
  2f38620... Use GBytes for image data inside Picture (*)
  7a04ded... Make EtPicture a boxed type (*)
  5e15d6e... Fix memory leak when saving a temporary FLAC file (*)
  1fdb2ef... Fix Picture_Format_From_Data() (*)
  593aa8f... Add a test for EtPicture boxed type copying (*)
  bfde773... Add G_SLICE=debug-blocks to test environment (*)
  4524826... Fix a double free when reading WavPack headers (*)
  8f48a76... Fix check for errors when writing WavPack tags (*)
  9e312fa... Fix double free in CDDB dialog error path (*)
  18769d8... Use a stack-allocated buffer for WavPack tags (*)
  15eec37... Simplify reading artwork description from Ogg tags (*)
  06c9eeb... Avoid superfluous use of sizeof(char) (*)
  6fcbdd1... Use the GLib slice allocator where appropriate (*)
  c0bb61c... Use GIO when reading and writing list store files (*)
  d8a9e88... Updated Hungarian translation (*)
  1342885... Use GIO when reading and writing ID3v2.4 files (*)
  dc66588... Remove unnecessary ftruncate() wrapper (*)
  928c5e1... Add -Werror=return-type to compiler flags (*)
  6532af6... Use const when fetching File_Name from an ET_File (*)
  1e4a307... Remove stray unused local CDDB code (*)
  fa6c9de... Support album artist in WavPack tags (*)
  d2ed5f6... Use memset() to zero out the WavPack read buffer (*)
  adc40e0... Clear empty tag fields when saving WavPack tags (*)
  77c2379... Read the WavPack channel mask (*)
  da0cad5... Fix string leak when reading WavPack tags (*)
  3be9f9e... Updated Brazilian Portuguese translation (*)
  786c971... Fix the disc number padding widgets (*)
  614529c... Really fix the disc number padding check button (*)
  03b13fc... Use GIO when reading WavPack tags (*)
  71dc1da... Use GIO for reading WavPack headers (*)
  e49dac5... Use GIO for writing WavPack tags (*)
  d41c9b8... Simplify the shared FLAC reading code (*)
  2d77919... Avoid compiler warning in et_flac_read_func() (*)
  00f2161... Add album artist support to APE tags (*)
  153a2f2... Fix double unref in et_rename_file() error path (*)
  28396f3... Avoid crash during config directory migration (*)
  b1a10fa... Remove broken early logging code (*)
  8d099a7... Add an invariant in Log_Print() (*)
  bfc1a77... Updated Czech translation (*)
  fad2eca... Fix Ctrl-clicking to toggle file selection (*)
  1b3e8b1... Updated Serbian translation (*)
  94dae72... Refactor ET_Get_Number_Of_Files_In_Directory() (*)
  787810a... Refactor ET_Set_Field_File_Tag_Picture() (*)
  411b45e... Use new et_file_tag_set_picture() (*)
  0019f3d... Refactor et_picture_new() to be more complete (*)
  c17f82b... Avoid warnings due to uninitialized values (*)
  ef551ae... Simplify ET_Set_Field_File_Tag_Item() (*)
  551629c... Fix stripping disc number field from ID3v2.4 tags (*)
  b1242ae... Add File_Tag struct setters (*)
  3377420... Make ET_Set_Field_File_Tag_Item() static (*)
  9e855c1... Split a couple of enums out to a new core_types.h (*)
  bb9ce6f... Move EtPicture declaration to picture.h (*)
  86f79e4... Split off File_Tag to a separate file (*)
  7c12ed0... Move two more struct declarations to core_types.h (*)
  d639f6c... Split ET_File_Description out to separate file (*)
  103c202... Split majority of et_core.c out into new file.c (*)
  c5abfa4... Split ET_Core list handling code off to new file (*)
  94da689... Simplify ET_Core from four functions to two (*)
  e87b62b... Add test for ET_File_Description functions (*)
  ec35ca5... Add unistd.h include for SEEK_SET under MinGW (*)
  88150f8... Add stdlib.h include for malloc() under MinGW (*)
  a7fbff9... Distribute easytag.manifest for MinGW build (*)
  e4c4e1a... Update NEWS for 2.3.3 release (*)
  2024a4b... Check for an invalid field when reading Vorbis art (*)
  8944602... Do some validation of Vorbis artwork field lengths (*)
  608a91f... Check for a valid Vorbis comment image MIME type (*)
  6224dff... Relicense id3lib wrapper to GPLv2+ (*)
  46ce097... Add Czech help translation (*)
  fda6ef1... Updated Czech translation (*)
  4db3cfa... Use consistent naming for File_Tag methods (*)
  c2d9b91... Remove unnecessary et_file_tag_init() (*)
  f1b5b2a... Simplify ET_Copy_File_Tag_Item() (*)
  5068f65... Update copyright year in about dialog (*)
  9aad89d... Refactor File_Tag copying functions (*)
  ebe269a... Fix crash when saving FLAC tags (*)
  b871973... Avoid an unnecessary variable assignment (*)
  debc2d3... Fix pointer arithmetic when reading CDDB result (*)
  5709590... Fix common symbol linker warnings (*)
  93b17ae... Simplify GtkFileFilter creation (*)
  31b6782... Added German help translation (*)
  c47e1c6... Updated Spanish translation (*)
  7c04a86... Add missing break in switch (*)
  2703196... Remove unnecessary NULL check in CDDB dialog (*)
  65435b7... Fix compilation of misc test (*)
  91e48e8... Handle OptimFrog files as if they are unknown (*)
  2db55ba... Remove redundant declaration (*)
  0a6d022... Add missing default cases in switch statements (*)
  6f19b85... Avoid shadowed variable warnings (*)
  e90a7e8... Avoid unhandled switch cases warning (*)
  9110197... Avoid old-style function declaration (*)
  e0a9c2f... Fix sign comparison warnings (*)
  127157d... Fix const correctness warnings (*)
  3aaf603... Port to AX_COMPILER_FLAGS (*)
  7f2d67b... Use AX_IS_RELEASE to control compiler warnings (*)
  8097699... Use AX_GENERATE_CHANGELOG (*)
  4d2e91f... Refactor function to check if all files are saved (*)
  e9225a1... Refactor file list freeing functions (*)
  f6f2e4d... Refactor artist album file list functions (*)
  e319c90... Remove unused displayed list function (*)
  8a94b7d... Refactor several file list functions (*)
  44ee9ec... Remove several unused functions (*)
  ecf346d... Fix redefinition warning in Windows compat code (*)
  a2d8e7a... Fix redefinition warning from TagLib (*)
  bec4bdd... Update NEWS for 2.3.4 release (*)
  54ba8cf... Add checks for extra id3lib declarations (*)
  5b8659a... Return a value from et_artist_album_list_add_file (*)
  5df5c61... Add missing break in playlist dialog switch (*)
  69f6bb5... Fix format warnings caused by incorrect sign (*)
  1a775b1... Updated Polish translation (*)
  70e049b... Updated Czech translation (*)
  6879d49... Updated Turkish translation (*)
  e3f197a... Fix CDDB requests being truncated (*)
  dd7ee20... Handle empty descriptions in ID3 tag artwork (*)
  7c2d646... Fix memory leak in artwork types dialog (*)
  8f4cd65... Correctly update the artwork description (*)
  616154f... Update SOURCES for 2.3.4 release (*)
  8d75031... Remove unused variable from configure summary (*)
  9803a41... Enable compiler warnings for Nautilus extension (*)
  c5b4c2a... Pass AX_COMPILER_FLAGS warning flags to the linker (*)
  bedea33... Remove unused Makefile variable (*)
  e8d9f1b... Split ET_File_Info off to a separate file (*)
  d9ce201... Move File_Name to a separate file (*)
  9738536... Refactor ET_File_Name_Convert_Character() (*)
  b92a630... Add a test for et_filename_prepare() (*)
  e859c35... Avoid a crash when reading FLAC files with no tags (*)
  fc4526c... Add a trivial ET_File_Info test (*)
  d81075d... Remove an unused variable in ET_Core (*)
  5cb07a6... Remove an unnecessary include (*)
  34e64fd... Refactor et_id3tag_check_if_file_is_corrupted() (*)
  1384444... Check for a valid MP3 file when reading the header (*)
  ca7a1e6... Mark a UI string as translatable (*)
  6c50d0e... Set the GError in et_id3tag_check_if_file_is_valid (*)
  dc11af6... Updated Polish translation (*)
  14070f7... Updated Norwegian bokmål translation from Åka Sikrom. (*)
  83b4a66... Update AX_COMPILER_FLAGS with --disable-Werror (*)
  92ed3c2... Updated Czech translation (*)
  01563bb... Add ifdefs around private FLAC code (*)
  9704e11... Remove dead assignment in CDDB dialog (*)
  5daf401... Add et_application_window_update_et_file_from_ui() (*)
  95dc22c... Move ET_Display_File_Data_To_UI() to main window (*)
  1a8b1b7... Factor out common file renaming code (*)
  b0c6e89... Move filename updating code to application window (*)
  8702b04... Use ET_Set_Filename_File_Name_Item() (*)
  dc2d03d... Tighten invariants when navigating the file list (*)
  480514b... Update AX_COMPILER_FLAGS from autoconf-archive (*)
  2c202d8... Simplify application window file list navigation (*)
  6671ad6... Use g_build_filename() in a couple more places (*)
  af47e07... Move undo key generation to misc.c (*)
  d5ec560... Add a simple undo key test (*)
  8e51def... Add File_Tag tests (*)
  834b354... Add a function for comparing UTF-8 strings (*)
  af0a768... Add a simple test for et_normalized_strcmp0() (*)
  eaeb145... Move string length define from header to source (*)
  60657a0... Remove unused static variables (*)
  afa3ed4... Convert most g_utf8_strlen() to new et_str_empty() (*)
  87d56bb... Add simple test for et_str_empty() (*)
  40abf34... Use et_str_empty() in several more places (*)
  1781770... Clarify a string in the scanner dialog legend (*)
  f899d24... Avoid some unnecessary tag area string copying (*)
  f3f403c... Fix memory leak in et_file_list_add() (*)
  aba60f3... Fix a memory leak when freeing the history list (*)
  678d0b9... Fix "void function should not return a value" (*)
  9ae72de... Add a test for et_file_tag_copy_other_into() (*)
  5751221... Updated Polish translation (*)
  89e7cb0... Remove some unnecessary finalize() overrides (*)
  1eca256... Reinstate versioning guards for GLib and GTK+ (*)
  3fc01f0... Use versioning guards for tests (*)
  17491cd... Add bug reference to File_Tag test (*)
  bba87b6... Updated Czech translation (*)
  f73e12f... Update NEWS for 2.3.5 release (*)
  74cbe38... Fix renaming files in the scanner (*)
  6fa3e3f... Fix error build (*)
  35ecb69... Make g_file_list_add() accept a GFile (*)
  285ba45... Added Bosnian translation (*)
  8791563... Update Catalan translation (*)
  b7bd612... Catalan help translation (*)
  40a5309... Preserve order when copying unsupported tag fields (*)
  e01baee... Add a translator comment for "literal name" (*)
  e576179... Improve log area minimum size (*)
  6f359aa... Improve load files dialogue tooltip (*)
  a00b0aa... Improve some track number strings in the CDDB dialogue (*)
  653b1b7... Add a translator comment for a CDDB column header (*)
  0082875... Add translator comment for a CDDB dialogue header (*)
  185056a... Remove whitespace in tooltip string (*)
  7934aab... Add a translator comment for a preferences header (*)
  46109b2... Simplify core file list management (*)
  b32f9f1... Use g_str_empty() for more empty string checks (*)
  8e921eb... Add some translator comments for scanner headers (*)
  923f1a3... Simplify prefixing the current path in the scanner (*)
  6a78cda... Simplify checking for valid UTF-8 with FLAC (*)
  48bc8b1... Refactor FLAC tag field string reading (*)
  afdc4ba... Updated Czech translation (*)
  8d7c32b... Add scalable symbolic icon (*)
  ecef602... Remove maximum log lines setting (*)
  b988851... Refactor adding FLAC tag fields to Vorbis comment (*)
  9eff1aa... Update help for UI and string changes (*)
  ac3a319... Remove quit confirmation dialogue (*)
  c0bc190... Update British English translation (*)
  d719e73... Fix typo in British English translation (*)
  9f65e02... Simplify Vorbis comment tag reading (*)
  46737fc... Updated Czech translation (*)
  3f90c91... Make descriptions consistent in help (*)
  6984a45... Use path instead of stroke for the symbolic icon (*)
  2f8ce5f... Fix switch-enum warning when disabling tag support (*)
  ea21653... Credit Kat for the symbolic application icon (*)
  e00916a... Updated Czech translation (*)
  471d5bb... Drop obsolete intltool localedir workaround (*)
  b8fa3cd... Add translator credits for British English (*)
  9162803... Drop an unnecessary include directive (*)
  e3fd07c... Add help for capitalising tags (*)
  8a07d6b... Improve wording in playlist help (*)
  2e000ac... Fix compilation when WavPack support is enabled (*)
  61fc11a... Fix compilation if MP3 support is disabled (*)
  749de0a... Fix compilation if Speex support is disabled (*)
  c830fcd... Fix compilation if Opus support is disabled (*)
  e98e19f... Format specifiers shouldn't be translatable (*)
  2e77643... Use et_str_empty() instead of strlen() in search (*)
  b998f5b... Improve unknown encoding case when reading ID3v2 (*)
  6b83915... Updated Czech translation (*)
  ebe7633... Updated Polish translation (*)
  f2bb6ce... Updated French translation (*)
  69d2edc... Add French translation of help (*)
  7cd4023... Fixes to Catalan translation (*)
  22547cb... Move et_rename_file() to misc.c (*)
  c251376... Add a simple test for et_rename_file() (*)
  d9725ff... Fix French help translation (*)
  7797744... Move symbolic icon to new location (*)
  2846af5... Update Windows locale path (*)
  6a950a2... Update NEWS for 2.3.6 release (*)
  861a457... Updated Polish translation (*)
  125c879... Fix typo (*)
  39941bc... Updated French translation (*)
  b399bbb... Updated Czech translation (*)
  d121aec... Include libepoxy in Windows installer (*)
  2663ae9... Handle UI scale factor in images tree view (*)
  77b5ac6... Use resource property on GtkImage (*)
  31854b8... Use g_memory_output_stream_steal_as_bytes() (*)
  7cc3d40... Use gdk_pixbuf_loader_write_bytes() (*)
  f98eadb... Use G_DEFINE_TYPE_WITH_PRIVATE (*)
  b76913f... Use gtk_accel_label_set_accel() (*)
  1842c78... Use gtk_application_get_active_window() (*)
  6a55e5d... Convert EtLogArea to a template widget (*)
  d439409... Convert EtFileArea to a template widget (*)
  5fe2d43... Convert EtTagArea to a template widget (*)
  d8bf7e5... Convert EtBrowser to a template widget (*)
  90baa8c... Convert EtCDDBDialog to a template widget (*)
  58c17a9... Convert EtSearchDialog to a template widget (*)
  1b03d98... Convert EtPlaylistDialog to a template widget (*)
  98cdc8d... Convert EtLoadFilesDialog to a template widget (*)
  ee5f5e2... Convert EtScanDialog to a template widget (*)
  5f9e33e... Convert EtPreferencesDialog to a template widget (*)
  fb1758a... Use GtkBuilder action-widgets for template dialogs (*)
  25cab7d... Use gtk_builder_new_from_resource() (*)
  ed95422... Update NEWS for 2.3.7 release (*)
  cd8b8f3... Updated Polish translation (*)
  4b1ad66... Updated Polish translation (*)
  821114e... Fixes to Catalan translation (*)
  da8cc98... Updated Czech translation (*)
  500ddd0... Updated Spanish translation (*)
  9371cde... Fix crash when pressing a key to change directory (*)
  1dbf92f... Updated French translation (*)
  7ea0fac... Remove leading spaces in two translatable strings (*)
  8d12d66... Add missing period in docs (*)
  14975ad... Updated French translation (*)
  aaee6b0... Updated French translation (*)
  de4d837... Updated Polish translation (*)
  321fa49... Updated Czech translation (*)
  6246b05... Updated Czech translation (*)
  d1ca2a1... Fix file description test with missing tag support (*)
  59b980e... Updated Spanish translation (*)
  95e54b9... Updated Turkish translation (*)
  2953a21... Updated Spanish translation (*)
  5a910ba... Updated Hungarian translation (*)
  49b316a... Revert "Use GtkBuilder action-widgets for template dialogs" (*)
  2330fa3... Fix crash when failing to read FLAC headers (*)
  4414da0... Include missing scan dialog capitalize binding (*)
  891b557... Fix selection behaviour when saving files (*)
  d02b53e... Fix memory leak when changing browser view mode (*)
  3bd3305... Store the main window horizontal paned position (*)
  b9224a1... Check for an error when creating a temporary file (*)
  364ab39... Refactor Scan_Process_Fields_Functions() (*)
  d3a1e8f... Slightly improve et_artist_album_list_add_file() (*)
  645e2e1... Remove obsolete FIXME in ET_Sort_File_List() (*)
  5b8b18c... Remove obsolete GLib version check (*)
  7cafdda... Factor out EtPicture comparison to new function (*)
  530058d... Use et_picture_detect_difference() in tests (*)
  ca5da83... Add a test for et_picture_detect_difference() (*)
  23ce988... Add for loop condition to File_Tag check (*)
  8946105... Do not scroll the log if the message is visible (*)
  4f2daf8... Do not stop searching when closing the CDDB dialog (*)
  7624aea... Updated Hungarian translation (*)
  0156851... Added hu to HELP_LINGUAS (*)
  4b840f3... Initial Hungarian help translation added (*)
  aeda2df... Fix unused variable warning in CDDB dialog (*)
  3a8dac6... Remove some unnecessary include directives (*)
  63068da... Remove a dialog in the ID3 tag writer (*)
  0e3a7f5... Do not pile up GError in ID3 tag writer (*)
  37d5a1d... Updated Spanish translation (*)
  e62dab4... Allow the CDDB search entry to expand horizontally (*)
  c0f6208... Updated German translation (*)
  0d265c8... Improve handling of empty image files (*)
  7f26078... Improve handling of empty images within tags (*)
  949327a... Fix disc number format specifier (*)
  dfc61ce... Fix previous commit (*)
  00b2d93... Avoid a crash when deleting files (*)
  2831b9d... Remove extra terminating semicolons (*)
  7aa6796... Added Portuguese translation (*)
  75dd55b... Update locale list in Windows installer (*)
  ed08d1e... Link to help.gnome.org on Windows (*)
  b43b26c... Update British English translation (*)
  3e63f54... Update NEWS for 2.4.0 release (*)
  8c98ba5... Add skeleton MusicBrainz search dialog
  0ddd081... Add skeleton MusicBrainz query context
  e46cace... Add simple asynchronous query support

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]