- Mar 20, 2006
-
-
Benedikt Meurer authored
* thunar/thunar-icon-renderer.c(thunar_icon_renderer_render): Render the icon properly when the widget state is insensitive. (Old svn revision: 20505)
-
- Mar 19, 2006
-
-
Pau Rullan Ferragut authored
seems a lot of work but they all are fuzzy (Old svn revision: 20498)
-
Daichi Kawahata authored
(Old svn revision: 20490)
-
- Mar 18, 2006
-
-
Pau Rullan Ferragut authored
added null translation and some little tweaks to not-parsing ones (Old svn revision: 20479)
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-xfer.c: Make sure the user can always read and write copied directories. (Old svn revision: 20478)
-
Daichi Kawahata authored
Andrey Fedoseev <andrey.fedoseev@gmail.com>, Sergey Fedoseev <fedoseev.sergey@gmail.com>. (Old svn revision: 20473)
-
Daichi Kawahata authored
(Old svn revision: 20472)
-
- Mar 16, 2006
-
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-volume.c(thunar_vfs_volume_lookup_icon_name): Fix typo, s/gnome-dev-dvdrom/gnome-dev-disc-dvdrom/. (Old svn revision: 20460)
-
Benedikt Meurer authored
* thunar/thunar-tree-view.c: gtk_tree_view_get_visible_range() is only available in GTK+ 2.8 and above. (Old svn revision: 20455)
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-xfer.c: Also chmod u+rw the target file if we are not the owner of the source file. * thunar-vfs/thunar-vfs-path.c(thunar_vfs_path_to_uri): Double checking bufsize doesn't make much sense. (Old svn revision: 20452)
-
Benedikt Meurer authored
* thunar/thunar-window.c: Add backspace as shortcut for "Back". * thunar/thunar-application.c: Save accelerators on exit and restore them on startup. This way users can customize all shortcuts to their needs and Thunar will remember those shortcuts. * FAQ, docs/manual/C/Thunar.xml.in: Update the documentation. * po-doc/Thunar.pot, po-doc/*.po: Merge new strings. (Old svn revision: 20451)
-
- Mar 15, 2006
-
-
Benedikt Meurer authored
* thunar/thunar-location-buttons.c, thunar/thunar-standard-view-ui.xml, thunar/thunar-standard-view.c: Yet another attempt to set appropriate labels/tooltips for the cut/copy/paste actions. Cut/copy/paste in file manager is really different to other applications, not the actual data is stored in the clipboard, but only the location where to find the data. * thunar/thunar-tree-view.c: Add drop site support and clipboard actions. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update german translations. Use "Ordner" instead of "Verzeichnis" to be consistent with the shared-mime-info and Gtk+ translations. (Old svn revision: 20449)
-
Benedikt Meurer authored
* thunar/thunar-debug.{c,h}, thunar/Makefile.am: Add THUNAR_DEBUG_MARK() which can be used to easily profile parts of Thunar. (Old svn revision: 20445)
-
Benedikt Meurer authored
* acinclude.m4(BM_THUNAR_VFS_VOLUME_IMPL): Handle "none" properly. * thunar-vfs/thunar-vfs-volume-manager.c, thunar-vfs/Makefile.am, thunar-vfs/thunar-vfs-volume-private.h, thunar-vfs/thunar-vfs.symbols, thunar-vfs/thunar-vfs-volume.c, thunar-vfs/thunar-vfs-volume-none.c, thunar-vfs/thunar-vfs-volume.h, thunar-vfs/thunar-vfs-volume-hal.c, thunar-vfs/thunar-vfs-volume-freebsd.c: Improve the volume manager implemenation. The ThunarVfsVolumeManager and ThunarVfsVolume inter- faces are now abstract base classes, with the implementation API completely separated from the public API. The HAL backend was fixed to work around a strange HAL bug, where 'volume.is_mounted' is FALSE for mounted volumes (instead of trusting HAL, we ask the kernel to make sure we always display the proper state). Also, new signals "mounted", "pre-unmount" and "unmounted" were added to both ThunarVfsVolume and ThunarVfsVolumeManager, to allow applications to perform certain actions for these events. * docs/reference/thunar-vfs/: Update the API documentation. * thunar/thunar-window.c: Whenever the user requests to unmount a volume, check if the window displays a folder on this volume and if so, go to the home folder, to make sure we don't display a probably no longer existing mount point afterwards. (Old svn revision: 20438)
-
- Mar 14, 2006
-
-
Hydonsingore Cia authored
(Old svn revision: 20418)
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-exec.{c,h}: Add thunar_vfs_exec_sync() helper function. * thunar-vfs/thunar-vfs-volume-freebsd.c: Use thunar_vfs_exec_sync(). (Old svn revision: 20415)
-
Benedikt Meurer authored
* thunar/thunar-details-view.c(thunar_details_view_zoom_level_changed): Fix bug in Gtk+ 2.6 version of this method. (Old svn revision: 20406)
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-path.{c,h}, thunar-vfs/thunar-vfs.symbols: Add convenience method thunar_vfs_path_is_ancestor(), used to implement the auto-expand in the tree pane. * docs/reference/thunar-vfs/: Update thunar-vfs API docs. * thunar/thunar-file.h: Add thunar_file_is_ancestor(). * docs/README.thunarrc, thunar/thunar-preferences.c, thunar/thunar-window.c: Add new preference LastSeparatorPosition, which includes the last position of the gutter that separates the side pane and the main view. * docs/README.thunarrc, thunar/thunar-preferences.c, thunar/thunar-preferences-dialog.c: Add new preferences TreeIconEmblems and TreeIconSize, similar to their shortcuts counterparts. * thunar/thunar-tree-model.{c,h}, thunar/thunar-tree-pane.{c,h}, thunar/thunar-tree-view.{c,h}, thunar/Makefile.am, thunar/thunar-window-ui.xml, thunar/thunar-window.c: Initial import of the tree side pane. Still missing a lot of features, but the basics are in place and the performance and memory overhead is quite good already. Bug #1363. * po/POTFILES.in: Add new files. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update german translations. (Old svn revision: 20405)
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-util.c: Do not include <libxfce4util/libxfce4util.h> directly. (Old svn revision: 20404)
-
- Mar 13, 2006
-
-
Benedikt Meurer authored
* thunar/thunar-path-entry.c(thunar_path_entry_init): Always sort folders before files here, and always include hidden files in the entry completion. (Old svn revision: 20391)
-
Benedikt Meurer authored
* thunar/thunar-standard-view.c(thunar_standard_view_drag_motion): Add drag scroll support for XDS. (Old svn revision: 20384)
-
Daichi Kawahata authored
(Old svn revision: 20382)
-
Daichi Kawahata authored
(Old svn revision: 20379)
-
Daichi Kawahata authored
(Old svn revision: 20378)
-
Benedikt Meurer authored
* thunar/thunar-location-button.c(thunar_location_button_init): Fix misalignment of the file system icon. Reported by Pablo Hdez-M. Saiz <homeless3d@gmail.com>. (Old svn revision: 20377)
-
- Mar 12, 2006
-
-
Benedikt Meurer authored
* thunar/thunar-permissions-chooser.c (thunar_permissions_chooser_fixperm_clicked): Forgot to adjust the mode mask. (Old svn revision: 20376)
-
Benedikt Meurer authored
* thunar/thunar-permissions-chooser.c (thunar_permissions_chooser_fixperm_clicked): Make sure the owner can read and enter the folder after fixing folder permissions. (Old svn revision: 20374)
-
Benedikt Meurer authored
* thunar/thunar-details-view.c(thunar_details_view_init): Use 2px spacing for the name column. (Old svn revision: 20366)
-
Benedikt Meurer authored
* thunar/thunar-text-renderer.c: Don't setup a fixed height if text wrapping is enabled. * po/Thunar.pot, po/*.po: Update translations again. * po/de.po: Fix typo in german translations. (Old svn revision: 20365)
-
Benedikt Meurer authored
* thunar/thunar-column-editor.c(thunar_column_editor_init): Fix a typo. (Old svn revision: 20364)
-
Benedikt Meurer authored
* thunar/thunar-enum-types.{c,h}, thunar/thunar-list-model.c, thunar/thunar-path-entry.c: Rename THUNAR_COLUMN_REAL_NAME to THUNAR_COLUMN_FILE_NAME. * thunar/thunar-enum-types.{c,h}, thunar/thunar-list-model.c: Add new list model columns THUNAR_COLUMN_GROUP and THUNAR_COLUMN_OWNER. * thunar/thunar-enum-types.{c,h}: Divide ThunarColumns into visible and special columns. * thunar/thunar-text-renderer.c(thunar_text_renderer_get_size): Improve guessing the required width for text columns. * thunar/thunar-text-renderer.c(thunar_text_renderer_set_widget): Set fixed height for the text render. * thunar/thunar-preferences.c, docs/README.thunarrc: Add preferences for the configurable detailed list view columns. Bug #1351. * thunar/thunar-column-editor.{c,h}, thunar/thunar-column-model.{c,h}, thunar/Makefile.am: Import ThunarColumnModel and ThunarColumnEditor classes. The ThunarColumnModel class handles the order, visibility and fixed widths of columns. The ThunarColumnEditor class provides a dialog to configure the ThunarColumnModel. Bug #1351. * thunar/thunar-details-view.{c,h}, thunar/thunar-details-view-ui.xml, thunar/Makefile.am: Use column order and visibility from the ThunarColumnOrder. Add "Configure Columns..." menu item to "View", which pops up the ThunarColumnEditor. For fixed column mode, we use the fixed height mode provided by GtkTreeView, which speeds up the detailed list view a lot, esp. with older Pango version. Bug #1351. * po/POTFILES.in: Add new files here. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update the german translations. (Old svn revision: 20363)
-
Daichi Kawahata authored
(Old svn revision: 20358)
-
- Mar 11, 2006
-
-
Benedikt Meurer authored
* thunar-uca/thunar-uca-editor.c(thunar_uca_editor_command_clicked), thunar/thunar-chooser-dialog.c(thunar_chooser_dialog_browse): Try to resolve relative filenames in $PATH. * thunar/thunar-chooser-dialog.c: Allow users to specify whether or not an application should become the default for the given MIME type. * thunar/thunar-chooser-dialog.c: Add tooltips and improve the overall usability of the chooser dialog. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update german translations. (Old svn revision: 20336)
-
- Mar 09, 2006
-
-
Benedikt Meurer authored
* thunar/thunar-shortcuts-view.c: Improve keyboard navigation. Remove the "Display Icon Emblems" menu item. Bug #1559. * thunar/thunar-preferences-dialog.c: Add options for the shortcuts pane to the preferences dialog. Improve the recursive permissions option in the preference dialog and avoid the term "recursive". * po/*.po, po/Thunar.pot: Merge new strings. * po/de.po: Update german translations. (Old svn revision: 20305)
-
Benedikt Meurer authored
* examples/xfce-file-manager.py: Add note about DisplayFolderAndSelect() to the example. (Old svn revision: 20304)
-
Benedikt Meurer authored
* thunar/thunar-shortcuts-view.c: Add support to drop files to folders listed in the shortcuts pane. Bug #1345. (Old svn revision: 20303)
-
- Mar 08, 2006
-
-
Benedikt Meurer authored
* thunar/thunar-view.{c,h}: Add new methods get_visible_range() and scroll_to_file(). * thunar/thunar-standard-view.c: Implement get_visible_range() and scroll_to_file(). Drop the scroll_offsets, will be handled in ThunarWindow. * thunar/thunar-window.{c,h}: Remember the first visible file whenever leaving a directory and scroll to it when entering the directory again. * thunar/thunar-application.{c,h}: Return the created window from the thunar_application_open_window() method. * thunar/thunar-dbus-service-infos.xml, thunar/thunar-dbus-service.c: Add DisplayFolderAndSelect() to the org.xfce.FileManager interface. File managers that cannot scroll and select to a given file can silently ignore the filename parameter and handle it like an invocation of DisplayFolder(). Bug #1553. (Old svn revision: 20302)
-
Benedikt Meurer authored
* thunar/thunar-shortcuts-view.c: Fix shortcut rename. (Old svn revision: 20293)
-
Benedikt Meurer authored
* thunar/thunar-shortcuts-view.c: Always open shortcuts using single clicks. (Old svn revision: 20291)
-
Benedikt Meurer authored
* thunar-uca/thunar-uca-provider.c: Pass the correct working directory when launching folder actions. (Old svn revision: 20289)
-