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

  43ee6c6... Use GSettings for most application settings
  37b973a... Generate enum descriptions with glib-mkenums
  d5f490b... Generate GSettings enum descriptions
  ff1bd27... Store the file list sorting mode in GSettings
  397c6dd... Store the scanner window mode in GSettings
  c030423... Store the file extension case mode in GSettings
  22c14e9... Store the playlist content mode in GSettings
  ff7463d... Store ID3v1 and ID3v2 iconv options in GSettings
  a5a8999... Store rename filename encoding in GSettings
  4e024dc... Store the process fields option in GSettings
  1b240ee... Store disc padding preferences in GSettings
  cca2143... Store ID3v2.4/2.3 preference in GSettings
  bb45e35... Store default browse path in GSettings
  4f45611... Store scan space conversion options in GSettings
  d75a38f... Store case sensitive sorting mode in GSettings
  1d55d0f... Store CDDB search preferences in GSettings
  6f909ef... Store process fields conversions in GSettings
  fcbd274... Store character set preferences in GSettings
  a6ee1ba... Store playlist mask preferences in GSettings
  27147b1... Remove local CDDB search function
  c69544a... Remove rename directory mask history
  445db42... Store default scanner masks in GSettings
  4524e19... Launch default audio player for directory
  abf2588... Launch default audio player for selected files
  5905da9... Remove main configuration file handling
  65525a4... Fix some const string warnings
  4d72f9f... Add an app menu
  e990741... Add skeleton menubar from GtkBuilder file
  4b907ec... Use GAction for go-directory actions
  8e9d45f... Use GAction for miscellaneous menu items
  3f3e2e0... Add toolbar for new GAction-using toolbar buttons
  7d49664... Use GAction for go-file actions
  adc3800... Use GAction for browser menu items
  b04f483... Use GAction for edit menu items
  db5809d... Use GAction for file menu items
  23a9bc5... Use GAction for some view menu items
  102d675... Use GAction for file sorting mode GSetting
  56aa5af... Use GMenuModel for popup menus
  c108033... Remove now-unused UIManager proxy logic
  1e84960... Use GAction for toolbar stop button
  86dc3c1... Use named icons instead of GtkStock in some places
  7b5458c... Convert XPM image data to PNG
  ea425fe... Avoid deprecated margin property with GTK+ 3.12
  6e7cc5e... Refactor popup menu handling
  5d6cc67... Remove last uses of GtkAction
  57cb8ee... Track main window state
  9650781... Save and restore main window state
  db3d5ec... Move tag area to EtTagArea object
  506ad51... Move file area to EtFileArea object
  73765da... Drop explicit call to gtk_main()
  d5e2c75... Remove unused code when closing preferences dialog
  fdc3987... Remove the cancel button from the preferences
  7ba1eea... Move dialog setting saving to application window
  0fbdbad... Implement hiding of file header widget
  71308e7... Avoid warnings when reading and writing ID3 tags
  48a0ea8... Remove use of deprecated GtkMisc xalign property
  aeee76a... Use GtkWidget popup-menu signal in EtLogArea
  4c05799... Use popup-menu signal in EtLoadFilesDialog
  2d4868f... Use GtkWidget popup-menu signal in EtBrowser
  c95b7b3... Avoid warnings when updating the scan dialog
  fbbe687... Use same strings in GSettings schema and UI
  3c128ee... Move some GApplication handlers to EtApplication
  2fa9aae... Refactor about dialog handling
  db65a17... Split off main() to a separate source file
  a75d1e6... Remove last uses of deprecated GtkStock
  4ae9d45... Remove use of deprecated GtkImageMenuItem
  2672f25... Move tagging code to new subdirectory
  c8f26ad... Set maximum allowed GLib version to 2.32
  783ada6... Disable writing of ID3v1 tags by default
  f77a940... Enable ID3v2.3 (instead of ID3v2.4) by default
  e5ea17e... Split progress bar from status bar
  b2b513a... Move status bar to EtStatusBar object
  dc0789d... Add "music" to the desktop file keywords
  218b923... Review strings
  8f3bed8... Move scanner preferences page to GtkBuilder
  e20c72d... Move confirmation preferences page to GtkBuilder
  5e9ef45... Move UI and misc preferences pages to GtkBuilder
  2e53dd7... Move file preferences page to GtkBuilder
  0eef278... Move tags preferences page to GtkBuilder
  86f8b34... Move ID3 preferences page to GtkBuilder
  70e20cc... Move CDDB preferences page to GtkBuilder
  85e4e6f... Move preferences notebook into GtkBuilder
  cd878e3... Remove redundant et_grid_new() define
  0fb20a4... Remove unnecessary et_grid_attach_margins()
  ed669d6... Remove old GTK+ 2 grid compatibility code
  219b311... Move playlist dialog to GtkBuilder
  b2e29d6... Move rename directory dialog to GtkBuilder
  ef9354a... Set transient parents before init()
  303997d... Move picture details dialog to GtkBuilder
  431912f... Move browse directory dialog to GtkBuilder
  75de42a... Move open files dialog to GtkBuilder
  0bb7a6c... Move search dialog to GtkBuilder
  8a0f9ba... Move load files dialog to GtkBuilder
  4480ede... Remove unused function in misc.c
  e227bd7... Remove duplicate NULL check in et_run_program()

