[easytag] (82 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] (82 commits) Non-fast-forward update to branch wip/application-window
- Date: Sat, 9 Aug 2014 21:45: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:
fc61c84... Move playlist window to EtPlaylistDialog object
b539bad... Move load filenames dialog to EtLoadFilesDialog
d35f721... Move file search dialog to EtSearchDialog object
78462dc... Move preferences dialog to EtPreferencesDialog
860b237... Move CDDB dialog to EtCDDBDialog object
56d498d... Move scan dialog to EtScanDialog object
8dda771... Replace strncat() with g_string_append()
0d55c22... Move select and unselect actions to main window
9063b71... Move file selection actions to EtApplicationWindow
b4f29ba... Set a rough initial window size and pane positions
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
a3c4513... Use same strings in GSettings schema and UI
db5738b... Move some GApplication handlers to EtApplication
16f367e... Refactor about dialog handling
754e769... Split off main() to a separate source file
8ada342... Remove last uses of deprecated GtkStock
8bd0f42... Remove use of deprecated GtkImageMenuItem
140b89a... Move tagging code to new subdirectory
09e3991... Fix format specifier in GIO C++ wrapper string
Commits added to the branch:
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]