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

  23a0450... Move main window to EtApplicationWindow object
  4887102... Pass the main window to actions as user data
  28bd636... Move log area to EtLogArea object
  6b92a64... Move playlist window to EtPlaylistDialog object
  7a205cc... Move load filenames dialog to EtLoadFilesDialog
  002d3e8... Move file search dialog to EtSearchDialog object
  6096489... Move preferences dialog to EtPreferencesDialog
  036c734... Move CDDB dialog to EtCDDBDialog object
  ea35b5c... Move scan dialog to EtScanDialog object
  6d96f11... Replace strncat() with g_string_append()
  2bb5684... Move select and unselect actions to main window
  5ce5718... Move file selection actions to EtApplicationWindow
  6dd620a... Set a rough initial window size and pane positions
  36f263d... Move browser to EtBrowser object
  6db3545... Avoid a GtkApplication assertion
  56a1b49... Add GSettings schema
  adca371... Use GSettings for most application settings
  6b00d33... Generate enum descriptions with glib-mkenums
  748ee22... Generate GSettings enum descriptions
  e6f8c23... Store the file list sorting mode in GSettings
  5556bf1... Store the scanner window mode in GSettings
  de446b6... Store the file extension case mode in GSettings
  93b7b39... Store the playlist content mode in GSettings
  aeb39ae... Store ID3v1 and ID3v2 iconv options in GSettings
  751023d... Store rename filename encoding in GSettings
  4224acb... Store the process fields option in GSettings
  f8bf1fe... Store disc padding preferences in GSettings
  fcee5e2... Store ID3v2.4/2.3 preference in GSettings
  37c701e... Store default browse path in GSettings WIP
  0b79258... Store scan space conversion options in GSettings
  6abe5ed... Store case sensitive sorting mode in GSettings
  b574559... Store CDDB search preferences in GSettings
  12cb319... Store process fields conversions in GSettings
  69d91bd... Store character set preferences in GSettings
  b8a9c34... Store playlist mask preferences in GSettings
  7df6ea5... Remove local CDDB search function
  00aed46... Remove rename directory mask history
  5a36cd0... Store default scanner masks in GSettings
  4fcdaa8... Launch default audio player for directory
  a638d0b... Launch default audio player for selected files
  469a266... Remove main configuration file handling
  2f40496... Fix some const string warnings
  b773875... Add an app menu
  25cf0a7... Add skeleton menubar from GtkBuilder file
  bba7107... Use GAction for go-directory actions
  6c4aeea... Use GAction for miscellaneous menu items
  5402fd5... Add toolbar for new GAction-using toolbar buttons
  b2a049e... Use GAction for go-file actions
  61bfaf1... Use GAction for browser menu items
  d87e68f... Use GAction for edit menu items
  554e044... Use GAction for file menu items
  20d82f6... Use GAction for some view menu items
  0ffd9fd... Use GAction for file sorting mode GSetting
  e29e880... Use GMenuModel for popup menus
  df9078a... Remove now-unused UIManager proxy logic
  3aa9c74... Use GAction for toolbar stop button
  8ee2ef9... Use named icons instead of GtkStock in some places
  e8520aa... Convert XPM image data to PNG
  735df0f... Avoid deprecated margin property with GTK+ 3.12
  832b341... Refactor popup menu handling
  1994034... Remove last uses of GtkAction
  b85dddc... Track main window state
  700e7b0... Save and restore main window state
  93c16e1... Move tag area to EtTagArea object
  cd824bf... Move file area to EtFileArea object
  ba6e92d... Drop explicit call to gtk_main()
  5bbaa02... Remove unused code when closing preferences dialog
  38b9d90... Remove the cancel button from the preferences
  b51b945... Move dialog setting saving to application window
  707b645... Implement hiding of file header widget
  be7995f... Avoid warnings when reading and writing ID3 tags

Commits added to 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
  8aa58b8... Move playlist window to EtPlaylistDialog object
  c1a3d8f... Move load filenames dialog to EtLoadFilesDialog
  08182c2... Move file search dialog to EtSearchDialog object
  c5e1af9... Move preferences dialog to EtPreferencesDialog
  ae2022e... Move CDDB dialog to EtCDDBDialog object
  975840a... Move scan dialog to EtScanDialog object
  18bd39a... Replace strncat() with g_string_append()
  2000afd... Move select and unselect actions to main window
  ef3a195... Move file selection actions to EtApplicationWindow
  7695156... Set a rough initial window size and pane positions
  19d634e... Move browser to EtBrowser object
  c362e8a... Avoid a GtkApplication assertion
  d075ce1... Add GSettings schema
  e55bf5b... Use GSettings for most application settings
  2b889dc... Generate enum descriptions with glib-mkenums
  7454432... Generate GSettings enum descriptions
  7aeefad... Store the file list sorting mode in GSettings
  7ff1f9b... Store the scanner window mode in GSettings
  8c2b349... Store the file extension case mode in GSettings
  32b3b2e... Store the playlist content mode in GSettings
  cb56e91... Store ID3v1 and ID3v2 iconv options in GSettings
  4094414... Store rename filename encoding in GSettings
  80dd9ef... Store the process fields option in GSettings
  5b75732... Store disc padding preferences in GSettings
  71aaf27... Store ID3v2.4/2.3 preference in GSettings
  badaf68... Store default browse path in GSettings WIP
  2a0859c... Store scan space conversion options in GSettings
  6383c65... Store case sensitive sorting mode in GSettings
  d98ad47... Store CDDB search preferences in GSettings
  47faae0... Store process fields conversions in GSettings
  3347fad... Store character set preferences in GSettings
  87ad7ad... Store playlist mask preferences in GSettings
  5b6b92b... Remove local CDDB search function
  e975d40... Remove rename directory mask history
  a09e9fe... Store default scanner masks in GSettings
  d43aa84... Launch default audio player for directory
  a0cbc7c... Launch default audio player for selected files
  d4c2a21... Remove main configuration file handling
  6fd96f7... Fix some const string warnings
  fbd3c72... Add an app menu
  181e15a... Add skeleton menubar from GtkBuilder file
  fe6acf4... Use GAction for go-directory actions
  411f8d0... Use GAction for miscellaneous menu items
  ee64c95... Add toolbar for new GAction-using toolbar buttons
  bbf950d... Use GAction for go-file actions
  27846fb... Use GAction for browser menu items
  7919f46... Use GAction for edit menu items
  ecb1287... Use GAction for file menu items
  cb4e838... Use GAction for some view menu items
  a49c4c4... Use GAction for file sorting mode GSetting
  5ec0d8b... Use GMenuModel for popup menus
  9d4fba3... Remove now-unused UIManager proxy logic
  167f2c4... Use GAction for toolbar stop button
  376f66e... Use named icons instead of GtkStock in some places
  53f810e... Convert XPM image data to PNG
  2249562... Avoid deprecated margin property with GTK+ 3.12
  24d20b4... Refactor popup menu handling
  e23e6de... Remove last uses of GtkAction
  6daee7f... Track main window state
  e331e4b... Save and restore main window state
  c06c893... Move tag area to EtTagArea object
  271e304... Move file area to EtFileArea object
  4fded9b... Drop explicit call to gtk_main()
  d50a396... Remove unused code when closing preferences dialog
  d5681a5... Remove the cancel button from the preferences
  2927ea8... Move dialog setting saving to application window
  71bbf2c... Implement hiding of file header widget
  e22d5af... Avoid warnings when reading and writing ID3 tags


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