Commit graph

22 commits

Author SHA1 Message Date
bad
5f281e53a8 Update jpilot to 0.99.9.
Changes since 0.99.8:

0.99.9
 Fixed a major Memo category sync bug.
 Removed clipboard code, which would cause X to freeze when ran with some
 applications, rdesktop, to name one.
 Many bug fixes, and GUI improvements, see Changelog.cvs for details.

0.99.9-pre2
 Fix Bugzilla 1533 where null description in appointment crashes ical
  export of datebook
 Keyring: Added a field for the last changed date and set it to today
  when the record is changed.
 Search:
  - Have focus default to search entry field when the Find window is
  called to the front
  - Added ability to hit Enter and automatically go to the currently
  highlighted record.
 Some more bugs fixed

0.99.9-pre1
 Generalization of GTK+2 stock buttons (butons with icon) and make
 J-Pilot more conform to GNOME Human Interface Guidelines
 Build with GTK+2 by default. Use --disable-gtk2 if you want GTK+1 instead
 Add Ukrainian and Korean translations
 Add support of Korean (CP949) encoding
 Correct a bug that prevented jpilot to start with GTK+ 2.8 (Ubuntu)
 Some more bugs fixed
2006-11-20 18:34:27 +00:00
bad
0bb3b451ed Update jpilot to 0.99.8 and latest patches.
For me this fixes the UTF-8 handling so that it works with the german PalmOS
version on the m515.

patch-0.99.8-memmory 11/11/05
 Added a patch to fix a memory problem resulting in a segfault when modifying
 records.

patch.jpilot-sync 11/05/05
 Patch to fix unresolved symbol glob_tooltips when using jpilot-sync

0.99.8 - 11/30/05
 This release is dedicated to my Mother who unexpectedly passed away
 this last year.
 Added translation for Kinyarwanda
 Added panes to Expense and KeyRing

0.99.8-pre11 - 09/11/05
 Added an install user from the menu.
 Other miscellaneous fixes/changes

0.99.8-pre10 - 08/09/05 (Released by Ludovic Rousseau)
 Solve a data corruption problem when used with pilot-link 0.12
 Better support of 64-bit platforms
 The last character was truncated using Hebrew encoding
 Support localized date formats (for example Japanese)
 jpilot-sync works again (no more jp_logf relocation error)
 Some more bugs fixed

0.99.8-pre9 - 05/03/05 (Released by Ludovic Rousseau)
 Cut-n-paste using X11 clipboard (mouse middle clic)
 Return focus to the list after major operations which facilitates usability
 Add hotkey (shift-return) to move focus between list and data window
 In week and month views you can clic on a day to select it in the main view
 Add remote sync. use "jpilot -s" to start a sync on the running jpilot
 Add support of pilot-link 0.12.0-pre3
 Some more bugs fixed
 Updated translations: it, ja, fr
 jpilot-dump.c: convert from UTF8 to local encoding

0.99.8-pre8 - 02/19/05 (Released by Ludovic Rousseau)
 Cut-n-paste using GTK+ Ctrl-C/Ctrl-V now works across all four apps
 Replace Sync and Backup text buttons by an color icon
 Add Chinese BIG-5 Palm encoding
 Update ja, zh_TW translations
 GTK2 now uses CTRL+Enter consistently to apply changes
 Add Cancel button with ESC accelerator
 Added two preferences and code to
  1) Mark current day in monthview and weekview guis by adding "TODAY"
     to display
  2) Display the absolute number of an event which repeats yearly
     (usefulf or birthdays and anniversaries)

0.99.8-pre7 - 01/08/05 (Released by Ludovic Rousseau)
 Update zh_CN, zh_TW, cs and es translations
 Solve a crash in Japanese mode in address GUI
 Extract the first day of week (sunday or monday) from the system locale setting
 Add menu color icons for the 4 main applications
 Improve todo sorting
 Allow to cycle through the KeyRing categories by calling again the plugin
 Some more bugs fixed

0.99.8-pre6 - 11/27/04 (Released by Ludovic Rousseau)
 Solve the "different user ID sync" bug
 Solve the GUI "freeze" bug
 Some more bugs fixed

0.99.8-pre5 - 11/26/04 (Ludovic Rousseau)
 Solve the "undefined symbol: jp_charset_j2p" error
 Fix Japanese menu
 Some code cleanup

