[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, 2 Aug 2014 22:46:13 +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:
adbae40... Move CDDB dialog to EtCDDBDialog object
727dc34... Move scan dialog to EtScanDialog object
1944460... Replace strncat() with g_string_append()
c02ea80... Move select and unselect actions to main window
26782b5... Move file selection actions to EtApplicationWindow
10aaf2e... Set a rough initial window size and pane positions
f8ad1e2... Move browser to EtBrowser object
226c63d... Avoid a GtkApplication assertion
a6347c1... Add GSettings schema
846685b... Use GSettings for most application settings
699629b... Generate enum descriptions with glib-mkenums
55f7a47... Generate GSettings enum descriptions
4621248... Store the file list sorting mode in GSettings
01179c3... Store the scanner window mode in GSettings
6832be4... Store the file extension case mode in GSettings
e0b475f... Store the playlist content mode in GSettings
805e87a... Store ID3v1 and ID3v2 iconv options in GSettings
740a52f... Store rename filename encoding in GSettings
65b89d2... Store the process fields option in GSettings
043f475... Store disc padding preferences in GSettings
d692002... Store ID3v2.4/2.3 preference in GSettings
1768240... Store default browse path in GSettings
aa88499... Store scan space conversion options in GSettings
a39eb22... Store case sensitive sorting mode in GSettings
20abde7... Store CDDB search preferences in GSettings
47c7946... Store process fields conversions in GSettings
4ffe739... Store character set preferences in GSettings
9fad2f6... Store playlist mask preferences in GSettings
a68663e... Remove local CDDB search function
f90257d... Remove rename directory mask history
7e24de1... Store default scanner masks in GSettings
17a9781... Launch default audio player for directory
9a34206... Launch default audio player for selected files
166aece... Remove main configuration file handling
2e4197a... Fix some const string warnings
be66561... Add an app menu
657f9fe... Add skeleton menubar from GtkBuilder file
4c964af... Use GAction for go-directory actions
36f0d03... Use GAction for miscellaneous menu items
9332a46... Add toolbar for new GAction-using toolbar buttons
4a0870e... Use GAction for go-file actions
8f3aa38... Use GAction for browser menu items
a0c21e0... Use GAction for edit menu items
cced4e5... Use GAction for file menu items
4693e88... Use GAction for some view menu items
8869a08... Use GAction for file sorting mode GSetting
82c6ef1... Use GMenuModel for popup menus
a086d70... Remove now-unused UIManager proxy logic
865a669... Use GAction for toolbar stop button
aa8e32c... Use named icons instead of GtkStock in some places
f3013ec... Convert XPM image data to PNG
bf6bf9e... Avoid deprecated margin property with GTK+ 3.12
5b982bd... Refactor popup menu handling
a6330ab... Remove last uses of GtkAction
c5873e5... Track main window state
1231d5a... Save and restore main window state
f908e1e... Move tag area to EtTagArea object
423dc6f... Move file area to EtFileArea object
59ffe71... Drop explicit call to gtk_main()
b450616... Remove unused code when closing preferences dialog
afacb22... Remove the cancel button from the preferences
5da2a05... Move dialog setting saving to application window
bf67173... Implement hiding of file header widget
7c96383... Avoid warnings when reading and writing ID3 tags
dd7fd4a... Remove use of deprecated GtkMisc xalign property
b934aa1... Use GtkWidget popup-menu signal in EtLogArea
5ca36f4... Use popup-menu signal in EtLoadFilesDialog
71a27e8... Use GtkWidget popup-menu signal in EtBrowser
b00289d... Avoid warnings when updating the scan dialog
eafc180... Use same strings in GSettings schema and UI
Commits added to the branch:
9d1de54... Move CDDB dialog to EtCDDBDialog object
5c2aef5... Move scan dialog to EtScanDialog object
42a093c... Replace strncat() with g_string_append()
e5ac8ea... Move select and unselect actions to main window
22ce732... Move file selection actions to EtApplicationWindow
7d642fa... Set a rough initial window size and pane positions
67c5487... Move browser to EtBrowser object
6575b3a... Avoid a GtkApplication assertion
deafab5... Add GSettings schema
38497d6... Use GSettings for most application settings
60dac74... Generate enum descriptions with glib-mkenums
1d07e88... Generate GSettings enum descriptions
ae1d8fb... Store the file list sorting mode in GSettings
1307891... Store the scanner window mode in GSettings
6111836... Store the file extension case mode in GSettings
a5c78f4... Store the playlist content mode in GSettings
0f0d530... Store ID3v1 and ID3v2 iconv options in GSettings
0e90ee9... Store rename filename encoding in GSettings
30dde41... Store the process fields option in GSettings
81cdb9b... Store disc padding preferences in GSettings
e6161d8... Store ID3v2.4/2.3 preference in GSettings
933bb40... Store default browse path in GSettings
0ccd0f6... Store scan space conversion options in GSettings
bd44cee... Store case sensitive sorting mode in GSettings
ddeedeb... Store CDDB search preferences in GSettings
ad44189... Store process fields conversions in GSettings
4873b73... Store character set preferences in GSettings
8f3e30f... Store playlist mask preferences in GSettings
4d02975... Remove local CDDB search function
9fd4fd7... Remove rename directory mask history
5d155e1... Store default scanner masks in GSettings
97d08e0... Launch default audio player for directory
d78b738... Launch default audio player for selected files
4b8c3dc... Remove main configuration file handling
dd69428... Fix some const string warnings
fbedcce... Add an app menu
22731ba... Add skeleton menubar from GtkBuilder file
dfb9b81... Use GAction for go-directory actions
084f22f... Use GAction for miscellaneous menu items
db52281... Add toolbar for new GAction-using toolbar buttons
c112de4... Use GAction for go-file actions
3d79930... Use GAction for browser menu items
8f576ca... Use GAction for edit menu items
7bdaaa0... Use GAction for file menu items
5e81160... Use GAction for some view menu items
348cbae... Use GAction for file sorting mode GSetting
2bc18b3... Use GMenuModel for popup menus
4a01b87... Remove now-unused UIManager proxy logic
3ee4a4e... Use GAction for toolbar stop button
b3808bd... Use named icons instead of GtkStock in some places
ec846dd... Convert XPM image data to PNG
7d57588... Avoid deprecated margin property with GTK+ 3.12
33a030b... Refactor popup menu handling
0a4cfae... Remove last uses of GtkAction
4780ee0... Track main window state
4c406d8... Save and restore main window state
be5042c... Move tag area to EtTagArea object
444549f... Move file area to EtFileArea object
da34a3a... Drop explicit call to gtk_main()
9bb634e... Remove unused code when closing preferences dialog
56abdec... Remove the cancel button from the preferences
09eb2ac... Move dialog setting saving to application window
95ebacd... Implement hiding of file header widget
780a70b... Avoid warnings when reading and writing ID3 tags
b54f417... Remove use of deprecated GtkMisc xalign property
026c511... Use GtkWidget popup-menu signal in EtLogArea
7310420... Use popup-menu signal in EtLoadFilesDialog
8124d35... Use GtkWidget popup-menu signal in EtBrowser
af8e173... Avoid warnings when updating the scan dialog
4844e45... Use same strings in GSettings schema and UI
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]