Skip to content
Snippets Groups Projects
  1. Feb 01, 2006
    • Benedikt Meurer's avatar
      2006-02-01 Benedikt Meurer <benny@xfce.org> · 1e9014e0
      Benedikt Meurer authored
      	* thunar/thunar-standard-view.c: Open a dialog when renaming a file.
      	  Bug #1413.
      	* thunar/thunar-standard-view.c(thunar_standard_view_action_delete):
      	  Use "Cancel" and "Delete" buttons in the delete confirmation dialog,
      	  as suggested by Jasper.
      	* thunar/thunar-progress-dialog.c(thunar_progress_dialog_error),
      	  thunar/thunar-permissions-chooser.c
      	  (thunar_permissions_chooser_job_error): Use "Close" button for the
      	  error dialogs.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Some work on the german translations.
      	* docs/reference/thunar-vfs/tmpl/: Update thunar-vfs API docs.
      
      
      
      
      (Old svn revision: 19709)
      1e9014e0
  2. Jan 31, 2006
  3. Jan 30, 2006
    • Benedikt Meurer's avatar
      2006-01-30 Benedikt Meurer <benny@xfce.org> · d1f9d815
      Benedikt Meurer authored
      	* thunar/Makefile.am, thunar/thunar-throbber.{c,h}: Import the
      	  ThunarThrobber widget class, which display a loading animation
      	  similar to the one found in Firefox.
      	* thunar/thunar-statusbar.{c,h}: Drop the statusbar icon, as it's
      	  confusing, since it refers to the current folder instead of the
      	  selected items, but the text displayed in the statusbar refers to the
      	  selected items.
      	* thunar/thunar-window.c: Add a ThunarThrobber to the menu bar, and use
      	  it to display loading animation instead of the statusbar icon.
      	* thunar/thunar-window.c: Add additional reload shortcut GDK_F5.
      	* docs/README.thunarrc, thunar/thunar-preferences.c,
      	  thunar/thunar-window-ui.xml, thunar/thunar-window.c: The statusbar
      	  is optional now. Bug #1395.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      
      
      
      
      (Old svn revision: 19671)
      d1f9d815
    • Daichi Kawahata's avatar
      Added Russian translations by Andrey Fedoseev <andrey.fedoseev@gmail.com>. · 001bc408
      Daichi Kawahata authored
      (Old svn revision: 19667)
      001bc408
  4. Jan 29, 2006
    • Benedikt Meurer's avatar
      2006-01-29 Benedikt Meurer <benny@xfce.org> · 2772a801
      Benedikt Meurer authored
      	* thunar/thunar-enum-types.{c,h}: Add ThunarZoomLevel and ThunarIconSize
      	  required for the zoom-level support.
      	* docs/README.thunarrc, thunar/thunar-preferences.c: Changed property
      	  ShortcutsIconSize to ThunarIconSize, required for the upcoming
      	  changes to ThunarIconRenderer. People starting Thunar for the first
      	  time after this upgrade will notice that the size of the shortcuts
      	  icons is too small because of this change. Either edit thunarrc and
      	  change ShortcutsIconSize appropriately or just remove thunarrc and
      	  let Thunar recreate it with sane defaults (your settings will be lost
      	  then). Add two new preferences LastDetailsViewZoomLevel and
      	  LastIconViewZoomLevel.
      	* thunar/thunar-icon-renderer.{c,h}: The size property is now of type
      	  ThunarIconSize, rather than plain int.
      	* thunar/thunar-view.{c,h}: Add zoom control methods to the ThunarView
      	  interface.
      	* thunar/thunar-standard-view.{c,h}, thunar/thunar-standard-view-ui.xml,
      	  thunar/thunar-window-ui.xml, thunar/thunar-window.{c,h},
      	  thunar/thunar-details-view.c, thunar/thunar-icon-view.c: Add support
      	  for seven different zoom levels to Thunar based on the previous
      	  changes. This fixes bug #1357, and thereby implements one of the most
      	  oftenly requested features.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      
      
      
      
      (Old svn revision: 19662)
      2772a801
    • Benedikt Meurer's avatar
      2006-01-29 Benedikt Meurer <benny@xfce.org> · 2e87c196
      Benedikt Meurer authored
      	* thunar/thunar-list-model.c(thunar_list_model_files_removed): Fix bug
      	  where only the first file was removed.
      	* thunar/thunar-folder.{c,h}: Add new method thunar_folder_reload(),
      	  which explicitly forces the ThunarFolder to reload its contents.
      	  This fixes bug #1360.
      	* thunar/thunar-view.{c,h}: Add new method thunar_view_reload() to the
      	  ThunarView interface.
      	* thunar/thunar-standard-view.c: Implement thunar_view_reload() for the
      	  ThunarStandardView class, using the newly added thunar_folder_reload()
      	  method.
      	* thunar/thunar-window-ui.xml, thunar/thunar-window.c: Add a "Reload"
      	  item to the "View" menu, using "Ctrl+R" as accelerator to stay com-
      	  patible with Firefox, Nautilus, etc. This fixes bug #1361.
      	* thunar/thunar-standard-view.c
      	  (thunar_standard_view_drag_data_received): Reload the contents of the
      	  target folder after a successful XDirectSave. This fixes bug #1362.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      
      
      
      
      (Old svn revision: 19658)
      2e87c196
    • Daichi Kawahata's avatar
      Updated Dutch translations by Vincent Tunru <imnotb@gmail.com>. · c58b4ea3
      Daichi Kawahata authored
      (Old svn revision: 19652)
      c58b4ea3
    • Daichi Kawahata's avatar
      Updated Dutch translations by Vincent Tunru <imnotb@gmail.com>. · 23858392
      Daichi Kawahata authored
      (Old svn revision: 19649)
      23858392
    • Daichi Kawahata's avatar
      Added again (see message at 2005-10-30). · ba71ed1a
      Daichi Kawahata authored
      (Old svn revision: 19647)
      ba71ed1a
    • Daichi Kawahata's avatar
      Updated Japanese translations. · a0729887
      Daichi Kawahata authored
      (Old svn revision: 19646)
      a0729887
    • Daichi Kawahata's avatar
      * Updated. · 88e927c8
      Daichi Kawahata authored
      * Discarded obsolete translations.
      
      
      (Old svn revision: 19645)
      88e927c8
  5. Jan 28, 2006
    • Benedikt Meurer's avatar
      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
  6. Jan 25, 2006
    • Daichi Kawahata's avatar
      * nl.po: Added Dutch translations by Vincent Tunru <imnotb@gmail.com>. · 9dffaf80
      Daichi Kawahata authored
      * ja.po: Updated Japanese translations.
      * *.po: Bumped version up. Discarded obsolete translations.
      
      
      (Old svn revision: 19609)
      9dffaf80
    • Benedikt Meurer's avatar
      2006-01-25 Benedikt Meurer <benny@xfce.org> · 7e7b0ffb
      Benedikt Meurer authored
      	* thunar/thunar-chooser-dialog.c, thunar/thunar-chooser-model.c,
      	  thunar/thunar-clipboard-manager.c, thunar/thunar-create-dialog.c,
      	  thunar/thunar-emblem-chooser.c, thunar/thunar-file.c,
      	  thunar/thunar-folder.c, thunar/thunar-history.c,
      	  thunar/thunar-icon-factory.c, thunar/thunar-icon-view.c,
      	  thunar/thunar-launcher.c, thunar/thunar-list-model.c,
      	  thunar/thunar-navigator.c, thunar/thunar-open-with-action.c,
      	  thunar/thunar-path-entry.c, thunar/thunar-progress-dialog.c,
      	  thunar/thunar-properties-dialog.c, thunar/thunar-standard-view.c,
      	  thunar/thunar-statusbar.c, thunar/thunar-text-renderer.c,
      	  thunar/thunar-view.c, thunar/thunar-window.c: Remove various internal
      	  strings from the list of translatable strings to reduce confusion
      	  for translators.
      	* po/*.po: Update translations.
      
      
      
      
      (Old svn revision: 19607)
      7e7b0ffb
  7. Jan 23, 2006
    • Benedikt Meurer's avatar
      2006-01-23 Benedikt Meurer <benny@xfce.org> · 2f0f640d
      Benedikt Meurer authored
      	* thunar/thunar-properties-dialog.c(thunar_properties_dialog_update):
      	  Display size only for regular files, as it's misleading for other
      	  file system entities.
      	* po/*.po: Merge new strings. Some work on the german translations,
      	  we really need a german translator!
      
      
      
      
      (Old svn revision: 19569)
      2f0f640d
  8. Jan 22, 2006
    • Benedikt Meurer's avatar
      2006-01-22 Benedikt Meurer <benny@xfce.org> · 49a605b4
      Benedikt Meurer authored
      	* configure.in.in: Bump version to 0.2.0alpha.
      	* configure.in.in: Bump library interface version.
      	* configure.in.in: Depend on libexo 0.3.1.2.
      	* po/*.po: Update translations.
      	* TODO: Remove obsolete TODO items.
      
      
      
      
      (Old svn revision: 19547)
      49a605b4
  9. Jan 21, 2006
  10. Jan 20, 2006
  11. Jan 18, 2006
  12. Jan 17, 2006
  13. Jan 14, 2006
    • Benedikt Meurer's avatar
      2006-01-14 Benedikt Meurer <benny@xfce.org> · 47649a19
      Benedikt Meurer authored
      	* THANKS, configure.in.in, po/pl.po: Add initial polish translations,
      	  thanks to Tomasz Michał Łukaszewski <T.Lukaszewski@aster.pl>.
      	* thunar/thunar-icon-factory.c, thunar/thunar-preferences-dialog.c,
      	  thunar/thunar-preferences.c, thunar/thunar-standard-view.c: Make
      	  thumbnails configurable.
      	* po/*.po: Merge new strings.
      
      
      
      
      (Old svn revision: 19421)
      47649a19
  14. Jan 10, 2006
    • Benedikt Meurer's avatar
      2006-01-10 Benedikt Meurer <benny@xfce.org> · d8cbc345
      Benedikt Meurer authored
      	* thunar/thunar-chooser-dialog.c(thunar_chooser_dialog_response): If
      	  the default application was changed successfully, emit "changed" on
      	  the file so everybody updates its state.
      	* thunar/thunar-chooser-button.{c,h}, thunar/thunar-properties-dialog.c:
      	  Import the ThunarChooserButton, which allows people to change the
      	  default application from within the properties dialog.
      	* po/POTFILES.in, po/*.po: Merge new strings.
      
      
      
      
      (Old svn revision: 19381)
      d8cbc345
  15. Jan 09, 2006
    • Benedikt Meurer's avatar
      2006-01-09 Benedikt Meurer <benny@xfce.org> · 1525d1c7
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-util.{c,h}: Add thunar_vfs_expand_filename(),
      	  which is used to expand filenames that start with the tilde character.
      	* docs/reference/thunar-vfs/thunar-vfs-sections.txt,
      	  docs/reference/thunar-vfs/tmpl/thunar-vfs-util.sgml: Update
      	  documentation.
      	* thunar/thunar-permissions-chooser.c: Implement cancel-semantics for
      	  the recursive permissions dialog.
      	* thunar/thunar-permissions-chooser.c: Add tooltips.
      	* thunar/thunar-list-model.{c,h}: Additional column to access the real
      	  file name (in UTF-8 encoding).
      	* thunar/thunar-path-entry.{c,h}: Add support for auto path completion.
      	* thunar/thunar-file.{c,h}: Add thunar_file_launch() to automatically
      	  launch a given ThunarFile without having to manually figure out the
      	  proper action.
      	* thunar/thunar-location-entry.c, thunar/thunar-window.c: If the
      	  ThunarPathEntry returns a non-directory file, just try to launch it.
      	  This allows users to just open files right away from the path entry
      	  without having to lookup the file in the icon/details view.
      	* thunar/thunar-standard-view.c, THANKS: Allow people to use the
      	  horizontal mouse wheel to navigate back/forward. Based on a patch
      	  provided by Danny Milosavljevic <danny.milo@gmx.net>.
      	* po/*.po: Merge new strings.
      
      
      
      
      (Old svn revision: 19367)
      1525d1c7
    • Pau Rullan Ferragut's avatar
      catalan translation · 705dd78b
      Pau Rullan Ferragut authored
      corrected parsing errors
      
      
      
      (Old svn revision: 19360)
      705dd78b
  16. Jan 08, 2006
    • Benedikt Meurer's avatar
      2006-01-08 Benedikt Meurer <benny@xfce.org> · f41b3447
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-monitor.c
      	  (thunar_vfs_monitor_queue_notification): Don't use strcmp() here, as
      	  the notification's filename may be NULL.
      	* thunar-vfs/thunar-vfs-info.{c,h}, thunar-vfs/thunar-vfs.symbols: Drop
      	  thunar_vfs_info_chmod() and thunar_vfs_info_chgrp() again.
      	* thunar-vfs/thunar-vfs-chmod-job.{c,h}, thunar-vfs/thunar-vfs.{c,h},
      	  thunar-vfs/thunar-vfs-chown-job.{c,h}, thunar-vfs/Makefile.am: Add
      	  new classes ThunarVfsChmodJob and ThunarVfsChownJob as replacements
      	  for the thunar_vfs_info_chmod() and thunar_vfs_info_chgrp() functions.
      	  These jobs can operate recursively. Add interfaces to the new classes,
      	  thunar_vfs_change_mode() and thunar_vfs_change_group().
      	* docs/reference/thunar-vfs/: Update documentation.
      	* thunar/thunar-file.{c,h}: Drop thunar_file_chmod(),thunar_file_chgrp()
      	  and thunar_file_is_chgrpable(), as we'll use the asynchronous jobs
      	  added to Thunar-VFS now.
      	* thunar/thunar-advanced-permissions-dialog.{c,h},
      	  thunar/thunar-change-group-dialog.{c,h},
      	  thunar/thunar-permissions-model.{c,h},
      	  thunar/thunar-permissions-view.{c,h}, thunar/Makefile.am,
      	  thunar/thunar-properties-dialog.c: Ditch the ACL aware permissions
      	  user interface, as it's unlikely that ACL support will be there for
      	  1.0 and so there's no need to reduce the usability of the permissions
      	  user interface yet.
      	* thunar/thunar-pango-extensions.{c,h}: Add new Pango helper method
      	  thunar_pango_attr_list_small_italic().
      	* thunar/thunar-enum-types.{c,h}: Import new files to contain enum
      	  types that don't fit anywhere else and provide conversation functions
      	  for these types.
      	* thunar/thunar-permissions-chooser.{c,h}, thunar/Makefile.am,
      	  thunar/thunar-properties-dialog.c: Import simplified permissions
      	  chooser, similar to the Aqua Finder one, with support to change
      	  permissions recursively for folders.
      	* thunar/thunar-preferences-dialog.c, thunar/thunar-preferences.c: Add
      	  option "misc-recursive-permissions", which controls whether
      	  permissions are always/never applied recursively, or whether Thunar
      	  should ask the user everytime a permission flag is changed.
      	* icons/16x16/, thunar/thunar-stock.{c,h}: Remove now obsolete icon
      	  thunar-permissions-other. Rename the user and group icons.
      	* po/*.po, po/POTFILES.in: Update file list. Merge new strings.
      
      
      
      (Old svn revision: 19357)
      f41b3447
    • Pau Rullan Ferragut's avatar
      catalan translation: · 74ff2309
      Pau Rullan Ferragut authored
      little heading fixing but in every trunk file
      Created the xfmedia translation
      
      
      
      (Old svn revision: 19354)
      74ff2309
  17. Jan 07, 2006
  18. Jan 04, 2006
    • Benedikt Meurer's avatar
      2006-01-04 Benedikt Meurer <benny@xfce.org> · 1d4706a4
      Benedikt Meurer authored
      	* docs/reference/thunar-vfs/thunar-vfs-sections.txt,
      	  thunar-vfs/thunar-vfs-info.{c,h}, thunar-vfs/thunar-vfs.symbols,
      	  docs/reference/thunar-vfs/tmpl/thunar-vfs-info.sgml: Add method
      	  thunar_vfs_info_chmod() to change the permissions of a file
      	  identified by a given ThunarVfsInfo.
      	* thunar-vfs/thunar-vfs-info.{c,h}, thunar-vfs/thunar-vfs.symbols,
      	  docs/reference/thunar-vfs/thunar-vfs-sections.txt,
      	  docs/reference/thunar-vfs/tmpl/thunar-vfs-info.sgml: Add method
      	  thunar_vfs_info_chgrp() to change the group id of a file identified
      	  by a given ThunarVfsInfo.
      	* thunar-vfs/thunar-vfs-user.c(thunar_vfs_user_load): Properly
      	  substitute '&' in real names.
      	* icons/16x16/, icons/Makefile.am, configure.in.in, thunar/Makefile.am,
      	  thunar/thunar-stock.{c,h}: Add stock icons thunar-permissions-user,
      	  thunar-permissions-group and thunar-permissions-other.
      	* thunar-uca/thunar-uca-plugin.c: Don't display debug messages unless
      	  G_ENABLE_DEBUG is defined.
      	* thunar-vfs/thunar-vfs-user.{c,h}, thunar-vfs/thunar-vfs.symbols,
      	  docs/reference/thunar-vfs/thunar-vfs-sections.txt,
      	  docs/reference/thunar-vfs/tmpl/thunar-vfs-user-manager.sgml: Add new
      	  method thunar_vfs_user_manager_get_all_groups() to retrieve all groups
      	  known to the ThunarVfsUserManager.
      	* thunar/thunar-advanced-permissions-dialog.{c,h},
      	  thunar/thunar-change-group-dialog.{c,h},
      	  thunar/thunar-permissions-model.{c,h},
      	  thunar/thunar-permissions-view.{c,h},
      	  thunar/Makefile.am, thunar/thunar-file.{c,h},
      	  thunar/thunar-properties-dialog.c: Add permissions tab to the
      	  file properties dialog.
      	* po/POTFILES.in: Add new files.
      	* po/*.po: Merge new strings.
      	* tdb/tdbtool.c(print_rec): Fix printf format.
      
      
      
      
      (Old svn revision: 19296)
      1d4706a4
  19. Jan 01, 2006
  20. Dec 22, 2005
  21. Dec 21, 2005
  22. Dec 20, 2005
  23. Dec 19, 2005
  24. Dec 10, 2005
  25. Dec 04, 2005
Loading