summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchtable-editingnobody2001-02-19101-13950/+0
| | | | | | 'table-editing'. svn path=/branches/table-editing/; revision=1587
* 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
* Put this back; I suppose Elliot reverted it by accident sinceMartin Baulig2000-11-051-2/+2
| | | | | | | | | | | he didn't mention this in the ChangeLog. 2000-06-13 Martin Baulig <baulig@suse.de> * Makefile.am (EXTRA_DIST): Added `gnome-gettext.m4'. (gnome_aclocal_DATA): Added `gnome-gettext.m4'. svn path=/trunk/; revision=1431
* Did some regexp nicefications of the code. And added the timeout field.Eskil Heyn Olsen2000-10-301-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * capplet/gpilotd-capplet-strings.c: * capplet/gpilotd-capplet.glade: * capplet/gpilotd-control-applet.c: (gpilotd_request_completed), (gpilotd_userinfo_requested), (saveSettingsAndRestartDaemon), (doTrySettings), (doSaveSettings), (doRevertSettings), (insert_numeric_callback), (statechange_cb), (insert_syncpc_id), (insert_username_callback), (insert_device_callback), (activate_sync_type), (activate_speed), (cancel_sync), (run_sync_dialog), (run_error_dialog), (run_question_dialog), (activate_device_menu), (run_choose_dialog), (pick_pilot_device), (get_from_pilot_cb), (send_to_pilot_cb), (pilots_selection_cb), (clist_unselection_cb), (devices_selection_cb), (clist_button_press), (sync_type_int_to_str), (compare_pilot_info), (compare_device_info), (check_base_directory), (pilots_add_cb), (pilots_edit_cb), (pilots_delete_cb), (devices_edit_cb), (devices_add_cb), (devices_delete_cb), (createHostCfgWindow), (setHostCfg), (readHostCfg), (build_speed_menu), (configureDeviceDialog), (createDeviceCfgDialog), (setDeviceCfg), (compare_device_name), (next_cradle_name), (compare_pilot_name), (next_pilot_name), (setDeviceDialogCfg), (readDeviceDialogCfg), (configurePilotDialog), (createPilotCfgDialog), (setPilotCfg), (setPilotDialogCfg), (readPilotDialogCfg), (pilot_capplet_glade_init), (pilot_capplet_setup), (monitor_pilots), (main), (druid_gpilotd_userinfo_requested), (druid_gpilotd_request_completed), (no_button_toggled), (ask_to_cancel), (druid_canceled), (druid_finished), (druid_sync_page_back), (druid_presync_page_next), (druid_pilot2_page_next), (druid_delete_window), (gpilotd_druid_show): Did some regexp nicefications of the code. And added the timeout field. * capplet/pilot.c: (copy_device), (loadDeviceCfg), (savePilotState): Added the timeout field to GPilotDevice * configure.in: Requires pilot-link 0.9.5 * gnome-pilot.spec.in: Add ${prefix}/lib to /etc/ld.so.conf if not there * gpilotd/gpilot-structures.c: (gpilot_device_init): * gpilotd/gpilot-structures.h: * gpilotd/gpilotd.c: (pilot_connect): Added a timeout-field to the device, which is passed to pi_accept_to. * macros/gnome-pilot.m4: Improved the check for libpisock Bonged requied pilotlink version to 0.9.5 svn path=/trunk/; revision=1423
* Added small test for po/Makefile.i18npatch, so that if it exists it will ↵Kenneth Christiansen2000-10-261-0/+7
| | | | | | patch the gettext dependent po/Makefile.in.in file. This allows us to integrate the i18n scripts, etc even more. svn path=/trunk/; revision=1420
* Switch to pkg-config to check for GTK+ 2.0; Removed allMartin Baulig2000-09-303-33/+45
| | | | | | | | | | | | | | 2000-09-30 Martin Baulig <baulig@suse.de> * gnome-x-checks.m4: Switch to pkg-config to check for GTK+ 2.0; Removed all `gnome_cv_passdown_x_*' variables and `USE_DEVGTK'. * gnome-common.m4 (GNOME_COMMON_INIT): Added the always-false INSIDE_GNOME_COMMON automake conditional. (GNOME_GTKDOC_CHECK): New macro. (GNOME_DEBUG_CHECK): New macro. svn path=/trunk/; revision=1419
* use the correct name in AC_PROVIDEGeorge Lebl2000-08-242-1/+5
| | | | | | | | Thu Aug 24 02:28:57 2000 George Lebl <jirka@5z.com> * gnome-x-checks.m4: use the correct name in AC_PROVIDE svn path=/trunk/; revision=1417
* various small build fixesLarry Liimatainen2000-08-221-21/+21
| | | | svn path=/trunk/; revision=1362
* Renamed to GNOME2_X_CHECKS.Martin Baulig2000-08-062-1/+6
| | | | | | | | | 2000-08-06 Martin Baulig <baulig@suse.de> * gnome-x-checks.m4 (GNOME_X_CHECKS): Renamed to GNOME2_X_CHECKS. svn path=/trunk/; revision=1361
* Fix "cvs rm -rf" lossage.Dan Winship2000-08-0230-0/+4077
| | | | svn path=/trunk/; revision=1348
* removed last files from GNOME CVSscottf2000-08-0230-4077/+0
| | | | svn path=/trunk/; revision=1347
* AC_WARN replaced with AC_MSG_WARN in commentsPavel Roskin2000-08-022-3/+7
| | | | svn path=/trunk/; revision=1345
* 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
* Cache values so they're reset when we rerun the configure script.Martin Baulig2000-07-241-2/+6
| | | | | | | | | This works fine whenever it is rerun 'cause for instance configure.in or something else has changed. However, when you remove config.cache you may need to rerun autogen.sh to get it working (but I'm working on getting this fixed as well). svn path=/trunk/; revision=1321
* Removed some old crap in it. Removed.Martin Baulig2000-07-244-41/+5
| | | | | | | | | 2000-07-24 Martin Baulig <martin@home-of-linux.org> * autogen.sh: Removed some old crap in it. * aclocal-include.m4: Removed. svn path=/trunk/; revision=1320
* Check for GTK+ 2.0.Martin Baulig2000-07-243-2/+8
| | | | | | | | 2000-07-24 Martin Baulig <baulig@suse.de> * gnome-x-checks.m4: Check for GTK+ 2.0. svn path=/trunk/; revision=1319
* Fix GNOME2_DIR.Martin Baulig2000-07-241-3/+5
| | | | svn path=/trunk/; revision=1318