summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* AC_CONFIG_MACRO_DIR → AC_CONFIG_MACRO_DIRSUnit 1932020-08-121-2/+0
|
* Bug #16717: Move from exo-csource to xdt-csourceRomain Bouvier2020-04-191-2/+2
| | | | | - exo-csource is deprecated and moved to xdt-csource - Bump minimal xdt version
* Use https where possibleAndre Miranda2019-07-131-1/+1
|
* Strip trailing whitespaceAndre Miranda2017-11-041-5/+5
|
* Properly handle m4 stuffHarald Judt2015-02-161-0/+2
| | | | Fix warning about m4 directory.
* Replace custom configure code with macros from xfce4-dev-tools 4.7.2.Jannis Pohlmann2009-09-211-1/+1
|
* Merge the migration-to-gio branch into master.Jannis Pohlmann2009-08-211-23/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* 2006-03-06 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2006-03-061-2/+14
| | | | | | | | | | | | | * 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)
* 2006-02-24 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2006-02-241-2/+2
| | | | | | | | | * autogen.sh: Be sure to run svn info with LC_ALL=C. (Old svn revision: 20022)
* 2005-07-31 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2005-07-311-3/+2
| | | | | | | | | | | | | | | | | | | | | | | * thunar/thunar-clipboard-manager.c (thunar_clipboard_manager_contents_received): Properly clear the CLIPBOARD selection after a paste on "cutted data". Manually trigger an "owner-changed" after a successfully initiating the paste operation if either the Xserver or the GTK+ version doesn't support the XFixes extension. * thunar-vfs/thunar-vfs-transfer-job.c, configure.in.in: Add work-around for systems that lack the lchmod() system call. * thunar/thunar-standard-view.{c,h}: Query all actions from the group when initializing the view to speed up access later. * thunar/thunar-standard-view-ui.xml, thunar/thunar-standard-view.c: Add a "paste-into-folder" action, which is only available from the context menu. * autogen.sh, configure.in.in: Adopt the version numbering scheme from libexo and ditch the date. (Old svn revision: 16421)
* Start a branch for a threaded version of Thunar.Benedikt Meurer2005-07-161-1/+1
| | | | (Old svn revision: 16392)
* 2005-06-08 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2005-06-081-1/+1
| | | | | | | | | | * autogen.sh: Better determine the file dynamically, which is used to query the sandbox revision. (Old svn revision: 16325)
* 2005-06-08 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2005-06-081-2/+4
| | | | | | | | | | * autogen.sh, configure.in.in: Add build number to the version during development. (Old svn revision: 16324)
* 2005-06-04 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2005-06-041-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * COPYING.LIB: Add license text for the thunar-vfs library (which is licensed under the LGPL). * HACKING: Add information for people that plan to hack on Thunar. * AUTHORS: Add Jeff Franks. * THANKS: Import the THANKS template. * README: Add some basic information about Thunar. Needs more details. * docs/design/overview.xmi: Import the current overview diagram for Thunar. * Makefile.am, configure.in.in, docs/Makefile.am, docs/design/Makefile.am: Include the docs/ tree with the build framework. * configure.in.in, thunar/Makefile.am, thunar-vfs/Makefile.am: Link against GThread (not yet required from what is coded so far). * configure.in.in: Check for several required header files. * thunar-vfs/Makefile.am, thunar-vfs/thunar-vfs-info.{c,h}, thunar-vfs/thunar-vfs-monitor.{c,h}, thunar-vfs/thunar-vfs-uri.{c,h}, thunar-vfs/thunar-vfs-util.{c,h}, thunar-vfs/thunar-vfs.h: Add some experimental source code to implement parts of the VFS module. * thunar/fallback-icon.h, thunar/fallback-icon.png: Import the fallback icon. * thunar/thunar-application.{c,h}: Import Jeff's ThunarApplication boilerplate (adjusting style as required). * thunar/thunar-desktop-view.{c,h}: Boilerplate for the ThunarDesktopView class with the very basic requirements. * thunar/thunar-file.{c,h}, thunar/thunar-folder.{c,h}: Experimental implementation of ThunarFile and ThunarFolder based on the experimental source for the VFS module. * thunar/thunar-list-model.{c,h}: Sample implementation of the ThunarListModel class, based on an earlier implementation found in Filer. * thunar/thunar-preferences.{c,h}: Template for the ThunarPreferences class. * thunar/thunar-window.{c,h}: Quick-and-dirty ThunarWindow implementation to be able to roughly test the ThunarListModel class. * thunar/main.c: Add code to start a single ThunarWindow. * autogen.sh: Copyright fixes. Substitute date to make it easier to identify snapshots during the early development stages. (Old svn revision: 16314)
* 2005-05-30 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2005-05-301-0/+23
* Initial import. (Old svn revision: 16313)