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

  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

Commits added to the branch:

  e732144... Move CDDB dialog to EtCDDBDialog object
  831a34e... Move scan dialog to EtScanDialog object
  31f294f... Replace strncat() with g_string_append()
  23335c1... Move select and unselect actions to main window
  6feafe3... Move file selection actions to EtApplicationWindow
  d60fb80... Set a rough initial window size and pane positions
  79d2791... Move browser to EtBrowser object
  f8830f8... Avoid a GtkApplication assertion
  3f4434d... Add GSettings schema
  d77d0a4... Use GSettings for most application settings
  6bfb5d1... Generate enum descriptions with glib-mkenums
  00e3c49... Generate GSettings enum descriptions
  0f2a69a... Store the file list sorting mode in GSettings
  c5ae8c1... Store the scanner window mode in GSettings
  c53cee1... Store the file extension case mode in GSettings
  d8ab0f2... Store the playlist content mode in GSettings
  659d308... Store ID3v1 and ID3v2 iconv options in GSettings
  5c278f4... Store rename filename encoding in GSettings
  85e612b... Store the process fields option in GSettings
  19e1606... Store disc padding preferences in GSettings
  5eb2e74... Store ID3v2.4/2.3 preference in GSettings
  04ee614... Store default browse path in GSettings
  afa70a5... Store scan space conversion options in GSettings
  325ca07... Store case sensitive sorting mode in GSettings
  2064fa6... Store CDDB search preferences in GSettings
  732f986... Store process fields conversions in GSettings
  c62f865... Store character set preferences in GSettings
  930c6c5... Store playlist mask preferences in GSettings
  fc55a97... Remove local CDDB search function
  58bcb29... Remove rename directory mask history
  0b70488... Store default scanner masks in GSettings
  f4a99bb... Launch default audio player for directory
  34b59b9... Launch default audio player for selected files
  fe3838b... Remove main configuration file handling
  f44cf09... Fix some const string warnings
  3dabd34... Add an app menu
  ec5adc1... Add skeleton menubar from GtkBuilder file
  a7e5dad... Use GAction for go-directory actions
  9e910a6... Use GAction for miscellaneous menu items
  bce21d7... Add toolbar for new GAction-using toolbar buttons
  d489c31... Use GAction for go-file actions
  36b539a... Use GAction for browser menu items
  6c68ad1... Use GAction for edit menu items
  ad58b5a... Use GAction for file menu items
  277370e... Use GAction for some view menu items
  466d463... Use GAction for file sorting mode GSetting
  266008f... Use GMenuModel for popup menus
  71380f2... Remove now-unused UIManager proxy logic
  fcce44f... Use GAction for toolbar stop button
  ed109ee... Use named icons instead of GtkStock in some places
  031dd83... Convert XPM image data to PNG
  3df08fd... Avoid deprecated margin property with GTK+ 3.12
  c494026... Refactor popup menu handling
  7750349... Remove last uses of GtkAction
  ab78cae... Track main window state
  2debf45... Save and restore main window state
  3d0ec05... Move tag area to EtTagArea object
  1ed7089... Move file area to EtFileArea object
  2976603... Drop explicit call to gtk_main()
  04836bf... Remove unused code when closing preferences dialog
  c02a2dd... Remove the cancel button from the preferences
  21a2679... Move dialog setting saving to application window
  d1d9d06... Implement hiding of file header widget
  c24b9b7... Avoid warnings when reading and writing ID3 tags
  72cdc1a... Remove use of deprecated GtkMisc xalign property
  68df446... Use GtkWidget popup-menu signal in EtLogArea
  4f952f7... Use popup-menu signal in EtLoadFilesDialog
  a5fa7e5... Use GtkWidget popup-menu signal in EtBrowser
  17775ae... Avoid warnings when updating the scan dialog
  6a461db... Use same strings in GSettings schema and UI


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