[easytag] (149 commits) Non-fast-forward update to branch wip/musicbrainz-support-merge
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag] (149 commits) Non-fast-forward update to branch wip/musicbrainz-support-merge
- Date: Sat, 1 Nov 2014 22:21:03 +0000 (UTC)
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:
330cbef... Added MusicBrainz dialog
55edd3f... Implemented EtMbEntityView
bf72997... Implemented asynchronous manual search
13b8c40... FIXME (split) Implemented Select All, Unselect All buttons.
3b36710... Implemented Invert Selection and Toggle Red Lines
06205b2... Implemented selection Up and Down
96d26d1... FIXME (split) Added more verbose Status Bar Messages and co
455cd26... Make TreeView multi selectable
66be9a7... Implemented Cancellation of Manual Search using GCancellabl
fe86430... Double clicking on Red Line will give already downloaded re
5417b0b... Coding Style Improvements
f152353... Removed FIXME. Added some more comments
98bf3ae... Implemented Search Selected Files
ef8f86a... Implement DiscID Search
98b6890... Added Test for MusicBrainz Search
47b44fa... FIXME (split) Coding Style Improvements and Converted Strin
6c2b23a... Merged MusicBrainz test server and client into one
3d48ae7... Use MB_ENTITY_KIND
d7dcc93... FIXME (split) Made musicbrainz optional and added Close but
96d4971... Pressing Return/Enter in Manual Search Combo Box Text will
04b5ea0... Enable Stop Button only during searching
2b06854... Set values in EtMbEntityTreeView in one go
2dcf1ac... Refined MusicBrainz UI & Selected Files Search
9871aa9... Set Album of selected file
79e8ac1... Check before setting SearchEntryField
162ba40... FIXME (split) Implemented Refresh Operation. Fixed a memory
91bfef1... Implemented Apply TAGs
a015374... Changed Scan Selected Files for Multiple Files
a8b32c5... Implemented Apply Tags for Scan Selected Files and Improved
5349e38... Refresh for Selected Search
d73fb90... Implemented Automatic Search
4d314ea... FIXME (split) Added Function Prototypes and comments
ce13c7b... Use slice allocator instead of malloc()
49e4f8e... FIXME (split) Use USERAGENT and Coding Style Changes
e50fafa... Split et_musicbrainz_search into different parts
f87db78... Created new Widget MusicBrainzDialog
18571b4... Make "mbDialog" and "builder" static
331a89d... Added test for FreeDBID Search
41260f6... Disable some Widgets when search is progressing and after c
05ef178... Reverse List after prepending to it
69dc7eb... Clear TagChoiceListStore if Cancel is pressed
1e9ae86... FIXME (split) Use GdkRGBA and Disable state change of Activ
635e017... FIXME (split) Fixed Memory Leaks in search operation and so
c69055d... Changed behaviour on error
a832f8e... Fixed Warning Messages
7e4d2ef... Implemented Fetch More Data operation
ed86d75... Bug Fixed: pressing close when searching will give a crash
45c005d... Added Country and Date columns for Album
193206b... Make libdiscid support optional
b6387eb... Changed Retrieving Track message to include medium also
46e6bfd... Use NULL pointer check instead of GTK_IS_TYPE
46e1915... Toolbar buttons are disabled at the starting
171a455... Use et_music_brainz_dialog_clear()
0a5f1e5... Use g_return_if_fail() for checking GtkTreeModelFilter
f3e989d... Use default Release if given in Applying Tags
0313351... FIXME (translatable string) Show File Path in TagChoiceDial
5b5c127... Fixed Memory leaks with mbentityview.c
bb38b2a... ApplyTAGs also add Disc and Track Tags
d3b82e6... Apply TAGs add Composer Tag
6f0e2e6... Added comments to mb_search.c
af206fa... Added comments in mbentityview.c
990b46b... Added comments to musicbrainz_dialog.c
5fba2f3... Changed Search ComboBoxText to Search Entry
801ca2a... Apply TAGs is insensitive at the beginning
82706c2... Removed Up, Down and Search in treeView entry
319a9f6... Add "linked" class to BreadCrumbBox
e61e974... Use GtkGrid instead of GtkFrame
3415c18... Remove Refresh Operation
1c6fa75... Use Icon Names for Select All, Stop, Fetch More instead of
e9d0d7d... Set Images from resource
c59cef6... Fix format string warnings
Commits added to the branch:
2e93948... Move internal struct from charset header to source (*)
4b0222a... Remove unused fields in CDDB dialog private struct (*)
80ecf4d... Updated French translation (*)
692749a... Fix checking whether ID3v1 and ID3v2 are enabled (*)
7de2737... Fix signal handler for apply-to-selection icons (*)
b44afc3... Fix check for upper-casing prepositions (*)
1f5ddcc... Fix capitalization in process fields scanner (*)
9f89837... Remove unused CDDB dialog private struct variable (*)
cbc7f3a... Remove redundant NULL checks in CDDB dialog (*)
b8c4707... Remove dead code in et_browser_label_set_text() (*)
02b86bb... Use return value to speed up force saving files (*)
b00b5ec... Move remaining upper-casing functions to scan.c (*)
a21a43a... Add simple tests for style-sensitive case function (*)
1cedf12... Move scanner dialog to GtkBuilder (*)
498bf51... Move browser to GtkBuilder (*)
8212730... Mark some strings as const in tagging functions (*)
9add9cf... Use const for strings in tests and libapetag (*)
596a179... Move file area to GtkBuilder (*)
622be63... Move log area to GtkBuilder (*)
70712f2... Move tag area to GtkBuilder (*)
9ae954f... Improve expand behaviour of tag entry fields (*)
43c76c8... Update HACKING for GtkBuilder UI files (*)
656946c... Handle renaming on case-insensitive filesystems (*)
0a11b1c... Fix memory leak in id3lib buggy check (*)
6e7d4ab... Slightly refactor some GList handling in et_core.c (*)
d0a0666... Refactor ET_Add_File_To_Artist_Album_File_List() (*)
553cb19... Updated Polish translation (*)
054ca78... Use GError in FLAC tagging code (*)
35cd27c... Use GError in APE tagging code (*)
3c7014b... Use GError in ID3 tagging code (*)
1482f84... Use GError in MP4 tagging code (*)
2d37ee8... Use GError in Ogg header code (*)
1561588... Use GError in WavPack tagging code (*)
827e4ed... Report successful writing in UI, not in tag code (*)
c2edff2... Unify logging code for tag reading (*)
a58b943... Fix printf format string warning (*)
f634849... Add const to variables and parameters in et_core.c (*)
12ba8ac... Use GIO when reading FLAC header information (*)
f8c48ea... Updated Polish translation (*)
75c0257... Fix two memory leaks in CDDB dialog (*)
df0919b... Refactor some CDDB dialog code to use GString (*)
5ddceb7... Avoid a memory leak of the disc ID in error paths (*)
35bc971... Added Norwegian bokmål translation from Åka Sikrom. (*)
1305e10... Added nb (*)
5dec634... Fix memory leak when constructing load file dialog (*)
3fbdffa... Propagate double-click events on tree view headers (*)
d53f109... Fix memory leak in C++ GIOStream wrapper (*)
b6c388a... Fix an invalid read when reading MP4 cover art (*)
ded35bd... Clear empty fields in MP4 tags (*)
e9d1320... Use level 2 interface when reading FLAC header (*)
9810819... Add a setting to disable automatic image types (*)
1ab81be... Refactor Vorbis comment setting functions slightly (*)
3bd1bc5... Fix GIOStream leak when checking for buggy id3lib (*)
332d161... Updated Polish translation (*)
357e5d2... Remove unused filename parameters in header code (*)
5db73b5... Avoid GSettings handler unused parameter warnings (*)
7352645... Use const in more places (*)
748723d... Remove unused et_grid_attach_full() (*)
aca762a... Use GFile in header reading functions (*)
5f44956... Use GFile for tag reading functions (*)
526c45a... Remove unused log area show/hide functions (*)
ba97e21... Move log area visible logic to EtApplicationWindow (*)
a9e5328... Remove outdated configuration file handling (*)
19613ea... Fix settings key name for default path (*)
dbf9021... Fix CDDB search button tooltip text (*)
115c7ef... Do not show the PID of the application at startup (*)
116290a... Check for gdk-pixbuf-pixdata in configure (*)
f8250ec... Fix a MinGW build failure in EtBrowser (*)
ef1e00b... Update Windows installer script (*)
0d8c3be... Include GSettings schema in Windows installer (*)
2f34a81... Use GVolumeMonitor to discover Windows drives (*)
de1f4d9... Warn if APPDATA_XML macro is not available (*)
222dc2b... Remove some obsolete checks from configure.ac (*)
4aeb125... Use old-style BMPs for Windows installer images (*)
35b184c... Update NEWS for 2.3.1 release (*)
57b2778... Refactor Action_Select_Nth_File_By_Etfile() (*)
7476eaa... Include name and summary in AppData (*)
7ef0e75... Add AppData metainfo file for Nautilus extension (*)
ad7e0ed... Added MusicBrainz dialog
2f07aba... Implemented EtMbEntityView
6e6e3d9... Implemented asynchronous manual search
b8cdd92... FIXME (split) Implemented Select All, Unselect All buttons.
48204ae... Implemented Invert Selection and Toggle Red Lines
09dfb3d... Implemented selection Up and Down
811e5ae... FIXME (split) Added more verbose Status Bar Messages and co
7a97ee5... Make TreeView multi selectable
efedec0... Implemented Cancellation of Manual Search using GCancellabl
202390c... Double clicking on Red Line will give already downloaded re
7bdb36c... Coding Style Improvements
787b1bd... Removed FIXME. Added some more comments
18164d8... Implemented Search Selected Files
a8e0510... Implement DiscID Search
c29b102... Added Test for MusicBrainz Search
71d2a9f... FIXME (split) Coding Style Improvements and Converted Strin
ddd426a... Merged MusicBrainz test server and client into one
8c06e73... Use MB_ENTITY_KIND
d5a3552... FIXME (split) Made musicbrainz optional and added Close but
352cc66... Pressing Return/Enter in Manual Search Combo Box Text will
d297812... Enable Stop Button only during searching
42ef8a8... Set values in EtMbEntityTreeView in one go
cdf82a2... Refined MusicBrainz UI & Selected Files Search
309daa2... Set Album of selected file
4289ed2... Check before setting SearchEntryField
0c080e3... FIXME (split) Implemented Refresh Operation. Fixed a memory
b503e3a... Implemented Apply TAGs
e28c50a... Changed Scan Selected Files for Multiple Files
49ba083... Implemented Apply Tags for Scan Selected Files and Improved
271bccb... Refresh for Selected Search
8630207... Implemented Automatic Search
017f8d6... FIXME (split) Added Function Prototypes and comments
d249aaa... Use slice allocator instead of malloc()
7c446f4... FIXME (split) Use USERAGENT and Coding Style Changes
8f946f1... Split et_musicbrainz_search into different parts
018c9ae... Created new Widget MusicBrainzDialog
7c536bd... Make "mbDialog" and "builder" static
a7b2afb... Added test for FreeDBID Search
7a7825a... Disable some Widgets when search is progressing and after c
5e88c63... Reverse List after prepending to it
e547bc9... Clear TagChoiceListStore if Cancel is pressed
76f3fc5... FIXME (split) Use GdkRGBA and Disable state change of Activ
bc964a7... FIXME (split) Fixed Memory Leaks in search operation and so
fefff7f... Changed behaviour on error
36c64af... Fixed Warning Messages
1f45304... Implemented Fetch More Data operation
252fc37... Bug Fixed: pressing close when searching will give a crash
efad65b... Added Country and Date columns for Album
8246743... Make libdiscid support optional
9c5bb87... Changed Retrieving Track message to include medium also
a412615... Use NULL pointer check instead of GTK_IS_TYPE
e893c49... Toolbar buttons are disabled at the starting
318ac9f... Use et_music_brainz_dialog_clear()
5768382... Use g_return_if_fail() for checking GtkTreeModelFilter
0af1bc6... Use default Release if given in Applying Tags
bd7e865... FIXME (translatable string) Show File Path in TagChoiceDial
60ff38b... Fixed Memory leaks with mbentityview.c
aed90e1... ApplyTAGs also add Disc and Track Tags
d0a7031... Apply TAGs add Composer Tag
92bfdf5... Added comments to mb_search.c
6e01474... Added comments in mbentityview.c
815df32... Added comments to musicbrainz_dialog.c
332b66a... Changed Search ComboBoxText to Search Entry
c2ba593... Apply TAGs is insensitive at the beginning
f246d1a... Removed Up, Down and Search in treeView entry
1d9b2f1... Add "linked" class to BreadCrumbBox
f15817e... Use GtkGrid instead of GtkFrame
baa94dd... Remove Refresh Operation
64a9845... Use Icon Names for Select All, Stop, Fetch More instead of
41e89e5... Set Images from resource
926db81... Fix format string warnings
(*) 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]