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

  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
  9b2b116... WIP Save application window paned state
  9153e54... Move tag area to EtTagArea object
  37960fa... Fix tag-preserve-focus GSettings logic
  0ac61e7... Move file area to EtFileArea object

Commits added to 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
  2e34448... Move playlist window to EtPlaylistDialog object
  e3797c9... Move load filenames dialog to EtLoadFilesDialog
  c0bc374... Move file search dialog to EtSearchDialog object
  e36c13d... Move preferences dialog to EtPreferencesDialog
  238cd21... Move CDDB dialog to EtCDDBDialog object
  476d652... Move scan dialog to EtScanDialog object
  c7052af... Replace strncat() with g_string_append()
  797c37c... Move select and unselect actions to main window
  b3255db... Move file selection actions to EtApplicationWindow
  f08391f... Set a rough initial window size and pane positions
  0347b4a... Move browser to EtBrowser object
  d9ae9ae... Avoid a GtkApplication assertion
  3b09651... Add GSettings schema
  793ed9a... Use GSettings for most application settings
  31f233b... Generate enum descriptions with glib-mkenums
  d94fea9... Generate GSettings enum descriptions
  21c8eb8... Store the file list sorting mode in GSettings
  a052ba9... Store the scanner window mode in GSettings
  25811df... Store the file extension case mode in GSettings
  338945c... Store the playlist content mode in GSettings
  51c6ab0... Store ID3v1 and ID3v2 iconv options in GSettings
  83d54f3... Store rename filename encoding in GSettings
  3759c21... Store the process fields option in GSettings
  1d6433e... Store disc padding preferences in GSettings
  b032b80... Store ID3v2.4/2.3 preference in GSettings
  fa1588b... Store default browse path in GSettings WIP
  bba368e... Store scan space conversion options in GSettings
  8624c8d... Store case sensitive sorting mode in GSettings
  91074f5... Store CDDB search preferences in GSettings
  7fc44fe... Store process fields conversions in GSettings
  ffca75c... Store character set preferences in GSettings
  8666d38... Store playlist mask preferences in GSettings
  01ee926... Remove local CDDB search function
  ea674f7... Remove rename directory mask history
  5ee4573... Store default scanner masks in GSettings
  295c820... Launch default audio player for directory
  86417e3... Launch default audio player for selected files
  8bf0f0f... Remove main configuration file handling
  70a4995... Fix some const string warnings
  b03cb0e... Add an app menu
  a240eb2... Add skeleton menubar from GtkBuilder file
  e49b8da... Use GAction for go-directory actions
  7d7b791... Use GAction for miscellaneous menu items
  5a2f358... Add toolbar for new GAction-using toolbar buttons
  f809557... Use GAction for go-file actions
  3f3fbed... Use GAction for browser menu items
  17af8f9... Use GAction for edit menu items
  a5fb024... Use GAction for file menu items
  665e4ac... Use GAction for some view menu items
  0ce09f5... Use GAction for file sorting mode GSetting
  a6d9938... Use GMenuModel for popup menus
  feaa033... Remove now-unused UIManager proxy logic
  541cb9c... Use GAction for toolbar stop button
  275dd6e... Use named icons instead of GtkStock in some places
  09e4f98... Convert XPM image data to PNG
  41da2a4... Avoid deprecated margin property with GTK+ 3.12
  7c5b202... Refactor popup menu handling
  5dad5e8... Remove last uses of GtkAction
  eb85741... Track main window state
  f5572e3... Save and restore main window state
  ff53e1c... Move tag area to EtTagArea object
  4822948... Fix tag-preserve-focus GSettings logic
  5e60e9f... Move file area to EtFileArea object
  df77780... Fix return type of init idle handler
  92bf5bb... Fix a memory leak in ET_Save_File_Name_From_UI()
  eb7a950... Fix memory leak when setting a focus chain
  f99a581... Drop explicit call to gtk_main()
  dc89bc2... Remove unused code when closing preferences dialog
  9cef812... Remove the cancel button from the preferences
  b891fdc... Move dialog setting saving to application window
  2b087cd... Implement hiding of file header widget


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