[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:

  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

Commits added to the branch:

  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
  3b73b1d... Move browser to EtBrowser object
  cacc140... Avoid a GtkApplication assertion
  5bb4d94... Add GSettings schema
  0400528... Use GSettings for most application settings
  f694e66... Generate enum descriptions with glib-mkenums
  2148d4e... Generate GSettings enum descriptions
  58f1ad8... Store the file list sorting mode in GSettings
  291bcaa... Store the scanner window mode in GSettings
  73a26cd... Store the file extension case mode in GSettings
  cfd1e84... Store the playlist content mode in GSettings
  d82cde3... Store ID3v1 and ID3v2 iconv options in GSettings
  2376a3e... Store rename filename encoding in GSettings
  d6455d8... Store the process fields option in GSettings
  61f5d51... Store disc padding preferences in GSettings
  484baee... Store ID3v2.4/2.3 preference in GSettings
  d11f9fd... Store default browse path in GSettings
  ece2093... Store scan space conversion options in GSettings
  eaf951a... Store case sensitive sorting mode in GSettings
  686ac6c... Store CDDB search preferences in GSettings
  c20897a... Store process fields conversions in GSettings
  e799d23... Store character set preferences in GSettings
  5901e22... Store playlist mask preferences in GSettings
  0667af8... Remove local CDDB search function
  ab38ac0... Remove rename directory mask history
  d12c975... Store default scanner masks in GSettings
  7d75d56... Launch default audio player for directory
  f5488c9... Launch default audio player for selected files
  60d3f69... Remove main configuration file handling
  88c35ae... Fix some const string warnings
  c56e0e0... Add an app menu
  570671a... Add skeleton menubar from GtkBuilder file
  46ee968... Use GAction for go-directory actions
  926f33e... Use GAction for miscellaneous menu items
  5ec44eb... Add toolbar for new GAction-using toolbar buttons
  96731a1... Use GAction for go-file actions
  7db061b... Use GAction for browser menu items
  43371bf... Use GAction for edit menu items
  5500c72... Use GAction for file menu items
  14a8623... Use GAction for some view menu items
  3c31a49... Use GAction for file sorting mode GSetting
  885b57c... Use GMenuModel for popup menus
  608d055... Remove now-unused UIManager proxy logic
  bc34f74... Use GAction for toolbar stop button
  0af47d7... Use named icons instead of GtkStock in some places
  79590c2... Convert XPM image data to PNG
  20def55... Avoid deprecated margin property with GTK+ 3.12
  6bfe7a5... Refactor popup menu handling
  e1ceeea... Remove last uses of GtkAction
  df33c84... Track main window state
  4624f30... Save and restore main window state
  5ead51f... Move tag area to EtTagArea object
  f26581d... Move file area to EtFileArea object
  3a14771... Drop explicit call to gtk_main()
  0da4214... Remove unused code when closing preferences dialog
  a91d065... Remove the cancel button from the preferences
  2b30599... Move dialog setting saving to application window
  e87b992... Implement hiding of file header widget
  75dcbd5... Avoid warnings when reading and writing ID3 tags
  58006d1... Remove use of deprecated GtkMisc xalign property
  0a2a575... Use GtkWidget popup-menu signal in EtLogArea
  e7bf0bc... Use popup-menu signal in EtLoadFilesDialog


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