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

  678fe74... Move main window to EtApplicationWindow object
  4145ca2... Pass the main window to actions as user data
  bc441e7... Move log area to EtLogArea object
  50f633c... Move playlist window to EtPlaylistDialog object
  cbc72db... Move load filenames dialog to EtLoadFilesDialog
  be64170... Move file search dialog to EtSearchDialog object
  2aa34fd... Move preferences dialog to EtPreferencesDialog
  fa329e6... Move CDDB dialog to EtCDDBDialog object
  118fb5c... Move scan dialog to EtScanDialog object
  2497dd5... Replace strncat() with g_string_append()
  29d6c5d... Move select and unselect actions to main window
  e41679a... Move file selection actions to EtApplicationWindow
  80416f0... Set a rough initial window size and pane positions
  ccfaba7... Move browser to EtBrowser object
  c3c4b15... Avoid a GtkApplication assertion
  c8e04a8... Add GSettings schema
  b846111... Use GSettings for most application settings
  be22345... Generate enum descriptions with glib-mkenums
  9769624... Generate GSettings enum descriptions
  8943bf2... Store the file list sorting mode in GSettings
  45659f2... Store the scanner window mode in GSettings
  79a6eb6... Store the file extension case mode in GSettings
  2543e85... Store the playlist content mode in GSettings
  50d2675... Store ID3v1 and ID3v2 iconv options in GSettings
  0f9d5a0... Store rename filename encoding in GSettings
  fec0958... Store the process fields option in GSettings
  07e4866... Store disc padding preferences in GSettings
  a932966... Store ID3v2.4/2.3 preference in GSettings
  a0fe802... Store default browse path in GSettings
  7ca2398... Store scan space conversion options in GSettings
  1075d7c... Store case sensitive sorting mode in GSettings
  cbcc669... Store CDDB search preferences in GSettings
  f2b8150... Store process fields conversions in GSettings
  521adee... Store character set preferences in GSettings
  f3773d0... Store playlist mask preferences in GSettings
  28cb9d5... Remove local CDDB search function
  0ea0915... Remove rename directory mask history
  4bb7cae... Store default scanner masks in GSettings
  c574b95... Launch default audio player for directory
  91d1ea7... Launch default audio player for selected files
  f88d42c... Remove main configuration file handling
  e89aff5... Fix some const string warnings
  0671623... Add an app menu
  ea28486... Add skeleton menubar from GtkBuilder file
  d48efb2... Use GAction for go-directory actions
  b73988f... Use GAction for miscellaneous menu items
  3b4c540... Add toolbar for new GAction-using toolbar buttons
  f8fc400... Use GAction for go-file actions
  4162bad... Use GAction for browser menu items
  946a6e0... Use GAction for edit menu items
  d126be2... Use GAction for file menu items
  d37918c... Use GAction for some view menu items
  028b35c... Use GAction for file sorting mode GSetting
  3c2fa9e... Use GMenuModel for popup menus
  25263b2... Remove now-unused UIManager proxy logic
  87f4b3d... Use GAction for toolbar stop button
  ac0bef5... Use named icons instead of GtkStock in some places
  a5de429... Convert XPM image data to PNG
  0cdd76a... Avoid deprecated margin property with GTK+ 3.12
  1731bdf... Refactor popup menu handling
  ac08ee6... Remove last uses of GtkAction
  04496b7... Track main window state
  f7f9d72... Save and restore main window state
  17a7076... Move tag area to EtTagArea object
  f1af91c... Move file area to EtFileArea object
  bf08778... Drop explicit call to gtk_main()
  5f487db... Remove unused code when closing preferences dialog
  e589c25... Remove the cancel button from the preferences
  c11e1fe... Move dialog setting saving to application window
  208b82a... Implement hiding of file header widget
  42a8a9d... Avoid warnings when reading and writing ID3 tags
  2e9ba74... Remove use of deprecated GtkMisc xalign property
  fa59325... Use GtkWidget popup-menu signal in EtLogArea
  70b48a0... Use popup-menu signal in EtLoadFilesDialog
  125d9f4... Use GtkWidget popup-menu signal in EtBrowser
  b27ab6a... Avoid warnings when updating the scan dialog
  b504bde... Use same strings in GSettings schema and UI