Commits added to the branch:

  c2c3b13... Use GSettings for most application settings
  360c9bb... Generate enum descriptions with glib-mkenums
  3fe09cb... Generate GSettings enum descriptions
  2a34f60... Store the file list sorting mode in GSettings
  edfe32b... Store the scanner window mode in GSettings
  fbe411c... Store the file extension case mode in GSettings
  dffb6a1... Store the playlist content mode in GSettings
  d1680aa... Store ID3v1 and ID3v2 iconv options in GSettings
  d999b44... Store rename filename encoding in GSettings
  368b722... Store the process fields option in GSettings
  fa9f05c... Store disc padding preferences in GSettings
  9c520d5... Store ID3v2.4/2.3 preference in GSettings
  ce7179d... Store scan space conversion options in GSettings
  b69ed5b... Store case sensitive sorting mode in GSettings
  9035ad4... Store CDDB search preferences in GSettings
  27eeec3... Store process fields conversions in GSettings
  323a181... Store character set preferences in GSettings
  eab4a14... Store playlist mask preferences in GSettings
  a6732de... Remove local CDDB search function
  b3284fe... Store default scanner masks in GSettings
  4a53987... Launch default audio player for directory
  f3e0163... Launch default audio player for selected files
  36431a2... Remove main configuration file handling
  4a46228... Fix some const string warnings
  43f7788... Add an app menu
  4cd8527... Add skeleton menubar from GtkBuilder file
  0c5a29c... Use GAction for go-directory actions
  1db6ab6... Use GAction for miscellaneous menu items
  61fc9e6... Add toolbar for new GAction-using toolbar buttons
  39d259c... Use GAction for go-file actions
  f34964d... Use GAction for browser menu items
  c237c17... Use GAction for edit menu items
  6c82795... Use GAction for file menu items
  6ffead3... Use GAction for some view menu items
  0ac0d48... Use GAction for file sorting mode GSetting
  f90a4b3... Use GMenuModel for popup menus
  fb3b829... Remove now-unused UIManager proxy logic
  a143d4a... Use GAction for toolbar stop button
  4c5aeff... Use named icons instead of GtkStock in some places
  9bc24a5... Convert XPM image data to PNG
  39ff786... Avoid deprecated margin property with GTK+ 3.12
  46f6fb6... Refactor popup menu handling
  887de6e... Remove last uses of GtkAction
  671c966... Track main window state
  0b68197... Save and restore main window state
  05179ba... Move tag area to EtTagArea object
  7390e3b... Move file area to EtFileArea object
  b459231... Drop explicit call to gtk_main()
  75b16a0... Remove unused code when closing preferences dialog
  be37aef... Remove the cancel button from the preferences
  093d41f... Move dialog setting saving to application window
  afd9345... Implement hiding of file header widget
  f53540c... Avoid warnings when reading and writing ID3 tags
  23caeef... Remove use of deprecated GtkMisc xalign property
  b9d7d6b... Use GtkWidget popup-menu signal in EtLogArea
  519011f... Use popup-menu signal in EtLoadFilesDialog
  09860c3... Use GtkWidget popup-menu signal in EtBrowser
  6c05d64... Avoid warnings when updating the scan dialog
  3dac505... Use same strings in GSettings schema and UI
  1a61757... Move some GApplication handlers to EtApplication
  d5104e9... Refactor about dialog handling
  a44fcb7... Split off main() to a separate source file
  3195eff... Remove last uses of deprecated GtkStock
  b710e3e... Remove use of deprecated GtkImageMenuItem
  0cd4a72... Move tagging code to new subdirectory
  93813b8... Set maximum allowed GLib version to 2.32
  2ecf30c... Disable writing of ID3v1 tags by default
  6ad9ed6... Enable ID3v2.3 (instead of ID3v2.4) by default
  8b732bf... Split progress bar from status bar
  c001305... Move status bar to EtStatusBar object
  0becfd9... Add "music" to the desktop file keywords
  d914d47... Review strings
  bd8803d... Move scanner preferences page to GtkBuilder
  e639bdc... Move confirmation preferences page to GtkBuilder
  ad746df... Move UI and misc preferences pages to GtkBuilder
  bdbde95... Move file preferences page to GtkBuilder
  e03e51b... Move tags preferences page to GtkBuilder
  c5e83e7... Move ID3 preferences page to GtkBuilder
  8b0288e... Move CDDB preferences page to GtkBuilder
  9c576a6... Move preferences notebook into GtkBuilder
  3c6772c... Remove redundant et_grid_new() define
  139f740... Remove unnecessary et_grid_attach_margins()
  6ad3795... Remove old GTK+ 2 grid compatibility code
  3d74a8f... Move playlist dialog to GtkBuilder
  5cfda44... Move rename directory dialog to GtkBuilder
  a92a232... Set transient parents before init()
  83fc0ac... Move picture details dialog to GtkBuilder
  bc9f113... Move browse directory dialog to GtkBuilder
  631f5a1... Move open files dialog to GtkBuilder
  a290b33... Move search dialog to GtkBuilder
  4e8d66b... Move load files dialog to GtkBuilder
  f830a21... Remove unused function in misc.c
  c529dc4... Remove duplicate NULL check in et_run_program()
  bf1882a... Use GtkTreeView interactive search in CDDB dialog
  400203f... Update the file list column width on path changes


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