[Xfce4-commits] [apps/xfburn] branch master updated (0a37f6d -> 989e479)

noreply at xfce.org noreply at xfce.org
Tue Oct 15 02:21:43 CEST 2019


This is an automated email from the git hooks/post-receive script.

k   a   t   a   n   a   s   t   e   e   l       p   u   s   h   e   d       a       c   h   a   n   g   e       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfburn.

      from  0a37f6d   I18n: Update translation gl (100%).
       new  e1a7eb4   Do no use stock icons anymore.
       new  ffac418   Get ride of stocks icons
       new  78035a1   Remove gtk_image_new_from_stock usage
       new  8fe29b9   Remove last bit of XFBUN_STOCK_* usages
       new  0db14cd   Prepare xfburn for the gtk3 migration
       new  4b22fd4   Use standard "folder" icon theme
       new  3fc812b   updated to autoconf to GTK+3
       new  bae136c   bumped the build version number to 0.5.6
       new  9d746ec   fixed vbox and hbox deprecation warnings
       new  8956597   Fixed more deprecated orientational UI elements
       new  d079a22   updated GtkBox with orientation
       new  3c3532c   fixed orientation on image burn dialog for device selection
       new  574499f   clean up more deprecation warnings
       new  18a23d3   replacing UI Manager and GtkMenubar
       new  89ce66c   the Welcome buttons work again
       new  097d52a   upadated the menubar UI
       new  ee3cad8   Recreated Toolbar in the MainWindow
       new  9097a03   Added back the missing toolbars
       new  7edce0b   made the toggle action work under GTK+3
       new  c53caef   fixed compiler warnings passing GActionGroup
       new  4de96f2   using correct unref functions  for icon free
       new  9e7a160   cleaned up ToggleAction
       new  88633ee   fixed close button on the progress dialog
       new  ae54261   Re-enabling the initial code for setting the starting directory and finish implementation
       new  84972d6   fixed a conversion warning in the image burn dialog creation
       new  d7811d1   fixed audio-composition after cherry-pick introduced VBox
       new  ea46f58   fixed main window UI definition
       new  ff6fd32   adjusted fill and expand of the welcome buttons
       new  e4a04cb   added some alignments to the welcome buttons
       new  1d4e22e   dropping markup on toolbar buttons
       new  a90152b   updated creation of progress bars
       new  f84ba83   moved comp_name inside the test where it's used
       new  595c40e   fixed website link in the about dialog
       new  bc79caf   update function signature to match new G_Type structures
       new  07bc10f   Added my name to the bottom of the authors' list
       new  243799c   fixed function signatures for class init and thread entries points
       new  65047ae   updated linked list "deep" free function
       new  5683cd7   refactored file addition setup for thread_add_files_drag
       new  2d27eb1   migrated g_list_free to g_list_free_full
       new  7a43d2b   progess dialog missed function reference to create progress bar
       new  c734019   fixed all incorrect function ptr casts warnings
       new  989e479   Removed the last remnant if gtk+2 stock icons

The 42 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                        |   2 +
 configure.ac.in                                   |  11 +-
 xfburn.ui                                         | 136 +++--
 xfburn/Makefile.am                                |   2 -
 xfburn/xfburn-adding-progress.c                   |  14 +-
 xfburn/xfburn-audio-composition.c                 | 566 ++++++++++---------
 xfburn/xfburn-audio-disc-usage.c                  |   5 +-
 xfburn/xfburn-blank-dialog.c                      |  29 +-
 xfburn/xfburn-burn-audio-cd-composition-dialog.c  |  25 +-
 xfburn/xfburn-burn-data-cd-composition-dialog.c   |   9 +-
 xfburn/xfburn-burn-data-composition-base-dialog.c |  42 +-
 xfburn/xfburn-burn-data-dvd-composition-dialog.c  |   9 +-
 xfburn/xfburn-burn-image-dialog.c                 |  67 +--
 xfburn/xfburn-compositions-notebook.c             |  14 +-
 xfburn/xfburn-compositions-notebook.h             |   2 +-
 xfburn/xfburn-copy-cd-dialog.c                    |  15 +-
 xfburn/xfburn-copy-dvd-dialog.c                   |  15 +-
 xfburn/xfburn-data-composition.c                  | 659 ++++++++++++----------
 xfburn/xfburn-data-disc-usage.c                   |   5 +-
 xfburn/xfburn-device-box.c                        |  25 +-
 xfburn/xfburn-device-list.c                       |   7 +-
 xfburn/xfburn-directory-browser.c                 |  17 +-
 xfburn/xfburn-disc-usage.c                        |  16 +-
 xfburn/xfburn-file-browser.c                      |  17 +-
 xfburn/xfburn-fs-browser.c                        |  22 +-
 xfburn/xfburn-main-window.c                       | 338 ++++++-----
 xfburn/xfburn-main-window.h                       |   2 +
 xfburn/xfburn-main.c                              |  37 +-
 xfburn/xfburn-main.h                              |   6 +-
 xfburn/xfburn-notebook-tab.c                      |  15 +-
 xfburn/xfburn-preferences-dialog.c                |  85 +--
 xfburn/xfburn-progress-dialog.c                   |  68 +--
 xfburn/xfburn-settings.c                          |   8 +-
 xfburn/xfburn-stock.c                             |  80 ---
 xfburn/xfburn-stock.h                             |  39 --
 xfburn/xfburn-transcoder-basic.c                  |  28 +-
 xfburn/xfburn-transcoder-gst.c                    |  10 +-
 xfburn/xfburn-udev-manager.c                      |   8 +-
 xfburn/xfburn-utils.c                             |  61 +-
 xfburn/xfburn-utils.h                             |   3 +
 xfburn/xfburn-welcome-tab.c                       | 113 ++--
 xfburn/xfburn-welcome-tab.h                       |   6 +-
 42 files changed, 1383 insertions(+), 1255 deletions(-)
 delete mode 100644 xfburn/xfburn-stock.c
 delete mode 100644 xfburn/xfburn-stock.h

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list