[easytag] (71 commits) Non-fast-forward update to branch wip/application-window



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:

  8aa58b8... Move playlist window to EtPlaylistDialog object
  c1a3d8f... Move load filenames dialog to EtLoadFilesDialog
  08182c2... Move file search dialog to EtSearchDialog object
  c5e1af9... Move preferences dialog to EtPreferencesDialog
  ae2022e... Move CDDB dialog to EtCDDBDialog object
  975840a... Move scan dialog to EtScanDialog object
  18bd39a... Replace strncat() with g_string_append()
  2000afd... Move select and unselect actions to main window
  ef3a195... Move file selection actions to EtApplicationWindow
  7695156... Set a rough initial window size and pane positions
  9bc2122... Move browser to EtBrowser object
  84905bf... Avoid a GtkApplication assertion
  39654a1... Add GSettings schema
  e7d2afb... Use GSettings for most application settings
  b444707... Generate enum descriptions with glib-mkenums
  909f824... Generate GSettings enum descriptions
  a504a8f... Store the file list sorting mode in GSettings
  083fbbb... Store the scanner window mode in GSettings
  755db00... Store the file extension case mode in GSettings
  4c156be... Store the playlist content mode in GSettings
  20f0711... Store ID3v1 and ID3v2 iconv options in GSettings
  fbdcfaf... Store rename filename encoding in GSettings
  5c121f9... Store the process fields option in GSettings
  9c9b77d... Store disc padding preferences in GSettings
  5406659... Store ID3v2.4/2.3 preference in GSettings
  82fc707... Store default browse path in GSettings
  c3ef8d2... Store scan space conversion options in GSettings
  75d5caa... Store case sensitive sorting mode in GSettings
  e7da653... Store CDDB search preferences in GSettings
  1f993ed... Store process fields conversions in GSettings
  c65f75f... Store character set preferences in GSettings
  e6cbd5f... Store playlist mask preferences in GSettings
  de097a2... Remove local CDDB search function
  4d71cd0... Remove rename directory mask history
  ab4ff2b... Store default scanner masks in GSettings
  89ae689... Launch default audio player for directory
  282c6c4... Launch default audio player for selected files
  dbaeb63... Remove main configuration file handling
  3de9977... Fix some const string warnings
  6fd18e6... Add an app menu
  4d4d7c1... Add skeleton menubar from GtkBuilder file
  8c9d39e... Use GAction for go-directory actions
  2fd7043... Use GAction for miscellaneous menu items
  f9e42f1... Add toolbar for new GAction-using toolbar buttons
  b6cd560... Use GAction for go-file actions
  12d4eaf... Use GAction for browser menu items
  5266a44... Use GAction for edit menu items
  5c85305... Use GAction for file menu items
  2daa546... Use GAction for some view menu items
  f1f953e... Use GAction for file sorting mode GSetting
  c6e0db2... Use GMenuModel for popup menus
  4802713... Remove now-unused UIManager proxy logic
  7e487a3... Use GAction for toolbar stop button
  1f3be31... Use named icons instead of GtkStock in some places
  14729df... Convert XPM image data to PNG
  fb1741a... Avoid deprecated margin property with GTK+ 3.12
  b121559... Refactor popup menu handling
  912f6df... Remove last uses of GtkAction
  12cab0f... Track main window state
  150cb01... Save and restore main window state
  67487a8... Move tag area to EtTagArea object
  7298193... Move file area to EtFileArea object
  5aa2f56... Drop explicit call to gtk_main()
  9252809... Remove unused code when closing preferences dialog
  12a6c51... Remove the cancel button from the preferences
  96c5d2d... Move dialog setting saving to application window
  d5b73a8... Implement hiding of file header widget
  803b2f8... Avoid warnings when reading and writing ID3 tags
  f3a1d2a... Remove use of deprecated GtkMisc xalign property
  8eff14a... Use GtkWidget popup-menu signal in EtLogArea

