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

  f848211... Fix crash when clearing the CDDB models
  5c6191a... Move main window to EtApplicationWindow object
  90331e6... Pass the main window to actions as user data
  c25982f... Move log area to EtLogArea object
  0edeaef... Move playlist window to EtPlaylistDialog object
  bfba9d4... Move load filenames dialog to EtLoadFilesDialog
  c76305b... Move file search dialog to EtSearchDialog object
  867d9f2... Move preferences dialog to EtPreferencesDialog
  c4de06c... Move CDDB dialog to EtCDDBDialog object
  7f7ca69... Move scan dialog to EtScanDialog object
  9d39068... Replace strncat() with g_string_append()
  66325a2... Move select and unselect actions to main window
  23aadeb... Move file selection actions to EtApplicationWindow
  9c14127... Set a rough initial window size and pane positions
  3b1a05b... Move browser to EtBrowser object
  cec172d... Avoid a GtkApplication assertion
  7ecc690... Add GSettings schema
  b917dbe... Use GSettings for most application settings
  641bbe7... Generate enum descriptions with glib-mkenums
  2772977... Generate GSettings enum descriptions
  80b5570... Store the file list sorting mode in GSettings
  3f62242... Store the scanner window mode in GSettings
  5b7fb3c... Store the file extension case mode in GSettings
  64affdc... Store the playlist content mode in GSettings
  bec06ee... Store ID3v1 and ID3v2 iconv options in GSettings
  e5c12c3... Store rename filename encoding in GSettings
  3df081b... Store the process fields option in GSettings
  463732e... Store disc padding preferences in GSettings
  554ba2d... Store ID3v2.4/2.3 preference in GSettings
  4b1e940... Store default browse path in GSettings
  28104f3... Store scan space conversion options in GSettings
  21bca07... Store case sensitive sorting mode in GSettings
  0885f01... Store CDDB search preferences in GSettings
  9dc488c... Store process fields conversions in GSettings
  676f7b1... Store character set preferences in GSettings
  728c637... Store playlist mask preferences in GSettings
  95fbd57... Remove local CDDB search function
  781172e... Remove rename directory mask history
  24a0583... Store default scanner masks in GSettings
  c78bdf7... Launch default audio player for directory
  6813925... Launch default audio player for selected files
  c6c7817... Remove main configuration file handling
  fcaeb89... Fix some const string warnings
  992e397... Add an app menu
  b7997ee... Add skeleton menubar from GtkBuilder file
  9313d95... Use GAction for go-directory actions
  ac9f100... Use GAction for miscellaneous menu items
  26fcfb1... Add toolbar for new GAction-using toolbar buttons
  fb37727... Use GAction for go-file actions
  640f57a... Use GAction for browser menu items
  a475465... Use GAction for edit menu items
  31f2901... Use GAction for file menu items
  8d449f0... Use GAction for some view menu items
  673fc05... Use GAction for file sorting mode GSetting
  15a53c9... Use GMenuModel for popup menus
  a2eb633... Remove now-unused UIManager proxy logic
  68629a4... Use GAction for toolbar stop button
  57e1be3... Use named icons instead of GtkStock in some places
  aca1a84... Convert XPM image data to PNG
  541affe... Avoid deprecated margin property with GTK+ 3.12
  185e5b4... Refactor popup menu handling
  6f355ab... Remove last uses of GtkAction
  11fbce2... Track main window state
  427aa3a... Save and restore main window state
  05d7475... Move tag area to EtTagArea object
  ecc8076... Move file area to EtFileArea object
  a6c3427... Drop explicit call to gtk_main()
  e85fdfd... Remove unused code when closing preferences dialog
  c7d486c... Remove the cancel button from the preferences
  2b0b3a2... Move dialog setting saving to application window
  8d75a07... Implement hiding of file header widget
  322d16e... Avoid warnings when reading and writing ID3 tags
  78a7dda... Remove use of deprecated GtkMisc xalign property
  f9648c3... Use GtkWidget popup-menu signal in EtLogArea
  e676610... Use popup-menu signal in EtLoadFilesDialog
  0efa424... Use GtkWidget popup-menu signal in EtBrowser

