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

  d9c4d5e... Move load filenames dialog to EtLoadFilesDialog
  be5085e... Move file search dialog to EtSearchDialog object
  9b93aa3... Move preferences dialog to EtPreferencesDialog
  8bb39b0... Move CDDB dialog to EtCDDBDialog object
  8c258d9... Move scan dialog to EtScanDialog object
  b656a0e... Replace strncat() with g_string_append()
  2d76562... Move select and unselect actions to main window
  929561b... Move file selection actions to EtApplicationWindow
  4b3bee9... Set a rough initial window size and pane positions
  80b54a3... Move browser to EtBrowser object
  b98e619... Avoid a GtkApplication assertion
  006b815... Add GSettings schema
  f971176... Use GSettings for most application settings
  b363332... Generate enum descriptions with glib-mkenums
  8c84ecc... Generate GSettings enum descriptions
  a5d06f1... Store the file list sorting mode in GSettings
  04c1c96... Store the scanner window mode in GSettings
  352d426... Store the file extension case mode in GSettings
  0f9b2ba... Store the playlist content mode in GSettings
  662aaec... Store ID3v1 and ID3v2 iconv options in GSettings
  b5d3a53... Store rename filename encoding in GSettings
  b563915... Store the process fields option in GSettings
  f90db8f... Store disc padding preferences in GSettings
  e972405... Store ID3v2.4/2.3 preference in GSettings
  4c0d76d... Store default browse path in GSettings
  0dfc5e8... Store scan space conversion options in GSettings
  55a3187... Store case sensitive sorting mode in GSettings
  7ddc40f... Store CDDB search preferences in GSettings
  c3874cb... Store process fields conversions in GSettings
  606a663... Store character set preferences in GSettings
  de0aa93... Store playlist mask preferences in GSettings
  9422236... Remove local CDDB search function
  2e4e63f... Remove rename directory mask history
  749e98f... Store default scanner masks in GSettings
  9de644a... Launch default audio player for directory
  440b5d5... Launch default audio player for selected files
  6da2aaf... Remove main configuration file handling
  427e58f... Fix some const string warnings
  a3838ac... Add an app menu
  241a09c... Add skeleton menubar from GtkBuilder file
  1e193ee... Use GAction for go-directory actions
  a31d648... Use GAction for miscellaneous menu items
  750c935... Add toolbar for new GAction-using toolbar buttons
  57cda08... Use GAction for go-file actions
  19cb1f5... Use GAction for browser menu items
  95a9e3f... Use GAction for edit menu items
  cf42410... Use GAction for file menu items
  45788f2... Use GAction for some view menu items
  3845096... Use GAction for file sorting mode GSetting
  400cb77... Use GMenuModel for popup menus
  9fc2a4d... Remove now-unused UIManager proxy logic
  77d55b9... Use GAction for toolbar stop button
  186a069... Use named icons instead of GtkStock in some places
  5ec972e... Convert XPM image data to PNG
  4ce6911... Avoid deprecated margin property with GTK+ 3.12
  2673f0b... Refactor popup menu handling
  d25353b... Remove last uses of GtkAction
  b338639... Track main window state
  f112188... Save and restore main window state
  037039e... Move tag area to EtTagArea object
  50d22a5... Move file area to EtFileArea object
  3d299ef... Drop explicit call to gtk_main()
  a1994bb... Remove unused code when closing preferences dialog
  213e691... Remove the cancel button from the preferences
  aa7a169... Move dialog setting saving to application window
  2d8a6aa... Implement hiding of file header widget
  a2ea8ba... Avoid warnings when reading and writing ID3 tags
  36a6f91... Remove use of deprecated GtkMisc xalign property
  4a01985... Use GtkWidget popup-menu signal in EtLogArea
  886e164... Use popup-menu signal in EtLoadFilesDialog
  09526dd... Use GtkWidget popup-menu signal in EtBrowser
  2094414... Avoid warnings when updating the scan dialog
  9818ded... Use same strings in GSettings schema and UI
  4a8491a... Move some GApplication handlers to EtApplication
  bca4b25... Refactor about dialog handling
  cc5ff6d... Split off main() to a separate source file
  7f66b12... Remove last uses of deprecated GtkStock
  8551ee7... Remove use of deprecated GtkImageMenuItem
  92bef6c... Move tagging code to new subdirectory
  8b5e121... Set maximum allowed GLib version to 2.32
  18af537... Disable writing of ID3v1 tags by default
  7eac716... Enable ID3v2.3 (instead of ID3v2.4) by default
  d2d492e... Split progress bar from status bar
  3541d0b... Move status bar to EtStatusBar object
  9ca7bd5... Add "music" to the desktop file keywords
  c07c2cb... Review strings
  cc8d8a4... Move scanner preferences page to GtkBuilder
  c9044b3... Move confirmation preferences page to GtkBuilder
  ee32e7b... Move UI and misc preferences pages to GtkBuilder
  fc31704... Move file preferences page to GtkBuilder
  4febb2c... Move tags preferences page to GtkBuilder
  1f84b2d... Move ID3 preferences page to GtkBuilder
  8415810... Move CDDB preferences page to GtkBuilder
  5d1e513... Move preferences notebook into GtkBuilder
  5c79e7a... Remove redundant et_grid_new() define
  0a11075... Remove unnecessary et_grid_attach_margins()
  79a2e49... Remove old GTK+ 2 grid compatibility code
  f4be19c... Move playlist dialog to GtkBuilder
  1fa8ca6... Move rename directory dialog to GtkBuilder
  4e61a44... Set transient parents before init()
  8d5b5f0... Move picture details dialog to GtkBuilder
  beae161... Move browse directory dialog to GtkBuilder
  1cfa561... Move open files dialog to GtkBuilder
  f82cfb4... Move search dialog to GtkBuilder

