[easytag] (72 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:

  2e34448... Move playlist window to EtPlaylistDialog object
  e3797c9... Move load filenames dialog to EtLoadFilesDialog
  c0bc374... Move file search dialog to EtSearchDialog object
  3c76c69... Move preferences dialog to EtPreferencesDialog
  2854369... Move CDDB dialog to EtCDDBDialog object
  f23fa43... Move scan dialog to EtScanDialog object
  a6edc92... Replace strncat() with g_string_append()
  c5fbf4d... Move select and unselect actions to main window
  ae78d41... Move file selection actions to EtApplicationWindow
  a2dd406... Set a rough initial window size and pane positions
  e056f00... Move browser to EtBrowser object
  7c3015b... Avoid a GtkApplication assertion
  8edec6f... Add GSettings schema
  edc3b1a... Use GSettings for most application settings
  f4e61ed... Generate enum descriptions with glib-mkenums
  54dac6f... Generate GSettings enum descriptions
  a2e1464... Store the file list sorting mode in GSettings
  0cd5d3a... Store the scanner window mode in GSettings
  89fd51d... Store the file extension case mode in GSettings
  b42e26f... Store the playlist content mode in GSettings
  a21c185... Store ID3v1 and ID3v2 iconv options in GSettings
  ebb31d3... Store rename filename encoding in GSettings
  4a14ee8... Store the process fields option in GSettings
  84301ab... Store disc padding preferences in GSettings
  1073681... Store ID3v2.4/2.3 preference in GSettings
  64c0bce... Store default browse path in GSettings WIP
  72b93e8... Store scan space conversion options in GSettings
  375ce22... Store case sensitive sorting mode in GSettings
  ab5b2d0... Store CDDB search preferences in GSettings
  6333e85... Store process fields conversions in GSettings
  0c852bc... Store character set preferences in GSettings
  e1e50d2... Store playlist mask preferences in GSettings
  3a3272d... Remove local CDDB search function
  d83ee97... Remove rename directory mask history
  cf6beb3... Store default scanner masks in GSettings
  3a864ce... Launch default audio player for directory
  8937145... Launch default audio player for selected files
  fcf8d1b... Remove main configuration file handling
  4e79233... Fix some const string warnings
  22db803... Add an app menu
  199057d... Add skeleton menubar from GtkBuilder file
  f74ecba... Use GAction for go-directory actions
  4cfaffb... Use GAction for miscellaneous menu items
  f687958... Add toolbar for new GAction-using toolbar buttons
  743b06c... Use GAction for go-file actions
  2376ad1... Use GAction for browser menu items
  b958cbc... Use GAction for edit menu items
  c70b8a4... Use GAction for file menu items
  5fec570... Use GAction for some view menu items
  e529474... Use GAction for file sorting mode GSetting
  60b35ec... Use GMenuModel for popup menus
  2cb91d7... Remove now-unused UIManager proxy logic
  06d63e4... Use GAction for toolbar stop button
  f08f25f... Use named icons instead of GtkStock in some places
  1eddbd0... Convert XPM image data to PNG
  6f65d79... Avoid deprecated margin property with GTK+ 3.12
  13709fb... Refactor popup menu handling
  0e8d4b4... Remove last uses of GtkAction
  14db216... Track main window state
  107e439... Save and restore main window state
  22b5cce... Move tag area to EtTagArea object
  4962feb... Fix tag-preserve-focus GSettings logic
  3284a9d... Move file area to EtFileArea object
  c25db89... Fix return type of init idle handler
  cf408ef... Fix a memory leak in ET_Save_File_Name_From_UI()
  bbf1334... Fix memory leak when setting a focus chain
  d9b6676... Drop explicit call to gtk_main()
  973404c... Remove unused code when closing preferences dialog
  a6316a7... Remove the cancel button from the preferences
  3418408... Move dialog setting saving to application window
  a3011d1... Implement hiding of file header widget
  6cec3e4... Avoid warnings when reading and writing ID3 tags

Commits added to the branch:

  38b5f9a... Move playlist window to EtPlaylistDialog object
  1b1f936... Move load filenames dialog to EtLoadFilesDialog
  ee8511f... Move file search dialog to EtSearchDialog object
  458104b... Move preferences dialog to EtPreferencesDialog
  df03804... Move CDDB dialog to EtCDDBDialog object
  505e8d4... Move scan dialog to EtScanDialog object
  db5a22f... Replace strncat() with g_string_append()
  08db5c6... Move select and unselect actions to main window
  5a070ad... Move file selection actions to EtApplicationWindow
  44f7512... Set a rough initial window size and pane positions
  f2363a6... Move browser to EtBrowser object
  268ee30... Avoid a GtkApplication assertion
  c51f1b4... Add GSettings schema
  4181e20... Use GSettings for most application settings
  a69064b... Generate enum descriptions with glib-mkenums
  edba536... Generate GSettings enum descriptions
  712905a... Store the file list sorting mode in GSettings
  0fb8506... Store the scanner window mode in GSettings
  c79a299... Store the file extension case mode in GSettings
  5ff9cd0... Store the playlist content mode in GSettings
  b7cb0c5... Store ID3v1 and ID3v2 iconv options in GSettings
  026d53a... Store rename filename encoding in GSettings
  fd93650... Store the process fields option in GSettings
  a3e6bec... Store disc padding preferences in GSettings
  02747c6... Store ID3v2.4/2.3 preference in GSettings
  dd141df... Store default browse path in GSettings WIP
  5f9c136... Store scan space conversion options in GSettings
  18a18ea... Store case sensitive sorting mode in GSettings
  8007cba... Store CDDB search preferences in GSettings
  d1af270... Store process fields conversions in GSettings
  7e46ae5... Store character set preferences in GSettings
  9edd43f... Store playlist mask preferences in GSettings
  71afea7... Remove local CDDB search function
  ebbd00b... Remove rename directory mask history
  b8c42c8... Store default scanner masks in GSettings
  62f09b6... Launch default audio player for directory
  8449a70... Launch default audio player for selected files
  e10253b... Remove main configuration file handling
  74614b2... Fix some const string warnings
  c88cce7... Add an app menu
  d0a583d... Add skeleton menubar from GtkBuilder file
  5ac649c... Use GAction for go-directory actions
  6afc697... Use GAction for miscellaneous menu items
  312a761... Add toolbar for new GAction-using toolbar buttons
  1724478... Use GAction for go-file actions
  408f437... Use GAction for browser menu items
  d5d2f2e... Use GAction for edit menu items
  988dde2... Use GAction for file menu items
  2d33663... Use GAction for some view menu items
  0320b35... Use GAction for file sorting mode GSetting
  d8bbd9a... Use GMenuModel for popup menus
  7e577fc... Remove now-unused UIManager proxy logic
  832d123... Use GAction for toolbar stop button
  d208bf5... Use named icons instead of GtkStock in some places
  32adc9f... Convert XPM image data to PNG
  2a1ea87... Avoid deprecated margin property with GTK+ 3.12
  614dd4c... Refactor popup menu handling
  b17c8b6... Remove last uses of GtkAction
  9bce06e... Track main window state
  8489fce... Save and restore main window state
  4751380... Move tag area to EtTagArea object
  736db60... Fix tag-preserve-focus GSettings logic
  c845fb2... Move file area to EtFileArea object
  9cd5341... Fix return type of init idle handler
  644ac75... Fix a memory leak in ET_Save_File_Name_From_UI()
  2709d94... Fix memory leak when setting a focus chain
  a375ba2... Drop explicit call to gtk_main()
  8dbaa61... Remove unused code when closing preferences dialog
  b76689c... Remove the cancel button from the preferences
  1a26cdc... Move dialog setting saving to application window
  85df085... Implement hiding of file header widget
  caed8eb... Avoid warnings when reading and writing ID3 tags


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