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

  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
  365739f... Remove the cancel button from the preferences
  3e9f544... Move dialog setting saving to application window
  1cbfaa1... Implement hiding of file header widget
  aa93eeb... Avoid warnings when reading and writing ID3 tags

Commits added to the branch:

  3c76c69... Move preferences dialog to EtPreferencesDialog
  2854369... Move CDDB dialog to EtCDDBDialog object
  f23fa43... Move scan dialog to EtScanDialog object
  a6edc92... Replace strncat() with g_string_append()
  c5fbf4d... Move select and unselect actions to main window
  ae78d41... Move file selection actions to EtApplicationWindow
  a2dd406... Set a rough initial window size and pane positions
  e056f00... Move browser to EtBrowser object
  7c3015b... Avoid a GtkApplication assertion
  8edec6f... Add GSettings schema
  edc3b1a... Use GSettings for most application settings
  f4e61ed... Generate enum descriptions with glib-mkenums
  54dac6f... Generate GSettings enum descriptions
  a2e1464... Store the file list sorting mode in GSettings
  0cd5d3a... Store the scanner window mode in GSettings
  89fd51d... Store the file extension case mode in GSettings
  b42e26f... Store the playlist content mode in GSettings
  a21c185... Store ID3v1 and ID3v2 iconv options in GSettings
  ebb31d3... Store rename filename encoding in GSettings
  4a14ee8... Store the process fields option in GSettings
  84301ab... Store disc padding preferences in GSettings
  1073681... Store ID3v2.4/2.3 preference in GSettings
  64c0bce... Store default browse path in GSettings WIP
  72b93e8... Store scan space conversion options in GSettings
  375ce22... Store case sensitive sorting mode in GSettings
  ab5b2d0... Store CDDB search preferences in GSettings
  6333e85... Store process fields conversions in GSettings
  0c852bc... Store character set preferences in GSettings
  e1e50d2... Store playlist mask preferences in GSettings
  3a3272d... Remove local CDDB search function
  d83ee97... Remove rename directory mask history
  cf6beb3... Store default scanner masks in GSettings
  3a864ce... Launch default audio player for directory
  8937145... Launch default audio player for selected files
  fcf8d1b... Remove main configuration file handling
  4e79233... Fix some const string warnings
  22db803... Add an app menu
  199057d... Add skeleton menubar from GtkBuilder file
  f74ecba... Use GAction for go-directory actions
  4cfaffb... Use GAction for miscellaneous menu items
  f687958... Add toolbar for new GAction-using toolbar buttons
  743b06c... Use GAction for go-file actions
  2376ad1... Use GAction for browser menu items
  b958cbc... Use GAction for edit menu items
  c70b8a4... Use GAction for file menu items
  5fec570... Use GAction for some view menu items
  e529474... Use GAction for file sorting mode GSetting
  60b35ec... Use GMenuModel for popup menus
  2cb91d7... Remove now-unused UIManager proxy logic
  06d63e4... Use GAction for toolbar stop button
  f08f25f... Use named icons instead of GtkStock in some places
  1eddbd0... Convert XPM image data to PNG
  6f65d79... Avoid deprecated margin property with GTK+ 3.12
  13709fb... Refactor popup menu handling
  0e8d4b4... Remove last uses of GtkAction
  14db216... Track main window state
  107e439... Save and restore main window state
  22b5cce... Move tag area to EtTagArea object
  4962feb... Fix tag-preserve-focus GSettings logic
  3284a9d... Move file area to EtFileArea object
  c25db89... Fix return type of init idle handler
  cf408ef... Fix a memory leak in ET_Save_File_Name_From_UI()
  bbf1334... Fix memory leak when setting a focus chain
  d9b6676... Drop explicit call to gtk_main()
  973404c... Remove unused code when closing preferences dialog
  a6316a7... Remove the cancel button from the preferences
  3418408... Move dialog setting saving to application window
  a3011d1... Implement hiding of file header widget
  6cec3e4... Avoid warnings when reading and writing ID3 tags


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