Commits added to the branch:

  0edeaef... Move playlist window to EtPlaylistDialog object
  bcf1377... Move load filenames dialog to EtLoadFilesDialog
  3aa3972... Move file search dialog to EtSearchDialog object
  8798cd2... Move preferences dialog to EtPreferencesDialog
  5419a20... Move CDDB dialog to EtCDDBDialog object
  ff48b1a... Move scan dialog to EtScanDialog object
  268179e... Replace strncat() with g_string_append()
  78223ee... Move select and unselect actions to main window
  67f0c3c... Move file selection actions to EtApplicationWindow
  9be676b... Set a rough initial window size and pane positions
  757ac16... Move browser to EtBrowser object
  f9c223b... Avoid a GtkApplication assertion
  6649ce6... Add GSettings schema
  371ea03... Use GSettings for most application settings
  b4616a2... Generate enum descriptions with glib-mkenums
  2c65271... Generate GSettings enum descriptions
  cb76c39... Store the file list sorting mode in GSettings
  270a254... Store the scanner window mode in GSettings
  3b5c1e0... Store the file extension case mode in GSettings
  932da11... Store the playlist content mode in GSettings
  9d6b366... Store ID3v1 and ID3v2 iconv options in GSettings
  56ee97b... Store rename filename encoding in GSettings
  95d65ab... Store the process fields option in GSettings
  e005042... Store disc padding preferences in GSettings
  4c1947b... Store ID3v2.4/2.3 preference in GSettings
  3cb06bb... Store default browse path in GSettings
  b92050c... Store scan space conversion options in GSettings
  7a3126e... Store case sensitive sorting mode in GSettings
  fc1416c... Store CDDB search preferences in GSettings
  5e012e8... Store process fields conversions in GSettings
  379cb89... Store character set preferences in GSettings
  8d74fff... Store playlist mask preferences in GSettings
  7f469a8... Remove local CDDB search function
  4cf39b8... Remove rename directory mask history
  ad34ed8... Store default scanner masks in GSettings
  eff5e30... Launch default audio player for directory
  4a627c4... Launch default audio player for selected files
  d8ca1b7... Remove main configuration file handling
  331d0b9... Fix some const string warnings
  e522f8b... Add an app menu
  65dbce9... Add skeleton menubar from GtkBuilder file
  3dfacc8... Use GAction for go-directory actions
  01c62e3... Use GAction for miscellaneous menu items
  8d4097a... Add toolbar for new GAction-using toolbar buttons
  ddf0673... Use GAction for go-file actions
  ccbd2f7... Use GAction for browser menu items
  c8c06cc... Use GAction for edit menu items
  a141ba5... Use GAction for file menu items
  1040d4f... Use GAction for some view menu items
  4bf6724... Use GAction for file sorting mode GSetting
  d83de0e... Use GMenuModel for popup menus
  c006edf... Remove now-unused UIManager proxy logic
  b5c3f51... Use GAction for toolbar stop button
  c85fe08... Use named icons instead of GtkStock in some places
  e9a70cc... Convert XPM image data to PNG
  3b69bce... Avoid deprecated margin property with GTK+ 3.12
  4c38b73... Refactor popup menu handling
  f91e746... Remove last uses of GtkAction
  d3b4def... Track main window state
  455eaa9... Save and restore main window state
  1a44d9a... Move tag area to EtTagArea object
  b077db9... Move file area to EtFileArea object
  0a7face... Drop explicit call to gtk_main()
  ac665df... Remove unused code when closing preferences dialog
  87c10c1... Remove the cancel button from the preferences
  c439a75... Move dialog setting saving to application window
  f90ab23... Implement hiding of file header widget
  5faa4c9... Avoid warnings when reading and writing ID3 tags
  ccf60b9... Remove use of deprecated GtkMisc xalign property
  a1cc870... Use GtkWidget popup-menu signal in EtLogArea
  0129341... Use popup-menu signal in EtLoadFilesDialog


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]