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

  2437a01... Use GSettings for most application settings
  a76afa3... Generate enum descriptions with glib-mkenums
  d400c80... Generate GSettings enum descriptions
  652df51... Store the file list sorting mode in GSettings
  e0998ab... Store the scanner window mode in GSettings
  ed09cef... Store the file extension case mode in GSettings
  0b9ab4c... Store the playlist content mode in GSettings
  76b3bd2... Store ID3v1 and ID3v2 iconv options in GSettings
  734d34e... Store rename filename encoding in GSettings
  1703d85... Store the process fields option in GSettings
  83ea9c8... Store disc padding preferences in GSettings
  1c9af64... Store ID3v2.4/2.3 preference in GSettings
  3c8076e... Store scan space conversion options in GSettings
  ec509e7... Store case sensitive sorting mode in GSettings
  a6afef2... Store CDDB search preferences in GSettings
  4f55a40... Store process fields conversions in GSettings
  d3dbe51... Store character set preferences in GSettings
  366cf74... Store playlist mask preferences in GSettings
  e9f7fe5... Remove local CDDB search function
  4ef6afc... Store default scanner masks in GSettings
  2526476... Launch default audio player for directory
  151f95e... Launch default audio player for selected files
  ea28382... Remove main configuration file handling
  d4b58fa... Fix some const string warnings
  b031777... Add an app menu
  962ad44... Add skeleton menubar from GtkBuilder file
  16edfeb... Use GAction for go-directory actions
  b307be7... Use GAction for miscellaneous menu items
  9f1e55e... Add toolbar for new GAction-using toolbar buttons
  edeb127... Use GAction for go-file actions
  cd22655... Use GAction for browser menu items
  3609c02... Use GAction for edit menu items
  48f4417... Use GAction for file menu items
  f1e7ad1... Use GAction for some view menu items
  4240df4... Use GAction for file sorting mode GSetting
  3680a80... Use GMenuModel for popup menus
  80b224e... Remove now-unused UIManager proxy logic
  9bbabbf... Use GAction for toolbar stop button
  b77f062... Use named icons instead of GtkStock in some places
  f809b35... Convert XPM image data to PNG
  7434daf... Avoid deprecated margin property with GTK+ 3.12
  6c92316... Refactor popup menu handling
  ad71355... Remove last uses of GtkAction
  28a6540... Track main window state
  8e8a428... Save and restore main window state
  68126d2... Move tag area to EtTagArea object
  814d72a... Move file area to EtFileArea object
  725a0a7... Drop explicit call to gtk_main()
  ea7d9b3... Remove unused code when closing preferences dialog
  c97d970... Remove the cancel button from the preferences
  6c068d0... Move dialog setting saving to application window
  377c665... Implement hiding of file header widget
  7858d62... Avoid warnings when reading and writing ID3 tags
  659ec7d... Remove use of deprecated GtkMisc xalign property
  ce1ee77... Use GtkWidget popup-menu signal in EtLogArea
  e160572... Use popup-menu signal in EtLoadFilesDialog
  c7289b2... Use GtkWidget popup-menu signal in EtBrowser
  0d1de3a... Avoid warnings when updating the scan dialog
  0210801... Use same strings in GSettings schema and UI
  88a2f73... Move some GApplication handlers to EtApplication
  735d790... Refactor about dialog handling
  e61e608... Split off main() to a separate source file
  38c32f7... Remove last uses of deprecated GtkStock
  9b32ad5... Remove use of deprecated GtkImageMenuItem
  560a189... Move tagging code to new subdirectory
  6825439... Set maximum allowed GLib version to 2.32
  262cf05... Disable writing of ID3v1 tags by default
  f9d6007... Enable ID3v2.3 (instead of ID3v2.4) by default
  14b1f84... Split progress bar from status bar
  5ca4977... Move status bar to EtStatusBar object
  35d38b6... Add "music" to the desktop file keywords
  ea213e4... Review strings
  f2f5e62... Move scanner preferences page to GtkBuilder
  e414f42... Move confirmation preferences page to GtkBuilder
  f08e300... Move UI and misc preferences pages to GtkBuilder
  8dacac9... Move file preferences page to GtkBuilder
  a4c6ff3... Move tags preferences page to GtkBuilder
  28434a6... Move ID3 preferences page to GtkBuilder
  57a5f85... Move CDDB preferences page to GtkBuilder
  30a92e6... Move preferences notebook into GtkBuilder
  bcf55c3... Remove redundant et_grid_new() define
  bab5646... Remove unnecessary et_grid_attach_margins()
  1fa9572... Remove old GTK+ 2 grid compatibility code
  97ad739... Move playlist dialog to GtkBuilder
  5124d9b... Move rename directory dialog to GtkBuilder
  f30abda... Set transient parents before init()
  3df3f43... Move picture details dialog to GtkBuilder
  9b28f7f... Move browse directory dialog to GtkBuilder
  4869118... Move open files dialog to GtkBuilder
  e1a6878... Move search dialog to GtkBuilder
  9362d2b... Move load files dialog to GtkBuilder
  f9c6c38... Remove unused function in misc.c
  0aaaa6e... Remove duplicate NULL check in et_run_program()
  cea1e8d... Use GtkTreeView interactive search in CDDB dialog
  71d14f7... Update the file list column width on path changes
  9803692... Remove global INIT_DIRECTORY variable
  9795dc5... Move application quit code to EtApplicationWindow
  b6f1096... Review more strings
  c81eb30... Review many translatable strings

