[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:

  a307e51... Move main window to EtApplicationWindow object
  91a4ea5... Pass the main window to actions as user data
  8f9b6b8... Move log area to EtLogArea object
  2775279... Move playlist window to EtPlaylistDialog object
  1991190... Move load filenames dialog to EtLoadFilesDialog
  3c01c00... Move file search dialog to EtSearchDialog object
  aae0852... Move preferences dialog to EtPreferencesDialog
  8f6a0ef... Move CDDB dialog to EtCDDBDialog object
  ae50e43... Move scan dialog to EtScanDialog object
  97c0861... Replace strncat() with g_string_append()
  99d01ff... Move select and unselect actions to main window
  c5a9625... Move file selection actions to EtApplicationWindow
  bd7cc57... Set a rough initial window size and pane positions
  7fbde8d... Move browser to EtBrowser object
  2b212e9... Avoid a GtkApplication assertion
  0c505c0... Add GSettings schema
  6b99a1c... Use GSettings for most application settings
  90ab32e... Generate enum descriptions with glib-mkenums
  30bb31f... Generate GSettings enum descriptions
  bcc4425... Store the file list sorting mode in GSettings
  701d7c1... Store the scanner window mode in GSettings
  aa5a405... Store the file extension case mode in GSettings
  cc521f9... Store the playlist content mode in GSettings
  5dc4438... Store ID3v1 and ID3v2 iconv options in GSettings
  c7a2a3d... Store rename filename encoding in GSettings
  e71338b... Store the process fields option in GSettings
  742fd63... Store disc padding preferences in GSettings
  a6c0a24... Store ID3v2.4/2.3 preference in GSettings
  be98a57... Store default browse path in GSettings WIP
  cb53965... Store scan space conversion options in GSettings
  5e89842... Store case sensitive sorting mode in GSettings
  49a3851... Store CDDB search preferences in GSettings
  1ada6b1... Store process fields conversions in GSettings
  9fb504b... Store character set preferences in GSettings
  7a4d508... Store playlist mask preferences in GSettings
  414c46c... Remove local CDDB search function
  8c85dcc... Remove rename directory mask history
  9c53bf4... Store default scanner masks in GSettings
  f0aaffa... Launch default audio player for directory
  852ef32... Launch default audio player for selected files
  d657ede... Remove main configuration file handling
  9cd6eb5... Fix some const string warnings
  225d6d7... Add an app menu
  58e98c2... Add skeleton menubar from GtkBuilder file
  0e3b624... Use GAction for go-directory actions
  65bd39d... Use GAction for miscellaneous menu items
  bdae71e... Add toolbar for new GAction-using toolbar buttons
  39a91d0... Use GAction for go-file actions
  2ba3597... Use GAction for browser menu items
  5389723... Use GAction for edit menu items
  8796a5a... Use GAction for file menu items
  10371f4... Use GAction for some view menu items
  c023cb7... Use GAction for file sorting mode GSetting
  72b4ebe... Use GMenuModel for popup menus
  ad1b4b1... Remove now-unused UIManager proxy logic
  88d529b... Use GAction for toolbar stop button
  f6cf20a... Use named icons instead of GtkStock in some places
  bdb54f3... Convert XPM image data to PNG
  2c2e353... Avoid deprecated margin property with GTK+ 3.12
  430e62b... Refactor popup menu handling
  63cda94... Remove last uses of GtkAction
  91d1cd3... Track main window state
  d5f6f81... Save and restore main window state
  a3c8a2e... Move tag area to EtTagArea object
  ba41391... Move file area to EtFileArea object
  cef0992... Drop explicit call to gtk_main()
  42e529c... Remove unused code when closing preferences dialog
  a5c3444... Remove the cancel button from the preferences
  06128c2... Move dialog setting saving to application window
  253f040... Implement hiding of file header widget
  931c3c9... Avoid warnings when reading and writing ID3 tags

Commits added to the branch:

  ef9c434... Fix crash when reloading the directory tree (*)
  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

(*) This commit already existed in another branch; no separate mail sent


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