Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
xestiaab/.git
8 years agoVersion 0.12 release release-0.12
Steve Brokenshire [Tue, 12 Apr 2016 21:41:26 +0000 (22:41 +0100)]
Version 0.12 release

8 years agoSecond defined(__WIN32__) line should have been defined(__APPLE__) in GetAccountsFile()
Steve Brokenshire [Tue, 12 Apr 2016 21:16:12 +0000 (22:16 +0100)]
Second defined(__WIN32__) line should have been defined(__APPLE__) in GetAccountsFile()

8 years agoAdded OS X support to frmEditAccount
Steve Brokenshire [Tue, 12 Apr 2016 21:11:40 +0000 (22:11 +0100)]
Added OS X support to frmEditAccount

8 years agoAdded #defined(__APPLE__) around SetConnectionObject in the CardDAV object.
Steve Brokenshire [Tue, 12 Apr 2016 19:37:33 +0000 (20:37 +0100)]
Added #defined(__APPLE__) around SetConnectionObject in the CardDAV object.

8 years agoMoved the ConnectionObject subroutines in the CardDAV header to in the #defined(__APP...
Steve Brokenshire [Mon, 11 Apr 2016 22:55:01 +0000 (23:55 +0100)]
Moved the ConnectionObject subroutines in the CardDAV header to in the #defined(__APPLE__) statement

8 years agoMoved ConnectionObject and subroutines that use it into defined(__APPLE__).
Steve Brokenshire [Mon, 11 Apr 2016 22:50:31 +0000 (23:50 +0100)]
Moved ConnectionObject and subroutines that use it into defined(__APPLE__).

8 years agoRemoved _(*) from the command line settings.
Steve Brokenshire [Mon, 11 Apr 2016 22:48:36 +0000 (23:48 +0100)]
Removed _(*) from the command line settings.

8 years agoAnother attempt at fixing the command line text in main.cpp
Steve Brokenshire [Mon, 11 Apr 2016 22:30:01 +0000 (23:30 +0100)]
Another attempt at fixing the command line text in main.cpp

8 years agoReplaced wxTRANSLATE(*) with _(*) for the command line strings.
Steve Brokenshire [Mon, 11 Apr 2016 22:12:01 +0000 (23:12 +0100)]
Replaced wxTRANSLATE(*) with _(*) for the command line strings.

8 years agoAdded define check for certain objects in carddav/carddav.cpp
Steve Brokenshire [Mon, 11 Apr 2016 21:55:51 +0000 (22:55 +0100)]
Added define check for certain objects in carddav/carddav.cpp

8 years agoFixed missing SSLCertCollection(s) for *nix builds.
Steve Brokenshire [Mon, 11 Apr 2016 21:49:34 +0000 (22:49 +0100)]
Fixed missing SSLCertCollection(s) for *nix builds.

8 years agoAdded OS X support for frmNewAccount itself.
Steve Brokenshire [Mon, 11 Apr 2016 21:23:19 +0000 (22:23 +0100)]
Added OS X support for frmNewAccount itself.

8 years agoAdded OS X support for frmMain itself.
Steve Brokenshire [Mon, 11 Apr 2016 21:22:57 +0000 (22:22 +0100)]
Added OS X support for frmMain itself.

8 years agoAdded struct for CardDAV.
Steve Brokenshire [Mon, 11 Apr 2016 21:16:06 +0000 (22:16 +0100)]
Added struct for CardDAV.

8 years agoRemoved deleting of CardDAV object as that is no longer required.
Steve Brokenshire [Mon, 11 Apr 2016 21:15:48 +0000 (22:15 +0100)]
Removed deleting of CardDAV object as that is no longer required.

8 years agoCorrected preferences directory for OS X.
Steve Brokenshire [Mon, 11 Apr 2016 21:06:51 +0000 (22:06 +0100)]
Corrected preferences directory for OS X.