0.99.8-pre4 - 11/24/04 (Released by Ludovic Rousseau)
 Some more bugs fixed
 Improved search sorting
 Improved convertion to UTF-8 in case of errors
 Use GBK instead of GB2312 charset encoding for Chinese
 Use a radio item menu for Hide/Show/Mask records so that the state is
  clearly indicated
 Fix sort order for appts in datebook
 Complete Japanese translation

0.99.8-pre3 - 11/14/04 (Released by Ludovic Rousseau)
 Some more bugs fixed
 The right-hand side of jpilot were not updated on a cursor movement.
 Fixed unpredictable bug in repeating events caused by unitialized variable
 Use iconv to convert from the Palm charset to UTF-8. Thanks to Amit Aronovitch
  we now support many new charsets when used with GTK2:
  - Hebrew (CP1255),
  - Cyrillic (CP1251),
  - Cyrillic (KOI8-R),
  - Latin 2, Eastern Europe (ISO8859-2),
  - Japanese (SJIS),
  - Chinese (GB2312)
 Complete Chinese translation. Thanks to lei Yu
 The category selection was not working from the Export window for Addresses
 Give a more explicit error message when pi_bind() fails. We now have
  "permission denied" or "file not found" instead of "Illegal seek".
  Also display the device name we are trying to use.
  Thanks to Edgar Bonet for the patch
 New preference to show or hide popup tooltips
 Entries returned from datebook app during search were in random order
 Get first day of week from locale in GTK2, no preference setting

0.99.8-pre2 - 10/20/04 (Released by Ludovic Rousseau)
 some bugs fixed
 add the same keyboards accelerators for the 4 applications:
  Ctrl-D: Delete
  Ctrl-O: Copy
  Ctrl-N: New Record
  Ctrl-R: Add Record
  Ctrl-Return: Apply Changes
  Ctrl-Y: Sync
 KeyRing: can use non ASCII characters in name/account/password
 nice GTK2 color icons in the menu

0.99.8-pre1 - 10/02/04 (Released by Ludovic Rousseau)
 better UTF-8 handling (needed when using GTK2)
 sort todo list by clicking on column title
 lots of bugs fixed:
  bug 1330: invalid postscript when printing the todo list contains ( or )
  bug 1306: Keyring plugin truncates passwords
  bug 1056: Undelete feature desired
  bug 1338: Some repeating appointments do not show in monthview gui
  bug 1176: Adding ability to e-mail directly from address book
  bug 1182: Search screen needs a button
  bug 1322: GTK2.4 libraries require changes to jpilotrc files to preserve colors
  bug 1116: Word wrap provided when printing monthly calendar
  bug 1154: resorting in address book should leave selection bar on same entry
  bug 1107: show completed todos found through search regardless of show completed checkbox status
  bug 1153: Patch reduces flicker when deleting records
  bug 1131: ALT key for accelerator instead of control
  bug 1184: truncating buffers with non ASCII charsets
2006-06-13 21:52:11 +00:00
rillig
aca4c430bb ISO C90 does not allow declarations after code. 2005-09-22 12:05:39 +00:00
rh
643d505bb1 Add missing patch 2005-09-05 07:52:22 +00:00
rh
59d1d06f08 Update jpilot to 0.99.7. Minor changes and some bugfixes. From
PR pkg/24365 by Brian de Alwis (with a few changes) -- thanks!
2005-09-05 07:43:40 +00:00
jlam
609c937d41 JPilot's KeyRing plugin requires OpenSSL, so add the dependency by
including openssl/buildlink3.mk.  While we're here, also convert to
set USE_OLD_DES_API=yes and remove patch-ab, which was a workaround
for the OpenSSL DES problem.  Bump the PKGREVISION due to the dependency
change.
2004-12-15 16:00:23 +00:00
wiz
bf5019b589 Make build on -current and with openssl-0.9.6*.
Closes PR 26089 by Michael van Elst.
2004-07-06 22:31:10 +00:00
wiz
189fa0ec36 Correct line offsets in patch while here. 2004-06-27 21:10:40 +00:00
hubertf
bc7766240f Ugly hack to make this build on -current and 1.6.1_STABLE.
XXX <des.h> doesn't exist on 1.6.1_STABLE
XXX <openssl/des.h> exists on both, but is incompatible and thus the
    	package won't build on -current
