Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
xestiaab/.git
2017-01-14 Steve Brokenshirexestiaab.1: Added manual page
2016-11-13 Steve BrokenshireVersion 0.16 release release-0.16
2016-11-13 Steve BrokenshireAdded translation template
2016-11-13 Steve BrokenshireAdded script to create the required POT translation...
2016-11-13 Steve BrokenshireReplaced _("") with wxT("") to stop error messages...
2016-11-13 Steve BrokenshireCreated .gitignore file in source directory
2016-11-13 Steve BrokenshireAdded bitmaps for the frmMain toolbar
2016-11-13 Steve BrokenshireAdded code to setup toolbar in frmMain
2016-11-13 Steve BrokenshireAdded possibility of replacing vCard in TODO
2016-11-13 Steve BrokenshireUpdated AppXestiaAddrBk.h
2016-11-13 Steve BrokenshireUpdated AppXestiaAddrBk.cpp
2016-10-01 Steve BrokenshireCorrected spelling of implemented in CHANGES.
2016-09-29 Steve BrokenshireVersion 0.15 release release-0.15
2016-09-28 Steve BrokenshireRemoved output to console (should have been removed...
2016-09-28 Steve BrokenshireUpdated CardDAV2/ConnectionObject implementation
2016-09-27 Steve BrokenshireImplemented macOS (OSX) support for ConnectionObject...
2016-09-18 Steve BrokenshireImplemented support using ConnectionObject/CardDAV2...
2016-09-11 Steve BrokenshireInitial work started on using ConnectionObject on Win32...
2016-09-10 Steve BrokenshireRemoved references of CardDAV and delete ConnectionObje...
2016-09-04 Steve BrokenshireRemoved stray carddav.h from frmActivityMgr.h
2016-09-04 Steve BrokenshireAdded COContactStatus enum and marked BuildSSLCollectio...
2016-09-04 Steve BrokenshireRemoved CardDAV class compilation from Makefile
2016-09-04 Steve BrokenshireImplemented GetContactList in CardDAV2 class
2016-09-04 Steve BrokenshireRemoved CardDAV class and all uses/references.
2016-08-29 Steve BrokenshireFixed cleaning of old object files
2016-08-28 Steve BrokenshireUnit testing code cleanup
2016-08-28 Steve BrokenshireImplemented code to delete contact via ConnectionObject
2016-08-28 Steve BrokenshireImplemented DeleteContact in the CardDAV2 class
2016-08-28 Steve BrokenshireRemoved Entity Tag from DeleteContact in ConnectionObje...
2016-08-25 Steve BrokenshireImplemented EditContact and GetContact in CardDAV2
2016-08-23 Steve BrokenshireGet etag value after adding a contact using the Connect...
2016-08-21 Steve BrokenshireAdd std::string version of the GetAccountDir function
2016-08-21 Steve BrokenshireAdded AddContact for CardDAV2 and frmActivityMgr
2016-08-20 Steve BrokenshireReplaced use of CardDAV with CardDAV2 in frmEditAccount
2016-08-19 Steve BrokenshirefrmNewAccount now using the CardDAV2 class
2016-08-19 Steve BrokenshireInitial version of CardDAV2 class
2016-08-19 Steve BrokenshireAdded SSLCertCollectionString to frmSSLCertificate...
2016-08-19 Steve BrokenshireUpdated Makefile.in with new files for compiling
2016-08-19 Steve BrokenshireAltered CORequestResult enumeration
2016-08-14 Steve BrokenshireUpdated SSL structs and ConnectionObject
2016-08-14 Steve BrokenshireChanged ConnectionObject and updated unit tests accordi...
2016-08-11 Steve BrokenshireAdded unit tests for ConnectionObject interface and...
2016-08-10 Steve BrokenshireMoved headers inside the inclusion guard
2016-07-31 Steve BrokenshireUpdated unit testing input Makefile.
2016-07-31 Steve BrokenshireAdded more code and unit tests for ConnectionObject...
2016-07-29 Steve BrokenshireAdded code and unit tests to FakeConnectionObject class
2016-07-29 Steve BrokenshireAdded code and more unit tests for FakeConnectionObject
2016-07-29 Steve BrokenshireAdded ConnectionObject interface, FakeConnection object...
2016-07-12 Steve BrokenshireUpdated TODO list
2016-07-09 Steve BrokenshireVersion 0.14 release release-0.14
2016-07-09 Steve BrokenshireAdded ContactDataObject-Save.cpp to the Xcode project.
2016-07-09 Steve BrokenshireMerge branch 'master' of ssh://gelforn.xestia.co.uk...
2016-07-09 Steve BrokenshireMerge commits from upstream
2016-07-09 Steve BrokenshireAdded ContactDataObject-Save.cpp to the OSX Xcode project.
2016-07-09 Steve BrokenshireAdded integer for the Account Unsupported Icon Index ID.
2016-07-09 Steve BrokenshireRemoved old code for saving contact data from frmContac...
2016-07-09 Steve BrokenshireMerge branch 'master' of ssh://gelforn.xestia.co.uk...
2016-07-09 Steve BrokenshireAdded check to see if the SSL certificate information...
2016-07-09 Steve BrokenshireAdded code for making specific Win32 adjustments to...
2016-07-09 Steve BrokenshireAdjusted size of the status bar icon spaces.
2016-07-09 Steve BrokenshireCode cleanup and move of XABPreferences object creation...
2016-07-09 Steve BrokenshireUpdated Win32 project files
2016-07-08 Steve BrokenshireAdded code for viewing vCard data within an unsupported...
2016-07-08 Steve BrokenshireAdded the unsupported account icon
2016-07-07 Steve BrokenshireImplemented support to take XAB online or offline.
2016-07-03 Steve BrokenshireAdded ContactDataObject-Save.cpp to the unit test file...
2016-07-03 Steve BrokenshireAdded ContactDataObject-Save.o to the list of files...
2016-07-03 Steve BrokenshireAdded XAB_UNITTEST define to the unit test compilation
2016-07-03 Steve BrokenshireAltered SaveContact in frmContactEditor to use the...
2016-07-03 Steve BrokenshireRandom number generation for account directories wasn...
2016-07-03 Steve BrokenshireAdded ANNIVERSARY to the SaveString function of Contact...
2016-07-03 Steve BrokenshireAdded BDAY to the SaveString function of ContactDataObject
2016-07-03 Steve BrokenshireAdded GENDER to the SaveString function of ContactDataO...
2016-07-03 Steve BrokenshireAdded N to the SaveString function of ContactDataObject
2016-07-03 Steve BrokenshireAdded code and unit tests for the SaveFile function...
2016-07-03 Steve BrokenshireAdded TEL to the SaveString function of ContactDataObject
2016-07-03 Steve BrokenshireAdded IMPP to the SaveString function of ContactDataObject
2016-07-03 Steve BrokenshireAdded REV to the SaveString function of ContactDataObject
2016-07-02 Steve BrokenshireAdded MEMBER to the SaveString function of ContactDataO...
2016-07-02 Steve BrokenshireAdded X-* to the SaveString function of ContactDataObject
2016-07-02 Steve BrokenshireAdded VND-* to the SaveString function of ContactDataObject
2016-07-02 Steve BrokenshireAdded KEY to the SaveString function of ContactDataObject
2016-07-02 Steve BrokenshireAdded FBURL to the SaveString function of ContactDataObject
2016-07-02 Steve BrokenshireAdded CALADRURI to the SaveString function of ContactDa...
2016-07-02 Steve BrokenshireAdded CALURI to the SaveString function of ContactDataO...
2016-07-02 Steve BrokenshireAdded SOUND to the SaveString function of ContactDataObject
2016-07-02 Steve BrokenshireAdded LOGO to the SaveString function of ContactDataObject
2016-07-02 Steve BrokenshireAdded PHOTO to the SaveString function of ContactDataObject
2016-07-02 Steve BrokenshireAdded CATEGORIES to the SaveString function of ContactD...
2016-06-30 Steve BrokenshireAdded NOTE to the SaveString function of ContactDataObject
2016-06-30 Steve BrokenshireAdded ORG to the SaveString function of ContactDataObject
2016-06-29 Steve BrokenshireAdded ROLE to the SaveString function of ContactDataObject
2016-06-29 Steve BrokenshireCheck for either a space or space and a newline in...
2016-06-29 Steve BrokenshireAdded URL to the SaveString function of ContactDataObject
2016-06-29 Steve BrokenshireAdded RELATED to the SaveString function of ContactData...
2016-06-29 Steve BrokenshireAdded GEO to the SaveString function of ContactDataObject
2016-06-29 Steve BrokenshireAdded LANG to the SaveString function of ContactDataObject
2016-06-29 Steve BrokenshireAdded EMAIL to the SaveString function of ContactDataObject
2016-06-29 Steve BrokenshireAdded ADR to the SaveString function of ContactDataObject
2016-06-29 Steve BrokenshireAdded TZ to the SaveString function of ContactDataObject
next
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