- Oct 31, 2006
-
-
Stephan Arts authored
(Old svn revision: 23574)
-
- Oct 29, 2006
-
-
Maximilian Schleiss authored
Updated libexo and terminal's french translations, added translators credits to the thunar french translation, fixed a wrong accel. in xfdesktop (thx goes to Mike Massonnet) and fixed some typos in xfwm4's french translation. (Old svn revision: 23547)
-
- Oct 28, 2006
-
-
Pau Rullan Ferragut authored
congratulations to the dz team. (Old svn revision: 23541)
-
Benedikt Meurer authored
* thunar/thunar-chooser-model.c(thunar_chooser_model_import): Use preferences-desktop-default-applications for the "Recommended Applications" group. * thunar/thunar-chooser-dialog.c, thunar/thunar-chooser-model.{c,h}: Use the ExoCellRendererIcon to render the icons instead of preloading the icons in the model. Don't display the expanders with GTK+ 2.9 and above. (Old svn revision: 23540)
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-job-private.h, thunar-vfs/thunar-vfs-job.c: Handle file names with printf(3)-style format arguments properly when emitting the "info-message" signal from a job. Bug #2468. (Old svn revision: 23538)
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-mime-cache.c(thunar_vfs_mime_cache_finalize): Fix compiler warning if mmap() is not available. * configure.in.in, thunar/Makefile.am: Do not install the symlink from thunar to Thunar on Win32 platforms. Bug #2432. (Old svn revision: 23535)
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-io-local.c(_thunar_vfs_io_local_get_free_space): Apply patch from Tim van der Molen <tbvdm@xs4all.nl> to calculate free space properly on OpenBSD/amd64. Bug #2383. (Old svn revision: 23534)
-
- Oct 26, 2006
-
-
Stephan Arts authored
(Old svn revision: 23529)
-
- Oct 22, 2006
-
-
Stavros Giannouris authored
(Old svn revision: 23491)
-
- Oct 17, 2006
-
-
Maximilian Schleiss authored
(Old svn revision: 23448)
-
- Oct 02, 2006
-
-
Pau Rullan Ferragut authored
(Old svn revision: 23264)
-
- Oct 01, 2006
-
-
Benedikt Meurer authored
* thunar/thunar-properties-dialog.c(thunar_properties_dialog_init): Use an input-only window to trap mouse events for mime type tooltip. (Old svn revision: 23255)
-
Benedikt Meurer authored
* thunar/thunar-properties-dialog.c: Display the real mime type as tooltip for the "Kind" label. Bug #2369. (Old svn revision: 23254)
-
Benedikt Meurer authored
* thunar/thunar-standard-view.c (thunar_standard_view_set_selected_files): Place the cursor on the first selected file. Bug #2368. (Old svn revision: 23252)
-
Benedikt Meurer authored
* configure.in.in: Depend on exo 0.3.1.11 because thunar-uca requires exo-open to support the --working-directory switch. (Old svn revision: 23249)
-
Hydonsingore Cia authored
(Old svn revision: 23247)
-
- Sep 28, 2006
-
-
SZERVÁC Attila authored
(Old svn revision: 23223)
-
- Sep 24, 2006
-
-
Sylvain Vedrenne authored
(Old svn revision: 23201)
-
- Sep 23, 2006
-
-
Jean-François Wauthy authored
(Old svn revision: 23198)
-
- Sep 22, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 23197)
-
Olivier Fourdan authored
(Old svn revision: 23196)
-
- Sep 21, 2006
-
-
Benedikt Meurer authored
* thunar/thunar-dbus-client.c, thunar/thunar-dbus-service.c: Fix build with latest dbus-glib. Bug #2263. (Old svn revision: 23193)
-
- Sep 20, 2006
-
-
Sylvain Vedrenne authored
(Old svn revision: 23190)
-
- Sep 19, 2006
-
-
Sylvain Vedrenne authored
(Old svn revision: 23182)
-
- Sep 18, 2006
-
-
Pau Rullan Ferragut authored
(Old svn revision: 23166)
-
- Sep 17, 2006
-
-
Jean-François Wauthy authored
(Old svn revision: 23164)
-
- Sep 15, 2006
-
-
Piarres Beobide authored
(Old svn revision: 23162)
-
- Sep 14, 2006
-
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-io-local.c(_thunar_vfs_io_local_get_info): Properly validate the Name of .desktop files. Bug #2227. (Old svn revision: 23158)
-
Benedikt Meurer authored
* thunarx/thunarx-config.h.in, thunarx/thunarx-file-info.h: Fix build with GLib 2.6.x. Bug #2317. (Old svn revision: 23156)
-
- Sep 13, 2006
-
-
Benedikt Meurer authored
* thunarx/thunarx-menu-provider.{c,h}, thunarx/thunarx.symbols: Add a new method get_dnd_actions() to the ThunarxMenuProvider, which allows menu providers to install additional actions into the Drag'n'Drop menu of the file manager. * docs/reference/thunarx/: Update the thunarx reference manual. * thunar/thunar-dnd.{c,h}, thunar/thunar-location-button.c, thunar/thunar-shortcuts-view.c, thunar/thunar-standard-view.c, thunar/thunar-tree-view.c: Insert the additional actions supplied by the installed menu providers into the Drag'n'Drop menu. (Old svn revision: 23151)
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-monitor.c, thunar/thunar-standard-view.c: Fix several race conditions that were introduced over time and prevented the "new-files" job handling from working properly with Gamin and automatic folder reload. Bug #2199. * thunar/thunar-file.c: The file must not be dropped from the hash table in the dispose() function, but only when finalize is called, because dispose() may be invoked more than once and hence we might drop a newly created ThunarFile object with the same path from the hash table. (Old svn revision: 23149)
-
Benedikt Meurer authored
* configure.in.in, Makefile.am: Place automake options into configure.in.in instead of Makefile.am and add the tar-ustar option to fix building distributions on system where tar defaults to the deprecated V7 format. Bug #2304. (Old svn revision: 23144)
-
Benedikt Meurer authored
* thunar/thunar-dbus-client.c: Use default dbus connection timeout. Bug #2243. (Old svn revision: 23143)
-
- Sep 12, 2006
-
-
Benedikt Meurer authored
* thunar/thunar-renamer-model.c(thunar_renamer_model_iter_n_children): Fix typo. (Old svn revision: 23133)
-
Jari Rahkonen authored
(Old svn revision: 23131)
-
- Sep 11, 2006
-
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-io-local-xfer.c (_thunar_vfs_io_local_xfer_next_path): Remove duplicate const. Bug #2300. (Old svn revision: 23127)
-
- Sep 10, 2006
-
-
Benedikt Meurer authored
* plugins/thunar-uca/uca.xml.in: Use exo-open for the default "Open Terminal Here" action. Bug #2256. (Old svn revision: 23125)
-
SZERVÁC Attila authored
(Old svn revision: 23121)
-
- Sep 09, 2006
-
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-info.{c,h}, thunar-vfs/thunar-vfs-io-local.c, thunar-vfs/thunar-vfs-private.{c,h}, thunar-vfs/thunar-vfs.symbols, thunar/thunar-file.{c,h}, thunar/thunar-properties-dialog.c: Allow to change the icon of .desktop files. Bug #2150. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update german translations. (Old svn revision: 23119)
-
Benedikt Meurer authored
* configure.in.in, thunar-vfs/thunar-vfs-io-local-xfer.c: Keep the modification time when copying files. Bug #2244. * thunar-vfs/thunar-vfs-io-local-xfer.c (_thunar_vfs_io_local_xfer_next_path): Further reduce the number of relocations. (Old svn revision: 23118)
-