XXX <kerberosIV/des.h> works for both.
XXX Someone make this mess go away. :(

Fixes PR 23185 by mlelstv @ IRCnet
2003-10-20 12:16:39 +00:00
wiz
e27d0c7670 Fix build on current (des.h fallout). 2003-09-26 13:35:36 +00:00
rh
f46b160567 Update jpilot to 0.99.3. Changes include:
* Added Simplified Chinese translation
 * Added Traditional Chinese translation
 * Made dialog windows Modal
 * Manana support http://bill.sexton.tripod.com/download.htm
 * Changed code to keep unique IDs intact.
 * Support for OS 4.X passwords.
 * Better DateBk support
 * Pop up dialogs during the sync when different user name, null ID is
   found.
 * Lots of patches, bug fixes and minor improvements.
 * Made changes to support pilot-link 0.10.1 and USB
 * Export for Datebook, Address, Todo, and Memo
 * Import for Datebook, Address, Todo, and Memo
 * Can now enter begin/end times into datebook by GUI, or keyboard.
 * Put icons in clist title buttons.
 * Prompts to Save a changed/new record instead of letting it get away.
 * Drastically improved local database read speeds caused by bugs intro'd
   in 0.99
 * Fixed misc bugs in alarms.
 * Support for pedit (pedit is a memo editor for the palm).
 * Added Preferences to choose conduits.
 * Adding in better printing support.
 * Adding in record masking support.
 * Wrote a KeyRing plugin (KeyRing is a palm encryption app).
 * Added Restore Functionality.
 * Added plugin_startup & plugin_cleanup funcs to jpilot-sync.
 * Added man pages.
 * Added plugin_startup and plugin_cleanup to jpilot-sync.
 * Added a default pdb file for Expenses.
 * Added an icon when iconized.
2003-01-10 04:34:18 +00:00
salo
ab2818804e USE_PKGLOCALEDIR 2002-11-30 13:36:13 +00:00
jlam
01161e26b1 * buildlink1 -> buildlink2
* separate the INSTALL_DATA_DIR arguments into multiple commands, as the
  Solaris install can't handle lots of directories all at once
* style nits
2002-09-21 07:14:02 +00:00
skrll
706e5e247d Remove need for a BUILD_DEPENDS on autoconf by providing a patch to the
configure script.
2002-02-13 22:15:54 +00:00
wiz
20132483fb Mention html manual in man page, per pkg/15154.
Also install the BUGS file that's mentioned in the man page.
2002-01-28 14:23:39 +00:00
jmc
6704ea52f3 Patch aclocal.m4 to not pass the gtk prefix arg to gtkconfig or else it gets the paths
wrong and the X libraries won't link in from the buildlink area
2001-12-08 10:52:24 +00:00
tron
52b63cf708 Make this build on system where "xpkwedge" is not installed. 2001-03-01 21:13:11 +00:00
jlam
440c19af1d Update jpilot to 0.99. Changes from version 0.98.1:
Alphabetized 4 main app categories and expense categories
 New calendar begin/end setting method using keyboard
 jpilot-sync program added to allow command line syncing
 Made radio buttons for which phone # shows up in addr
 Made month/week views obey categories
 Made 4 main apps+expense more user friendly by detecting changes
 Added prefs for optionally backing up DBs
 Czech character set added
 Russian character set added
 Moved output screen to bottom panel in main window
 Fixed many bugs in Expense and improved GUI
 Fixed datebook entries showing weekly repeat
 Added a large view window to the monthview
 Fixed some DateBk3 bugs (templates showing as today, etc)
 Made Address screen stay as it was last used in quick/add view mode
 Alarms
 Sorted memos if they are sorted on the handheld
 Replaced calendar buttons (array) with a gtk_calendar widget
 Made Quickview a page on the address Notebook
 Made private records hidable using palm password
 Made changes for Japanese and Chinese and Korean and multibyte characters
 Included Synctime in rpm and made it detect and avoid PalmOS 3.3
 Made the creation of ~/.jpilot and ~/.jpilot/backup* perms 0700 & ~umask
  If upgrading then you may want to change the permissions of ~/.jpilot/ for
  security reasons.
 Made completed ToDos not print if hidden
 Minor postscript improvements
 Made plugin conduits selectable wether to sync or not
2001-03-01 20:38:14 +00:00
itojun
53a3b2516e should not hardcode locale path, or it will choke on Solaris build 2000-11-09 14:17:06 +00:00
tron
a813c71726 Make sure that locale files go into the correct directory. 2000-11-08 13:11:16 +00:00
tron
c79ab4fbd4 Make this build with NetBSD's "libintl". 2000-11-08 11:56:44 +00:00
rh
c0f5618eec Fix plugin handling. 2000-06-15 21:14:06 +00:00