Skip to content
Snippets Groups Projects
  1. Oct 14, 2005
  2. Oct 10, 2005
  3. Oct 09, 2005
  4. Oct 06, 2005
  5. Oct 03, 2005
  6. Sep 30, 2005
  7. Sep 27, 2005
    • Benedikt Meurer's avatar
      2005-09-28 Benedikt Meurer <benny@xfce.org> · a1b348ac
      Benedikt Meurer authored
      	* thunar/thunar-launcher.c(thunar_launcher_update): Use mnemonics for
      	  the "Open"/"Execute" action.
      	* po/de.po: Add initial, incomplete translations.
      
      
      
      
      (Old svn revision: 17873)
      a1b348ac
    • Benedikt Meurer's avatar
      2005-09-27 Benedikt Meurer <benny@xfce.org> · f8f42ebf
      Benedikt Meurer authored
      	* configure.in.in: Substitute platform flags properly.
      	* thunar/Makefile.am: Don't delete thunar-thumbnail-frame.h.
      	* thunar/thunar-standard-view.c(thunar_standard_view_selection_changed):
      	  Use ngettext() for the Cut/Copy File(s) actions.
      	* thunar/thunar-file.{c,h}: Add new virtual method get_actions(), which
      	  is used to support custom actions for certain files (e.g. the Empty
      	  Trash Bin action for the trash file).
      	* thunar/thunar-application.{c,h}: Add thunar_application_delete_uris()
      	  to be able to easily delete arbitrary files.
      	* thunar/thunar-trash-file.c(thunar_trash_file_new): Use
      	  thunar_file_destroy() instead of gtk_object_destroy().
      	* thunar/thunar-trash-folder.c: Implement the get_actions() method with
      	  the "Empty Trash Bin" action.
      	* thunar/thunar-standard-view-ui.xml, thunar/thunar-standard-view.c:
      	  Extend the extension menu merge mechanism to also load custom actions
      	  provided by ThunarFile implementations.
      	* thunar/thunar-file.c(thunar_file_accepts_uri_drop): Fix typo.
      	* thunar/thunar-trash-folder.c: Watch files for changes.
      	* thunar/thunar-favourites-view.c
      	  (thunar_favourites_view_button_press_event): Add custom actions to the
      	  favourite context menu.
      	* TODO: Drop completed item.
      	* configure.in.in: Disable strict aliasing if debugging is enabled and
      	  the compiler supports the -fno-strict-aliasing switch.
      	* po/*.po: Update translations.
      	* main.c(main): Initialize file properly.
      	* thunar/thunar-file.c(thunar_local_file_is_renameable): Don't permit
      	  users to rename root nodes.
      	* thunar/thunar-open-with-action.c(thunar_open_with_action_menu_mapped):
      	  Use "Other Application..." instead of just "Other...".
      
      
      
      
      (Old svn revision: 17872)
      f8f42ebf
  8. Sep 24, 2005
  9. Sep 22, 2005
    • Benedikt Meurer's avatar
      2005-09-22 Benedikt Meurer <benny@xfce.org> · b2406d5e
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-*.c: Documentation tweaks.
      	* configure.in.in, docs/reference/Makefile.am,
      	  docs/reference/thunar-vfs/: Prepare Thunar-VFS reference manual.
      	* thunar/thunar-list-model.c(thunar_list_model_get_statusbar_text):
      	  Use ngettext() for the statusbar text.
      	* thunar/thunar-launcher.c(thunar_launcher_update): Use ngettext() for
      	  the "Open in n New Windows" menu label.
      	* thunar/thunar-launcher.c(thunar_launcher_open_new_windows): Use
      	  ngettext() for the question whether to open n separate windows.
      	* thunar/thunar-launcher.c(thunar_launcher_open_uris): Use ngettext()
      	  to format the error message when opening multiple URIs at once
      	  failes.
      	* po/*.po: Update po files.
      	* configure.in.in, examples/open-terminal-here/Makefile.am,
      	  thunar-vfs/Makefile.am, thunar/Makefile.am, thunarx/Makefile.am:
      	  Don't add debugging and visibility flags to CFLAGS, CPPFLAGS and
      	  LDFLAGS, but use PLATFORM_CFLAGS, PLATFORM_CPPFLAGS and
      	  PLATFORM_LDFLAGS instead to avoid trouble with certain conftests
      	  when checking the distribution.
      
      
      
      
      (Old svn revision: 17769)
      b2406d5e
  10. Sep 14, 2005
  11. Sep 13, 2005
  12. Sep 11, 2005
    • Benedikt Meurer's avatar
      2005-09-09 Benedikt Meurer <benny@xfce.org> · 450cd047
      Benedikt Meurer authored
      	* configure.in.in: Substitute version information.
      	* thunar/thunar-window.c(thunar_window_action_about): Escape the
      	  copyright sign.
      	* thunar/thunar-gdk-pixbuf-extensions.{c,h},
      	  thunar/thunar-gtk-extensions.{c,h}, thunar/thunar-desktop-view.c,
      	  thunar/thunar-icon-factory.c, thunar/thunar-icon-renderer.c,
      	  thunar/thunar-standard-view.c, thunar/thunar-window.c,
      	  thunar/Makefile.am: Merge the GdkPixbuf and GTK+ extensions into
      	  the thunar namespace.
      	* configure.in.in, thunarx/: Import the initial extensions library.
      	* configure.in.in, docs/Makefile.am, Makefile.am, docs/reference/:
      	  Import the reference manual for the extensions library.
      	* thunar/thunar-file.c: Implement the ThunarxFileInfo interface.
      	* thunar/thunar-extension-manager.{c,h}, thunar/Makefile.am: Import the
      	  ThunarExtensionManager class.
      	* thunar/thunar-standard-view-ui.xml, thunar/thunar-standard-view.c: Add
      	  support for context menu providers to the standard views.
      	* po/POTFILES.in: Add thunarx/thunarx-property-page.c here.
      	* thunar/thunar-properties-dialog.c: Add support for property page
      	  providers here.
      	* Makefile.am, configure.in.in, examples/Makefile.am,
      	  examples/open-terminal-here/: Add "Open Terminal Here" menu provider
      	  example.
      
      
      
      
      (Old svn revision: 17553)
      450cd047
  13. Aug 28, 2005
  14. Aug 23, 2005
  15. Aug 18, 2005
    • Benedikt Meurer's avatar
      2005-08-18 Benedikt Meurer <benny@xfce.org> · f01c4914
      Benedikt Meurer authored
      	* thunarx/thunarx-gdk-pixbuf-extensions.{c,h}: Add new function
      	  thunarx_gdk_pixbuf_spotlight(), which is used to create a
      	  special icon for the Gtk prelight state.
      	* thunar/thunar-icon-renderer.{c,h}, thunar/Makefile.am,
      	  thunar/thunar-details-view.c, po/POTFILES.in: Rename
      	  ThunarDetailsViewIconRenderer to ThunarIconRenderer, as
      	  it will also be used by the icon view now.
      	* thunar/thunar-text-renderer.{c,h}, thunar/Makefile.am,
      	  thunar/thunar-details-view.c, po/POTFILES.in: Rename
      	  ThunarDetailsViewTextRenderer to ThunarTextRenderer,
      	  as it will also be used by the icon view now.
      	* thunar/thunar-icon-renderer.{c,h}, thunar/thunar-text-renderer.{c,h}:
      	  Add required functionality to use these renderers with the new
      	  ExoIconView.
      	* thunar/thunar-icon-view.c: Update to use the new ExoIconView class,
      	  with the modified ThunarIconRenderer and ThunarTextRenderer.
      	* thunar/thunar-launcher.h, thunar/thunar-open-with-action.h: Use
      	  G_GNUC_MALLOC instead of EXO_GNUC_MALLOC.
      	* thunar/thunar-window.c(thunar_window_init): Use the icon view by
      	  default for testing now.
      	* configure.in.in: Bump version to 0.1.2.
      	* thunar/thunar-window.c(thunar_window_action_about): Switch to
      	  GtkAboutDialog.
      
      
      
      
      (Old svn revision: 17010)
      f01c4914
    • Daichi Kawahata's avatar
      Updated Japanese translations. · 3c8595c3
      Daichi Kawahata authored
      (Old svn revision: 16995)
      3c8595c3
  16. Aug 11, 2005
    • Benedikt Meurer's avatar
      2005-08-11 Benedikt Meurer <benny@xfce.org> · 25f30de4
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-mime-application.c
      	  (thunar_vfs_mime_application_new_from_desktop_id): Use "Name" instead
      	  of "GenericName" for the application's name, as the "Name" usually
      	  includes the project name in addition to the functional description
      	  of the application, which provides better results than having several
      	  applications named "Text Editor", etc.
      	* configure.in.in: Prefer Gamin over FAM to avoid the C++ dependency
      	  if possible. Besides that, Gamin offers several other advantages over
      	  FAM, which makes it better suitable to be used in Thunar.
      	* po/POTFILES.in: Add missing source files here, and remove obsolete
      	  files.
      	* Thunar.desktop.in, Makefile.am, configure.in.in, po/POTFILES.in: Add
      	  desktop file for Thunar.
      
      
      
      
      (Old svn revision: 16851)
      25f30de4
  17. Aug 07, 2005
  18. Aug 05, 2005
  19. Aug 04, 2005
  20. Aug 03, 2005
    • Benedikt Meurer's avatar
      2005-08-03 Benedikt Meurer <benny@xfce.org> · fc9726ba
      Benedikt Meurer authored
      	* thunar/main.c(main): Connect the translation domain and setup the
      	  application name.
      	* thunar/thunar-standard-view.c(thunar_standard_view_init): Setup the
      	  translation domain for the action group.
      	* thunar/thunar-window.c(thunar_window_init): Setup the translation
      	  domain for the action group.
      	* po/hu.po, configure.in.in, THANKS: Add hungarian translations, thanks
      	  to Szervác Attila <sas@321.hu>.
      
      
      
      
      (Old svn revision: 16452)
      fc9726ba
    • Benedikt Meurer's avatar
      · 30b41353
      Benedikt Meurer authored
      2005-08-03	Benedikt Meurer <benny@xfce.org>
      
      	* thunar/thunar-folder.c(thunar_folder_files_removed): Update docu-
      	  mentation.
      	* thunar/thunar-local-folder.c(thunar_local_folder_file_destroy): In-
      	  voke the "files-removed" signal when a file in this folder is de-
      	  stroyed.
      	* thunar/thunar-list-model.c: Do not connect the "destroy" signal of
      	  ThunarFile anymore, but instead we rely on the folder to emit
      	  "files-removed" appropriately.
      	* thunar/thunar-list-model.c(thunar_list_model_class_init): Increase
      	  the number of preallocated rows.
      	* po/, Makefile.am, configure.in.in: Add i18n support.
      
      
      
      
      (Old svn revision: 16451)
      30b41353
Loading