Commits added to the branch:

  9295b8f... doap: fix duplicate <programming-language> (*)
  1ae7485... doap: add app category to pass the validation (*)
  aafa2f2... Provide a useful error when failing to write files (*)
  35ba1fb... Fix crash when clearing the CDDB models
  678fe74... Move main window to EtApplicationWindow object
  4145ca2... Pass the main window to actions as user data
  bc441e7... Move log area to EtLogArea object
  c0556db... Move playlist window to EtPlaylistDialog object
  ce99a1c... Move load filenames dialog to EtLoadFilesDialog
  7e969c7... Move file search dialog to EtSearchDialog object
  2e2d103... Move preferences dialog to EtPreferencesDialog
  adbae40... Move CDDB dialog to EtCDDBDialog object
  727dc34... Move scan dialog to EtScanDialog object
  1944460... Replace strncat() with g_string_append()
  c02ea80... Move select and unselect actions to main window
  26782b5... Move file selection actions to EtApplicationWindow
  10aaf2e... Set a rough initial window size and pane positions
  f8ad1e2... Move browser to EtBrowser object
  226c63d... Avoid a GtkApplication assertion
  3173413... Add GSettings schema
  8622314... Use GSettings for most application settings
  7d993d0... Generate enum descriptions with glib-mkenums
  3ac3ba1... Generate GSettings enum descriptions
  593ab71... Store the file list sorting mode in GSettings
  70d7986... Store the scanner window mode in GSettings
  55d914e... Store the file extension case mode in GSettings
  d5c116a... Store the playlist content mode in GSettings
  fd47e08... Store ID3v1 and ID3v2 iconv options in GSettings
  c9ccb9c... Store rename filename encoding in GSettings
  ec642e3... Store the process fields option in GSettings
  300eeb1... Store disc padding preferences in GSettings
  32307fc... Store ID3v2.4/2.3 preference in GSettings
  cd510da... Store default browse path in GSettings
  dc7bde9... Store scan space conversion options in GSettings
  ae481bf... Store case sensitive sorting mode in GSettings
  e385b88... Store CDDB search preferences in GSettings
  8bfe10e... Store process fields conversions in GSettings
  0c8a1b9... Store character set preferences in GSettings
  4efa239... Store playlist mask preferences in GSettings
  a1ef42d... Remove local CDDB search function
  cdf58aa... Remove rename directory mask history
  fd4bfb4... Store default scanner masks in GSettings
  7bc2a6f... Launch default audio player for directory
  28e485e... Launch default audio player for selected files
  cd43096... Remove main configuration file handling
  e961c4a... Fix some const string warnings
  3cdb2b0... Add an app menu
  07dd18f... Add skeleton menubar from GtkBuilder file
  46afcc3... Use GAction for go-directory actions
  7d200c1... Use GAction for miscellaneous menu items
  21b2cac... Add toolbar for new GAction-using toolbar buttons
  6fb83f7... Use GAction for go-file actions
  3129797... Use GAction for browser menu items
  2861f68... Use GAction for edit menu items
  f1659b7... Use GAction for file menu items
  15584f9... Use GAction for some view menu items
  ba9cb57... Use GAction for file sorting mode GSetting
  bb10309... Use GMenuModel for popup menus
  fe97ad1... Remove now-unused UIManager proxy logic
  079adb3... Use GAction for toolbar stop button
  b4ca1cc... Use named icons instead of GtkStock in some places
  5b81fe6... Convert XPM image data to PNG
  d8ef08e... Avoid deprecated margin property with GTK+ 3.12
  697b73e... Refactor popup menu handling
  0cd21a9... Remove last uses of GtkAction
  cbcc553... Track main window state
  b57cec1... Save and restore main window state
  aa7548d... Move tag area to EtTagArea object
  da416b5... Move file area to EtFileArea object
  df9b922... Drop explicit call to gtk_main()
  fb67d11... Remove unused code when closing preferences dialog
  1d55cc1... Remove the cancel button from the preferences
  583cfe4... Move dialog setting saving to application window
  9606266... Implement hiding of file header widget
  26c3937... Avoid warnings when reading and writing ID3 tags
  8f7c13d... Remove use of deprecated GtkMisc xalign property
  ca1fbcf... Use GtkWidget popup-menu signal in EtLogArea
  2d625ae... Use popup-menu signal in EtLoadFilesDialog
  78ea984... Use GtkWidget popup-menu signal in EtBrowser

(*) 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]