[easytag] (70 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] (70 commits) Non-fast-forward update to branch wip/application-window
- Date: Sat, 9 Aug 2014 18:53:16 +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:
5accfab... Move browser to EtBrowser object
6b8dc57... Avoid a GtkApplication assertion
5bc7cdc... Add GSettings schema
e62d461... Use GSettings for most application settings
63585b1... Generate enum descriptions with glib-mkenums
001b0e6... Generate GSettings enum descriptions
a6d62ee... Store the file list sorting mode in GSettings
8ea8f3d... Store the scanner window mode in GSettings
721ec15... Store the file extension case mode in GSettings
a0b574d... Store the playlist content mode in GSettings
7f44efd... Store ID3v1 and ID3v2 iconv options in GSettings
36ee32e... Store rename filename encoding in GSettings
a0cfe4d... Store the process fields option in GSettings
d0bf607... Store disc padding preferences in GSettings
725f424... Store ID3v2.4/2.3 preference in GSettings
c897617... Store default browse path in GSettings
eb3ec0e... Store scan space conversion options in GSettings
b1de385... Store case sensitive sorting mode in GSettings
069320a... Store CDDB search preferences in GSettings
43c75d7... Store process fields conversions in GSettings
a70fdb8... Store character set preferences in GSettings
15bbcd4... Store playlist mask preferences in GSettings
2dd2fba... Remove local CDDB search function
f08f3c0... Remove rename directory mask history
134d7e1... Store default scanner masks in GSettings
b1681a1... Launch default audio player for directory
a3de939... Launch default audio player for selected files
9a12973... Remove main configuration file handling
d81d0a2... Fix some const string warnings
143aa6b... Add an app menu
93c18c8... Add skeleton menubar from GtkBuilder file
74b70a4... Use GAction for go-directory actions
7f54afe... Use GAction for miscellaneous menu items
6f5c47b... Add toolbar for new GAction-using toolbar buttons
d3efd0b... Use GAction for go-file actions
4e5b332... Use GAction for browser menu items
f31aad4... Use GAction for edit menu items
d4691e5... Use GAction for file menu items
66e55ab... Use GAction for some view menu items
1768690... Use GAction for file sorting mode GSetting
1a19f19... Use GMenuModel for popup menus
f368812... Remove now-unused UIManager proxy logic
5ee56b1... Use GAction for toolbar stop button
6fecbb2... Use named icons instead of GtkStock in some places
7e46b2d... Convert XPM image data to PNG
3f0a696... Avoid deprecated margin property with GTK+ 3.12
25a4d67... Refactor popup menu handling
8c10cab... Remove last uses of GtkAction
01b618b... Track main window state
6cea73f... Save and restore main window state
5b8eef6... Move tag area to EtTagArea object
02dbe89... Move file area to EtFileArea object
d4329db... Drop explicit call to gtk_main()
76ca7ef... Remove unused code when closing preferences dialog
8b9949d... Remove the cancel button from the preferences
2f97778... Move dialog setting saving to application window
786e075... Implement hiding of file header widget
a5e906d... Avoid warnings when reading and writing ID3 tags
5259bdc... Remove use of deprecated GtkMisc xalign property
786ca74... Use GtkWidget popup-menu signal in EtLogArea
738849d... Use popup-menu signal in EtLoadFilesDialog
525ad72... Use GtkWidget popup-menu signal in EtBrowser
3b1daf1... Avoid warnings when updating the scan dialog
12ac694... Use same strings in GSettings schema and UI
a164fcc... Move some GApplication handlers to EtApplication
81cf67e... Refactor about dialog handling
a6c188f... Split off main() to a separate source file
ad5bb8a... Remove last uses of deprecated GtkStock
d67eb67... Remove use of deprecated GtkImageMenuItem
f96d7c4... Move tagging code to new subdirectory
Commits added to the branch:
b1adcf3... Move browser to EtBrowser object
f49511c... Avoid a GtkApplication assertion
2409220... Add GSettings schema
71412d5... Use GSettings for most application settings
a5a3bab... Generate enum descriptions with glib-mkenums
d44ca34... Generate GSettings enum descriptions
ba64fc9... Store the file list sorting mode in GSettings
848cb27... Store the scanner window mode in GSettings
77ca326... Store the file extension case mode in GSettings
707f5cb... Store the playlist content mode in GSettings
6a470c1... Store ID3v1 and ID3v2 iconv options in GSettings
f00763a... Store rename filename encoding in GSettings
101f604... Store the process fields option in GSettings
ccd7200... Store disc padding preferences in GSettings
e84dad9... Store ID3v2.4/2.3 preference in GSettings
f676210... Store default browse path in GSettings
8fc4607... Store scan space conversion options in GSettings
2974dbc... Store case sensitive sorting mode in GSettings
a93324f... Store CDDB search preferences in GSettings
a963355... Store process fields conversions in GSettings
4486736... Store character set preferences in GSettings
207b765... Store playlist mask preferences in GSettings
11d3759... Remove local CDDB search function
264e6ff... Remove rename directory mask history
2b710b3... Store default scanner masks in GSettings
2f7fbb6... Launch default audio player for directory
2d9d272... Launch default audio player for selected files
abc59cc... Remove main configuration file handling
8637b6f... Fix some const string warnings
6672d09... Add an app menu
ae39073... Add skeleton menubar from GtkBuilder file
1f1a7dc... Use GAction for go-directory actions
2688f5b... Use GAction for miscellaneous menu items
289cb7b... Add toolbar for new GAction-using toolbar buttons
3745db2... Use GAction for go-file actions
9f34482... Use GAction for browser menu items
2b636b9... Use GAction for edit menu items
7b331a3... Use GAction for file menu items
6d23848... Use GAction for some view menu items
4097d29... Use GAction for file sorting mode GSetting
781b102... Use GMenuModel for popup menus
991ae4b... Remove now-unused UIManager proxy logic
40997aa... Use GAction for toolbar stop button
2ee04b5... Use named icons instead of GtkStock in some places
b388b33... Convert XPM image data to PNG
f3c5dbb... Avoid deprecated margin property with GTK+ 3.12
9cca4e3... Refactor popup menu handling
35f92f7... Remove last uses of GtkAction
78b71eb... Track main window state
81d9d62... Save and restore main window state
dc9eb7e... Move tag area to EtTagArea object
04af468... Move file area to EtFileArea object
b48248b... Drop explicit call to gtk_main()
5f24c8d... Remove unused code when closing preferences dialog
6deeac0... Remove the cancel button from the preferences
b2111b4... Move dialog setting saving to application window
bd04b7b... Implement hiding of file header widget
6d882a5... Avoid warnings when reading and writing ID3 tags
3814662... Remove use of deprecated GtkMisc xalign property
5b0133b... Use GtkWidget popup-menu signal in EtLogArea
c9cd809... Use popup-menu signal in EtLoadFilesDialog
0452b86... Use GtkWidget popup-menu signal in EtBrowser
de13388... Avoid warnings when updating the scan dialog
7ed1828... Use same strings in GSettings schema and UI
41edc8e... Move some GApplication handlers to EtApplication
bb742a7... Refactor about dialog handling
f0235b7... Split off main() to a separate source file
d3ce51a... Remove last uses of deprecated GtkStock
dac506d... Remove use of deprecated GtkImageMenuItem
a2cd195... Move tagging code to new subdirectory
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]