[easytag] (112 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] (112 commits) Non-fast-forward update to branch wip/application-window
- Date: Wed, 27 Aug 2014 20:57:36 +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:
ecab2fd... Move main window to EtApplicationWindow object
75c8f68... Pass the main window to actions as user data
dfe423a... Move log area to EtLogArea object
430761d... Move playlist window to EtPlaylistDialog object
f6073f8... Move load filenames dialog to EtLoadFilesDialog
58ce5b4... Move file search dialog to EtSearchDialog object
6744dd6... Move preferences dialog to EtPreferencesDialog
4949a4e... Move CDDB dialog to EtCDDBDialog object
c6d50a9... Move scan dialog to EtScanDialog object
2cdaec1... Replace strncat() with g_string_append()
2251991... Move select and unselect actions to main window
bb14f80... Move file selection actions to EtApplicationWindow
656b6ac... Set a rough initial window size and pane positions
578e088... Move browser to EtBrowser object
ecb3104... Avoid a GtkApplication assertion
06ae934... Add GSettings schema
f6ae800... Use GSettings for most application settings
92aedf3... Generate enum descriptions with glib-mkenums
dfdb011... Generate GSettings enum descriptions
6f9ec60... Store the file list sorting mode in GSettings
e72f34a... Store the scanner window mode in GSettings
4c293f9... Store the file extension case mode in GSettings
ab9db92... Store the playlist content mode in GSettings
85a382d... Store ID3v1 and ID3v2 iconv options in GSettings
fa341f5... Store rename filename encoding in GSettings
5f80746... Store the process fields option in GSettings
a17385e... Store disc padding preferences in GSettings
ea61019... Store ID3v2.4/2.3 preference in GSettings
4c5560c... Store default browse path in GSettings
390d222... Store scan space conversion options in GSettings
62aea3d... Store case sensitive sorting mode in GSettings
72b7118... Store CDDB search preferences in GSettings
b133452... Store process fields conversions in GSettings
5766058... Store character set preferences in GSettings
66264f7... Store playlist mask preferences in GSettings
43b6a18... Remove local CDDB search function
ea78ecd... Remove rename directory mask history
e4d11fd... Store default scanner masks in GSettings
15af72e... Launch default audio player for directory
58c135f... Launch default audio player for selected files
73b49a9... Remove main configuration file handling
3888abb... Fix some const string warnings
a081564... Add an app menu
a50cb9b... Add skeleton menubar from GtkBuilder file
94ac545... Use GAction for go-directory actions
a053ad9... Use GAction for miscellaneous menu items
38631a0... Add toolbar for new GAction-using toolbar buttons
356c8b7... Use GAction for go-file actions
a4bded1... Use GAction for browser menu items
7cea992... Use GAction for edit menu items
4aef633... Use GAction for file menu items
6167053... Use GAction for some view menu items
880466e... Use GAction for file sorting mode GSetting
97b87c3... Use GMenuModel for popup menus
83613fa... Remove now-unused UIManager proxy logic
ccb68ff... Use GAction for toolbar stop button
0d540ea... Use named icons instead of GtkStock in some places
bf6de6d... Convert XPM image data to PNG
1e9a67d... Avoid deprecated margin property with GTK+ 3.12
8233927... Refactor popup menu handling
79fbae0... Remove last uses of GtkAction
98153bd... Track main window state
926acae... Save and restore main window state
36417c7... Move tag area to EtTagArea object
e4b8112... Move file area to EtFileArea object
0ed511f... Drop explicit call to gtk_main()
29eac39... Remove unused code when closing preferences dialog
a354ec6... Remove the cancel button from the preferences
2164b98... Move dialog setting saving to application window
f769e88... Implement hiding of file header widget
b3109d0... Avoid warnings when reading and writing ID3 tags
3d11e81... Remove use of deprecated GtkMisc xalign property
185bdf8... Use GtkWidget popup-menu signal in EtLogArea
a8dc97f... Use popup-menu signal in EtLoadFilesDialog
2aa086d... Use GtkWidget popup-menu signal in EtBrowser
7e28d51... Avoid warnings when updating the scan dialog
0b8015c... Use same strings in GSettings schema and UI
8fefcba... Move some GApplication handlers to EtApplication
852c233... Refactor about dialog handling
b77ada2... Split off main() to a separate source file
aa54238... Remove last uses of deprecated GtkStock
10f6f77... Remove use of deprecated GtkImageMenuItem
c2df0da... Move tagging code to new subdirectory
b2a2450... Set maximum allowed GLib version to 2.32
1b3bfef... Disable writing of ID3v1 tags by default
989caa5... Enable ID3v2.3 (instead of ID3v2.4) by default
d358249... Split progress bar from status bar
3eb3ec4... Move status bar to EtStatusBar object
538b5c4... Add "music" to the desktop file keywords
61223b7... Review strings
b7f94fc... Move scanner preferences page to GtkBuilder
789fb29... Move confirmation preferences page to GtkBuilder
6803215... Move UI and misc preferences pages to GtkBuilder
7e126df... Move file preferences page to GtkBuilder
ec9a8fc... Move tags preferences page to GtkBuilder
0fd0afc... Move ID3 preferences page to GtkBuilder
018adb8... Move CDDB preferences page to GtkBuilder
37e6115... Move preferences notebook into GtkBuilder
1d7ae16... Remove redundant et_grid_new() define
0c98a4f... Remove unnecessary et_grid_attach_margins()
efea2f2... Remove old GTK+ 2 grid compatibility code
104f255... Move playlist dialog to GtkBuilder
9873d7d... Move rename directory dialog to GtkBuilder
75c97ce... Set transient parents before init()
4b834e6... Move picture details dialog to GtkBuilder
7a41606... Move browse directory dialog to GtkBuilder
1e9489a... Move open files dialog to GtkBuilder
5614b4a... Move search dialog to GtkBuilder
4adac4d... Move load files dialog to GtkBuilder
Commits added to the branch:
fa6c4f6... Fixed format specifiers order (*)
1210ec5... Move main window to EtApplicationWindow object
bbdcd0f... Pass the main window to actions as user data
d3e0bc9... Move log area to EtLogArea object
092f7f8... Move playlist window to EtPlaylistDialog object
02a4688... Move load filenames dialog to EtLoadFilesDialog
393ac7d... Move file search dialog to EtSearchDialog object
ca54f87... Move preferences dialog to EtPreferencesDialog
f474569... Move CDDB dialog to EtCDDBDialog object
452476f... Move scan dialog to EtScanDialog object
2e442b9... Replace strncat() with g_string_append()
386eaa0... Move select and unselect actions to main window
3390ffc... Move file selection actions to EtApplicationWindow
c1aacf9... Set a rough initial window size and pane positions
b3b21b3... Move browser to EtBrowser object
d9794c1... Avoid a GtkApplication assertion
03ed3b9... Add GSettings schema
43ee6c6... Use GSettings for most application settings
37b973a... Generate enum descriptions with glib-mkenums
d5f490b... Generate GSettings enum descriptions
ff1bd27... Store the file list sorting mode in GSettings
397c6dd... Store the scanner window mode in GSettings
c030423... Store the file extension case mode in GSettings
22c14e9... Store the playlist content mode in GSettings
ff7463d... Store ID3v1 and ID3v2 iconv options in GSettings
a5a8999... Store rename filename encoding in GSettings
4e024dc... Store the process fields option in GSettings
1b240ee... Store disc padding preferences in GSettings
cca2143... Store ID3v2.4/2.3 preference in GSettings
bb45e35... Store default browse path in GSettings
4f45611... Store scan space conversion options in GSettings
d75a38f... Store case sensitive sorting mode in GSettings
1d55d0f... Store CDDB search preferences in GSettings
6f909ef... Store process fields conversions in GSettings
fcbd274... Store character set preferences in GSettings
a6ee1ba... Store playlist mask preferences in GSettings
27147b1... Remove local CDDB search function
c69544a... Remove rename directory mask history
445db42... Store default scanner masks in GSettings
4524e19... Launch default audio player for directory
abf2588... Launch default audio player for selected files
5905da9... Remove main configuration file handling
65525a4... Fix some const string warnings
4d72f9f... Add an app menu
e990741... Add skeleton menubar from GtkBuilder file
4b907ec... Use GAction for go-directory actions
8e9d45f... Use GAction for miscellaneous menu items
3f3e2e0... Add toolbar for new GAction-using toolbar buttons
7d49664... Use GAction for go-file actions
adc3800... Use GAction for browser menu items
b04f483... Use GAction for edit menu items
db5809d... Use GAction for file menu items
23a9bc5... Use GAction for some view menu items
102d675... Use GAction for file sorting mode GSetting
56aa5af... Use GMenuModel for popup menus
c108033... Remove now-unused UIManager proxy logic
1e84960... Use GAction for toolbar stop button
86dc3c1... Use named icons instead of GtkStock in some places
7b5458c... Convert XPM image data to PNG
ea425fe... Avoid deprecated margin property with GTK+ 3.12
6e7cc5e... Refactor popup menu handling
5d6cc67... Remove last uses of GtkAction
57cb8ee... Track main window state
9650781... Save and restore main window state
db3d5ec... Move tag area to EtTagArea object
506ad51... Move file area to EtFileArea object
73765da... Drop explicit call to gtk_main()
d5e2c75... Remove unused code when closing preferences dialog
fdc3987... Remove the cancel button from the preferences
7ba1eea... Move dialog setting saving to application window
0fbdbad... Implement hiding of file header widget
71308e7... Avoid warnings when reading and writing ID3 tags
48a0ea8... Remove use of deprecated GtkMisc xalign property
aeee76a... Use GtkWidget popup-menu signal in EtLogArea
4c05799... Use popup-menu signal in EtLoadFilesDialog
2d4868f... Use GtkWidget popup-menu signal in EtBrowser
c95b7b3... Avoid warnings when updating the scan dialog
fbbe687... Use same strings in GSettings schema and UI
3c128ee... Move some GApplication handlers to EtApplication
2fa9aae... Refactor about dialog handling
db65a17... Split off main() to a separate source file
a75d1e6... Remove last uses of deprecated GtkStock
4ae9d45... Remove use of deprecated GtkImageMenuItem
2672f25... Move tagging code to new subdirectory
c8f26ad... Set maximum allowed GLib version to 2.32
783ada6... Disable writing of ID3v1 tags by default
f77a940... Enable ID3v2.3 (instead of ID3v2.4) by default
e5ea17e... Split progress bar from status bar
b2b513a... Move status bar to EtStatusBar object
dc0789d... Add "music" to the desktop file keywords
218b923... Review strings
8f3bed8... Move scanner preferences page to GtkBuilder
e20c72d... Move confirmation preferences page to GtkBuilder
5e9ef45... Move UI and misc preferences pages to GtkBuilder
2e53dd7... Move file preferences page to GtkBuilder
0eef278... Move tags preferences page to GtkBuilder
86f8b34... Move ID3 preferences page to GtkBuilder
70e20cc... Move CDDB preferences page to GtkBuilder
85e4e6f... Move preferences notebook into GtkBuilder
cd878e3... Remove redundant et_grid_new() define
0fb20a4... Remove unnecessary et_grid_attach_margins()
ed669d6... Remove old GTK+ 2 grid compatibility code
219b311... Move playlist dialog to GtkBuilder
b2e29d6... Move rename directory dialog to GtkBuilder
ef9354a... Set transient parents before init()
303997d... Move picture details dialog to GtkBuilder
431912f... Move browse directory dialog to GtkBuilder
75de42a... Move open files dialog to GtkBuilder
0bb7a6c... Move search dialog to GtkBuilder
8a0f9ba... Move load files dialog to GtkBuilder
4480ede... Remove unused function in misc.c
e227bd7... Remove duplicate NULL check in et_run_program()
(*) 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]