8 years agoAltered CardDAV object to accommodate for SSL support for OS X (and other OSes in...
Steve Brokenshire [Mon, 11 Apr 2016 20:58:50 +0000 (21:58 +0100)]
Altered CardDAV object to accommodate for SSL support for OS X (and other OSes in the future).

8 years agoAltered frmActivityMgr to accommodate for SSL support for OS X (and other OSes in...
Steve Brokenshire [Mon, 11 Apr 2016 20:54:58 +0000 (21:54 +0100)]
Altered frmActivityMgr to accommodate for SSL support for OS X (and other OSes in the future).

8 years agoAdded OS X specific functions for CardDAV SSL verification.
Steve Brokenshire [Mon, 11 Apr 2016 20:49:52 +0000 (21:49 +0100)]
Added OS X specific functions for CardDAV SSL verification.

8 years agoAdded OS X specific functions to frmNewAccount
Steve Brokenshire [Mon, 11 Apr 2016 20:49:13 +0000 (21:49 +0100)]
Added OS X specific functions to frmNewAccount

8 years agoAdded OS X specific functions to frmMain
Steve Brokenshire [Mon, 11 Apr 2016 20:45:03 +0000 (21:45 +0100)]
Added OS X specific functions to frmMain

8 years agoAdded OS X specific functions to frmActivityMgr
Steve Brokenshire [Mon, 11 Apr 2016 20:33:24 +0000 (21:33 +0100)]
Added OS X specific functions to frmActivityMgr

8 years agoResolved merge conflict with actmgr/frmActivityMgr.h
Steve Brokenshire [Sat, 9 Apr 2016 07:53:16 +0000 (08:53 +0100)]
Resolved merge conflict with actmgr/frmActivityMgr.h

8 years agoAdded initial OS X support for frmActivityMgr.h
Steve Brokenshire [Sat, 9 Apr 2016 07:44:55 +0000 (08:44 +0100)]
Added initial OS X support for frmActivityMgr.h

8 years agoAdded ActivityListAccSettings to eventually replace ActivityListConn
Steve Brokenshire [Sat, 9 Apr 2016 07:36:19 +0000 (08:36 +0100)]
Added ActivityListAccSettings to eventually replace ActivityListConn

8 years agoMoved the included files into the inclusion guard in carddav/carddav.h
Steve Brokenshire [Sat, 2 Apr 2016 19:39:14 +0000 (20:39 +0100)]
Moved the included files into the inclusion guard in carddav/carddav.h

8 years agoFix indentation in frmNewAccount.h
Steve Brokenshire [Sat, 2 Apr 2016 08:55:39 +0000 (09:55 +0100)]
Fix indentation in frmNewAccount.h

8 years agoOS X Porting: Fixed right-click menu creation so that it appears properly in OS X.
Steve Brokenshire [Sat, 2 Apr 2016 07:52:34 +0000 (08:52 +0100)]
OS X Porting: Fixed right-click menu creation so that it appears properly in OS X.

8 years agoCapture full name string when processing it for display in the HTML widget.
Steve Brokenshire [Fri, 1 Apr 2016 23:59:54 +0000 (00:59 +0100)]
Capture full name string when processing it for display in the HTML widget.

8 years agoCheck server address matches against the blacklist, bring up dialog if so
Steve Brokenshire [Wed, 30 Mar 2016 12:20:18 +0000 (13:20 +0100)]
Check server address matches against the blacklist, bring up dialog if so

8 years agoVersion 0.11 release release-0.11
Steve Brokenshire [Sat, 26 Mar 2016 07:12:23 +0000 (07:12 +0000)]
Version 0.11 release

8 years agoRemoved "geo:" prefix for tests in ContactLoad/GeographicTests
Steve Brokenshire [Fri, 25 Mar 2016 11:03:00 +0000 (11:03 +0000)]
Removed "geo:" prefix for tests in ContactLoad/GeographicTests

8 years agoRemoved quotes for Geo tests in ContactLoad/AddressTests
Steve Brokenshire [Fri, 25 Mar 2016 11:00:47 +0000 (11:00 +0000)]
Removed quotes for Geo tests in ContactLoad/AddressTests

8 years ago'home' and 'work' don't need to be in telephone types.
Steve Brokenshire [Fri, 25 Mar 2016 10:59:38 +0000 (10:59 +0000)]
'home' and 'work' don't need to be in telephone types.

8 years agoAdded unit tests for checking if data within a map exists.
Steve Brokenshire [Fri, 25 Mar 2016 10:17:44 +0000 (10:17 +0000)]
Added unit tests for checking if data within a map exists.

8 years agoAdded unit tests for converting text for use in HTML documents.
Steve Brokenshire [Fri, 25 Mar 2016 09:11:17 +0000 (09:11 +0000)]
Added unit tests for converting text for use in HTML documents.

8 years agoAdded basic comments for stubbed unit tests in xestiaab_common.h
Steve Brokenshire [Wed, 23 Mar 2016 22:43:37 +0000 (22:43 +0000)]
Added basic comments for stubbed unit tests in xestiaab_common.h

8 years agoAdded unit tests for CommonFunctions/ResetUnusedString
Steve Brokenshire [Wed, 23 Mar 2016 22:43:11 +0000 (22:43 +0000)]
Added unit tests for CommonFunctions/ResetUnusedString

8 years agoRemoved second mention of textprocessing-unittest.o in the unit tests Makefile
Steve Brokenshire [Wed, 23 Mar 2016 21:57:25 +0000 (21:57 +0000)]
Removed second mention of textprocessing-unittest.o in the unit tests Makefile

8 years agoFixed replacement of \\n with \n
Steve Brokenshire [Wed, 23 Mar 2016 21:57:02 +0000 (21:57 +0000)]
Fixed replacement of \\n with \n

8 years agoRemoved unused code from contacteditor/frmContactEditor-Save.cpp
Steve Brokenshire [Wed, 23 Mar 2016 21:53:55 +0000 (21:53 +0000)]
Removed unused code from contacteditor/frmContactEditor-Save.cpp

8 years agoIndented code properly in contacteditor/frmContactEditor-Save.cpp
Steve Brokenshire [Wed, 23 Mar 2016 21:51:17 +0000 (21:51 +0000)]
Indented code properly in contacteditor/frmContactEditor-Save.cpp

8 years agoFixed spacing between include files and first test.
Steve Brokenshire [Tue, 22 Mar 2016 22:43:11 +0000 (22:43 +0000)]
Fixed spacing between include files and first test.

8 years agoUpdated code for testing EscapeString in CommonFunctions/EscapeString
Steve Brokenshire [Tue, 22 Mar 2016 22:39:36 +0000 (22:39 +0000)]
Updated code for testing EscapeString in CommonFunctions/EscapeString

8 years agoAdded some unit tests for EscapeString function (CommonFunctions/EscapeString)
Steve Brokenshire [Tue, 22 Mar 2016 08:28:58 +0000 (08:28 +0000)]
Added some unit tests for EscapeString function (CommonFunctions/EscapeString)

8 years agoAdded common/textprocessing.cpp for compiling in the unit testing application
Steve Brokenshire [Mon, 21 Mar 2016 21:07:29 +0000 (21:07 +0000)]
Added common/textprocessing.cpp for compiling in the unit testing application

8 years agoAdded stubs for CommonFunctions unit tests.
Steve Brokenshire [Mon, 21 Mar 2016 21:05:13 +0000 (21:05 +0000)]
Added stubs for CommonFunctions unit tests.

8 years agoAdded unit tests for testing the server blacklist.
Steve Brokenshire [Sun, 20 Mar 2016 23:07:14 +0000 (23:07 +0000)]
Added unit tests for testing the server blacklist.

8 years agoAdded common/svrblist.cpp for compiling in the unit testing application
Steve Brokenshire [Sun, 20 Mar 2016 22:50:30 +0000 (22:50 +0000)]
Added common/svrblist.cpp for compiling in the unit testing application

8 years agoAdded file examples for the CommonFunctions/GetMIME unit tests
Steve Brokenshire [Sun, 20 Mar 2016 19:15:16 +0000 (19:15 +0000)]
Added file examples for the CommonFunctions/GetMIME unit tests

8 years agoAdded unit tests for the GetMIME function.
Steve Brokenshire [Sun, 20 Mar 2016 19:14:20 +0000 (19:14 +0000)]
Added unit tests for the GetMIME function.

8 years agoAdded common/mime.cpp to compile for the unit testing application.
Steve Brokenshire [Sun, 20 Mar 2016 19:13:55 +0000 (19:13 +0000)]
Added common/mime.cpp to compile for the unit testing application.

8 years agoAdded unit tests for the CreateFilenamePath function.
Steve Brokenshire [Sun, 20 Mar 2016 16:04:45 +0000 (16:04 +0000)]
Added unit tests for the CreateFilenamePath function.

8 years agoAdded common/filename.cpp to compile for the unit testing application.
Steve Brokenshire [Sun, 20 Mar 2016 15:57:43 +0000 (15:57 +0000)]
Added common/filename.cpp to compile for the unit testing application.

8 years agoAdded unit tests for the GetSettingsFile function.
Steve Brokenshire [Sun, 20 Mar 2016 15:25:54 +0000 (15:25 +0000)]
Added unit tests for the GetSettingsFile function.

8 years agoAdded unit tests for the GetAccountFile function.
Steve Brokenshire [Sun, 20 Mar 2016 15:14:46 +0000 (15:14 +0000)]
Added unit tests for the GetAccountFile function.

8 years agoAdded unit tests for the GetAccountDir with using the certificate file.
Steve Brokenshire [Sun, 20 Mar 2016 14:59:09 +0000 (14:59 +0000)]
Added unit tests for the GetAccountDir with using the certificate file.

8 years agoAdded unit tests for the GetAccountDir without using the certificate file.
Steve Brokenshire [Sun, 20 Mar 2016 14:47:39 +0000 (14:47 +0000)]
Added unit tests for the GetAccountDir without using the certificate file.

8 years agoAdded initial common functions unit tests.
Steve Brokenshire [Sun, 20 Mar 2016 13:49:07 +0000 (13:49 +0000)]
Added initial common functions unit tests.

8 years agoAdded the option to test common functions.
Steve Brokenshire [Sun, 20 Mar 2016 13:48:51 +0000 (13:48 +0000)]
Added the option to test common functions.

8 years agoAdded common/dirs.cpp for compilation when building the unit test application.
Steve Brokenshire [Sun, 20 Mar 2016 13:41:45 +0000 (13:41 +0000)]
Added common/dirs.cpp for compilation when building the unit test application.

8 years agoAdded information about using the unit testing application
Steve Brokenshire [Sun, 20 Mar 2016 12:41:04 +0000 (12:41 +0000)]
Added information about using the unit testing application

8 years agoMoved the unit testing compilation into a separate Makefile
Steve Brokenshire [Sun, 20 Mar 2016 11:27:05 +0000 (11:27 +0000)]
Moved the unit testing compilation into a separate Makefile

8 years agoRemoved flen from frmContactEditorSound::ProcessData()
Steve Brokenshire [Fri, 18 Mar 2016 12:36:14 +0000 (12:36 +0000)]
Removed flen from frmContactEditorSound::ProcessData()

8 years ago'size_t intPropertyLen = PropertySeg2.Len();' shouldn't have been deleted.
Steve Brokenshire [Fri, 18 Mar 2016 12:35:59 +0000 (12:35 +0000)]
'size_t intPropertyLen = PropertySeg2.Len();' shouldn't have been deleted.

8 years agoRemoved unused variables from export/export.cpp
Steve Brokenshire [Thu, 17 Mar 2016 17:39:27 +0000 (17:39 +0000)]
Removed unused variables from export/export.cpp

8 years agoRemoved unused variables from export/export-vcard4.cpp
Steve Brokenshire [Thu, 17 Mar 2016 17:38:42 +0000 (17:38 +0000)]
Removed unused variables from export/export-vcard4.cpp

8 years agoRemoved unused variables from import/import.cpp
Steve Brokenshire [Thu, 17 Mar 2016 17:37:40 +0000 (17:37 +0000)]
Removed unused variables from import/import.cpp

8 years agoRemoved unused variables from search/frmSearch-contact.cpp
Steve Brokenshire [Thu, 17 Mar 2016 17:36:40 +0000 (17:36 +0000)]
Removed unused variables from search/frmSearch-contact.cpp

8 years agoRemoved unused variables from search/frmSearch-process.cpp
Steve Brokenshire [Thu, 17 Mar 2016 17:35:53 +0000 (17:35 +0000)]
Removed unused variables from search/frmSearch-process.cpp

8 years agoRemoved unused variables from contacteditor/cdo/ContactDataObject.cpp
Steve Brokenshire [Thu, 17 Mar 2016 17:33:40 +0000 (17:33 +0000)]
Removed unused variables from contacteditor/cdo/ContactDataObject.cpp

8 years agoRemoved unused variables from convert.cpp
Steve Brokenshire [Thu, 17 Mar 2016 17:28:26 +0000 (17:28 +0000)]
Removed unused variables from convert.cpp

8 years agoRemoved unused variables from contacteditor/frmContactEditor-Save.cpp
Steve Brokenshire [Thu, 17 Mar 2016 17:28:02 +0000 (17:28 +0000)]
Removed unused variables from contacteditor/frmContactEditor-Save.cpp

8 years agoRemoved more unused variables from contacteditor/frmContactEditor-Sound.cpp
Steve Brokenshire [Thu, 17 Mar 2016 17:27:41 +0000 (17:27 +0000)]
Removed more unused variables from contacteditor/frmContactEditor-Sound.cpp

8 years agoRemoved unused variables from contacteditor/frmContactEditor-Load.cpp
Steve Brokenshire [Thu, 17 Mar 2016 17:16:49 +0000 (17:16 +0000)]
Removed unused variables from contacteditor/frmContactEditor-Load.cpp

8 years agoRemoved unused variables from contacteditor/frmContactEditor-Sound.cpp
Steve Brokenshire [Thu, 17 Mar 2016 17:11:59 +0000 (17:11 +0000)]
Removed unused variables from contacteditor/frmContactEditor-Sound.cpp

8 years agoRemoved unused variables from contacteditor/frmContactEditor-Picture.cpp
Steve Brokenshire [Thu, 17 Mar 2016 17:10:14 +0000 (17:10 +0000)]
Removed unused variables from contacteditor/frmContactEditor-Picture.cpp

8 years agoRemoved unused variables from contacteditor/frmContactEditor-Other.cpp
Steve Brokenshire [Thu, 17 Mar 2016 17:08:45 +0000 (17:08 +0000)]
Removed unused variables from contacteditor/frmContactEditor-Other.cpp

8 years agoRemoved unused variables from contacteditor/frmContactEditor-Logo.cpp
Steve Brokenshire [Thu, 17 Mar 2016 17:08:03 +0000 (17:08 +0000)]
Removed unused variables from contacteditor/frmContactEditor-Logo.cpp

8 years agoRemoved unused variables from contacteditor/frmContactEditor-Key.cpp
Steve Brokenshire [Thu, 17 Mar 2016 17:04:44 +0000 (17:04 +0000)]
Removed unused variables from contacteditor/frmContactEditor-Key.cpp

8 years agoRemoved unused variables from contacteditor/frmContactEditor-Home.cpp
Steve Brokenshire [Thu, 17 Mar 2016 08:26:11 +0000 (08:26 +0000)]
Removed unused variables from contacteditor/frmContactEditor-Home.cpp

8 years agoRemoved unused variables from contacteditor/frmContactEditor-General.cpp
Steve Brokenshire [Thu, 17 Mar 2016 08:22:46 +0000 (08:22 +0000)]
Removed unused variables from contacteditor/frmContactEditor-General.cpp

8 years agoRemoved unused variables from contacteditor/frmContactEditor-Category.cpp
Steve Brokenshire [Thu, 17 Mar 2016 08:18:08 +0000 (08:18 +0000)]
Removed unused variables from contacteditor/frmContactEditor-Category.cpp

8 years agoRemoved unused variables from contacteditor/frmContactEditor-Calendar.cpp
Steve Brokenshire [Thu, 17 Mar 2016 08:17:06 +0000 (08:17 +0000)]
Removed unused variables from contacteditor/frmContactEditor-Calendar.cpp

8 years agoMerged unpushed alterations of contacteditor/frmContactEditor-Business.cpp
Steve Brokenshire [Thu, 17 Mar 2016 00:05:13 +0000 (00:05 +0000)]
Merged unpushed alterations of contacteditor/frmContactEditor-Business.cpp

Code is now tabbed and functions are described.

8 years agoMerge branch 'master' of ssh://gelforn.xestia.co.uk:/scmrepos/xestiaab
Steve Brokenshire [Thu, 17 Mar 2016 00:02:34 +0000 (00:02 +0000)]
Merge branch 'master' of ssh://gelforn.xestia.co.uk:/scmrepos/xestiaab

Conflicts:
source/contacteditor/frmContactEditor-Business.cpp

8 years agoRemoved unused variables from contacteditor/frmContactEditor-Business.cpp
Steve Brokenshire [Wed, 16 Mar 2016 23:24:17 +0000 (23:24 +0000)]
Removed unused variables from contacteditor/frmContactEditor-Business.cpp

8 years agoRemoved unused variables from vcard/vcard34conv-v4conv.cpp
Steve Brokenshire [Wed, 16 Mar 2016 22:57:34 +0000 (22:57 +0000)]
Removed unused variables from vcard/vcard34conv-v4conv.cpp

8 years agoRemoved unused variables from vcard/vcard34conv-v3conv.cpp
Steve Brokenshire [Wed, 16 Mar 2016 22:43:02 +0000 (22:43 +0000)]
Removed unused variables from vcard/vcard34conv-v3conv.cpp

8 years agoRemoved unused variables from vcard/vcard.cpp
Steve Brokenshire [Wed, 16 Mar 2016 22:26:30 +0000 (22:26 +0000)]
Removed unused variables from vcard/vcard.cpp

8 years agoRemoved unused code from vcard/vcard.cpp
Steve Brokenshire [Wed, 16 Mar 2016 22:11:56 +0000 (22:11 +0000)]
Removed unused code from vcard/vcard.cpp

8 years agoRemoved unused variables from GenerateUUID in common/uuid.cpp
Steve Brokenshire [Wed, 16 Mar 2016 22:08:11 +0000 (22:08 +0000)]
Removed unused variables from GenerateUUID in common/uuid.cpp

8 years agoRemoved unused variables from LoadContactData in common/getcontactinfo.cpp
Steve Brokenshire [Wed, 16 Mar 2016 21:19:40 +0000 (21:19 +0000)]
Removed unused variables from LoadContactData in common/getcontactinfo.cpp

8 years agoMerge branch 'master' of ssh://gelforn.xestia.co.uk:/scmrepos/xestiaab
Steve Brokenshire [Wed, 16 Mar 2016 00:15:57 +0000 (00:15 +0000)]
Merge branch 'master' of ssh://gelforn.xestia.co.uk:/scmrepos/xestiaab

8 years agoAdded comments to describe functions in widgets/XABContactMenu.cpp
Steve Brokenshire [Tue, 15 Mar 2016 23:22:38 +0000 (23:22 +0000)]
Added comments to describe functions in widgets/XABContactMenu.cpp

8 years agoAdded comments to describe functions in widgets/XABAccountView.cpp
Steve Brokenshire [Tue, 15 Mar 2016 23:11:37 +0000 (23:11 +0000)]
Added comments to describe functions in widgets/XABAccountView.cpp

8 years agoAdded comments to describe functions in vcard/vcard.cpp
Steve Brokenshire [Tue, 15 Mar 2016 23:07:39 +0000 (23:07 +0000)]
Added comments to describe functions in vcard/vcard.cpp

8 years agoIndented code properly in vcard/vcard.cpp
Steve Brokenshire [Tue, 15 Mar 2016 22:52:27 +0000 (22:52 +0000)]
Indented code properly in vcard/vcard.cpp

8 years agoRemoved commented out code from vcard/vcard34conv-v3conv.cpp
Steve Brokenshire [Tue, 15 Mar 2016 22:06:10 +0000 (22:06 +0000)]
Removed commented out code from vcard/vcard34conv-v3conv.cpp

8 years agoIndented code properly in vcard/vcard34conv-v3conv.cpp
Steve Brokenshire [Tue, 15 Mar 2016 21:47:54 +0000 (21:47 +0000)]
Indented code properly in vcard/vcard34conv-v3conv.cpp

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