[easytag] (69 commits) Non-fast-forward update to branch wip/musicbrainz-support-merge



The branch 'wip/musicbrainz-support-merge' 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:

  72a0827... Implemented asynchronous manual search
  f46300b... FIXME (split) Implemented Select All, Unselect All buttons.
  086471e... Implemented Invert Selection and Toggle Red Lines
  8534e4b... Implemented selection Up and Down
  4ea11a7... FIXME (split) Added more verbose Status Bar Messages and co
  7dd64bf... Make TreeView multi selectable
  9f75c9f... Implemented Cancellation of Manual Search using GCancellabl
  54de36c... Double clicking on Red Line will give already downloaded re
  44c61ea... Coding Style Improvements
  c8494a8... Removed FIXME. Added some more comments
  25cdc37... Implemented Search Selected Files
  73f4f70... Implement DiscID Search
  d566dc6... Added Test for MusicBrainz Search
  59a423e... FIXME (split) Coding Style Improvements and Converted Strin
  5c04723... Merged MusicBrainz test server and client into one
  b6aa1fe... Use MB_ENTITY_KIND
  a64fbbf... FIXME (split) Made musicbrainz optional and added Close but
  44a7955... Pressing Return/Enter in Manual Search Combo Box Text will 
  8d65502... Enable Stop Button only during searching
  2d2ad42... Set values in EtMbEntityTreeView in one go
  5165ed9... Refined MusicBrainz UI & Selected Files Search
  78ae84b... Set Album of selected file
  60d3253... Check before setting SearchEntryField
  75cd410... FIXME (split) Implemented Refresh Operation. Fixed a memory
  b980d67... Implemented Apply TAGs
  766a5a3... Changed Scan Selected Files for Multiple Files
  c481807... Implemented Apply Tags for Scan Selected Files and Improved
  893e825... Refresh for Selected Search
  0ccd028... Implemented Automatic Search
  8d9670a... FIXME (split) Added Function Prototypes and comments
  e9d71c0... Use slice allocator instead of malloc()
  9b3847a... FIXME (split) Use USERAGENT and Coding Style Changes
  8472668... Split et_musicbrainz_search into different parts
  062a4a5... Created new Widget MusicBrainzDialog
  af9dae6... Make "mbDialog" and "builder" static
  40774b5... Added test for FreeDBID Search
  03200cd... Disable some Widgets when search is progressing and after c
  0de0a91... Reverse List after prepending to it
  5de16cb... Clear TagChoiceListStore if Cancel is pressed
  e9b6489... FIXME (split) Use GdkRGBA and Disable state change of Activ
  b79acf9... FIXME (split) Fixed Memory Leaks in search operation and so
  ff07986... Changed behaviour on error
  93ec08e... Fixed Warning Messages
  b4c1df6... Implemented Fetch More Data operation
  b5ea82f... Bug Fixed: pressing close when searching will give a crash
  bc9f752... Added Country and Date columns for Album
  f2719ab... Make libdiscid support optional
  5c571bb... Changed Retrieving Track message to include medium also
  4be34af... Use NULL pointer check instead of GTK_IS_TYPE
  43c113f... Toolbar buttons are disabled at the starting
  423f17d... Use et_music_brainz_dialog_clear
  7f901eb... Use g_return_if_fail() for checking GtkTreeModelFilter
  27183cb... Use default Release if given in Applying Tags
  712582d... FIXME (translatable string) Show File Path in TagChoiceDial
  7f0d471... Fixed Memory leaks with mbentityview.c
  3fc68ea... ApplyTAGs also add Disc and Track Tags
  3be9e3a... Apply TAGs add Composer Tag
  f7d9867... Added comments to mb_search.c
  4fea113... Added comments in mbentityview.c
  c6300c9... Added comments to musicbrainz_dialog.c
  930a8f1... Changed Search ComboBoxText to Search Entry
  7839059... Apply TAGs is insensitive at the beginning
  b5abe66... Removed Up, Down and Search in treeView entry
  71f3e77... Add "linked" class to BreadCrumbBox
  e4970fb... Use GtkGrid instead of GtkFrame
  a0a464a... Remove Refresh Operation
  e1a5c5c... Use Icon Names for Select All, Stop, Fetch More instead of 
  f86b828... Set Images from resource
  949eadb... Fix format string warnings

