home *** CD-ROM | disk | FTP | other *** search
/ Freelog 30 / Freelog030.iso / Palm / Pilotdb / NEWS < prev    next >
Text File  |  2001-11-19  |  5KB  |  141 lines

  1. 0.3.2 -> 0.3.3 (November 20, 2001)
  2.  
  3. - New field types for DB-format databases:
  4.         list (list of 32 maximum items),
  5.         link (link to a record of another database),
  6.         float (float number).
  7. - UI: a View could be used to display only few fields of a record.
  8. - UI: all field types have a properties form in the database design.
  9. - Handera: support all fonts, slikscreen, JogDial and rotating screen.
  10. - Sony: support all fonts and JogDial.
  11.  
  12. 0.3.1 -> 0.3.2beta1 (June 28, 2001)
  13.  
  14. - New field types for DB-format databases: note (6500 bytes string)
  15. - UI: the color support for the list view.
  16. - UI: a database open normaly is protected, the records can be changed
  17.   without press a Modify button.
  18. - UI: the list view's display is modified in the list box of the title.
  19. - UI: a menu entry is added to duplicate a record in the record view.
  20. - UI: the up/down hard keys can be configured in the global preferences
  21.   betwen "page" ( jump from a record to the previous/next) or "line" to
  22.   up/down in the field of the current record.
  23. - UI: the header of the list view's table displays a list box to sort the
  24.   records.
  25. - INTERNAL CHANGE: Ported to PalmOS SDK version 4.0.
  26. - INTERNAL CHANGE: Plugin mechanism added. DB executes code from another prc
  27.   file.(!!EXPERIMENTAL!!)
  28. - INTERNAL CHANGE: JFile3, MobileDB and DB2 support extracted to 3 plugins.
  29.  
  30. 0.3.0 -> 0.3.1 (March 31, 2001)
  31.  
  32. - New field types for DB-format databases: date and time
  33. - Added help screens to most dialogs and views.
  34. - Databases can be sorted on any number of fields.
  35. - The columns in the list view can be customized by defining templates
  36.   called "list views".
  37. - Allow the security level to be changed on PalmOS 3.5 via a
  38.   "Security..." menu item similar to the built-in applications.
  39. - Support for reading and writing MobileDB databases.
  40. - Support for reading and writing some JFile v3.x databases. (EXPERIMENTAL)
  41. - Random assorted bug fixes and cleaning. See the ChangeLog for all
  42.   the specifics.
  43.  
  44. 0.2.5 -> 0.3.0 (July 15, 2000)
  45.  
  46. - Can customize the number of columns in the list view as well control
  47.   exactly what is displayed in each column.
  48. - Read-only mode which prevents any changes to a database.
  49. - Fields can now be added and removed from any database.
  50. - Main screen now has a popup menu to select database-specific
  51.   actions.
  52. - INTERNAL CHANGE: Ported to PalmOS SDK version 3.5.
  53. - INTERNAL CHANGE: New database format to support new features.
  54. - INTERNAL CHANGE: New "data source" layer which isolates most of DB
  55.   from the exact format of a database. Provides access to new file
  56.   format and 0.2.x legacy format.
  57. - INTERNAL CHANGE: The list view now uses a special "grid widget"
  58.   which provides flicker-free display of data.
  59.  
  60. 0.2.4 -> 0.2.5
  61.  
  62. - Database picker screen now allows you to categorize your databases,
  63.   sort them by name, and manually sort the list.
  64.  
  65. 0.2.3 -> 0.2.4
  66.  
  67. - Fix crash in global find when user disables find on a single database.
  68.  
  69. 0.2.2 -> 0.2.3
  70.  
  71. - Updated German translation
  72. - Fixed stupid scrolling bug introduced in 0.2.2
  73.  
  74. 0.2.1 -> 0.2.2
  75.  
  76. - Fix crash on field widths screen when Applications button pressed.
  77. - Scolling by page or line is now configurable.
  78.  
  79. 0.20 -> 0.2.1
  80.  
  81. - Local find.
  82. - Beam databases from the selection screen.
  83. - German translation from Thorsten Tietz.
  84. - Dutch translation from Tom Van Wint.
  85. - Japanese translation from sat. (disabled for now)
  86. - LinkMaster support (http://www4.ncsu.edu/~bgdarnel/linkmaster/)
  87. - Conversion utilities moved to seperate palm-db-tools package.
  88.  
  89. 0.19 -> 0.20
  90.  
  91. - Support for boolean fields which appear as checkboxes.
  92. - Support for integer fields.
  93. - Database name appears at top of screen in list view.
  94. - Conversion utilities now support a seperate "info" file which can
  95.   store field type and column width information.
  96. - Bug fixes:
  97.   * App Prefs dialog now saves the prefs as it should.
  98.   * Global Find will now work when DB is first installed.
  99.   * Show right/left scroll arrows correctly.
  100.   * Scroll down when page down button is pressed not up.
  101.   * Show right scroll button when last column is clipped.
  102.  
  103. 0.15 -> 0.19
  104.  
  105. - New database format so that 16 field restriction is gone. This is an
  106.   incompatible format change so databases from previous releases will
  107.   need to be converted.
  108. - Support for Global Find. Can disable support overall or on a
  109.   database-by-database basis.
  110. - Conversion tools now support quoted strings.
  111. - List view should no longer overrun columns.
  112. - Some bug fixes.
  113.  
  114. 0.12 -> 0.15:
  115.  
  116. - DB now has an icon for the application launcher.
  117. - If you were in an open database when you left for another
  118.   application, then DB will return to the same database.
  119. - List view: The up/down keys will do page up/down movement.
  120. - List view: New menu commands to jump to top and bottom of database.
  121. - You can set the database backup flag now from the new database
  122.   preferences dialog. The backup conduit will then copy the database
  123.   to your PC during the next HotSync.
  124.  
  125. 0.11 -> 0.12:
  126.  
  127. - New utility pdb2csv to convert a DB database back into a CSV text file.
  128. - Support for building csv2pdb and pdb2csv on Windows with gcc.
  129. - Cleanups of csv2pdb source.
  130.  
  131. 0.10 -> 0.11:
  132.  
  133. - Tapping on label in design view and field width view will now focus
  134.   the label.
  135.  
  136. 0.01 -> 0.10:
  137.  
  138. - Added edit menu wherever there is a field.
  139. - Reworked the design view.
  140. - Added form to allow editing the field widths.
  141.