[easytag] (91 commits) Non-fast-forward update to branch wip/application-window
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag] (91 commits) Non-fast-forward update to branch wip/application-window
- Date: Fri, 15 Aug 2014 17:48:43 +0000 (UTC)
The branch 'wip/application-window' 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:
1c81f0b... Fix crash when clearing the CDDB models
91a0d69... Move main window to EtApplicationWindow object
ccd7778... Pass the main window to actions as user data
2830193... Move log area to EtLogArea object
9db81bb... Move playlist window to EtPlaylistDialog object
600dea7... Move load filenames dialog to EtLoadFilesDialog
59bf8ba... Move file search dialog to EtSearchDialog object
8065dcb... Move preferences dialog to EtPreferencesDialog
b1b2332... Move CDDB dialog to EtCDDBDialog object
e157812... Move scan dialog to EtScanDialog object
02f0925... Replace strncat() with g_string_append()
d13e88f... Move select and unselect actions to main window
f651468... Move file selection actions to EtApplicationWindow
d515b53... Set a rough initial window size and pane positions
8bdb419... Move browser to EtBrowser object
40e8426... Avoid a GtkApplication assertion
8fe88bb... Add GSettings schema
76ad219... Use GSettings for most application settings
784d015... Generate enum descriptions with glib-mkenums
daf36f6... Generate GSettings enum descriptions
f39fbbe... Store the file list sorting mode in GSettings
7fb1826... Store the scanner window mode in GSettings
28355e8... Store the file extension case mode in GSettings
6351b0e... Store the playlist content mode in GSettings
868ec22... Store ID3v1 and ID3v2 iconv options in GSettings
43c6273... Store rename filename encoding in GSettings
472f73d... Store the process fields option in GSettings
6ec3d28... Store disc padding preferences in GSettings
cac8dad... Store ID3v2.4/2.3 preference in GSettings
99d8b45... Store default browse path in GSettings
8911e5b... Store scan space conversion options in GSettings
4cae7dd... Store case sensitive sorting mode in GSettings
cdc0ad7... Store CDDB search preferences in GSettings
b1eae37... Store process fields conversions in GSettings
8361ee8... Store character set preferences in GSettings
43fee3a... Store playlist mask preferences in GSettings
d9cfb58... Remove local CDDB search function
98b5d13... Remove rename directory mask history
2f53c4d... Store default scanner masks in GSettings
2a0a996... Launch default audio player for directory
06a773f... Launch default audio player for selected files
f6c3ec5... Remove main configuration file handling
6a18ef7... Fix some const string warnings
04321fe... Add an app menu
2de3cf0... Add skeleton menubar from GtkBuilder file
34b8156... Use GAction for go-directory actions
f7740f3... Use GAction for miscellaneous menu items
352664f... Add toolbar for new GAction-using toolbar buttons
15db18a... Use GAction for go-file actions
204d537... Use GAction for browser menu items
0b6a96a... Use GAction for edit menu items
5e5e305... Use GAction for file menu items
7d7be9c... Use GAction for some view menu items
4f0fa1c... Use GAction for file sorting mode GSetting
713cb90... Use GMenuModel for popup menus
e68bb69... Remove now-unused UIManager proxy logic
2b1b296... Use GAction for toolbar stop button
2796df5... Use named icons instead of GtkStock in some places
0e0cb84... Convert XPM image data to PNG
1ff1ca4... Avoid deprecated margin property with GTK+ 3.12
37322da... Refactor popup menu handling
c2a226e... Remove last uses of GtkAction
803b9b6... Track main window state
d689aff... Save and restore main window state
65b6fee... Move tag area to EtTagArea object
25f6cf5... Move file area to EtFileArea object
2cace3b... Drop explicit call to gtk_main()
df11cf3... Remove unused code when closing preferences dialog
b391e3f... Remove the cancel button from the preferences
c974864... Move dialog setting saving to application window
6e26e71... Implement hiding of file header widget
27b21ed... Avoid warnings when reading and writing ID3 tags
4357af5... Remove use of deprecated GtkMisc xalign property
532562f... Use GtkWidget popup-menu signal in EtLogArea
f9979c0... Use popup-menu signal in EtLoadFilesDialog
b5e8a7b... Use GtkWidget popup-menu signal in EtBrowser
5fcc464... Avoid warnings when updating the scan dialog
ce03676... Use same strings in GSettings schema and UI
bf546e3... Move some GApplication handlers to EtApplication
270bdd4... Refactor about dialog handling
54b53b2... Split off main() to a separate source file
f5bfc2f... Remove last uses of deprecated GtkStock
8e3bf83... Remove use of deprecated GtkImageMenuItem
fb9f8b2... Move tagging code to new subdirectory
6231522... Fix format specifier in GIO C++ wrapper string
ca2a0be... Set maximum allowed GLib version to 2.32
e5c1889... Disable writing of ID3v1 tags by default
d1dd769... Enable ID3v2.3 (instead of ID3v2.4) by default
Commits added to the branch:
229ab9c... Fix delays when clearing the CDDB models (*)
71bfad9... Use updated license tags in AppData (*)
1425e4e... Move main window to EtApplicationWindow object
f0331a4... Pass the main window to actions as user data
40667ea... Move log area to EtLogArea object
054df99... Move playlist window to EtPlaylistDialog object
95dc7e5... Move load filenames dialog to EtLoadFilesDialog
3a3a25c... Move file search dialog to EtSearchDialog object
bd74233... Move preferences dialog to EtPreferencesDialog
6a56428... Move CDDB dialog to EtCDDBDialog object
7bb5602... Move scan dialog to EtScanDialog object
43bd432... Replace strncat() with g_string_append()
3ea931b... Move select and unselect actions to main window
1b5304c... Move file selection actions to EtApplicationWindow
40ae069... Set a rough initial window size and pane positions
a4714b3... Move browser to EtBrowser object
697b1d7... Avoid a GtkApplication assertion
e4b0434... Add GSettings schema
91c3326... Use GSettings for most application settings
2f13a04... Generate enum descriptions with glib-mkenums
3baab5f... Generate GSettings enum descriptions
48cdf99... Store the file list sorting mode in GSettings
3efe874... Store the scanner window mode in GSettings
8d907a9... Store the file extension case mode in GSettings
7868af7... Store the playlist content mode in GSettings
f6eb672... Store ID3v1 and ID3v2 iconv options in GSettings
fd9c5bb... Store rename filename encoding in GSettings
b467ba1... Store the process fields option in GSettings
1dfaec3... Store disc padding preferences in GSettings
f12198d... Store ID3v2.4/2.3 preference in GSettings
c35c14d... Store default browse path in GSettings
9e047cf... Store scan space conversion options in GSettings
16cb7f5... Store case sensitive sorting mode in GSettings
d23e1e9... Store CDDB search preferences in GSettings
aaef54a... Store process fields conversions in GSettings
26a862e... Store character set preferences in GSettings
aa8c120... Store playlist mask preferences in GSettings
6b90030... Remove local CDDB search function
fdaf9a4... Remove rename directory mask history
b8ce58f... Store default scanner masks in GSettings
184d486... Launch default audio player for directory
bf3ab6f... Launch default audio player for selected files
ec67549... Remove main configuration file handling
49fad78... Fix some const string warnings
1059b79... Add an app menu
e59f65e... Add skeleton menubar from GtkBuilder file
e96ad54... Use GAction for go-directory actions
25e0e6e... Use GAction for miscellaneous menu items
68cd365... Add toolbar for new GAction-using toolbar buttons
e41164b... Use GAction for go-file actions
c3c6c30... Use GAction for browser menu items
b357184... Use GAction for edit menu items
1a0b2e2... Use GAction for file menu items
ad47c52... Use GAction for some view menu items
4601dd9... Use GAction for file sorting mode GSetting
016157e... Use GMenuModel for popup menus
694ef71... Remove now-unused UIManager proxy logic
745fed2... Use GAction for toolbar stop button
c9beabd... Use named icons instead of GtkStock in some places
d8cfdea... Convert XPM image data to PNG
f4a0287... Avoid deprecated margin property with GTK+ 3.12
4a190d1... Refactor popup menu handling
e12250c... Remove last uses of GtkAction
990db3d... Track main window state
f74991a... Save and restore main window state
05fce28... Move tag area to EtTagArea object
d141627... Move file area to EtFileArea object
f233960... Drop explicit call to gtk_main()
41f732b... Remove unused code when closing preferences dialog
80d193c... Remove the cancel button from the preferences
b9d9960... Move dialog setting saving to application window
d3d42c9... Implement hiding of file header widget
321f26c... Avoid warnings when reading and writing ID3 tags
0bd8695... Remove use of deprecated GtkMisc xalign property
16597b2... Use GtkWidget popup-menu signal in EtLogArea
1c79019... Use popup-menu signal in EtLoadFilesDialog
c3ca985... Use GtkWidget popup-menu signal in EtBrowser
8060fb9... Avoid warnings when updating the scan dialog
7980950... Use same strings in GSettings schema and UI
2dd7d17... Move some GApplication handlers to EtApplication
cf7c12f... Refactor about dialog handling
b6f9636... Split off main() to a separate source file
d037021... Remove last uses of deprecated GtkStock
820028e... Remove use of deprecated GtkImageMenuItem
877db37... Move tagging code to new subdirectory
d4c4729... Fix format specifier in GIO C++ wrapper string
c1013c1... Set maximum allowed GLib version to 2.32
2d7a09d... Disable writing of ID3v1 tags by default
a37881f... Enable ID3v2.3 (instead of ID3v2.4) by default
0e3bbaf... Split progress bar from status bar
f297904... Move status bar to EtStatusBar object
(*) 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]