Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
xestiaab/.git
8 years agoVersion 0.10 release release-0.10
Steve Brokenshire [Sun, 6 Mar 2016 21:25:39 +0000 (21:25 +0000)]
Version 0.10 release

8 years agoAdded task to TODO to move syncronisation code from frmActivityMgr.
Steve Brokenshire [Sun, 6 Mar 2016 21:22:14 +0000 (21:22 +0000)]
Added task to TODO to move syncronisation code from frmActivityMgr.

8 years agoRemoved check between ETag and ETagOriginal for editing a contact.
Steve Brokenshire [Sun, 6 Mar 2016 21:19:47 +0000 (21:19 +0000)]
Removed check between ETag and ETagOriginal for editing a contact.

8 years agoAdded code to verify the SSL connection when detecting the address book URL.
Steve Brokenshire [Sun, 6 Mar 2016 19:49:23 +0000 (19:49 +0000)]
Added code to verify the SSL connection when detecting the address book URL.

8 years agoImplemented support for the -d switch to display contact information.
Steve Brokenshire [Sun, 6 Mar 2016 17:27:23 +0000 (17:27 +0000)]
Implemented support for the -d switch to display contact information.

8 years agoIf StartupMode is true, ignore doing any MemoryFS clean ups.
Steve Brokenshire [Sun, 6 Mar 2016 17:25:46 +0000 (17:25 +0000)]
If StartupMode is true, ignore doing any MemoryFS clean ups.

8 years agoGet FN by using vCard::GetByPartial instead of vCard::Get.
Steve Brokenshire [Sun, 6 Mar 2016 17:23:04 +0000 (17:23 +0000)]
Get FN by using vCard::GetByPartial instead of vCard::Get.

Affects frmContact::SetupContactData(vCard*) and LoadContactData from
getcontactinfo.cpp

8 years agoAdded SetMode to frmContact.
Steve Brokenshire [Sun, 6 Mar 2016 17:21:10 +0000 (17:21 +0000)]
Added SetMode to frmContact.

8 years agoAdded i8ln support to the menu options in main.cpp
Steve Brokenshire [Sun, 6 Mar 2016 11:46:44 +0000 (11:46 +0000)]
Added i8ln support to the menu options in main.cpp

8 years agoAdded i8ln support to wxPuts messages that didn't have any in main.cpp
Steve Brokenshire [Sun, 6 Mar 2016 11:39:40 +0000 (11:39 +0000)]
Added i8ln support to wxPuts messages that didn't have any in main.cpp

8 years agoVersion 0.09 release release-0.09
Steve Brokenshire [Wed, 24 Feb 2016 19:59:29 +0000 (19:59 +0000)]
Version 0.09 release

8 years agoClear frmMain when reloading the list of accounts.
Steve Brokenshire [Wed, 24 Feb 2016 19:58:29 +0000 (19:58 +0000)]
Clear frmMain when reloading the list of accounts.

8 years agoRemoved MaxLength from txtValueData in frmSSLCertificate.
Steve Brokenshire [Wed, 24 Feb 2016 19:57:55 +0000 (19:57 +0000)]
Removed MaxLength from txtValueData in frmSSLCertificate.

8 years agoText in password box appears as asterisks in frmEditAccount.
Steve Brokenshire [Wed, 24 Feb 2016 17:52:33 +0000 (17:52 +0000)]
Text in password box appears as asterisks in frmEditAccount.

8 years agoEnhancement to Modify Account button in the Preferences window.
Steve Brokenshire [Wed, 24 Feb 2016 17:43:44 +0000 (17:43 +0000)]
Enhancement to Modify Account button in the Preferences window.

Check for Dialog result in frmEditAccount, don't reload accounts if not
needed to. If needed to reload accounts, also disable the account modify
and account delete buttons as well.

8 years agoSet DialogResult when an option is selected and fetch with GetDialogResult
Steve Brokenshire [Wed, 24 Feb 2016 17:35:06 +0000 (17:35 +0000)]
Set DialogResult when an option is selected and fetch with GetDialogResult

8 years agoAdded check if there more than SEARCHSETTING_MAX settings, disable minus.
Steve Brokenshire [Wed, 24 Feb 2016 17:14:30 +0000 (17:14 +0000)]
Added check if there more than SEARCHSETTING_MAX settings, disable minus.

8 years agoFixed issue where remove search setting appears after searching.
Steve Brokenshire [Wed, 24 Feb 2016 16:05:01 +0000 (16:05 +0000)]
Fixed issue where remove search setting appears after searching.

