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



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

  36c6965... Added MusicBrainz dialog
  01b7823... Implemented EtMbEntityView.
  7cfc4a1... Implemented Asynchronous Manual Search
  b857bd3... Implemented Select All, Unselect All Buttons. Added Artists
  d114a93... Implemented Invert Selection and Toggle Red Lines
  f8b8453... Implemented selection Up and Down
  ef13105... Added more verbos Status Bar Messages and comments
  aa00727... Make TreeView multi selectable
  0dbf342... Implemented Cancellation of Manual Search using GCancellabl
  c53807b... Double clicking on Red Line will give already downloaded re
  dbb574b... Coding Style Improvements
  9d2a8ac... Removed FIXME. Added some more comments
  90df742... Implemented Search Selected Files
  6742f58... Removed Trailing Whitespaces
  b5b6b8c... Implement DiscID Search
  6a44bd7... Added Test for MusicBrainz Search
  0d7a89f... Coding Style Improvements and Converted Strings to Translat
  66d9ca8... Merged MusicBrainz test server and client into one file
  1b61e6e... Use MB_ENTITY_KIND
  76d40f8... Made libmusicbrainz optional and added Close button
  c6befcb... Pressing Return/Enter in Manual Search Combo Box Text will 
  a3ece3d... Enable Stop Button only during searching
  ad75462... Set values in EtMbEntityTreeView in one go
  03f50ac... Refined MusicBrainz UI & Selected Files Search
  ed3e723... Set Album of selected file
  9b2bfde... Check before setting SearchEntryField
  3b6afcb... Implemented Refresh Operation. Fixed a memory leak and Esca
  c2c26e6... Implemented Apply TAGs
  0850fa6... Changed Scan Selected Files for Multiple Files
  b12fe3f... Implemented Apply Tags for Scan Selected Files and Improved
  fe9197f... Refresh for Selected Search
  4268fed... Implemented Automatic Search
  a2e2247... Added Function Prototypes and comments
  bf5e21e... Use Slice Allocator instead of malloc
  a35b535... Use USERAGENT and Coding Style Changes
  3f3c81c... Split et_musicbrainz_search into different parts
  1531a46... Created new Widget MusicBrainzDialog
  e38beca... Make "mbDialog" and "builder" static
  3650476... Added test for FreeDBID Search
  a96736a... Disable some Widgets when search is progressing and after c
  ffdef78... Reverse List after prepending to it
  10e4553... Clear TagChoiceListStore if Cancel is pressed
  be390a5... Use GdkRGBA and Disable state change of Active Toggle Butto
  2f85df7... Fixed Memory Leaks in search operation and some code improv
  e3915ab... Changed behaviour on error
  328d908... Fixed Warning Messages
  8874731... Implemented Fetch More Data operation
  3205551... Corrected MusicBrainz Tests
  561e290... Bug Fixed: pressing close when searching will give a crash
  3f2509e... Make po files valid for new translation rules
  39a305b... Added Country and Date columns for Album
  c28afb5... libdiscid is optional
  abca09d... Added more ifdef to fix "missing action MBSearch" warning
  e310aa4... Changed Retrieving Track message to include medium also
  5322ccc... Use NULL pointer check instead of GTK_IS_TYPE
  d66d005... Toolbar buttons are disabled at the starting
  a22be1d... Use et_music_brainz_dialog_clear
  e1067a5... A few comments
  703f480... Use g_return_if_fail for checking GtkTreeModelFitler
  a6893f8... Use default Release if given in Applying Tags
  ed004b0... Show File Path in TagChoiceDialog
  6ac72d9... Fixed Memory leaks with mbentityview.c
  839bcb0... Fixed memory leak in free_mb_tree_node
  f0a20fb... ApplyTAGs also add Disc and Track Tags
  23cc6e1... Apply TAGs add Composer Tag
  8c146dd... Added comments to mb_search.c
  9c1240c... Added comments in mbentityview.c
  380eb36... Added comments to musicbrainz_dialog.c
  f7d807a... Changed Search ComboBoxText to Search Entry
  d27e8d6... Corrected filter assertion
  dbd548d... Apply TAGs is insensitive at the beginning
  238457b... Removed Up, Down and Search in TreeView entry
  c380580... Add "linked" class to BreadCrumbBox
  ec2e887... Use GtkGrid instead of GtkFrame
  09bf127... Remove Refresh Operation
  ea2c85f... Use Icon Names for Select All, Stop, Fetch More instead of 
  0ed50af... Make MusicBrainz support compatible with ApplicationWindow 
  c8d8567... Use EtApplicationWindow and its BrowserList
  d7290e1... Corrected mbentityview.c
  5311985... Added MusicBrainz Menu and Toolbar Item
  c2ad5bf... Set Images from resource