Commits added to the branch:

  9c07337... Move main window to EtApplicationWindow object
  40829f4... Pass the main window to actions as user data
  eed3c62... Move log area to EtLogArea object
  fc61c84... Move playlist window to EtPlaylistDialog object
  b539bad... Move load filenames dialog to EtLoadFilesDialog
  d35f721... Move file search dialog to EtSearchDialog object
  78462dc... Move preferences dialog to EtPreferencesDialog
  860b237... Move CDDB dialog to EtCDDBDialog object
  56d498d... Move scan dialog to EtScanDialog object
  8dda771... Replace strncat() with g_string_append()
  0d55c22... Move select and unselect actions to main window
  9063b71... Move file selection actions to EtApplicationWindow
  b4f29ba... Set a rough initial window size and pane positions
  5accfab... Move browser to EtBrowser object
  6b8dc57... Avoid a GtkApplication assertion
  5bc7cdc... Add GSettings schema
  e62d461... Use GSettings for most application settings
  63585b1... Generate enum descriptions with glib-mkenums
  001b0e6... Generate GSettings enum descriptions
  a6d62ee... Store the file list sorting mode in GSettings
  8ea8f3d... Store the scanner window mode in GSettings
  721ec15... Store the file extension case mode in GSettings
  a0b574d... Store the playlist content mode in GSettings
  7f44efd... Store ID3v1 and ID3v2 iconv options in GSettings
  36ee32e... Store rename filename encoding in GSettings
  a0cfe4d... Store the process fields option in GSettings
  d0bf607... Store disc padding preferences in GSettings
  725f424... Store ID3v2.4/2.3 preference in GSettings
  c897617... Store default browse path in GSettings
  eb3ec0e... Store scan space conversion options in GSettings
  b1de385... Store case sensitive sorting mode in GSettings
  069320a... Store CDDB search preferences in GSettings
  43c75d7... Store process fields conversions in GSettings
  a70fdb8... Store character set preferences in GSettings
  15bbcd4... Store playlist mask preferences in GSettings
  2dd2fba... Remove local CDDB search function
  f08f3c0... Remove rename directory mask history
  134d7e1... Store default scanner masks in GSettings
  b1681a1... Launch default audio player for directory
  a3de939... Launch default audio player for selected files
  9a12973... Remove main configuration file handling
  d137124... Fix some const string warnings
  d0cc69c... Add an app menu
  9e199d2... Add skeleton menubar from GtkBuilder file
  fc44c0c... Use GAction for go-directory actions
  1ee0f11... Use GAction for miscellaneous menu items
  3f86ab9... Add toolbar for new GAction-using toolbar buttons
  a6ef6a6... Use GAction for go-file actions
  6cfcc6b... Use GAction for browser menu items
  f27bfe9... Use GAction for edit menu items
  4efed6d... Use GAction for file menu items
  31cbda6... Use GAction for some view menu items
  a3fc2fe... Use GAction for file sorting mode GSetting
  95f8417... Use GMenuModel for popup menus
  1ce769a... Remove now-unused UIManager proxy logic
  6009996... Use GAction for toolbar stop button
  ed796d9... Use named icons instead of GtkStock in some places
  4cfa447... Convert XPM image data to PNG
  e488c6e... Avoid deprecated margin property with GTK+ 3.12
  42b0fed... Refactor popup menu handling
  e9f7e6e... Remove last uses of GtkAction
  2b99526... Track main window state
  c2b65d8... Save and restore main window state
  7b6917d... Move tag area to EtTagArea object
  6347d59... Move file area to EtFileArea object
  9c335b7... Drop explicit call to gtk_main()
  1de9972... Remove unused code when closing preferences dialog
  226888d... Remove the cancel button from the preferences
  7e179c2... Move dialog setting saving to application window
  f8b27a1... Implement hiding of file header widget
  e65a39f... Avoid warnings when reading and writing ID3 tags
  5a64c1c... Remove use of deprecated GtkMisc xalign property
  2200640... Use GtkWidget popup-menu signal in EtLogArea
  4bf2d45... Use popup-menu signal in EtLoadFilesDialog
  d98d066... Use GtkWidget popup-menu signal in EtBrowser
  c3488d8... Avoid warnings when updating the scan dialog
  d6934e4... Use same strings in GSettings schema and UI
  8d0a84d... Move some GApplication handlers to EtApplication
  8ce7d98... Refactor about dialog handling


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