Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. Dec 22, 2005
    • Benedikt Meurer's avatar
      2005-12-22 Benedikt Meurer <benny@xfce.org> · 5732d208
      Benedikt Meurer authored
      	* configure.in.in: Use -Wall -Werror for --enable-debug=yes as well.
      	* thunar/thunar-list-model.c(thunar_list_model_get_value): The MIME info
      	  name is static.
      	* thunar/thunar-text-renderer.c: Don't copy static strings.
      	* pixmaps/Thunar-fallback-icon.png, pixmaps/Makefile.am,
      	  thunar/thunar-fallback-icon.{h,png}, thunar/Makefile.am,
      	  thunar/thunar-icon-factory.c: Load the fallback icon and the
      	  thumbnail frame on-demand.
      	* thunar/main.c(main): Use Thunar icon as default for new windows.
      	* thunar/thunar-icon-factory.c: Allocate the thumbnail factory and the
      	  thumbnail generator on-demand.
      	* thunar/thunar-file.c: Add "display-name" and "special-name" readonly
      	  properties and emit notifications on these properties whenever the
      	  file is changed/renamed.
      	* thunar/thunar-location-buttons.c(thunar_location_buttons_make_button):
      	  Automatically synchronize the button labels with the file's special
      	  names.
      	* configure.in.in: Add it translations to XDT_I18N().
      	* THANKS: Add credits for it translator Roberto Pariset.
      
      
      
      
      (Old svn revision: 19125)
      5732d208
  4. Dec 20, 2005
    • Benedikt Meurer's avatar
      2005-12-20 Benedikt Meurer <benny@xfce.org> · 5fdaff05
      Benedikt Meurer authored
      	* THANKS: Update credits.
      	* README, configure.in.in, thunar-vfs/thunar-vfs-info.c,
      	  thunar-vfs/thunar-vfs-mime-database.c,
      	  thunar-vfs/thunar-vfs-mime-info.c, thunar-vfs/thunar-vfs-path.c,
      	  thunar/main.c, thunar/thunar-file.c: Support four different levels
      	  of debugging support. Default for SVN builds is `yes', while the
      	  default for release builds is `minimum'. Closes bug #1254.
      
      
      
      
      (Old svn revision: 19091)
      5fdaff05
  5. Oct 03, 2005
  6. Aug 07, 2005
  7. 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
  8. Jun 04, 2005
    • Benedikt Meurer's avatar
      2005-06-04 Benedikt Meurer <benny@xfce.org> · 02242fab
      Benedikt Meurer authored
      	* COPYING.LIB: Add license text for the thunar-vfs library (which is
      	  licensed under the LGPL).
      	* HACKING: Add information for people that plan to hack on Thunar.
      	* AUTHORS: Add Jeff Franks.
      	* THANKS: Import the THANKS template.
      	* README: Add some basic information about Thunar. Needs more details.
      	* docs/design/overview.xmi: Import the current overview diagram for
      	  Thunar.
      	* Makefile.am, configure.in.in, docs/Makefile.am,
      	  docs/design/Makefile.am: Include the docs/ tree with the build
      	  framework.
      	* configure.in.in, thunar/Makefile.am, thunar-vfs/Makefile.am: Link
      	  against GThread (not yet required from what is coded so far).
      	* configure.in.in: Check for several required header files.
      	* thunar-vfs/Makefile.am, thunar-vfs/thunar-vfs-info.{c,h},
      	  thunar-vfs/thunar-vfs-monitor.{c,h},
      	  thunar-vfs/thunar-vfs-uri.{c,h}, thunar-vfs/thunar-vfs-util.{c,h},
      	  thunar-vfs/thunar-vfs.h: Add some experimental source code to
      	  implement parts of the VFS module.
      	* thunar/fallback-icon.h, thunar/fallback-icon.png: Import the
      	  fallback icon.
      	* thunar/thunar-application.{c,h}: Import Jeff's ThunarApplication
      	  boilerplate (adjusting style as required).
      	* thunar/thunar-desktop-view.{c,h}: Boilerplate for the
      	  ThunarDesktopView class with the very basic requirements.
      	* thunar/thunar-file.{c,h}, thunar/thunar-folder.{c,h}: Experimental
      	  implementation of ThunarFile and ThunarFolder based on the
      	  experimental source for the VFS module.
      	* thunar/thunar-list-model.{c,h}: Sample implementation of the
      	  ThunarListModel class, based on an earlier implementation found in
      	  Filer.
      	* thunar/thunar-preferences.{c,h}: Template for the ThunarPreferences
      	  class.
      	* thunar/thunar-window.{c,h}: Quick-and-dirty ThunarWindow
      	  implementation to be able to roughly test the ThunarListModel class.
      	* thunar/main.c: Add code to start a single ThunarWindow.
      	* autogen.sh: Copyright fixes. Substitute date to make it easier to
      	  identify snapshots during the early development stages.
      
      
      
      
      (Old svn revision: 16314)
      02242fab
  9. May 30, 2005
Loading