This is appears after searching with one search setting where the remove
search setting button appears. The user can remove this setting, however
would not have been able to add a setting until the user had hit the
Reset button.

This has been fixed and now checks if only one setting is being used
after searching.

8 years agoResized the frmEditAccount so all controls appears.
Steve Brokenshire [Wed, 24 Feb 2016 15:27:15 +0000 (15:27 +0000)]
Resized the frmEditAccount so all controls appears.

8 years agoAdded check to see if any accounts are selected.
Steve Brokenshire [Wed, 24 Feb 2016 13:13:28 +0000 (13:13 +0000)]
Added check to see if any accounts are selected.

8 years agoFormatted contact information page so header is displayed better.
Steve Brokenshire [Wed, 24 Feb 2016 11:42:53 +0000 (11:42 +0000)]
Formatted contact information page so header is displayed better.

8 years agoForgot to add note about parallel compliation support.
Steve Brokenshire [Wed, 10 Feb 2016 22:03:56 +0000 (22:03 +0000)]
Forgot to add note about parallel compliation support.

8 years agoUpdated changes, thanks and version header for Xestia Address Book.
Steve Brokenshire [Wed, 10 Feb 2016 13:42:41 +0000 (13:42 +0000)]
Updated changes, thanks and version header for Xestia Address Book.

8 years agoImplemented working parallel compilation support.
Steve Brokenshire [Wed, 10 Feb 2016 13:42:00 +0000 (13:42 +0000)]
Implemented working parallel compilation support.

Typical time to compile XAB reduced from 7 minutes to 1 minute and 40
seconds on a i7-920 (make -j8).

8 years agoUpdated application forms.
Steve Brokenshire [Wed, 10 Feb 2016 13:38:56 +0000 (13:38 +0000)]
Updated application forms.

Fixed multiline issue with text controls that shouldn't have maxlength.
Fixed size of frmContactEditor* windows.
Set minimum size of frmContactEditor to 800x500.

8 years agoFixed potential crash with frmContactEditorXToken in Edit mode.
Steve Brokenshire [Wed, 10 Feb 2016 01:52:44 +0000 (01:52 +0000)]
Fixed potential crash with frmContactEditorXToken in Edit mode.

This would be caused because no checks were made on the iterator to see
if it was valid or not.

8 years agoFixed potential crash with frmContactEditorWebsites in Edit mode.
Steve Brokenshire [Wed, 10 Feb 2016 01:51:31 +0000 (01:51 +0000)]
Fixed potential crash with frmContactEditorWebsites in Edit mode.

This would be caused because no checks were made on the iterator to see
if it was valid or not.

8 years agoFixed potential crash with frmContactEditorVendor in Edit mode.
Steve Brokenshire [Wed, 10 Feb 2016 01:18:10 +0000 (01:18 +0000)]
Fixed potential crash with frmContactEditorVendor in Edit mode.

This would be caused because no checks were made on the iterator to see
if it was valid or not.

8 years agoFixed potential crash with frmContactEditorTitles in Edit mode.
Steve Brokenshire [Wed, 10 Feb 2016 01:11:23 +0000 (01:11 +0000)]
Fixed potential crash with frmContactEditorTitles in Edit mode.

This would be caused because no checks were made on the iterator to see
if it was valid or not.

8 years agoFixed potential crash with frmContactEditorTelephone in Edit mode.
Steve Brokenshire [Wed, 10 Feb 2016 01:10:11 +0000 (01:10 +0000)]
Fixed potential crash with frmContactEditorTelephone in Edit mode.

This would be caused because no checks were made on the iterator to see
if it was valid or not.

8 years agoFixed potential crash with frmContactEditorSound in Edit mode.
Steve Brokenshire [Wed, 10 Feb 2016 01:08:53 +0000 (01:08 +0000)]
Fixed potential crash with frmContactEditorSound in Edit mode.

This would be caused because no checks were made on the iterator to see
if it was valid or not.

8 years agoFixed potential crash with frmContactEditorRoles in Edit mode.
Steve Brokenshire [Wed, 10 Feb 2016 01:07:42 +0000 (01:07 +0000)]
Fixed potential crash with frmContactEditorRoles in Edit mode.

This would be caused because no checks were made on the iterator to see
if it was valid or not.

