- Mar 14, 2006
-
-
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)
-
Benedikt Meurer authored
* thunar/thunar-properties-dialog.c(thunar_properties_dialog_init): Properly synchronize the dialog title with the name entry box. * thunar/thunar-file.{c,h}: Add THUNAR_FILE_ICON_STATE_OPEN. * thunar/thunar-icon-renderer.c(thunar_icon_renderer_render): Use THUNAR_FILE_ICON_STATE_OPEN for expanded rows. * thunar/thunar-side-pane.{c,h}, thunar/thunar-shortcuts-pane.c: Add "show-hidden" property. (Old svn revision: 20288)
-
- Mar 07, 2006
-
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-mime-legacy.c: Fix gcc4 warnings. Bug #1556. * thunar-vfs/thunar-vfs-xfer.c: Prefer statvfs() over statfs() on systems that provide both. Bug #1556. (Old svn revision: 20277)
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-mime-legacy.c: Implement magic handling for the legacy backend (shared-mime-info <= 0.16). Bug #1106. (Old svn revision: 20276)
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-xfer.c: Automatically give write permissions to regular files and folders copied from read-only media. Bug #1555. (Old svn revision: 20275)
-
- Mar 06, 2006
-
-
Benedikt Meurer authored
* autogen.sh, configure.in.in, po/LINGUAS: Read the set of available languages from po/LINGUAS and substitute them when autogen.sh is run. This way we can continue to use glib-gettext. * docs/manual/, po-doc/, configure.in.in, Makefile.am: Import Daichi's initial japanese translations for the user manual. (Old svn revision: 20256)
-
- Mar 05, 2006
-
-
Benedikt Meurer authored
* po/POTFILES.in: Add Thunar-folder-handler.desktop.in here. * po/Thunar.pot, po/*.po: Merge new strings. (Old svn revision: 20248)
-
Benedikt Meurer authored
* Thunar-folder-handler.desktop.in, Makefile.am: Install folder handler .desktop file for Thunar. This way firefox and thunderbird can use Thunar to open folders. (Old svn revision: 20247)
-
Benedikt Meurer authored
* configure.in.in: Bump version to 0.2.3svn. (Old svn revision: 20240)
-
Benedikt Meurer authored
* configure.in.in: Depend on libexo >= 0.3.1.4. (Old svn revision: 20236)
-
Benedikt Meurer authored
* configure.in.in: Bump version to 0.2.2alpha2. * configure.in.in: Bump soname. (Old svn revision: 20235)
-
Hydonsingore Cia authored
(Old svn revision: 20233)
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-xfer.c, thunar/thunar-preferences-dialog.c: Fix en_GB words to their american english counterparts. * po/*.po, po/Thunar.pot: Update translations. (Old svn revision: 20227)
-
- Mar 04, 2006
-
-
Daichi Kawahata authored
(Old svn revision: 20215)
-
Benedikt Meurer authored
* po/de.po: Update german translations. (Old svn revision: 20214)
-
Daichi Kawahata authored
(Old svn revision: 20212)
-
Daichi Kawahata authored
(Old svn revision: 20205)
-
Daichi Kawahata authored
(Old svn revision: 20204)
-