- Jan 14, 2006
-
-
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)
-
Benedikt Meurer authored
* thunar/thunar-path-entry.c(thunar_path_entry_init): The property "popup-single-match" was introduced in Gtk+ 2.8. Thanks to Erik for the pointer. (Old svn revision: 19418)
-
- Jan 11, 2006
-
-
Benedikt Meurer authored
* thunar/thunar-text-renderer.c(thunar_text_renderer_render): Render focus indicator when following state. Part two of fix for bug #1321. (Old svn revision: 19395)
-
Benedikt Meurer authored
* thunar/thunar-preferences.c, FAQ: Store preferences in an .ini file, $XDG_CONFIG_HOME/Thunar/thunarrc, similar to what Terminal does, so users can easily adjust hidden settings, and don't have to dive into the details of managing a tdb database file. * thunar/thunar-icon-view.c, thunar/thunar-path-entry.c, thunar/thunar-preferences-dialog.c, thunar/thunar-preferences.c, thunar/thunar-standard-view.c: Rename "default-folders-first" to "misc-folders-first" and "default-text-beside-icons" to "misc-text-beside-icons", as those preferences aren't defaults. * thunar/thunar-standard-view.c(thunar_standard_view_scroll_event), thunar/thunar-preferences.c: Add a new hidden preference, MiscHorizontalWheelNavigates, which controls whether the horizontal mouse wheel should be used to navigate back and forth within a Thunar view. This fixes bug #1319. * docs/Makefile.am, docs/README.thunarrc: Add brief overview of the various Thunar configuration settings. (Old svn revision: 19393)
-
- Jan 10, 2006
-
-
Benedikt Meurer authored
* thunar/thunar-standard-view.c: Fix compiler warnings. Again bug #1318. (Old svn revision: 19386)
-
Benedikt Meurer authored
* thunar/thunar-path-entry.c(thunar_path_entry_changed): Make older compilers happy. Fixes bug #1318. (Old svn revision: 19385)
-
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)
-
Benedikt Meurer authored
* thunar/thunar-path-entry.c(thunar_path_entry_activate): If we have a pending completion, accept the completion first, without activating the entry. This makes it more consistent with the behaviour when completing from the popup window. * thunar/thunar-path-entry.c(thunar_path_entry_parse): Properly transform all parts of the filename to the local encoding. * thunar/thunar-text-renderer.c(thunar_text_renderer_set_widget): Calculate the approx. character dimensions based on the font metrics for the active widget font. * thunar/thunar-window.c(thunar_window_action_go_up): Handle errors properly. * thunar/thunar-standard-view-ui.xml, thunar/thunar-standard-view.c: Add support to view the properties of the current folder. * thunar/thunar-file.{c,h}, thunar/thunar-location-buttons.c, thunar/thunar-shortcuts-model.c, thunar/thunar-window.c: Change special file naming (home and root folder) to be consistent with what GtkFileChooser does. * thunar/thunar-properties-dialog.c(thunar_properties_dialog_update): Display only the name of the file in the dialog title. * thunar/thunar-standard-view.c: Add support for the XDS protocol. * README: Add notes about supported standards. (Old svn revision: 19378)
-
- Jan 09, 2006
-
-
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)
-
Pau Rullan Ferragut authored
corrected parsing errors (Old svn revision: 19360)
-
- Jan 08, 2006
-
-
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)
-
Pau Rullan Ferragut authored
little heading fixing but in every trunk file Created the xfmedia translation (Old svn revision: 19354)
-
- Jan 07, 2006
-
-
Daichi Kawahata authored
(Old svn revision: 19340)
-
- Jan 05, 2006
-
-
Benedikt Meurer authored
* thunar/thunar-text-renderer.c: Don't determine the focus-padding and focus-line-width style properties on every call to get_size() when used within the icon view. (Old svn revision: 19301)
-
- Jan 04, 2006
-
-
Benedikt Meurer authored
* thunar/Makefile.am, thunar/thunar-pango-extensions.{c,h}: Add common PangoAttrList's here, to avoid allocating them over and over again, and of course to avoid markup, which makes translator's life easier. * thunar/thunar-location-buttons.c, thunar/thunar-preferences-dialog.c, thunar/thunar-progress-dialog.c, thunar/thunar-properties-dialog.c: Use common PangoAttrList's provided by the thunar-pango-extensions. * thunar/thunar-permissions-view.c(thunar_permissions_view_init): Use italic font for the warning to make it easier to distinguish the text from the other parts of the GUI. * thunar/thunar-chooser-dialog.c(thunar_chooser_dialog_update_header): Also setup the window icon in addition to the header image icon. (Old svn revision: 19299)
-
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)
-
- Jan 02, 2006
-
-
Benedikt Meurer authored
* thunar-uca/thunar-uca-model.c: Include <locale.h> to get LC_MESSAGES definition. (Old svn revision: 19269)
-
- Jan 01, 2006
-
-
Daichi Kawahata authored
(Old svn revision: 19250)
-
Daichi Kawahata authored
(Old svn revision: 19248)
-
Jean-François Wauthy authored
(Old svn revision: 19242)
-
- Dec 30, 2005
-
-
Benedikt Meurer authored
* configure.in.in: Add ca to XDT_I18n(). (Old svn revision: 19198)
-
- Dec 22, 2005
-
-
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)
-
Daichi Kawahata authored
(Old svn revision: 19116)
-
- Dec 21, 2005
-
-
Daichi Kawahata authored
(Old svn revision: 19097)
-
- Dec 20, 2005
-
-
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)
-
Daichi Kawahata authored
(Old svn revision: 19088)
-
Daichi Kawahata authored
(Old svn revision: 19087)
-
- Dec 19, 2005
-
-
Pau Rullan Ferragut authored
so I have left the 4.2 branch in 'maintain mode'. My goal is to end the work before new year so that 4.4 goes beta in catalan (the whole). This is because I have term exams after Chrismas holidays and time will not be much. (Old svn revision: 19082)
-
- Dec 13, 2005
-
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-volume-bsd.c(thunar_vfs_volume_bsd_update): Specify correct buffer size for read(). * thunar/thunar-icon-factory.c(thunar_icon_factory_load_from_file): Don't add frames for small icon sizes (< 36). Be sure to scale icon to the required size, so we don't need to scale on every render() call. * thunar/thunar-icon-renderer.c(thunar_icon_renderer_init): Add 1px padding to the icons. * thunar/thunar-icon-renderer.c(thunar_icon_renderer_render): Try to avoid scaling icons if they fit into the given cell area (including the padding). (Old svn revision: 19037)
-
- Dec 10, 2005
-
-
Daichi Kawahata authored
(Old svn revision: 19016)
-
Daichi Kawahata authored
(Old svn revision: 19015)
-
- Dec 04, 2005
-
-
Stavros Giannouris authored
* el.po: Updated Greek translations. (Old svn revision: 18991)
-
Benedikt Meurer authored
* thunar/thunar-progress-dialog.c: Use Pango attribute list instead of markup for the dialog action label. This fixes bug #1252. * thunar-uca/thunar-uca-chooser.c(thunar_uca_chooser_init): Be sure to create the button widgets prior to connecting the "selection-changed" handler. This fixes bug #1260. (Old svn revision: 18990)
-
Daichi Kawahata authored
(Old svn revision: 18988)
-
- Dec 03, 2005
-
-
Benedikt Meurer authored
* thunar/, po/POTFILES.in, po/*.po: Rename "Favourites" to "Shortcuts", so we're consistent with the GtkFileChooser wording. This fixes bug #1258. (Old svn revision: 18987)
-
Benedikt Meurer authored
* thunar-uca/thunar-uca-model.c(start_element_handler): Properly truncate values. (Old svn revision: 18985)
-
Benedikt Meurer authored
* configure.in.in: Build the gnuc visibility test program with -Wall -Werror, as gcc reports warnings instead of errors if ELF visibility is not supported for the target platform. This fixes bug #1253. (Old svn revision: 18984)
-
- Nov 30, 2005
-
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-scandir.c: Workaround missing dirfd() definition using the POSIX/XPG API on IRIX. This fixes bug #1247. (Old svn revision: 18976)
-
Benedikt Meurer authored
* thunar/thunar-dnd.c, thunar/thunar-favourites-view.c, thunar/thunar-folder.c, thunar/thunar-preferences-dialog.c, thunar/thunar-standard-view.c: Use exo_gtk_object_ref_sink() to automatically handle floating references properly and avoid the use of GTK_OBJECT_FLOATING (see GNOME bug #322853 for details). This fixes bug #1249. (Old svn revision: 18974)
-
Benedikt Meurer authored
* thunar/thunar-standard-view.c(thunar_standard_view_renamed): Use persistent iterators instead of tree row references when renaming a file. This fixes bug #1248. (Old svn revision: 18972)
-