8 years agoFixed potential crash with frmContactEditorRelated in Edit mode.
Steve Brokenshire [Wed, 10 Feb 2016 01:07:35 +0000 (01:07 +0000)]
Fixed potential crash with frmContactEditorRelated in Edit mode.

This would be caused because no checks were made on the iterator to see
if it was valid or not.

8 years agoFixed potential crash with frmContactEditorPicture in Edit mode.
Steve Brokenshire [Wed, 10 Feb 2016 00:05:51 +0000 (00:05 +0000)]
Fixed potential crash with frmContactEditorPicture in Edit mode.

This would be caused because no checks were made on the iterator to see
if it was valid or not.

8 years agoFixed potential crash with frmContactEditorNotes in Edit mode.
Steve Brokenshire [Wed, 10 Feb 2016 00:02:39 +0000 (00:02 +0000)]
Fixed potential crash with frmContactEditorNotes in Edit mode.

This would be caused because no checks were made on the iterator to see
if it was valid or not.

8 years agoFixed potential crash with frmContactEditorNickname in Edit mode.
Steve Brokenshire [Tue, 9 Feb 2016 23:58:03 +0000 (23:58 +0000)]
Fixed potential crash with frmContactEditorNickname in Edit mode.

This would be caused because no checks were made on the iterator to see
if it was valid or not.

8 years agoFixed potential crash with frmContactEditorLanguages in Edit mode.
Steve Brokenshire [Tue, 9 Feb 2016 23:54:45 +0000 (23:54 +0000)]
Fixed potential crash with frmContactEditorLanguages in Edit mode.

This would be caused because no checks were made on the iterator to see
if it was valid or not.

8 years agoFixed potential crash with frmContactEditorKey in Edit mode.
Steve Brokenshire [Tue, 9 Feb 2016 23:53:47 +0000 (23:53 +0000)]
Fixed potential crash with frmContactEditorKey in Edit mode.

This would be caused because no checks were made on the iterator to see
if it was valid or not.

8 years agoFixed potential crash with frmContactEditorIM in Edit mode.
Steve Brokenshire [Tue, 9 Feb 2016 23:51:30 +0000 (23:51 +0000)]
Fixed potential crash with frmContactEditorIM in Edit mode.

This would be caused because no checks were made on the iterator to see
if it was valid or not.

8 years agoFixed potential crash with frmContactEditorGeoposition in Edit mode.
Steve Brokenshire [Tue, 9 Feb 2016 23:45:52 +0000 (23:45 +0000)]
Fixed potential crash with frmContactEditorGeoposition in Edit mode.

This would be caused because no checks were made on the iterator to see
if it was valid or not.

8 years agoFixed potential crash with frmContactEditorEmail in Edit mode.
Steve Brokenshire [Tue, 9 Feb 2016 23:43:47 +0000 (23:43 +0000)]
Fixed potential crash with frmContactEditorEmail in Edit mode.

This would be caused because no checks were made on the iterator to see
if it was valid or not.

8 years agoFixed potential crash with frmContactEditorCategory in Edit mode.
Steve Brokenshire [Tue, 9 Feb 2016 23:42:02 +0000 (23:42 +0000)]
Fixed potential crash with frmContactEditorCategory in Edit mode.

This would be caused because no checks were made on the iterator to see
if it was valid or not.

8 years agoFixed potential crash in frmContactEditorCalAdr in Edit mode.
Steve Brokenshire [Tue, 9 Feb 2016 23:38:38 +0000 (23:38 +0000)]
Fixed potential crash in frmContactEditorCalAdr in Edit mode.

This would be caused because no checks were made on the iterator to see
if it was valid or not.

8 years agoFixed potential crash in frmContactEditorAddress in Edit mode.
Steve Brokenshire [Tue, 9 Feb 2016 23:38:08 +0000 (23:38 +0000)]
Fixed potential crash in frmContactEditorAddress in Edit mode.

This would be caused because no checks were made on the iterator to see
if it was valid or not.

8 years agoCorrected striter with intiter in frmContactEditorOrganisations
Steve Brokenshire [Tue, 9 Feb 2016 23:26:13 +0000 (23:26 +0000)]
Corrected striter with intiter in frmContactEditorOrganisations

8 years agoFixed crash in frmContactEditorOrganisations in Edit mode.
Steve Brokenshire [Tue, 9 Feb 2016 23:05:20 +0000 (23:05 +0000)]
Fixed crash in frmContactEditorOrganisations in Edit mode.

This is caused because no checks were made on the iterator to see if it
was valid or not.

