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

  b76040a... Move main window to EtApplicationWindow object
  27f7614... Pass the main window to actions as user data
  8ea7441... Move log area to EtLogArea object
  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

Commits added to the branch:

  31e4167... Fix return type of init idle handler
  a307e51... Move main window to EtApplicationWindow object
  91a4ea5... Pass the main window to actions as user data
  8f9b6b8... Move log area to EtLogArea object
  2775279... Move playlist window to EtPlaylistDialog object
  1991190... Move load filenames dialog to EtLoadFilesDialog
  3c01c00... Move file search dialog to EtSearchDialog object
  aae0852... Move preferences dialog to EtPreferencesDialog
  8f6a0ef... Move CDDB dialog to EtCDDBDialog object
  ae50e43... Move scan dialog to EtScanDialog object
  97c0861... Replace strncat() with g_string_append()
  99d01ff... Move select and unselect actions to main window
  c5a9625... Move file selection actions to EtApplicationWindow
  bd7cc57... Set a rough initial window size and pane positions
  7fbde8d... Move browser to EtBrowser object
  2b212e9... Avoid a GtkApplication assertion
  0c505c0... Add GSettings schema
  30db522... Use GSettings for most application settings
  c6e7b96... Generate enum descriptions with glib-mkenums
  f7b047b... Generate GSettings enum descriptions
  512cddf... Store the file list sorting mode in GSettings
  db67367... Store the scanner window mode in GSettings
  a66ee36... Store the file extension case mode in GSettings
  fcb52f2... Store the playlist content mode in GSettings
  89faf5c... Store ID3v1 and ID3v2 iconv options in GSettings
  7246d42... Store rename filename encoding in GSettings
  9caa4bb... Store the process fields option in GSettings
  52cf4fb... Store disc padding preferences in GSettings
  465bf84... Store ID3v2.4/2.3 preference in GSettings
  f5d722b... Store default browse path in GSettings WIP
  207272f... Store scan space conversion options in GSettings
  63f9a4c... Store case sensitive sorting mode in GSettings
  8f420ec... Store CDDB search preferences in GSettings
  99ed064... Store process fields conversions in GSettings
  fc26b5d... Store character set preferences in GSettings
  5199d3e... Store playlist mask preferences in GSettings
  050a276... Remove local CDDB search function
  c65d182... Remove rename directory mask history
  893dd2e... Store default scanner masks in GSettings
  3494869... Launch default audio player for directory
  d4d9360... Launch default audio player for selected files
  8646ba3... Remove main configuration file handling
  0885dc1... Fix some const string warnings
  cfa3e04... Add an app menu
  d437ea6... Add skeleton menubar from GtkBuilder file
  e6eaccd... Use GAction for go-directory actions
  dd3fe85... Use GAction for miscellaneous menu items
  d612347... Add toolbar for new GAction-using toolbar buttons
  4d9a941... Use GAction for go-file actions
  9819b1b... Use GAction for browser menu items
  ea27b0b... Use GAction for edit menu items
  36e7079... Use GAction for file menu items
  e575dfa... Use GAction for some view menu items
  f4aebb9... Use GAction for file sorting mode GSetting
  0051690... Use GMenuModel for popup menus
  d59342d... Remove now-unused UIManager proxy logic
  7779aa5... Use GAction for toolbar stop button
  ccf7ede... Use named icons instead of GtkStock in some places
  2af5f60... Convert XPM image data to PNG
  a5a5ecf... Avoid deprecated margin property with GTK+ 3.12
  60f4560... Refactor popup menu handling
  456a7de... Remove last uses of GtkAction
  a028515... Track main window state
  18f1e3b... Save and restore main window state
  5bd5d6b... Move tag area to EtTagArea object
  65de838... Fix tag-preserve-focus GSettings logic
  a4ae6f6... Move file area to EtFileArea object
  2bf8d9b... Drop explicit call to gtk_main()
  dc74762... Remove unused code when closing preferences dialog
  e97734d... Remove the cancel button from the preferences
  2a5f9e0... Move dialog setting saving to application window
  5a7460f... Implement hiding of file header widget
  eacc3e8... Avoid warnings when reading and writing ID3 tags


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