Commits added to the branch:

  528ff19... Use GSettings for most application settings
  7418209... Generate enum descriptions with glib-mkenums
  af6793e... Generate GSettings enum descriptions
  7470a29... Store the file list sorting mode in GSettings
  37555fc... Store the scanner window mode in GSettings
  fc3c397... Store the file extension case mode in GSettings
  469140e... Store the playlist content mode in GSettings
  02b5318... Store ID3v1 and ID3v2 iconv options in GSettings
  f0270a6... Store rename filename encoding in GSettings
  a8ccfd4... Store the process fields option in GSettings
  8f648da... Store disc padding preferences in GSettings
  ac46a46... Store ID3v2.4/2.3 preference in GSettings
  bb1e710... Store scan space conversion options in GSettings
  377d9cf... Store case sensitive sorting mode in GSettings
  6d475c8... Store CDDB search preferences in GSettings
  f475d5c... Store process fields conversions in GSettings
  30f87f9... Store character set preferences in GSettings
  1333c07... Store playlist mask preferences in GSettings
  aa3daba... Remove local CDDB search function
  bc6966a... Store default scanner masks in GSettings
  71865be... Launch default audio player for directory
  5526c15... Launch default audio player for selected files
  ea136c0... Remove main configuration file handling
  9ad562a... Fix some const string warnings
  8bad3a5... Add an app menu
  0dda78b... Add skeleton menubar from GtkBuilder file
  eb3749f... Use GAction for go-directory actions
  aefd6df... Use GAction for miscellaneous menu items
  1a60306... Add toolbar for new GAction-using toolbar buttons
  459150e... Use GAction for go-file actions
  1c74e5a... Use GAction for browser menu items
  4bb620e... Use GAction for edit menu items
  f37c1b3... Use GAction for file menu items
  4d24235... Use GAction for some view menu items
  bb4bb6f... Use GAction for file sorting mode GSetting
  7e75bfb... Use GMenuModel for popup menus
  4b7b43e... Remove now-unused UIManager proxy logic
  348123b... Use GAction for toolbar stop button
  7a7aa3c... Use named icons instead of GtkStock in some places
  cb165fa... Convert XPM image data to PNG
  0a41b9a... Avoid deprecated margin property with GTK+ 3.12
  985a94c... Refactor popup menu handling
  11f839d... Remove last uses of GtkAction
  3d0895d... Track main window state
  f9d8fa4... Save and restore main window state
  fc874a7... Move tag area to EtTagArea object
  594e957... Move file area to EtFileArea object
  e50cfde... Drop explicit call to gtk_main()
  03ab266... Remove unused code when closing preferences dialog
  479fef7... Remove the cancel button from the preferences
  2ebe386... Move dialog setting saving to application window
  94be19c... Implement hiding of file header widget
  d881fa1... Avoid warnings when reading and writing ID3 tags
  15ab6f2... Remove use of deprecated GtkMisc xalign property
  a1018b4... Use GtkWidget popup-menu signal in EtLogArea
  9411e2f... Use popup-menu signal in EtLoadFilesDialog
  6530bf0... Use GtkWidget popup-menu signal in EtBrowser
  4813e3a... Avoid warnings when updating the scan dialog
  63a1232... Use same strings in GSettings schema and UI
  d91fc6a... Move some GApplication handlers to EtApplication
  fffeab4... Refactor about dialog handling
  37b1ffa... Split off main() to a separate source file
  eece2dd... Remove last uses of deprecated GtkStock
  4fa650f... Remove use of deprecated GtkImageMenuItem
  7d8d228... Move tagging code to new subdirectory
  96b081f... Set maximum allowed GLib version to 2.32
  d02484d... Disable writing of ID3v1 tags by default
  69ca171... Enable ID3v2.3 (instead of ID3v2.4) by default
  238a048... Split progress bar from status bar
  ff27f47... Move status bar to EtStatusBar object
  e26ea44... Add "music" to the desktop file keywords
  5799efb... Review strings
  663410e... Move scanner preferences page to GtkBuilder
  c65572a... Move confirmation preferences page to GtkBuilder
  8669c61... Move UI and misc preferences pages to GtkBuilder
  beab893... Move file preferences page to GtkBuilder
  5194428... Move tags preferences page to GtkBuilder
  1f58d9e... Move CDDB preferences page to GtkBuilder
  7ca75e8... Move preferences notebook into GtkBuilder
  f87a971... Remove redundant et_grid_new() define
  f6a10b4... Remove unnecessary et_grid_attach_margins()
  b15aa82... Remove old GTK+ 2 grid compatibility code
  aca16a5... Move playlist dialog to GtkBuilder
  5bdc10d... Move rename directory dialog to GtkBuilder
  e00a7ea... Set transient parents before init()
  e169b25... Move picture details dialog to GtkBuilder
  93ad29c... Move browse directory dialog to GtkBuilder
  b556264... Move open files dialog to GtkBuilder
  c20ab15... Move search dialog to GtkBuilder
  54e35a6... Move load files dialog to GtkBuilder
  60dca80... Remove unused function in misc.c
  75d6031... Remove duplicate NULL check in et_run_program()
  2adda44... Use GtkTreeView interactive search in CDDB dialog
  a42e93c... Update the file list column width on path changes
  717813f... Remove global INIT_DIRECTORY variable
  a05d398... Move application quit code to EtApplicationWindow
  949376a... Review more strings
  1b3f886... Review many translatable strings


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