8 years agoAdded changes that have taken place for 0.07.
Steve Brokenshire [Fri, 22 Jan 2016 22:11:50 +0000 (22:11 +0000)]
Added changes that have taken place for 0.07.

8 years agoUpdated TODO List.
Steve Brokenshire [Fri, 22 Jan 2016 22:11:30 +0000 (22:11 +0000)]
Updated TODO List.

Removed Contact loading unit tests. (implemented)
Removed Move data structure into ContactDataObject. (implemented)
Added task to add icons for the contact editor, search and pref window.
Added task to move save process into ContactDataObject.
Added task to check that all text is translatable where needed.

8 years agoFile for checking an invalid base specification for unit testing purposes.
Steve Brokenshire [Fri, 22 Jan 2016 21:55:45 +0000 (21:55 +0000)]
File for checking an invalid base specification for unit testing purposes.

8 years agoAdded the contacteditor/cdo directory when doing a 'clean' or 'distclean'.
Steve Brokenshire [Fri, 22 Jan 2016 21:50:03 +0000 (21:50 +0000)]
Added the contacteditor/cdo directory when doing a 'clean' or 'distclean'.

8 years agoBracket should be curly bracket not square bracket
Steve Brokenshire [Thu, 21 Jan 2016 22:05:59 +0000 (22:05 +0000)]
Bracket should be curly bracket not square bracket

8 years agoAdded SOURCE to ConvertToV3
Steve Brokenshire [Wed, 20 Jan 2016 23:21:56 +0000 (23:21 +0000)]
Added SOURCE to ConvertToV3

8 years agoCorrected values of sizes of CLIENTPIDMAP and XML.
Steve Brokenshire [Wed, 20 Jan 2016 23:21:36 +0000 (23:21 +0000)]
Corrected values of sizes of CLIENTPIDMAP and XML.

8 years agoAdded XML conversion to ConvertToV3.
Steve Brokenshire [Wed, 20 Jan 2016 23:20:29 +0000 (23:20 +0000)]
Added XML conversion to ConvertToV3.

8 years agoAdded CLIENTPIDMAP to ConvertToV3
Steve Brokenshire [Wed, 20 Jan 2016 23:19:43 +0000 (23:19 +0000)]
Added CLIENTPIDMAP to ConvertToV3

8 years agoFixed alignment in ConvertV4PropertyProc.
Steve Brokenshire [Wed, 20 Jan 2016 21:44:38 +0000 (21:44 +0000)]
Fixed alignment in ConvertV4PropertyProc.

8 years agoFixed source code formatting in X-(Tokens) for ConvertToV3
Steve Brokenshire [Wed, 20 Jan 2016 21:44:21 +0000 (21:44 +0000)]
Fixed source code formatting in X-(Tokens) for ConvertToV3

8 years agoFixed source code formatting in VND for ConvertToV3
Steve Brokenshire [Wed, 20 Jan 2016 21:41:43 +0000 (21:41 +0000)]
Fixed source code formatting in VND for ConvertToV3

8 years agoFixed source code formatting in KEY for ConvertToV3
Steve Brokenshire [Wed, 20 Jan 2016 21:00:32 +0000 (21:00 +0000)]
Fixed source code formatting in KEY for ConvertToV3

8 years agoFixed source code formatting in FBURL for ConvertToV3
Steve Brokenshire [Wed, 20 Jan 2016 21:00:05 +0000 (21:00 +0000)]
Fixed source code formatting in FBURL for ConvertToV3

8 years agoFixed source code formatting in CALADRURI for ConvertToV3
Steve Brokenshire [Wed, 20 Jan 2016 20:59:49 +0000 (20:59 +0000)]
Fixed source code formatting in CALADRURI for ConvertToV3

8 years agoFixed source code formatting in GEO for ConvertToV3
Steve Brokenshire [Wed, 20 Jan 2016 20:27:20 +0000 (20:27 +0000)]
Fixed source code formatting in GEO for ConvertToV3

8 years agoFixed source code formatting in LANG for ConvertToV3
Steve Brokenshire [Wed, 20 Jan 2016 20:22:06 +0000 (20:22 +0000)]
Fixed source code formatting in LANG for ConvertToV3

8 years agoFixed source code formatting in IMPP for ConvertToV3
Steve Brokenshire [Wed, 20 Jan 2016 20:21:23 +0000 (20:21 +0000)]
Fixed source code formatting in IMPP for ConvertToV3

