summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchredhat-merge-branchnobody2001-05-23126-17455/+0
| | | | | | 'redhat-merge-branch'. svn path=/branches/redhat-merge-branch/; revision=1755
* Fixed problem compiling with new gettext:Darin Adler2001-05-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hack-macros/gnome.m4: Add BUILD_INCLUDED_LIBINTL for compatibility with the new gettext. Fixed a problem with the throbber detecting that its X window is gone. Based on suggestions from Owen Taylor. * libnautilus/nautilus-bonobo-workarounds.h: * libnautilus/nautilus-bonobo-workarounds.c: (destroy_later_callback), (destroyed_before_timeout_callback), (nautilus_bonobo_object_force_destroy_later): Changed to "destroy later" instead of "destroy at idle". This makes us less likely to experience race conditions. * src/nautilus-window.c: (nautilus_window_initialize_class), (nautilus_window_unrealize), (nautilus_window_destroy): Moved the throbber destruction to unrealize so we destroy the throbber before we destroy its X window. Starting with patch by Anders Carlsson <andersca@gnu.org>, added both prelighting and tracking to the throbber, also making it take action on release, not press. * components/throbber/nautilus-throbber.c: (nautilus_throbber_initialize_class): Add handlers for enter, leave, and release. (nautilus_throbber_initialize): Set flags so we get enter and leave events. (select_throbber_image): Ref the image that's returned. (draw_throbber_image): Make the image be prelit if the mouse is over the throbber but it wasn't clicked, and darkened if the mouse is over the throbber and it was clicked. (nautilus_throbber_enter_notify_event): Set flag and request redraw to prelight. (nautilus_throbber_leave_notify_event): Set flag and request redraw to un-prelight. (nautilus_throbber_button_press_event): Set flag to indicate we hit the button in the throbber. Also, respond only to left clicks. (nautilus_throbber_button_release_event): Look at flag set in press event. Do the work here now instead of at press time since we are more like a real button. Rolled in change by Miguel Rodríguez Pérez <migrax@terra.es> to fix volume mounting problems: * configure.in: Check for hasmntopt. * libnautilus-private/nautilus-volume-monitor.c: (get_removable_volumes): Fix typo (HAVE_MNTTENT_H -> HAVE_MNTENT_H). Integrated patch by Miguel Rodríguez Pérez <migrax@terra.es> to make Nautilus not try to preview MPEG lists: * src/file-manager/fm-icon-view.c: (icon_container_preview_callback): Made audio/x-mpegurl another exception to the list of audio types we can preview. Rolled in change by Dennis Smit <synap@area101.penguin.nl>: * THANKS: added more translators that were missing from the THANKS file (names from all the .po files in ./po). Other updates to THANKS: * THANKS: Added Jon K Hellan. * check-THANKS.pl: Fixed logic so you can be credited as both an author and translator. Other changes: * src/file-manager/fm-list-view.c: (get_default_zoom_level): Fix typo (storaged -> storage). * src/nautilus-shell-ui.xml: * src/file-manager/nautilus-directory-view-ui.xml: Fixed keybindings entries to use the correct tags as described by ui-xml.txt. svn path=/trunk/; revision=1712
* This should fix that irritatingJody Goldberg2001-05-192-0/+7
| | | | | | | | | | | make[2]: *** No rule to make target `all-no-@BUILD_INCLUDED_LIBINTL@', needed by `all-no'. 2001-05-19 Jody Goldberg <jgoldberg@home.com> * gnome-gettext.m4 : Add BUILD_INCLUDED_LIBINTL so that newer versions work. svn path=/trunk/; revision=1708
* Update freetype to work with freetype-configs that use . instead of :Darin Adler2001-05-071-4/+4
| | | | | | as version part separator. Not sure why this is inconsistent. svn path=/trunk/; revision=1702
* Add a nice macro for freetype2 checks that works with both RPMS andRamiro Estrugo2001-05-021-1/+169
| | | | | | freetype2 built from source. svn path=/trunk/; revision=1698
* A cut at updating the spec file now that the pkgconfig stuff and supportDarin Adler2001-04-162-34/+5
| | | | | | | * gnome-common.spec.in: A cut at updating the spec file now that the pkgconfig stuff and support stuff has gone away. svn path=/trunk/; revision=1697
* change $(cmd) to `cmd` in order to make it usable in non-bash bourneJaka Mocnik2001-04-162-4/+9
| | | | | | | | | 2001-04-16 Jaka Mocnik <jaka@gnu.org> * gnome-print-check.m4: change $(cmd) to `cmd` in order to make it usable in non-bash bourne shells. svn path=/trunk/; revision=1661
* Removed.Martin Baulig2001-04-148-174/+25
| | | | | | | | | | | | | | | | | | | 2001-04-14 Martin Baulig <baulig@suse.de> * gnome-common.pc.in, gnome-common-2.0.pc.in: Removed. * configure.in: Set version number to 1.2.2. (--enable-platform-gnome-2): Removed this command line argument; this package is now the same for GNOME 1.x and GNOME 2.0. * acinclude.m4: Removed. * acconfig.h: Removed. * support/: We don't build this directory anymore; the GNOME 1.x version of it is in gnome-libs/support and the GNOME 2.0 one is in libgnomebase/libgnomesupport. svn path=/trunk/; revision=1660
* Set variable `have_<name>' to yes or no depending on whether the moduleMartin Baulig2001-04-132-0/+10
| | | | | | | | | | | 2001-04-13 Martin Baulig <baulig@suse.de> * gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES): Set variable `have_<name>' to yes or no depending on whether the module was found or not; allows you to define automake conditionals for optional modules. svn path=/trunk/; revision=1659
* Add nautilus-macros.m4Ramiro Estrugo2001-04-101-0/+56
| | | | svn path=/trunk/; revision=1655
* removed .m4 restrictionRobin Slomkowski2001-03-261-2/+2
| | | | svn path=/trunk/; revision=1654
* added gnome-common.spec.in to EXTRA_DISTS added gnome-common.spec.inRobin Slomkowski2001-03-265-65/+126
| | | | | | | | | | * Makefile.am: added gnome-common.spec.in to EXTRA_DISTS * configure.in: added gnome-common.spec.in * gnome-common.spec: removed from repository as it appeared generic * gnome-common.spec.in: new spec file using Martin's suggestions svn path=/trunk/; revision=1653
* Ooops, forgot this.Martin Baulig2001-03-241-0/+4
| | | | svn path=/trunk/; revision=1652
* Add the xml-i18n-tools stuff here.Martin Baulig2001-03-242-0/+14
| | | | | | | | 2001-03-24 Martin Baulig <baulig@suse.de> * autogen.sh: Add the xml-i18n-tools stuff here. svn path=/trunk/; revision=1651
* quote a test and make sure incdir is always set so 'cat' worksJP Rosevear2001-03-022-1/+7
| | | | | | | | | 2001-03-01 JP Rosevear <jpr@ximian.com> * gnome-pilot.m4: quote a test and make sure incdir is always set so 'cat' works svn path=/trunk/; revision=1602
* Replaced awk with sed in gnome-print checks, seems to work nowLauris Kaplinski2001-02-212-8/+24
| | | | svn path=/trunk/; revision=1588
* Revert my previous patch now that gnome-pim and evolution are fixed toJP Rosevear2001-02-192-2/+5
| | | | | | | | | 2001-02-19 JP Rosevear <jpr@ximian.com> * gnome-pilot.m4: Revert my previous patch now that gnome-pim and evolution are fixed to accomodate the change svn path=/trunk/; revision=1584
* AC_SUBST the PISOCK_LIBDIR varJP Rosevear2001-02-192-0/+6
| | | | | | | | 2001-02-19 JP Rosevear <jpr@ximian.com> * gnome-pilot.m4: AC_SUBST the PISOCK_LIBDIR var svn path=/trunk/; revision=1583
* Don't display the sed command to generate gpilotConf.shEskil Heyn Olsen2001-02-191-27/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am: Don't display the sed command to generate gpilotConf.sh * capplet/Makefile.am: * conduits/backup/Makefile.am: * conduits/email/Makefile.am: * conduits/expense/Makefile.am: * conduits/file/Makefile.am: * conduits/memo/Makefile.am: * conduits/memo_file/Makefile.am: * conduits/test/Makefile.am: * gpilot-fileman/Makefile.am: * gpilotd/Makefile.am: * libgpilotdCM/Makefile.am: * utils/Makefile.am: Did a cleanup of the makefiles wrt LIBADD stuff (PISOCK_LIBS now contains the PISOCK_LIBDIR as well). * configure.in: Use $GNOME_CONFIG Shortened --enable-usb-visor to --enable-usb. Nicifyed the config configuration output * gpilotd/gnome-pilot-client.gob: Added a missing #ifdef around some VFS code * gpilotd/gpilot-structures.h: * gpilotd/gpilot-structures.c: (gpilot_context_new), (gpilot_context_init_user), (gpilot_context_free), (gpilot_device_new), (gpilot_serial_device_init), (gpilot_serial_device_free), (gpilot_usb_device_init), (gpilot_usb_device_free), (gpilot_irda_device_init), (gpilot_irda_device_free), (gpilot_device_init), (gpilot_device_load), (gpilot_device_free), (get_devices), (get_pilots): Code indent. Cleaned up the device destroy/init stuff. * gpilotd/gpilotd.c: (device_in), (wait_for_sync_and_sync), (dump_build_info): USB device destroy now closes the IO channels. Output build options on start (usb, irda, vfs etc). * gpilotd/orbit_daemon_glue.c: (pause_device): Added check in pause_device to see if it has io channels. * macros/gnome-pilot.m4: Collapsed PISOCK_LIBS and PISOCK_LIBDIRS, removed PILOT_* and renames PISOCK_INCLUDEDIR to PISOCK_CFLAGS (to be more conformant to the normal trend). Sprinkled in some magic to give the full pilot-link version - just hope it wont break when the -preX part goes away. svn path=/trunk/; revision=1582
* Put gnome-print-check.m4 to dietLauris Kaplinski2001-02-172-143/+30
| | | | svn path=/trunk/; revision=1581
* Added test for xml-i18n-tools if AM_PROG_XML_I18N_TOOLS is found.Kenneth Christiansen2001-02-071-0/+5
| | | | | | | | | 2001-02-07 Kenneth Christiansen <kenneth@gnu.org> * autogen.sh: Added test for xml-i18n-tools if AM_PROG_XML_I18N_TOOLS is found. svn path=/trunk/; revision=1558
* Quote first argument to AC_DEFUN. Likewise. Likewise. Likewise. Likewise.Pavel Roskin2001-02-077-14/+14
| | | | | | | | | | | | * macros/curses.m4: Quote first argument to AC_DEFUN. * macros/gnome-cxx-check.m4: Likewise. * macros/gnome-gettext.m4: Likewise. * macros/gnome-libgtop-check.m4: Likewise. * macros/gnome-print-check.m4: Likewise. * macros/linger.m4: Likewise. * macros/need-declaration.m4: Likewise. svn path=/trunk/; revision=1555
* Added AM_PROG_XML_I18N_TOOLS so translations works correctly. Added aKenneth Christiansen2001-02-041-0/+10
| | | | | | | | | | 2001-02-04 Kenneth Christiansen <kenneth@gnu.org> * configure.in: Added AM_PROG_XML_I18N_TOOLS so translations works correctly. * macros/autogen.sh: Added a check for xml-i18n-tools. svn path=/trunk/; revision=1544
* Fix mishandling of --without-samba due to a typo.Pavel Roskin2001-01-301-1/+1
| | | | | | | * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of --without-samba due to a typo. svn path=/trunk/; revision=1542
* .cvsignore + nautilusFatih Demir2001-01-241-0/+1
| | | | svn path=/trunk/; revision=1534
* Propagateg change by Owen Taylor from acinclude.m4 in gtk+: Don't definePavel Roskin2001-01-111-1/+1
| | | | | | | | | | * macros/gnome-gettext.m4: Propagateg change by Owen Taylor from acinclude.m4 in gtk+: Don't define ENABLE_NLS unless we have a working NLS. (This should keep libintl.h from being included when it doesn't exist). svn path=/trunk/; revision=1522
* Added missing PROG.Maciej Stachowiak2001-01-062-1/+5
| | | | | | * autogen.sh: Added missing PROG. svn path=/trunk/; revision=1519
* xml-i18n-toolize if AM_PROG_XML_I18N_TOOLS is found in configure.in.Maciej Stachowiak2001-01-062-0/+9
| | | | | | | * autogen.sh: xml-i18n-toolize if AM_PROG_XML_I18N_TOOLS is found in configure.in. svn path=/trunk/; revision=1518
* Reverted, until me and maciej get some good ideasKenneth Christiansen2001-01-051-4/+0
| | | | svn path=/trunk/; revision=1517
* added support for xml-i18n-tools. This module is now required whenKenneth Christiansen2001-01-051-7/+4
| | | | | | | | | | | | | | 2001-01-06 Kenneth Christiansen <kenneth@gnu.org> * configure.in, macros/autogen.sh: added support for xml-i18n-tools. This module is now required when building from cvs. Please make sure that the macrofile installed by xml-i18n-tools is installed so it's in aclocal's path. or do: export ACLOCAL_FLAGS='-I /usr/local/share/aclocal' svn path=/trunk/; revision=1516
* Test. Committing blank line.Martin Baulig2000-12-011-0/+1
| | | | svn path=/trunk/; revision=1480
* re-added with no changes. Please email me as this is needed by nautilusRobin Slomkowski2000-12-011-0/+471
| | | | | | | | | * gnome.m4: re-added with no changes. Please email me as this is needed by nautilus and medusa, I will be happy to move these macros somewhere else that makes sense. svn path=/trunk/; revision=1479
* Enable maximum compile warnings, fix Perl check and correctly setMartin Baulig2000-12-011-471/+0
| | | | | | | | | | | 2000-12-01 Martin Baulig <baulig@suse.de> * configure.in: Enable maximum compile warnings, fix Perl check and correctly set GNOME_VFS_VERSION. * gnome.m4: Removed. svn path=/trunk/; revision=1478
* Released gnome-common 1.2.1.GNOME_COMMON_1_2_1Martin Baulig2000-12-011-0/+4
| | | | | | | | 2000-12-01 Martin Baulig <baulig@suse.de> Released gnome-common 1.2.1. svn path=/trunk/; revision=1476
* Improved compile warnings check; the --enable-compile-warnings parameterMartin Baulig2000-12-012-41/+81
| | | | | | | | | | 2000-12-01 Martin Baulig <baulig@suse.de> * compile-warnings.m4: Improved compile warnings check; the --enable-compile-warnings parameter now takes 5 different values (no/minimum/yes/maximum/error). AC_SUBST(WARN_CFLAGS). svn path=/trunk/; revision=1475
* Removed.Martin Baulig2000-11-285-576/+6
| | | | | | | | 2000-11-29 Martin Baulig <baulig@suse.de> * gnome.m4, gnome-gnorba-check.m4, gnome-fileutils.m4: Removed. svn path=/trunk/; revision=1474
* Use GNOME_PKGCONFIG_CHECK_MODULES.Martin Baulig2000-11-263-38/+54
| | | | | | | | | | | | | 2000-11-26 Martin Baulig <martin@home-of-linux.org> * gnome-x-checks.m4 (GNOME2_X_CHECKS): Use GNOME_PKGCONFIG_CHECK_MODULES. * gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Don't AC_REQUIRE([GNOME_REQUIRE_PKGCONFIG]). (GNOME_CHECK_PKGCONFIG): Check for pkg-config >= 0.4.1. svn path=/trunk/; revision=1473
* Added GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES to check for a list ofMartin Baulig2000-11-223-7/+38
| | | | | | | | | | | 2000-11-22 Martin Baulig <martin@home-of-linux.org> * gnome-pkgconfig.m4: Added GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES to check for a list of optional modules. * gnome-platform.m4: Require GNOME_REQUIRE_PKGCONFIG. svn path=/trunk/; revision=1472
* Small AM_GNOME2_GETTEXT fix.Martin Baulig2000-11-221-1/+1
| | | | svn path=/trunk/; revision=1471
* New file. This defines GNOME_PLATFORM_GNOME_2.Martin Baulig2000-11-224-7/+43
| | | | | | | | | | | | 2000-11-22 Martin Baulig <martin@home-of-linux.org> * gnome-platform.m4: New file. This defines GNOME_PLATFORM_GNOME_2. * gnome-pkgconfig.m4: Disable the --extra-flags argument to pkg-config, this doesn't exist anymore. svn path=/trunk/; revision=1470
* New file. This defines GNOME_CHECK_PKGCONFIG, GNOME_REQUIRE_PKGCONFIG andMartin Baulig2000-11-223-1/+173
| | | | | | | | | | 2000-11-22 Martin Baulig <martin@home-of-linux.org> * gnome-pkgconfig.m4: New file. This defines GNOME_CHECK_PKGCONFIG, GNOME_REQUIRE_PKGCONFIG and GNOME_PKGCONFIG_* macros from pkg-config. svn path=/trunk/; revision=1469
* Updated usage instruction.Martin Baulig2000-11-211-19/+31
| | | | svn path=/trunk/; revision=1468
* New file. Autogen gnome-autogen.sh from it; added GNOME_COMMON_DATA_DIRMartin Baulig2000-11-216-21/+46
| | | | | | | | | | 2000-11-21 Martin Baulig <martin@home-of-linux.org> * gnome-autogen.sh.in: New file. Autogen gnome-autogen.sh from it; added GNOME_COMMON_DATA_DIR and make it actually work. svn path=/trunk/; revision=1467
* Set version number to 1.2.1.Martin Baulig2000-11-217-10/+197
| | | | | | | | | | | | | | | | | | | | | 2000-11-21 Martin Baulig <martin@home-of-linux.org> * configure.in: Set version number to 1.2.1. * configure.in (--enable-platform-gnome-2): New configure command line argument to enable support for the GNOME 2.x platform. (PLATFORM_GNOME_2): New automake conditional. * Do the GNOME_SUPPORT_CHECKS here if we're on the GNOME 2.x platform. * Makefile.am (SUBDIRS): Conditionally add support for the GNOME 2.x platform. * acinclude.m4: New file. Put stuff from gnome-support.m4 and need-declaration.m4 here. svn path=/trunk/; revision=1466
* Put gnome-autogen.sh here.Martin Baulig2000-11-212-0/+7
| | | | | | | | 2000-11-21 Martin Baulig <martin@home-of-linux.org> * Makefile.am (EXTRA_DIST): Put gnome-autogen.sh here. svn path=/trunk/; revision=1465
* Removed.Martin Baulig2000-11-214-114/+7
| | | | | | | | 2000-11-21 Martin Baulig <baulig@suse.de> * gnome-support.m4, need-declaration.m4: Removed. svn path=/trunk/; revision=1464
* Install libgnomesupport.la, but call it libgnomesupport-1.3.la.Martin Baulig2000-11-214-5/+27
| | | | | | | | | | | 2000-11-21 Martin Baulig <baulig@suse.de> * Makefile.am: Install libgnomesupport.la, but call it libgnomesupport-1.3.la. * gnome-support-2.0.pc.in: Added pkg-config file. svn path=/trunk/; revision=1463
* Initialize GNOME_DATADIR from GNOME_DIR if set before trying gnome-config.Martin Baulig2000-11-202-1/+10
| | | | | | | | | 2000-11-20 Martin Baulig <baulig@suse.de> * gnome-autogen.sh: Initialize GNOME_DATADIR from GNOME_DIR if set before trying gnome-config. svn path=/trunk/; revision=1462
* Applied build patch from Mathieu Lacage.Hans Petter2000-11-061-0/+2
| | | | svn path=/trunk/; revision=1433
* Added stuff for `bonobox'.Martin Baulig2000-11-052-2/+7
| | | | | | | | | 2000-11-05 Martin Baulig <baulig@suse.de> * gnome-bonobo-check.m4 (BONOBO_CFLAGS, BONOBO_LIBS): Added stuff for `bonobox'. svn path=/trunk/; revision=1432