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

  d30e8c9... Move main window to EtApplicationWindow object
  c903eb1... Pass the main window to actions as user data
  ee48f9a... Move log area to EtLogArea object
  87d88ef... Move playlist window to EtPlaylistDialog object
  be4d1ef... Move load filenames dialog to EtLoadFilesDialog
  ceba18f... Move file search dialog to EtSearchDialog object
  2270ee7... Move preferences dialog to EtPreferencesDialog
  aff96fc... Move CDDB dialog to EtCDDBDialog object
  5e8f5c8... Move scan dialog to EtScanDialog object
  1daecbb... Replace strncat() with g_string_append()
  26f3dbc... Move select and unselect actions to main window
  fc51c76... Move file selection actions to EtApplicationWindow
  2f53008... Set a rough initial window size and pane positions
  118e399... Move browser to EtBrowser object
  b3455fa... Avoid a GtkApplication assertion
  47f0e5e... Add GSettings schema
  0124316... Use GSettings for most application settings
  03cf6a2... Generate enum descriptions with glib-mkenums
  7cf63bf... Generate GSettings enum descriptions
  d6097b2... Store the file list sorting mode in GSettings
  3702254... Store the scanner window mode in GSettings
  be4c439... Store the file extension case mode in GSettings
  54ff2ba... Store the playlist content mode in GSettings
  833c65c... Store ID3v1 and ID3v2 iconv options in GSettings
  33bcb67... Store rename filename encoding in GSettings
  cb6c394... Store the process fields option in GSettings
  0e4780b... Store disc padding preferences in GSettings
  c8052ac... Store ID3v2.4/2.3 preference in GSettings
  6b941d6... Store default browse path in GSettings WIP
  25b5e34... Store scan space conversion options in GSettings
  a9ac2ba... Store case sensitive sorting mode in GSettings
  afbd369... Store CDDB search preferences in GSettings
  c43a7e4... Store process fields conversions in GSettings
  d272b65... Store character set preferences in GSettings
  e694698... Store playlist mask preferences in GSettings
  847519e... Remove local CDDB search function
  b9d7844... Remove rename directory mask history
  5305773... Store default scanner masks in GSettings
  72e456d... Launch default audio player for directory
  11b3842... Launch default audio player for selected files
  bd671be... Remove main configuration file handling
  27da59a... Fix some const string warnings
  5683fe3... Add an app menu
  4f4c2df... Add skeleton menubar from GtkBuilder file
  6d98d3d... Use GAction for go-directory actions
  5281f0f... Use GAction for miscellaneous menu items
  1cd6d36... Add toolbar for new GAction-using toolbar buttons
  5afd2bc... Use GAction for go-file actions
  b35097a... Use GAction for browser menu items
  c64b585... Use GAction for edit menu items
  8b14847... Use GAction for file menu items
  f9cbd84... Use GAction for some view menu items
  b37e15f... Use GAction for file sorting mode GSetting
  5326384... Use GMenuModel for popup menus
  09a87ae... Remove now-unused UIManager proxy logic
  21a5c72... Use GAction for toolbar stop button
  c3d3339... Use named icons instead of GtkStock in some places
  0202d1b... Convert XPM image data to PNG
  f53b6a9... Avoid deprecated margin property with GTK+ 3.12
  270ccc0... Refactor popup menu handling
  55d37dc... Remove last uses of GtkAction

Commits added to the branch:

  470d1d0... Move main window to EtApplicationWindow object
  f5a17a5... Pass the main window to actions as user data
  cccbe4e... Move log area to EtLogArea object
  2563f99... Move playlist window to EtPlaylistDialog object
  d98a100... Move load filenames dialog to EtLoadFilesDialog
  f678d5a... Move file search dialog to EtSearchDialog object
  196cc99... Move preferences dialog to EtPreferencesDialog
  809dc5a... Move CDDB dialog to EtCDDBDialog object
  c379153... Move scan dialog to EtScanDialog object
  af98670... Replace strncat() with g_string_append()
  7e80027... Move select and unselect actions to main window
  1e24a32... Move file selection actions to EtApplicationWindow
  5846cd4... Set a rough initial window size and pane positions
  dca6314... Move browser to EtBrowser object
  6164672... Avoid a GtkApplication assertion
  3c0d189... Add GSettings schema
  83843a2... Use GSettings for most application settings
  6274dc0... Generate enum descriptions with glib-mkenums
  9928e3e... Generate GSettings enum descriptions
  b770acb... Store the file list sorting mode in GSettings
  2217553... Store the scanner window mode in GSettings
  648be69... Store the file extension case mode in GSettings
  42e1329... Store the playlist content mode in GSettings
  33cd6f9... Store ID3v1 and ID3v2 iconv options in GSettings
  03e342a... Store rename filename encoding in GSettings
  fdaa3f5... Store the process fields option in GSettings
  ef52993... Store disc padding preferences in GSettings
  d02d2d5... Store ID3v2.4/2.3 preference in GSettings
  30f677f... Store default browse path in GSettings WIP
  fcb7579... Store scan space conversion options in GSettings
  aca5f96... Store case sensitive sorting mode in GSettings
  9e47192... Store CDDB search preferences in GSettings
  9bfa3af... Store process fields conversions in GSettings
  303603d... Store character set preferences in GSettings
  6c799f5... Store playlist mask preferences in GSettings
  035e9ef... Remove local CDDB search function
  e6c18f5... Remove rename directory mask history
  c1bb578... Store default scanner masks in GSettings
  34ae4e9... Launch default audio player for directory
  73653cd... Launch default audio player for selected files
  f6d8163... Remove main configuration file handling
  3e83fb6... Fix some const string warnings
  801c57d... Add an app menu
  f5ec681... Add skeleton menubar from GtkBuilder file
  87f860f... Use GAction for go-directory actions
  50da173... Use GAction for miscellaneous menu items
  f9e5b81... Add toolbar for new GAction-using toolbar buttons
  51ccb4b... Use GAction for go-file actions
  2d5a160... Use GAction for browser menu items
  983e197... Use GAction for edit menu items
  b2c0785... Use GAction for file menu items
  a1b2a97... Use GAction for some view menu items
  4442108... Use GAction for file sorting mode GSetting
  ebfcab5... Use GMenuModel for popup menus
  0479e4b... Remove now-unused UIManager proxy logic
  fa969b5... Use GAction for toolbar stop button
  59b2258... Use named icons instead of GtkStock in some places
  6773a37... Convert XPM image data to PNG
  c3cd424... Avoid deprecated margin property with GTK+ 3.12
  b475fc4... Refactor popup menu handling
  03ff0aa... Remove last uses of GtkAction
  67f5a55... Track main window state
  22d6df7... Save and restore main window state
  3b88a60... WIP Save application window paned state


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