8 years agoFixed source code formatting in EMAIL for ConvertToV3
Steve Brokenshire [Wed, 20 Jan 2016 20:18:41 +0000 (20:18 +0000)]
Fixed source code formatting in EMAIL for ConvertToV3

8 years agoFixed source code formatting in CATEGORIES for ConvertToV3
Steve Brokenshire [Wed, 20 Jan 2016 20:15:02 +0000 (20:15 +0000)]
Fixed source code formatting in CATEGORIES for ConvertToV3

8 years agoFixed source code formatting in CALURI for ConvertToV3
Steve Brokenshire [Wed, 20 Jan 2016 20:12:56 +0000 (20:12 +0000)]
Fixed source code formatting in CALURI for ConvertToV3

8 years agoAdded check for timezone for frmContactEditorAddress
Steve Brokenshire [Sun, 10 Jan 2016 23:27:30 +0000 (23:27 +0000)]
Added check for timezone for frmContactEditorAddress

8 years agoAdded check for address list geographic and language for frmContactEdiotrAddress
Steve Brokenshire [Sun, 10 Jan 2016 23:27:15 +0000 (23:27 +0000)]
Added check for address list geographic and language for frmContactEdiotrAddress

8 years agoAdded check for Address List Label map pointer.
Steve Brokenshire [Sun, 10 Jan 2016 22:44:30 +0000 (22:44 +0000)]
Added check for Address List Label map pointer.

8 years agoAdded check for Address List Preferences map pointer.
Steve Brokenshire [Sun, 10 Jan 2016 22:44:14 +0000 (22:44 +0000)]
Added check for Address List Preferences map pointer.

8 years agoAdded DataType for ProcessSaveDataB.
Steve Brokenshire [Sun, 10 Jan 2016 22:42:39 +0000 (22:42 +0000)]
Added DataType for ProcessSaveDataB.

8 years agoUpdated IMPP support when saving a contact in frmContactEditor
Steve Brokenshire [Sun, 10 Jan 2016 21:45:38 +0000 (21:45 +0000)]
Updated IMPP support when saving a contact in frmContactEditor

8 years agoUpdated TEL processing when saving a contact with frmContactEditor
Steve Brokenshire [Sun, 10 Jan 2016 21:44:16 +0000 (21:44 +0000)]
Updated TEL processing when saving a contact with frmContactEditor

8 years agoDon't need to get GeneralAddressList size anymore.
Steve Brokenshire [Sun, 10 Jan 2016 21:43:33 +0000 (21:43 +0000)]
Don't need to get GeneralAddressList size anymore.

8 years agoUpdated GEO support for ContactDataObject.
Steve Brokenshire [Sun, 10 Jan 2016 21:42:25 +0000 (21:42 +0000)]
Updated GEO support for ContactDataObject.

8 years agoUpdated TEL support in ContactDataObject
Steve Brokenshire [Sun, 10 Jan 2016 21:38:47 +0000 (21:38 +0000)]
Updated TEL support in ContactDataObject

8 years agoAdded TypeInfo to frmContactEditorTelephone when editing a telephone contact.
Steve Brokenshire [Sun, 10 Jan 2016 21:19:46 +0000 (21:19 +0000)]
Added TypeInfo to frmContactEditorTelephone when editing a telephone contact.

8 years agoAdded TypeInfo to frmContactEditorTelephone when adding a telephone contact.
Steve Brokenshire [Sun, 10 Jan 2016 21:16:22 +0000 (21:16 +0000)]
Added TypeInfo to frmContactEditorTelephone when adding a telephone contact.

8 years agoAdded PictureMode to frmContactEditorPicture.
Steve Brokenshire [Sun, 10 Jan 2016 21:08:08 +0000 (21:08 +0000)]
Added PictureMode to frmContactEditorPicture.

8 years agoUpdated SetupPointers for PHOTO in frmContactEditor.
Steve Brokenshire [Sun, 10 Jan 2016 21:05:02 +0000 (21:05 +0000)]
Updated SetupPointers for PHOTO in frmContactEditor.

8 years agoUpdated SetupPointers for LOGO in frmContactEditor.
Steve Brokenshire [Sun, 10 Jan 2016 21:04:49 +0000 (21:04 +0000)]
Updated SetupPointers for LOGO in frmContactEditor.

8 years agoReimplemented ANNIVERSARY. Simplified implementation.
Steve Brokenshire [Sun, 10 Jan 2016 21:03:40 +0000 (21:03 +0000)]
Reimplemented ANNIVERSARY. Simplified implementation.

