Skip to content
Snippets Groups Projects
Forked from Xfce / thunar
Source project has a limited visibility.
  • Benedikt Meurer's avatar
    bf0e8ec4
    2006-01-28 Benedikt Meurer <benny@xfce.org> · bf0e8ec4
    Benedikt Meurer authored
    	* thunar-vfs/thunar-vfs-chmod-job.c(thunar_vfs_chmod_job_execute),
    	  thunar-vfs/thunar-vfs-chown-job.c(thunar_vfs_chown_job_execute):
    	  Properly emit and release an error that occurred on the last file.
    	* THANKS, thunar/thunar-shortcuts-view.c: Add support to open shortcuts
    	  in new windows using the context menu or double-middle-clicks, based
    	  on a patch by Laurent Meunier <meunier.laurent@laposte.net>. This
    	  fixes bug #1381.
    	* docs/README.thunarrc, thunar/thunar-preferences.c,
    	  thunar/thunar-window.c: Remember the window dimensions whenever the
    	  size of a window is changed and use the last saved window dimensions
    	  for newly created windows. This fixes bug #1389.
    	* thunar/thunar-pango-extensions.{c,h}: Add new helper function
    	  thunar_pango_attr_list_big_bold(), which returns a pango attribute
    	  list for big, bold text rendering.
    	* thunar/thunar-permissions-chooser.c
    	  (thunar_permissions_chooser_ask_recursive): Use big, bold label for
    	  the dialog title to stay consistent with GtkMessageDialog.
    	* thunar-vfs/Makefile.am, thunar-vfs/thunar-vfs-creat-job.{c,h},
    	  thunar-vfs/thunar-vfs.{c,h}, thunar-vfs/thunar-vfs.symbols: Add new
    	  class ThunarVfsCreatJob, which is used to create empty files for a
    	  given list of paths.
    	* docs/reference/thunar-vfs/tmpl/thunar-vfs-operations.sgml,
    	  docs/reference/thunar-vfs/thunar-vfs-sections.txt: Update API docs.
    	* thunar/thunar-application.{c,h}: Add thunar_application_creat() as
    	  wrapper for the newly imported ThunarVfsCreatJob.
    	* thunar/thunar-application.{c,h}: Add thunar_application_copy_to() to
    	  copy files from one location to another, rather than copying files
    	  from different sources to exactly one folder.
    	* thunar/thunar-create-dialog.c(thunar_create_dialog_set_filename):
    	  If the suggested file name contains a dot, pre-select only the text
    	  up to the dot.
    	* thunar/thunar-standard-view-ui.xml, thunar/thunar-standard-view.c,
    	  thunar/thunar-templates-action.{c,h}, thunar/Makefile.am: Add support
    	  for Templates in a way compatible with what Nautilus does currently.
    	  This is part one of the fix for bug #1391.
    	* thunar/thunar-preferences, docs/README.thunarrc: Add new property
    	  "misc-show-about-templates", which determines whether the "About
    	  Templates" dialog will be shown when entering the Templates folder.
    	* icons/16x16/stock_thunar-templates.png, icons/16x16/Makefile.am,
    	  thunar/thunar-stock.{c,h}: Add new stock icon "thunar-templates".
    	* thunar/thunar-window-ui.xml, thunar/thunar-window.c: Add "Templates"
    	  to the "Go" menu, which will open the ~/Templates folder (it will be
    	  created on-demand) and popup a message describing the purpose of the
    	  ~/Templates folder. This is part two of the fix for bug #1391.
    	* po/POTFILES.in: Add new files here.
    	* po/*.po: Merge new strings.
    
    
    
    
    (Old svn revision: 19639)
    bf0e8ec4
    History
    2006-01-28 Benedikt Meurer <benny@xfce.org>
    Benedikt Meurer authored
    	* thunar-vfs/thunar-vfs-chmod-job.c(thunar_vfs_chmod_job_execute),
    	  thunar-vfs/thunar-vfs-chown-job.c(thunar_vfs_chown_job_execute):
    	  Properly emit and release an error that occurred on the last file.
    	* THANKS, thunar/thunar-shortcuts-view.c: Add support to open shortcuts
    	  in new windows using the context menu or double-middle-clicks, based
    	  on a patch by Laurent Meunier <meunier.laurent@laposte.net>. This
    	  fixes bug #1381.
    	* docs/README.thunarrc, thunar/thunar-preferences.c,
    	  thunar/thunar-window.c: Remember the window dimensions whenever the
    	  size of a window is changed and use the last saved window dimensions
    	  for newly created windows. This fixes bug #1389.
    	* thunar/thunar-pango-extensions.{c,h}: Add new helper function
    	  thunar_pango_attr_list_big_bold(), which returns a pango attribute
    	  list for big, bold text rendering.
    	* thunar/thunar-permissions-chooser.c
    	  (thunar_permissions_chooser_ask_recursive): Use big, bold label for
    	  the dialog title to stay consistent with GtkMessageDialog.
    	* thunar-vfs/Makefile.am, thunar-vfs/thunar-vfs-creat-job.{c,h},
    	  thunar-vfs/thunar-vfs.{c,h}, thunar-vfs/thunar-vfs.symbols: Add new
    	  class ThunarVfsCreatJob, which is used to create empty files for a
    	  given list of paths.
    	* docs/reference/thunar-vfs/tmpl/thunar-vfs-operations.sgml,
    	  docs/reference/thunar-vfs/thunar-vfs-sections.txt: Update API docs.
    	* thunar/thunar-application.{c,h}: Add thunar_application_creat() as
    	  wrapper for the newly imported ThunarVfsCreatJob.
    	* thunar/thunar-application.{c,h}: Add thunar_application_copy_to() to
    	  copy files from one location to another, rather than copying files
    	  from different sources to exactly one folder.
    	* thunar/thunar-create-dialog.c(thunar_create_dialog_set_filename):
    	  If the suggested file name contains a dot, pre-select only the text
    	  up to the dot.
    	* thunar/thunar-standard-view-ui.xml, thunar/thunar-standard-view.c,
    	  thunar/thunar-templates-action.{c,h}, thunar/Makefile.am: Add support
    	  for Templates in a way compatible with what Nautilus does currently.
    	  This is part one of the fix for bug #1391.
    	* thunar/thunar-preferences, docs/README.thunarrc: Add new property
    	  "misc-show-about-templates", which determines whether the "About
    	  Templates" dialog will be shown when entering the Templates folder.
    	* icons/16x16/stock_thunar-templates.png, icons/16x16/Makefile.am,
    	  thunar/thunar-stock.{c,h}: Add new stock icon "thunar-templates".
    	* thunar/thunar-window-ui.xml, thunar/thunar-window.c: Add "Templates"
    	  to the "Go" menu, which will open the ~/Templates folder (it will be
    	  created on-demand) and popup a message describing the purpose of the
    	  ~/Templates folder. This is part two of the fix for bug #1391.
    	* po/POTFILES.in: Add new files here.
    	* po/*.po: Merge new strings.
    
    
    
    
    (Old svn revision: 19639)