- Jan 15, 2007
-
-
Benedikt Meurer authored
* docs/manual/: Fix thunar-volman website URL. * po-doc/Thunar.pot, po-doc/*.po: Merge new strings. (Old svn revision: 24496)
-
Benedikt Meurer authored
* docs/manual/: Add documentation for removable drive and media handling in Thunar. * po-doc/Thunar.pot, po-doc/*.po: Merge new strings. (Old svn revision: 24491)
-
Benedikt Meurer authored
* configure.in.in, docs/manual/Makefile.am, docs/manual/eu/: Integrate the basque translations of the manual. (Old svn revision: 24487)
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-thumb-jpeg.c: Fix data parameter types for tvtj_exif_get_ushort() and tvtj_exif_get_ulong(). (Old svn revision: 24480)
-
- Jan 14, 2007
-
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-thumb-jpeg.c: Use Exif embedded thumbnails if available, which reduces the amount of data that must be retrieved from a camera to around 50k instead of the whole JPEG image, which can be up to several mega bytes. * thunar-vfs/thunar-vfs-thumb.c (thunar_vfs_thumb_factory_generate_thumbnail): Do not scale down thumbnails extracted from JPEG images that use the rather common size 160x120 pixels, to save some time and avoid messing up the thumbnail. (Old svn revision: 24475)
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-exec.c: Improve startup notification handling, based on a patch from Gregoire Gentil <gregoire@gentil.com>. * thunar-vfs/thunar-vfs-exec.{c,h}, thunar-vfs/thunar-vfs-info.c, thunar-vfs/thunar-vfs-mime-handler.c: Allow to pass in icon_name of the application to start, which can be used by window managers that detailed support startup notification feedback. (Old svn revision: 24451)
-
Michal Varady authored
(Old svn revision: 24450)
-
Pau Rullan Ferragut authored
(Old svn revision: 24439)
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-io-local.c(_thunar_vfs_io_local_listdir): Use g_list_free_1() instead of g_list_free1(). (Old svn revision: 24435)
-
- Jan 13, 2007
-
-
Benedikt Meurer authored
* configure.in.in, thunar-vfs/thunar-vfs-io-trash.{c,h}: Add support for $top_dir-Trashes, as described in the Desktop Trash Specifica- tion. Bug #2132. * thunar-vfs/thunar-vfs-volume.c(thunar_vfs_volume_changed): Rescan the active mount points whenever a volume changes. (Old svn revision: 24381)
-
- Jan 12, 2007
-
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-io-local-xfer.c(tvilx_copy_regular): Drop unused variable. * thunar-vfs/thunar-vfs-transfer-job.c: Properly report errors if copying a file fails for some reason. Also fix a memory leak that wasn't detected previously. (Old svn revision: 24375)
-
Maximilian Schleiss authored
(Old svn revision: 24372)
-
Jari Rahkonen authored
(Old svn revision: 24367)
-
Benedikt Meurer authored
* thunar/thunar-window.c: Finally fix crash on platforms where sizeof(GType) != sizeof(gint). Bug #2726. (Old svn revision: 24366)
-
- Jan 11, 2007
-
-
Maximilian Schleiss authored
(Old svn revision: 24362)
-
Benedikt Meurer authored
* Thunar.pot, *.po: Update the .po files. * de.po: Update german translations as discussed with the other german translators. (Old svn revision: 24356)
-
Jari Rahkonen authored
(Old svn revision: 24355)
-
SZERVÁC Attila authored
(Old svn revision: 24354)
-
Piarres Beobide authored
(Old svn revision: 24353)
-
- Jan 10, 2007
-
-
Maximilian Schleiss authored
(Old svn revision: 24349)
-
Benedikt Meurer authored
* thunar/thunar-gdk-extensions.{c,h}: Add new helper function thunar_gdk_screen_get_active(), which returns the currently active screen, i.e. the screen which currently contains the mouse pointer. * thunar-vfs/thunar-vfs-volume-hal.c: Use the new ExoMountPoint module to query active and configured mount points. * thunar-vfs/thunar-vfs-volume-hal.c: Add new signals "device-added" and "device-removed", which correspond to the HAL signals of the same name, and are emitted by the volume manager whenever a new device is added or an existing device is removed. This is an internal support mechanism for the volume manager integration of Thunar and should not be used by other applications. * thunar/thunar-application.c: Add hooks for the thunar-volman, which, if installed and enabled, will be spawned whenever a new device is reported by HAL. This enables lightweight volume management avoiding an additional daemon, as Thunar already listens for HAL events anyway. Note that Thunar doesn't provide any functionality by itself here. It just acts a proxy between HAL and thunar-volman. * docs/README.thunarrc, thunar/thunar-preferences.c: Add preference MiscVolumeManagement, which controls whether volume manager should be enabled. * docs/references/thunar-vfs/: Add missing enums to the manual. * thunar/thunar-preferences-dialog.c, thunar/sexy-url-label.{c,h}, thunar/Makefile.am: Extend the preferences dialog with options to control the volume manager. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update german translations. (Old svn revision: 24348)
-
Amanpreet Alam authored
(Old svn revision: 24341)
-
- Jan 08, 2007
-
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-io-local.c(_thunar_vfs_io_local_listdir): Change back to the previous working directory after listing the directory contents. (Old svn revision: 24325)
-
Stephan Arts authored
(Old svn revision: 24311)
-
- Jan 07, 2007
-
-
Benedikt Meurer authored
* thunar/thunar-shortcuts-view.c(thunar_shortcuts_view_init): Ellipsize long shortcut names, but make sure "File System" still fits into the side pane. (Old svn revision: 24302)
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-volume-hal.c, thunar-vfs/thunar-vfs-volume.{c,h}: Add support for memory cards and generic removable disk drives. Bug #2652. (Old svn revision: 24301)
-
Benedikt Meurer authored
* thunar-vfs/Makefile.am, thunar-vfs/thunar-vfs-volume-hal.c, acinclude.m4: Use exo-hal to determine icons and display names for the volumes. * thunar-vfs/thunar-vfs-volume-hal.c, thunar-vfs/thunar-vfs-volume.{c,h}: Do not discard blank discs and pure audio discs. Bug #2599. (Old svn revision: 24300)
-
Maximilian Schleiss authored
(Old svn revision: 24283)
-
- Jan 06, 2007
-
-
Benedikt Meurer authored
* README, configure.in.in: Requires libexo 0.3.1.13svn. * thunar-vfs/thunar-vfs-exec.c(thunar_vfs_exec_sync): Strip trailing dots from the error message. * thunar-vfs/thunar-vfs-volume-freebsd.c, docs/README.volumes, thunar-vfs/thunar-vfs-volume-hal.c: Use exo-mount to mount, eject and unmount volumes instead of relying on external utilities that don't always behave properly. Bug #2715. * thunar-vfs/thunar-vfs-volume-hal.c: Add ability to mount floppy drives using exo-mount. Bug #2075. * thunar-vfs/Makefile.am: Fix distcheck. * po/de.po: Some german translation love. (Old svn revision: 24277)
-
- Jan 05, 2007
-
-
Maximilian Schleiss authored
(Old svn revision: 24272)
-
Piarres Beobide authored
(Old svn revision: 24271)
-
- Jan 03, 2007
-
-
Benedikt Meurer authored
* configure.in.in, docs/manual/, thunar/main.c, thunar/thunar-dialogs.c: Update copyright dates. * po-doc/Thunar.pot, po-doc/*.po: Merge new strings. * po/Thunar.pot, po/*.po: Drop obsolete strings. * po/de.po: Update german translations. (Old svn revision: 24255)
-
Benedikt Meurer authored
* thunar/main.c(main): Need to initialize GThread first. (Old svn revision: 24253)
-
- Jan 02, 2007
-
-
Maximilian Schleiss authored
Updated the Belarusian translations by Alexander Nyakhaychyk for the xfce4-session, xfdesktop and xfwm4 packages. Made small corrections in thunar and terminal french translations. (Old svn revision: 24239)
-
- Dec 31, 2006
-
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-update-thumbnailers-cache.c: Add ability to load custom thumbnailers from .desktop files. Drop the hardcoded font thumbnailer. * thunar-vfs/thunar-vfs-font-thumbnailer-1.desktop.in, thunar-vfs/Makefile.am: Install a .desktop file for the font thumbnailer. * docs/manual/, po-doc/: Update the user guide with detailed information about the custom thumbnailers. (Old svn revision: 24227)
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs.c(_thunar_vfs_init): Do not maintain more than four unused threads, and stop unused threads after ten seconds of idle time (requires GLib 2.10). (Old svn revision: 24225)
-
- Dec 30, 2006
-
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-io-local-xfer.c, thunar-vfs/thunar-vfs-mime-database.c, thunar-vfs/thunar-vfs-monitor.c, thunar-vfs/thunar-vfs-os-bsd.c, thunar-vfs/thunar-vfs-os-generic.c, thunar-vfs/thunar-vfs-path.c, thunar-vfs/thunar-vfs-path-private.h, thunar-vfs/thunar-vfs-transfer-job.c: Add _thunar_vfs_path_child() as internal implementation of thunar_vfs_path_relative(), that does not perform the expensive sanity checking for release builds. * thunar-vfs/thunar-vfs.c(_thunar_vfs_init): Do not maintain more than four unused threads, and stop unused threads after ten seconds of idle time (requires GLib 2.10). * thunar-vfs/thunar-vfs-io-local.{c,h}: List folders parallel again, with up to four threads collecting file infos at the same time. Additionally, in order to avoid the costly inode lookups when listing folder contents, we change to the requested folder and use relative file names (requires locking, since the current working directory is per-process rather than per-thread). Last, the executable sanity checking was optimized for the common case of a binary or shellscript, which should further improve the loading performance of large folders with binaries. (Old svn revision: 24219)
-
- Dec 28, 2006
-
-
Benedikt Meurer authored
* thunar/: Several improvements to the GtkTreeModel implementations that should further speed up loading really large folders. For the icon view, the real bottleneck is still Pango. (Old svn revision: 24208)
-
- Dec 25, 2006
-
-
Maximilian Schleiss authored
(Old svn revision: 24186)
-
- Dec 24, 2006
-
-
Amanpreet Alam authored
(Old svn revision: 24178)
-