Commits added to the branch:

  a3f9803... Added MusicBrainz dialog
  3f705d1... Implemented EtMbEntityView.
  1d46ca5... Implemented Asynchronous Manual Search
  3261171... Implemented Select All, Unselect All Buttons. Added Artists
  2ea5280... Implemented Invert Selection and Toggle Red Lines
  de14153... Implemented selection Up and Down
  f598b92... Added more verbos Status Bar Messages and comments
  2317f75... Make TreeView multi selectable
  e81a7bf... Implemented Cancellation of Manual Search using GCancellabl
  07a1eb4... Double clicking on Red Line will give already downloaded re
  75fe6d6... Coding Style Improvements
  b0f5215... Removed FIXME. Added some more comments
  0f3f0b8... Implemented Search Selected Files
  a2fec7a... Removed Trailing Whitespaces
  0d1e310... Implement DiscID Search
  d2f1963... Added Test for MusicBrainz Search
  1f17dfc... Coding Style Improvements and Converted Strings to Translat
  dc886e6... Merged MusicBrainz test server and client into one file
  2486807... Use MB_ENTITY_KIND
  2fec6d5... Made libmusicbrainz optional and added Close button
  ef7fd1a... Pressing Return/Enter in Manual Search Combo Box Text will 
  e8f8bd7... Enable Stop Button only during searching
  4c65a9a... Set values in EtMbEntityTreeView in one go
  96979e9... Refined MusicBrainz UI & Selected Files Search
  659d66b... Set Album of selected file
  dd2b08a... Check before setting SearchEntryField
  60ca51e... Implemented Refresh Operation. Fixed a memory leak and Esca
  21f34f0... Implemented Apply TAGs
  a979f56... Changed Scan Selected Files for Multiple Files
  a60ea64... Implemented Apply Tags for Scan Selected Files and Improved
  6173809... Refresh for Selected Search
  36f3feb... Implemented Automatic Search
  8fc007a... Added Function Prototypes and comments
  4cdaf38... Use Slice Allocator instead of malloc
  f71efdd... Use USERAGENT and Coding Style Changes
  857c840... Split et_musicbrainz_search into different parts
  f564861... Created new Widget MusicBrainzDialog
  01ad321... Make "mbDialog" and "builder" static
  f21f14b... Added test for FreeDBID Search
  da26b0d... Disable some Widgets when search is progressing and after c
  148cf84... Reverse List after prepending to it
  24050f0... Clear TagChoiceListStore if Cancel is pressed
  874cc4f... Use GdkRGBA and Disable state change of Active Toggle Butto
  d14b9a2... Fixed Memory Leaks in search operation and some code improv
  03d253c... Changed behaviour on error
  82dcca8... Fixed Warning Messages
  a1b8601... Implemented Fetch More Data operation
  ef7c65a... Corrected MusicBrainz Tests
  4c5dfd1... Bug Fixed: pressing close when searching will give a crash
  6366363... Make po files valid for new translation rules
  a4bd8de... Added Country and Date columns for Album
  151c450... libdiscid is optional
  1ac6430... Added more ifdef to fix "missing action MBSearch" warning
  1ce6436... Changed Retrieving Track message to include medium also
  30f1ae2... Use NULL pointer check instead of GTK_IS_TYPE
  78f575c... Toolbar buttons are disabled at the starting
  28723a5... Use et_music_brainz_dialog_clear
  72db213... A few comments
  b79453c... Use g_return_if_fail for checking GtkTreeModelFitler
  635583b... Use default Release if given in Applying Tags
  9c088f9... Show File Path in TagChoiceDialog
  04d9108... Fixed Memory leaks with mbentityview.c
  5dec39b... Fixed memory leak in free_mb_tree_node
  2eb391f... ApplyTAGs also add Disc and Track Tags
  e24383a... Apply TAGs add Composer Tag
  2d62c91... Added comments to mb_search.c
  961f1b2... Added comments in mbentityview.c
  56fa88c... Added comments to musicbrainz_dialog.c
  d0a9d5b... Changed Search ComboBoxText to Search Entry
  bee7b99... Corrected filter assertion
  24aaf71... Apply TAGs is insensitive at the beginning
  26b974e... Removed Up, Down and Search in TreeView entry
  cc41a9b... Add "linked" class to BreadCrumbBox
  5e030ce... Use GtkGrid instead of GtkFrame
  dd8f400... Remove Refresh Operation
  3170c4a... Use Icon Names for Select All, Stop, Fetch More instead of 
  eac8da6... Use EtApplicationWindow and its BrowserList
  db5b2d1... Set Images from resource


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