Commits added to the branch:

  f6073f8... Move load filenames dialog to EtLoadFilesDialog
  58ce5b4... Move file search dialog to EtSearchDialog object
  6744dd6... Move preferences dialog to EtPreferencesDialog
  4949a4e... Move CDDB dialog to EtCDDBDialog object
  c6d50a9... Move scan dialog to EtScanDialog object
  2cdaec1... Replace strncat() with g_string_append()
  2251991... Move select and unselect actions to main window
  bb14f80... Move file selection actions to EtApplicationWindow
  656b6ac... Set a rough initial window size and pane positions
  578e088... Move browser to EtBrowser object
  ecb3104... Avoid a GtkApplication assertion
  06ae934... Add GSettings schema
  f6ae800... Use GSettings for most application settings
  92aedf3... Generate enum descriptions with glib-mkenums
  dfdb011... Generate GSettings enum descriptions
  6f9ec60... Store the file list sorting mode in GSettings
  e72f34a... Store the scanner window mode in GSettings
  4c293f9... Store the file extension case mode in GSettings
  ab9db92... Store the playlist content mode in GSettings
  85a382d... Store ID3v1 and ID3v2 iconv options in GSettings
  fa341f5... Store rename filename encoding in GSettings
  5f80746... Store the process fields option in GSettings
  a17385e... Store disc padding preferences in GSettings
  ea61019... Store ID3v2.4/2.3 preference in GSettings
  4c5560c... Store default browse path in GSettings
  390d222... Store scan space conversion options in GSettings
  62aea3d... Store case sensitive sorting mode in GSettings
  72b7118... Store CDDB search preferences in GSettings
  b133452... Store process fields conversions in GSettings
  5766058... Store character set preferences in GSettings
  66264f7... Store playlist mask preferences in GSettings
  43b6a18... Remove local CDDB search function
  ea78ecd... Remove rename directory mask history
  e4d11fd... Store default scanner masks in GSettings
  15af72e... Launch default audio player for directory
  58c135f... Launch default audio player for selected files
  73b49a9... Remove main configuration file handling
  3888abb... Fix some const string warnings
  a081564... Add an app menu
  a50cb9b... Add skeleton menubar from GtkBuilder file
  94ac545... Use GAction for go-directory actions
  a053ad9... Use GAction for miscellaneous menu items
  38631a0... Add toolbar for new GAction-using toolbar buttons
  356c8b7... Use GAction for go-file actions
  a4bded1... Use GAction for browser menu items
  7cea992... Use GAction for edit menu items
  4aef633... Use GAction for file menu items
  6167053... Use GAction for some view menu items
  880466e... Use GAction for file sorting mode GSetting
  97b87c3... Use GMenuModel for popup menus
  83613fa... Remove now-unused UIManager proxy logic
  ccb68ff... Use GAction for toolbar stop button
  0d540ea... Use named icons instead of GtkStock in some places
  bf6de6d... Convert XPM image data to PNG
  1e9a67d... Avoid deprecated margin property with GTK+ 3.12
  8233927... Refactor popup menu handling
  79fbae0... Remove last uses of GtkAction
  98153bd... Track main window state
  926acae... Save and restore main window state
  36417c7... Move tag area to EtTagArea object
  e4b8112... Move file area to EtFileArea object
  0ed511f... Drop explicit call to gtk_main()
  29eac39... Remove unused code when closing preferences dialog
  a354ec6... Remove the cancel button from the preferences
  2164b98... Move dialog setting saving to application window
  f769e88... Implement hiding of file header widget
  b3109d0... Avoid warnings when reading and writing ID3 tags
  3d11e81... Remove use of deprecated GtkMisc xalign property
  185bdf8... Use GtkWidget popup-menu signal in EtLogArea
  a8dc97f... Use popup-menu signal in EtLoadFilesDialog
  2aa086d... Use GtkWidget popup-menu signal in EtBrowser
  7e28d51... Avoid warnings when updating the scan dialog
  0b8015c... Use same strings in GSettings schema and UI
  8fefcba... Move some GApplication handlers to EtApplication
  852c233... Refactor about dialog handling
  b77ada2... Split off main() to a separate source file
  aa54238... Remove last uses of deprecated GtkStock
  10f6f77... Remove use of deprecated GtkImageMenuItem
  c2df0da... Move tagging code to new subdirectory
  b2a2450... Set maximum allowed GLib version to 2.32
  1b3bfef... Disable writing of ID3v1 tags by default
  989caa5... Enable ID3v2.3 (instead of ID3v2.4) by default
  d358249... Split progress bar from status bar
  3eb3ec4... Move status bar to EtStatusBar object
  538b5c4... Add "music" to the desktop file keywords
  61223b7... Review strings
  75eeade... Move scanner preferences page to GtkBuilder
  aeabd7f... Move confirmation preferences page to GtkBuilder
  f478607... Move UI and misc preferences pages to GtkBuilder
  c6dcae0... Move file preferences page to GtkBuilder
  fbdd92d... Move tags preferences page to GtkBuilder
  3b87f7c... Move ID3 preferences page to GtkBuilder
  740cd1b... Move CDDB preferences page to GtkBuilder
  fe43fb8... Move preferences notebook into GtkBuilder
  853d288... Remove redundant et_grid_new() define
  2fba420... Remove unnecessary et_grid_attach_margins()
  c1a6911... Remove old GTK+ 2 grid compatibility code
  b638741... Move playlist dialog to GtkBuilder
  709f533... Move rename directory dialog to GtkBuilder
  abc24b7... Set transient parents before init()
  0da2c0a... Move picture details dialog to GtkBuilder
  c702a73... Move browse directory dialog to GtkBuilder
  ec36394... Move open files dialog to GtkBuilder
  2d5e4b2... Move search dialog to GtkBuilder
  49820b7... Move load files dialog to GtkBuilder


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