| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
2002-11-27 Stanislav Brabec <sbrabec@suse.cz>
* gnome-pilot.m4: Added missing quotes:
PISOCK_LIBS="-lpisock -lpisync"
svn path=/trunk/; revision=18948
|
|
|
|
|
|
| |
to gtkhtml/HEAD
svn path=/trunk/; revision=18601
|
|
|
|
| |
svn path=/trunk/; revision=18482
|
|
|
|
|
|
|
|
|
| |
2002-09-20 JP Rosevear <jpr@ximian.com>
* gnome-pilot.m4: fix problem where -lpisync was not linked in if
you didn't specify --with-pisock
svn path=/trunk/; revision=18140
|
|
|
|
|
|
|
|
|
|
|
|
| |
2002-09-16 JP Rosevear <jpr@ximian.com>
* configure.in: Check for pilot-link 0.11.4
2002-09-16 JP Rosevear <jpr@ximian.com>
* gnome-pilot.m4: check for pilot-link 0.11.4 by default
svn path=/trunk/; revision=18074
|
|
|
|
| |
svn path=/trunk/; revision=18073
|
|
|
|
|
|
|
|
| |
2002-05-15 JP Rosevear <jpr@ximian.com>
* gnome-pilot.m4: Fix quoting for AC_MSG_*
svn path=/trunk/; revision=16802
|
|
|
|
| |
svn path=/trunk/; revision=15919
|
|
|
|
|
|
| |
These macros aren't needed in gnome2
svn path=/trunk/; revision=15918
|
|
|
|
| |
svn path=/trunk/; revision=14875
|
|
|
|
| |
svn path=/trunk/; revision=14868
|
|
|
|
|
|
| |
versions)
svn path=/trunk/; revision=14858
|
|
|
|
| |
svn path=/trunk/; revision=14857
|
|
|
|
|
|
|
| |
* gnome-pilot.m4 (PILOT_LINK_HOOK):
Fixed a typo: inlude -> include
svn path=/trunk/; revision=14801
|
|
|
|
|
|
|
|
|
| |
2001-09-16 Eskil Heyn Olsen <eskil@eskil.dk>
* gnome-pilot.m4:
PISOCK_CFLAGS no longer contains pilot-link version.
svn path=/trunk/; revision=12871
|
|
|
|
|
|
|
| |
* gnome-pilot.m4:
Stuff to check version of gnome-pilot
svn path=/trunk/; revision=12722
|
|
|
|
|
|
|
|
|
| |
2001-06-22 Eskil Heyn Olsen <eskil@eskil.dk>
* gnome-pilot.m4:
Fixed the cat of pi-version.h
svn path=/trunk/; revision=10403
|
|
|
|
| |
svn path=/trunk/; revision=10216
|
|
|
|
|
|
|
|
|
|
|
| |
* gnome-fileutils.m4: Always explicitly declare main() with the
return type `int'. Don't use exit() since it may be undeclared.
Use `return' instead.
* gnome-pilot.m4: Likewise.
* gperf-check.m4: Likewise.
* linger.m4: Likewise.
svn path=/trunk/; revision=10209
|
|
|
|
|
|
|
|
|
| |
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=8469
|
|
|
|
|
|
|
|
|
| |
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=8289
|
|
|
|
|
|
|
|
| |
2001-02-19 JP Rosevear <jpr@ximian.com>
* gnome-pilot.m4: AC_SUBST the PISOCK_LIBDIR var
svn path=/trunk/; revision=8284
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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=8273
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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=6258
|
|
|
|
| |
svn path=/trunk/; revision=4480
|
|
|
|
| |
svn path=/trunk/; revision=4478
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* HACKING:
Changelog entries should now go to toplevel Changelog.
I now prefer this, because of the prepare-ChangeLog.pl
script used for Nautilus. See HACKING for more.
* applet/pilot.c: (main):
* configure.in:
* gpilotd/Makefile.am:
* gpilotd/gnome-pilot-client.gob:
* gpilotd/orbit_daemon_glue.c: (gpilotd_corba_init):
* macros/gnome-pilot.m4:
* utils/Makefile.am:
Done a lot of damagecontrol after the OAF collision
that happened. GNORBA is now the default object activator
even if bonobo/oaf/whatnot is installed. You can switch
to oaf if you configure with --with-oaf (up to the reader
to completely finish this).
The OAF code is still in CVS, it compiles (no longer
breaks gnome-pim), but still doens't work though.
(there a limit to my time).
svn path=/trunk/; revision=3910
|
|
|
|
| |
svn path=/trunk/; revision=3717
|
|
|
|
| |
svn path=/trunk/; revision=3151
|
|
|
|
| |
svn path=/trunk/; revision=3148
|
|
|
|
|
|
|
|
| |
$GNOME_CONFIG is printing more than one word, which when backticked causes test to do not nice things...
Can someone with Solaris test this? test on Linux appears to be too lenient to worry about this in any case.
svn path=/trunk/; revision=3054
|
|
|
|
|
|
|
| |
* gnome-pilot.m4 (PILOT_LIBS): "But that trick NEVER works!"
"This time for sure!"
svn path=/trunk/; revision=2727
|
|
|
|
| |
svn path=/trunk/; revision=2495
|
|
|
|
| |
svn path=/trunk/; revision=2494
|
|
|
|
|
|
|
|
| |
* gnome-pilot.m4 (PILOT_LIBS): Fix a bug introduced in the
gnome-pilot-config to "gnome-config gpilot" change that caused not
having pilot-link installed to become a fatal error.
svn path=/trunk/; revision=2366
|
|
|
|
| |
svn path=/trunk/; revision=2220
|
|
|
|
| |
svn path=/trunk/; revision=1747
|
|
|
|
| |
svn path=/trunk/; revision=1746
|
|
|
|
|
|
|
| |
* gnome-pilot.m4: i broke the version-checking macro for other
distribs in my last commit. fixing that now.
svn path=/trunk/; revision=1612
|
|
|
|
|
|
|
| |
* gnome-pilot.m4 (PILOT_LIBS): fix the version-checking macro for
debian
svn path=/trunk/; revision=1610
|
|
|
|
|
|
| |
* gnome-pilot.m4: Fix typo in PILOT_LINK_HOOK.
svn path=/trunk/; revision=1575
|
|
|
|
|
|
|
| |
* gnome-pilot.m4: PILOT_LINK_HOOK now check pilot-link version.
GNOME_PILOT_CHECK defaults to requiring 0.9.3.
svn path=/trunk/; revision=1571
|
|
|
|
|
|
|
|
|
| |
1999-12-25 Martin Baulig <martin@home-of-linux.org>
* gnome-pilot.m4: Applied patch from Colin Walters to make
it compile under Debian GNU/Linux.
svn path=/trunk/; revision=1512
|
|
|
|
|
|
|
| |
* gnome-pilot.m4: uses test -r instead of test -e, was reported as
a portability bug wrt solaris.
svn path=/trunk/; revision=1373
|
|
|
|
|
|
|
| |
* gnome-pilot.m4: added PILOT_LINK_CHECK, used by
GNOME_PILOT_CHECK. Adds --with-pisock=$dir_for_pilot_link.
svn path=/trunk/; revision=1357
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1999-09-27 Miguel de Icaza <miguel@nuclecu.unam.mx>
* month-view.c (add_event): ditto
(mark_current_day): ditto
(month_view_set): ditto
* goto.c (goto_dialog): ditto.
* gnome-month-item.c (gnome_month_item_init): ditto.
* gncal-day-panel.c (gncal_day_panel_new): ditto.
* getdate.c (RelativeDate): ditto.
* eventedit.c (set_all_day): ditto.
(ee_rp_init_rule): ditto.
* calendar.c (vcalendar_create_from_calendar): ditto.
* calendar-conduit.c (update_record): ditto.
* calobj.c (ical_object_generate_events): Get rid of pointers to
values returned from localtime, as it uses a static buffer.
svn path=/trunk/; revision=1266
|
|
* conduits/*/*control-applet.c: corrected my email
* gpilotd/gnome-pilot-dbinfo.h: added db_handle, the "file
descriptor" for an opened db.
* gpilotd/gnome-pilot-conduit-standard-abs.c: uses dbi->db_handle
instead of ->index.
svn path=/trunk/; revision=1194
|