Commits added to the branch:

  30a7be7... Implemented asynchronous manual search
  c20e014... FIXME (split) Implemented Select All, Unselect All buttons.
  dd68205... Implemented Invert Selection and Toggle Red Lines
  958adae... Implemented selection Up and Down
  6762cd3... FIXME (split) Added more verbose Status Bar Messages and co
  6dad1be... Make TreeView multi selectable
  ac99cc9... Implemented Cancellation of Manual Search using GCancellabl
  0ae7586... Double clicking on Red Line will give already downloaded re
  1ae3a32... Coding Style Improvements
  3cc994a... Removed FIXME. Added some more comments
  d484615... Implemented Search Selected Files
  9015c0b... Implement DiscID Search
  ea57c25... Added Test for MusicBrainz Search
  49d1375... FIXME (split) Coding Style Improvements and Converted Strin
  03ac1e1... Merged MusicBrainz test server and client into one
  c50e56a... Use MB_ENTITY_KIND
  0776681... FIXME (split) Made musicbrainz optional and added Close but
  3a14819... Pressing Return/Enter in Manual Search Combo Box Text will 
  b88d6d5... Enable Stop Button only during searching
  53fe0a3... Set values in EtMbEntityTreeView in one go
  9ed598b... Refined MusicBrainz UI & Selected Files Search
  0ba2a3b... Set Album of selected file
  9cc06ab... Check before setting SearchEntryField
  6325641... FIXME (split) Implemented Refresh Operation. Fixed a memory
  68599eb... Implemented Apply TAGs
  b47896f... Changed Scan Selected Files for Multiple Files
  9b00cf3... Implemented Apply Tags for Scan Selected Files and Improved
  77d6d82... Refresh for Selected Search
  c7b4d84... Implemented Automatic Search
  9972cab... FIXME (split) Added Function Prototypes and comments
  62a3b06... Use slice allocator instead of malloc()
  a6f5268... FIXME (split) Use USERAGENT and Coding Style Changes
  e1ec2c2... Split et_musicbrainz_search into different parts
  a732846... Created new Widget MusicBrainzDialog
  042c1e7... Make "mbDialog" and "builder" static
  aea60fd... Added test for FreeDBID Search
  dc33f93... Disable some Widgets when search is progressing and after c
  fb9de36... Reverse List after prepending to it
  3624e54... Clear TagChoiceListStore if Cancel is pressed
  fea2636... FIXME (split) Use GdkRGBA and Disable state change of Activ
  dfe0f80... FIXME (split) Fixed Memory Leaks in search operation and so
  0120595... Changed behaviour on error
  aad5090... Fixed Warning Messages
  6bb9ac4... Implemented Fetch More Data operation
  16373a5... Bug Fixed: pressing close when searching will give a crash
  db880ff... Added Country and Date columns for Album
  c7a5f6a... Make libdiscid support optional
  944f1fa... Changed Retrieving Track message to include medium also
  bf1ef13... Use NULL pointer check instead of GTK_IS_TYPE
  d85b790... Toolbar buttons are disabled at the starting
  816c272... Use et_music_brainz_dialog_clear()
  37e259d... Use g_return_if_fail() for checking GtkTreeModelFilter
  f5f24c7... Use default Release if given in Applying Tags
  f0fb85c... FIXME (translatable string) Show File Path in TagChoiceDial
  f282dc5... Fixed Memory leaks with mbentityview.c
  d83d6ce... ApplyTAGs also add Disc and Track Tags
  7c01937... Apply TAGs add Composer Tag
  a6f2158... Added comments to mb_search.c
  0dcdc73... Added comments in mbentityview.c
  cd66efb... Added comments to musicbrainz_dialog.c
  79d293f... Changed Search ComboBoxText to Search Entry
  38e9faf... Apply TAGs is insensitive at the beginning
  aab0776... Removed Up, Down and Search in treeView entry
  e4d37aa... Add "linked" class to BreadCrumbBox
  0100b72... Use GtkGrid instead of GtkFrame
  2f87b97... Remove Refresh Operation
  e036468... Use Icon Names for Select All, Stop, Fetch More instead of 
  6dd422f... Set Images from resource
  24c30f4... Fix format string warnings


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