summaryrefslogtreecommitdiff
path: root/hack-macros/gnome.m4
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'GAL_0_17'.GAL_0_17nobody2001-10-241-474/+0
| | | | svn path=/tags/GAL_0_17/; revision=2079
* 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
* 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
* Add it back in so the Nautilus people can hack (and because it belongsElliot Lee2000-07-241-0/+471
| | | | | | * gnome.m4: Add it back in so the Nautilus people can hack (and because it belongs here) svn path=/trunk/; revision=1322
* For now, stuff at least _works_ again .....Martin Baulig2000-07-241-471/+0
| | | | | | | | | | | | | | | 2000-07-24 Martin Baulig <baulig@suse.de> Use the new gnome-common module instead of having the .m4 files in gnome-data. * autogen.sh: Use gnome-autogen.sh from gnome-common. * gnome.m4, acinclude.m4: Removed. * configure.in: Use AM_GNOME2_GETTEXT and GNOME_COMMON_INIT. * gnome-data/*.m4: Removed. This is now in gnome-common/macros2. svn path=/trunk/; revision=1316
* remove last bits of AC_ARG_ENABLE(gnometest,,,) since it's not being usedMartijn van Beers2000-06-151-4/+0
| | | | svn path=/trunk/; revision=1269
* Don't try remote activation if no hostname or username is given... Fix forElliot Lee2000-03-031-1/+1
| | | | | | | | * libgnomeui/oafgnome.c: Don't try remote activation if no hostname or username is given... * gnome-config.in: Fix for orbit-idl flags. * gnome.m4: Send everything from gnome-config into /dev/null, not just errors. We just need exit code. svn path=/trunk/; revision=1152
* Only such an idiot as I would think 'echo' meant 'fi'.Elliot Lee2000-02-221-1/+1
| | | | | | Only such an idiot as I would think 'echo' meant 'fi'. svn path=/trunk/; revision=1123
* Check for newer popt, and include it in the needed libs. Give correctElliot Lee2000-02-181-8/+9
| | | | | | | | | | | * configure.in: Check for newer popt, and include it in the needed libs. * gnome-compat-1.0.h: Give correct paths to compat headers. * gnome-config.in: Fixes to make help output correct. * gnome.m4: Reorg so it doesn't do any path searching itself, just uses gnome-config. * libgnome/gnome-popt.h: Include popt.h not popt-gnome.h * support/Makefile.am: No popt built-in. svn path=/trunk/; revision=1119
* Fix for proper include directory. Remove gnome-gettext.m4 if needed. StickElliot Lee2000-01-141-0/+337
| | | | | | | | Fix for proper include directory. Remove gnome-gettext.m4 if needed. Stick gnome-gettext.m4 contents in gnome.m4 svn path=/trunk/; revision=1060
* No mo gtk-xmhtml or libgnorba.Elliot Lee2000-01-041-1/+2
| | | | | | No mo gtk-xmhtml or libgnorba. svn path=/trunk/; revision=1053
* Fix size_request/size_allocate - was HORRIBLY broken before.Elliot Lee1999-12-051-8/+24
| | | | | | Fix size_request/size_allocate - was HORRIBLY broken before. svn path=/trunk/; revision=1022
* Fix empty for loop, the Zucchi way.Elliot Lee1999-12-031-2/+2
| | | | | | Fix empty for loop, the Zucchi way. svn path=/trunk/; revision=1021
* Fix makeenums.pl so it really truly reads the files, and its results.Elliot Lee1999-11-181-6/+7
| | | | | | | | | | Fix makeenums.pl so it really truly reads the files, and its results. Apply patch from Iain for gnome_program_init. Fix gnome-helpsys.h to be parseable by makeenums.pl svn path=/trunk/; revision=1000
* Attempt to fix the .m4 files PROPERLY (ahem ahem, a certain doofus didn'tElliot Lee1999-11-171-0/+119
Attempt to fix the .m4 files PROPERLY (ahem ahem, a certain doofus didn't do a good job the first time around. :) Now, just one gnome.m4 file is installed. Also get rid of gnorba and replace with OAF in appropriate places. svn path=/trunk/; revision=996