summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Collapse)AuthorAgeFilesLines
* autoconf: Some updatesGaƫl Bonithon2021-08-151-5/+5
| | | | | | | | * AC_HELP_STRING -> AS_HELP_STRING * AC_AIX, AC_MINIX -> AC_USE_SYSTEM_EXTENSIONS * AC_ISC_POSIX -> AC_SEARCH_LIBS([strerror],[cposix]) * AC_PROG_LD -> LT_PATH_LD * AC_OUTPUT -> AC_CONFIG_FILES + AC_OUTPUT
* renamed all README files to README.md and modified the content in orderAlexander Schwinn2020-05-141-5/+5
| | | | | | to use markdown language. Slightly updated the main README.md according to our current environment
* - bumped dependency to xfce4-panel to API v.2 / 4.12.0Alexander Schwinn2018-02-271-1/+1
| | | - removed superfluous line in desktop file of thunar-tpa
* Fix TPA plugin build detection (Bug #13952)Andre Miranda2017-10-281-2/+1
|
* Bump libxfce4panel version for TPA plugin to 4.9.0Andrzej2017-03-181-1/+1
|
* Remove subversion $Id$ tagsHarald Judt2015-05-221-2/+0
| | | | Remove them or replace them with vim modelines where appropriate.
* Update trash panel plugin to new framework.Nick Schermer2010-03-071-1/+1
|
* Merge the migration-to-gio branch into master.Jannis Pohlmann2009-08-211-156/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | I'm 100% sure I can implement all ThunarVFS thumbnailers on top of tumbler in time for the Xfce 4.8 release. Same about the volume monitor backend for GIO to avoid a GVfs dependency. So why not merge the GIO branch now? Not much to say about this merge. It replaces ThunarVFS with GIO inside Thunar and Thunarx, something I've been working on over the past few months. It currently requires GVfs for volume monitoring and also (optionally) depends on tumbler for thumbnail generation. Enjoy. All .po files are going to be updated in the next commit. Conflicts: ChangeLog INSTALL acinclude.m4 configure.in.in plugins/thunar-wallpaper/twp-provider.c po-doc/ChangeLog po/ChangeLog po/LINGUAS thunar-vfs/thunar-vfs-1.pc.in thunar-vfs/thunar-vfs-thumb.c thunar/thunar-templates-action.c
* Depend on exo-1 and exo-hal-1 instead of exo-0.3 and exo-hal-0.3.Jannis Pohlmann2009-08-131-1/+1
|
* - Applied patch from Mike Massonnet to use xfconf-query instead of Stephan Arts2008-11-031-1/+9
| | | | | | | | | | xfconf for setting the xfce desktop. - Added support for gconftool to set the gnome desktop (detecting nautilus is still flawed) (Old svn revision: 28600)
* Adding the thunar-wallpaper-plugin to the thunar packageStephan Arts2008-10-241-0/+14
| | | | (Old svn revision: 28402)
* 2007-01-28 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2007-01-281-4/+4
| | | | | | | | | | * acinclude.m4: Fix switches to disable plugins, thanks to Oliver Lehmann <oliver@FreeBSD.org>. (Old svn revision: 24773)
* 2007-01-07 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2007-01-071-0/+1
| | | | | | | | | | | | | | * 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)
* 2006-09-08 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2006-09-081-11/+19
| | | | | | | | | | * acinclude.m4, configure.in.in, thunar-vfs/thunar-vfs-volume-hal.c: Add support for FreeBSD to the HAL based volume manager. (Old svn revision: 23108)
* 2006-07-30 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2006-07-301-0/+2
| | | | | | | | | | | * acinclude.m4(BM_THUNAR_PLUGIN_TPA): Display "no" if the tpa plugin should not be build. * configure.in.in: Finally fix the glibc detection. (Old svn revision: 22570)
* 2006-07-27 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2006-07-271-0/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * README, acinclude.m4, configure.in.in, thunar-vfs/, thunar/, plugins/thunar-apr/thunar-apr-provider.c, plugins/thunar-uca/thunar-uca-model.c: Import the trash framework, based on the XDG trash specification, but currently limited to the home trash. * thunar/thunar-file.{c,h}, thunar/thunar-standard-view.c (thunar_standard_view_merge_custom_actions): Remove obsolete thunar_file_get_actions(). Bug #1241. * thunar/thunar-file.c, thunar/thunar-util.{c,h}: Use localized human readable format for file dates. Bug #2057. * thunar/thunar-private.h, thunar/thunar-tree-model.c, thunar/thunar-thumbnail-generator.c, thunar/thunar-shortcuts-model.c, thunar/thunar-renamer-pair.c, thunar/thunar-renamer-model.c, thunar/thunar-clipboard-manager.c: Use the slice allocator to reduce the memory overhead. * thunar/thunar-gtk-extensions.{c,h}, thunar/thunar-chooser-button.c, thunar/thunar-permissions-chooser.c, thunar/thunar-chooser-dialog.c, thunar/thunar-preferences-dialog.c, thunar/thunar-renamer-dialog.c, thunar/thunar-size-label.c: Use a single shared GtkTooltips instance for the whole application. * thunar/thunar-path-entry.c: Update the path entry icon and text whenever the current file changes. * README, acinclude.m4, configure.in.in, plugins/thunar-tpa/: Add a trash panel applet, that communicates with Thunar via D-BUS to display the current state of the trash can and move files to the trash by dropping them to the panel applet. * thunar/thunar-preferences.c(thunar_preferences_class_init), docs/README.thunarrc: Disable case-sensitive sorting of the files by default. Bug #2064. * docs/reference/thunar-vfs/: Update the API documentation. * po/POTFILES.in: Add new files here. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update german translations. (Old svn revision: 22534)
* 2006-04-12 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2006-04-121-0/+19
| | | | | | | | | | | | | | * plugins/thunar-apr/, acinclude.m4, plugins/Makefile.am, configure.in.in: Import the "Advanced Properties" plugin. * README: Add note about optional pcre and libexif dependencies. * po/POTFILES.in: Add new files. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update german translations. (Old svn revision: 20858)
* 2006-03-21 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2006-03-211-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * plugins/thunar-uca/README: Fix typos. * thunarx/thunarx-private.{c,h}: Import new helper function thunarx_param_spec_get_option_name(). * thunarx/Makefile.am, thunarx/thunarx.h, thunarx/thunarx-renamer.{c,h}, thunarx/thunarx-renamer-provider.{c,h}, thunarx/thunarx.symbols: Merge the ThunarxRenamer extension point, which can be used to hook additional bulk renamers into Thunar. Bug #1416. * thunar/thunar-renamer-dialog.{c,h}, thunar/thunar-renamer-model.{c,h}, thunar/thunar-renamer-pair.{c,h},thunar/thunar-renamer-progress.{c,h}, thunar/Makefile.am, thunar/thunar-standard-view.c: Merge the bulk rename framework for Thunar, which uses the ThunarxRenamers to rename multiple files at once. Bug #1416. * acinclude.m4, configure.in.in, plugins/thunar-sbr/, plugins/Makefile.am: Merge stable version of the thunar-sbr exten- sion ("Simple Builtin Renamers"), which provides "Search & Replace", which optionally uses PCRE to support regular expressions, and "Convert upper/lowercase". Additional renamers will be merged once ready. Bug #1416. * po/POTFILES.in: Add new files. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update german translations. (Old svn revision: 20517)
* 2006-03-20 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2006-03-201-0/+16
| | | | | | | | | | * Makefile.am, acinclude.m4, configure.in.in, po/POTFILES.in, po/Thunar.pot, plugins/: Move thunar-uca to plugins/. (Old svn revision: 20508)
* 2006-03-15 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2006-03-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)
* 2006-02-14 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2006-02-141-11/+68
| | | | | | | | | * acinclude.m4, configure.in.in: Print build configuration summary. (Old svn revision: 19878)
* 2006-02-13 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2006-02-141-0/+66
* acinclude.m4, configure.in.in, thunar-vfs/Makefile.am, thunar-vfs/thunar-vfs-volume-hal.c, thunar-vfs/thunar-vfs-volume.c, thunar-vfs/thunar-vfs-volume-freebsd.{c,h}, thunar-vfs/thunar-vfs-volume-none.{c,h}: Do not use AC_CONFIG_LINKS() anymore and let the user select it's preferred volume manager using the --with-volume-manager configure switch. * po/POTFILES.in: Update file list. * po/Thunar.pot, po/*.po: Update translations. (Old svn revision: 19862)