5 - Implemented support to run the application to display contact
6 information only using the -d switch.
7 - It takes one option which is the filename of the contact to display.
8 - Fixed issue where address book URL does not appear when server is using
9 self-signed SSL certificate.
10 - Fixed issue where the conflict resolution window kept coming up when a
11 contact was saved to a CardDAV server.
17 - Password was displayed as text in the Edit Account window when it
19 - Fixed top section of the contact information page so that the name
20 doesn't collapse into a line per word.
21 - Display error message if no accounts are selected when searching
23 - Resized the Edit Account window so that all controls appear properly
25 - Fixed issue with the add and remove search setting buttons in the
26 Search window after searching.
27 - Fixed issue with accounts that are reloaded after closing the edit
28 account window without making any changes. Clicking on either the
29 Edit or Delete buttons without selecting an account again caused XAB
31 - Fixed issue where SSL certificate window asserts due to MaxLength being
32 set for one of the controls.
38 - Fixed issue with checks not being made on iterators when editing data
39 which causes the application to crash.
40 - Fixed issue which causes the application to assert on multiline text
41 box controls (maxlength was set when it shouldn't have been).
42 - Resized add and edit properties dialogs that are use with the contact
43 editor so certain controls are not squashed.
44 - Contact editor now has a minimum window size of 800x500 set.
45 - Corrected Makefile so that compiling using -j now works.
51 - Fixed right click menu in the Search window when the mode is Search Only.
52 - New accounts now appear after creating an account through the new account
53 window. They didn't appear before due to a bug involving a boolean that
54 wasn't set as a pointer.
55 - Added support to do contact format conversion on the command line using the
57 - Takes three or four command switches:
58 -ifmt=<str>: Input format to convert form.
59 -ofmt=<str>: Output format to convert to.
60 -ifile: Input filename to read from.
61 -ofile: Output filename to write to. (don't use to pipe to console).
62 - Added unit tests for contact format conversion.
63 - Added unit tests for loading vCard 4 data.
64 - Moved loading of vCard 4 data when using frmContactEditor into
65 ContactDataObject. Saving will also move into ContactDataObject in a later
67 - vCard 3/4 conversion now supports CLIENTPIDMAP, XML and SOURCE.
73 - Added right click menus for the contact list in the main window and the search
74 results list in the search window.
75 - Added feature to save photos, logos and sounds from contacts.
76 - Fixed minor vCard version printing to console issue.
77 - Added copyright and licence headers to the source and header files as needed.
78 - Changed CardDAV into CardDAV* for the Activity Manager tasks which improves
79 memory efficiency as CardDAV object is now deleted each time a task is
81 - Splitted some source files down to make them more manageable.
87 - Click on the Close Window button on the main window on Win32 systems causes XAB
88 to crash. This hopefully has now been fixed.
89 - All tabbed forms now show the first page instead of the second page in some
91 - Initial unit testing application has been implemented. Additional unit tests
92 will be added over time.
98 - Added -e support for direct editing without having to start XAB fully. The direct
99 editing process checks if the contact is in the user's settings/accounts directory
100 and refuses to load it if it is. Another check is made where if the file is not a
101 vCard 4.0 contact, it will refuse to load.
102 - Cleaned up Bitmap Code Helper removing all commented out references to Boost and
103 fixed the line tabbing.
104 - Cancel button for the Preferences window now works.
110 - Fixed assert issues when opening frmContactEditorTemplate and frmContactEditorAddress
111 - Save Contact & Close within the contact editor is now implemented.
112 - Fixed more issues with compiling when using other Linux-based OSes other than OpenSuSE.
113 - Fixed issues when creating an account on a Win32 system.
119 - Added -s support for direct searching without having to start XAB fully.
120 - Fixed issues with compiling when using other Linux-based OSes other than OpenSuSE.