[easytag] (87 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] (87 commits) Non-fast-forward update to branch wip/application-window
- Date: Sun, 10 Aug 2014 22:15:32 +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:
35ba1fb... Fix crash when clearing the CDDB models
9c07337... Move main window to EtApplicationWindow object
40829f4... Pass the main window to actions as user data
eed3c62... Move log area to EtLogArea object
196cfa0... Move playlist window to EtPlaylistDialog object
4c38dcb... Move load filenames dialog to EtLoadFilesDialog
752931e... Move file search dialog to EtSearchDialog object
37f7779... Move preferences dialog to EtPreferencesDialog
9c154b3... Move CDDB dialog to EtCDDBDialog object
f134d09... Move scan dialog to EtScanDialog object
bfb95fb... Replace strncat() with g_string_append()
fe55920... Move select and unselect actions to main window
1d43528... Move file selection actions to EtApplicationWindow
19d8f1c... Set a rough initial window size and pane positions
d0f3e6f... Move browser to EtBrowser object
ca5d465... Avoid a GtkApplication assertion
2706a2a... Add GSettings schema
a4bef96... Use GSettings for most application settings
1cc69c8... Generate enum descriptions with glib-mkenums
086bf2b... Generate GSettings enum descriptions
d781f98... Store the file list sorting mode in GSettings
c5ec0db... Store the scanner window mode in GSettings
8cd0c13... Store the file extension case mode in GSettings
297fba7... Store the playlist content mode in GSettings
f9834ca... Store ID3v1 and ID3v2 iconv options in GSettings
c1544d8... Store rename filename encoding in GSettings
c4cc027... Store the process fields option in GSettings
c07f80e... Store disc padding preferences in GSettings
0268719... Store ID3v2.4/2.3 preference in GSettings
870ab66... Store default browse path in GSettings
1dfff20... Store scan space conversion options in GSettings
6383552... Store case sensitive sorting mode in GSettings
fccf2b3... Store CDDB search preferences in GSettings
1da237b... Store process fields conversions in GSettings
978e437... Store character set preferences in GSettings
c27c882... Store playlist mask preferences in GSettings
29393ff... Remove local CDDB search function
b47c8e8... Remove rename directory mask history
d75f110... Store default scanner masks in GSettings
1f0f5c3... Launch default audio player for directory
96c377b... Launch default audio player for selected files
89e68bd... Remove main configuration file handling
90fe430... Fix some const string warnings
6acae8c... Add an app menu
887f55f... Add skeleton menubar from GtkBuilder file
8ddf474... Use GAction for go-directory actions
516492e... Use GAction for miscellaneous menu items
3a4be0a... Add toolbar for new GAction-using toolbar buttons
d2918b3... Use GAction for go-file actions
91acd34... Use GAction for browser menu items
32e99ca... Use GAction for edit menu items
224f241... Use GAction for file menu items
46d2764... Use GAction for some view menu items
b219320... Use GAction for file sorting mode GSetting
a320aca... Use GMenuModel for popup menus
a048421... Remove now-unused UIManager proxy logic
6b8c8c1... Use GAction for toolbar stop button
633aa1b... Use named icons instead of GtkStock in some places
23938f5... Convert XPM image data to PNG
b5e8679... Avoid deprecated margin property with GTK+ 3.12
876b452... Refactor popup menu handling
8e7d348... Remove last uses of GtkAction
a353d8f... Track main window state
e0571e2... Save and restore main window state
de70b32... Move tag area to EtTagArea object
0eb5a23... Move file area to EtFileArea object
d8bab27... Drop explicit call to gtk_main()
02e9cbb... Remove unused code when closing preferences dialog
e336520... Remove the cancel button from the preferences
103c6f7... Move dialog setting saving to application window
3bbc62b... Implement hiding of file header widget
522234d... Avoid warnings when reading and writing ID3 tags
a7d4f4f... Remove use of deprecated GtkMisc xalign property
5f0fd9d... Use GtkWidget popup-menu signal in EtLogArea
08bb992... Use popup-menu signal in EtLoadFilesDialog
bc561af... Use GtkWidget popup-menu signal in EtBrowser
9433502... Avoid warnings when updating the scan dialog
33f8297... Use same strings in GSettings schema and UI
b122545... Move some GApplication handlers to EtApplication
f5ee6a2... Refactor about dialog handling
5329645... Split off main() to a separate source file
43ae22d... Remove last uses of deprecated GtkStock
0d7998b... Remove use of deprecated GtkImageMenuItem
a242a83... Move tagging code to new subdirectory
ea2ae45... Fix format specifier in GIO C++ wrapper string
3775e14... Set maximum allowed GLib version to 2.32
Commits added to the branch:
a9a575e... Fix scanner help for renaming files (*)
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
(*) 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]