8 years agoReimplemented BDAY. Simplified implementation.
Steve Brokenshire [Sun, 10 Jan 2016 20:56:27 +0000 (20:56 +0000)]
Reimplemented BDAY. Simplified implementation.

8 years agoAdded DataType for use with SetupPointers in frmContactEditorGeoposition header.
Steve Brokenshire [Sun, 10 Jan 2016 20:55:28 +0000 (20:55 +0000)]
Added DataType for use with SetupPointers in frmContactEditorGeoposition header.

8 years agoAdded DataType for Geoposition when using SetupPointers in frmContactEditorGeoposition
Steve Brokenshire [Sun, 10 Jan 2016 20:53:05 +0000 (20:53 +0000)]
Added DataType for Geoposition when using SetupPointers in frmContactEditorGeoposition

8 years agoNow insert 'geo:' with value if no data type is given for GEO.
Steve Brokenshire [Sun, 10 Jan 2016 20:51:54 +0000 (20:51 +0000)]
Now insert 'geo:' with value if no data type is given for GEO.

8 years agoAdded support for saving REV, XML, CLIENTPIDMAP and SOURCE properties.
Steve Brokenshire [Sun, 10 Jan 2016 20:48:59 +0000 (20:48 +0000)]
Added support for saving REV, XML, CLIENTPIDMAP and SOURCE properties.

8 years agoReplaced old KEY processing with ProcessSaveData.
Steve Brokenshire [Sun, 10 Jan 2016 20:47:03 +0000 (20:47 +0000)]
Replaced old KEY processing with ProcessSaveData.

8 years agoRemoved previous KEY code when saving in frmContactEditor.
Steve Brokenshire [Sun, 10 Jan 2016 20:44:58 +0000 (20:44 +0000)]
Removed previous KEY code when saving in frmContactEditor.

8 years agoUpdates description of picture object with either Picture or Logo in frmContactEditor...
Steve Brokenshire [Sun, 10 Jan 2016 20:18:15 +0000 (20:18 +0000)]
Updates description of picture object with either Picture or Logo in frmContactEditorPicture

8 years agoSetup a NULL pointer for GeopositionListDataType in ContactDataObject.
Steve Brokenshire [Sun, 10 Jan 2016 20:04:05 +0000 (20:04 +0000)]
Setup a NULL pointer for GeopositionListDataType in ContactDataObject.

8 years agoWhen adding & editing an address label, add quote marks at start & end of a label.
Steve Brokenshire [Sun, 10 Jan 2016 20:01:44 +0000 (20:01 +0000)]
When adding & editing an address label, add quote marks at start & end of a label.

8 years agoAdded blank option (set as default) for type in frmContactEditorKey.
Steve Brokenshire [Sun, 10 Jan 2016 19:47:00 +0000 (19:47 +0000)]
Added blank option (set as default) for type in frmContactEditorKey.

8 years agoboolValue and boolValue2 accidentially declared in SaveContact scope
Steve Brokenshire [Sun, 10 Jan 2016 19:41:38 +0000 (19:41 +0000)]
boolValue and boolValue2 accidentially declared in SaveContact scope

boolValue and boolValue2 were accidentialy declared in the SaveContact
scope instead of using the ones in the scope of frmContactEditor.

8 years agoAdded the DataType for Geoposition to the frmContactEditor form.
Steve Brokenshire [Sun, 10 Jan 2016 19:34:37 +0000 (19:34 +0000)]
Added the DataType for Geoposition to the frmContactEditor form.

8 years agoAdded DataType to the Geoposition variables in ContactDataObject.
Steve Brokenshire [Sun, 10 Jan 2016 19:32:54 +0000 (19:32 +0000)]
Added DataType to the Geoposition variables in ContactDataObject.

8 years agoAdded check for GEO in ProcessAddress
Steve Brokenshire [Sun, 10 Jan 2016 19:09:40 +0000 (19:09 +0000)]
Added check for GEO in ProcessAddress

8 years agoAdded ResetUnusedString to textprocessing.{cpp,h}
Steve Brokenshire [Sun, 10 Jan 2016 18:49:32 +0000 (18:49 +0000)]
Added ResetUnusedString to textprocessing.{cpp,h}

8 years agoUpdated copyright header for version.h
Steve Brokenshire [Sun, 10 Jan 2016 18:12:54 +0000 (18:12 +0000)]
Updated copyright header for version.h

Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy