Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
xestiaab/.git
6 years agogetcontactinfo.cpp: Fix issue with using wxTransparentColour
Steve Brokenshire [Sun, 29 Oct 2017 21:32:22 +0000 (21:32 +0000)]
getcontactinfo.cpp: Fix issue with using wxTransparentColour

6 years agofrmMain: Fix issue where window is reset when LoadPreferences is called
Steve Brokenshire [Sun, 29 Oct 2017 19:56:10 +0000 (19:56 +0000)]
frmMain: Fix issue where window is reset when LoadPreferences is called

6 years agofrmMain: Remove unused function UpdateAccountList
Steve Brokenshire [Sun, 29 Oct 2017 19:55:40 +0000 (19:55 +0000)]
frmMain: Remove unused function UpdateAccountList

6 years agoTODOs: Remove TODOs no longer needed from code
Steve Brokenshire [Sun, 29 Oct 2017 18:53:12 +0000 (18:53 +0000)]
TODOs: Remove TODOs no longer needed from code

6 years agostructs.h: Moved QRNotif to common/structs.h
Steve Brokenshire [Sun, 29 Oct 2017 17:36:57 +0000 (17:36 +0000)]
structs.h: Moved QRNotif to common/structs.h

6 years agoImport: Added import.h to import.cpp
Steve Brokenshire [Sun, 29 Oct 2017 17:36:30 +0000 (17:36 +0000)]
Import: Added import.h to import.cpp

6 years agoExport: Cleanup export.h and add export.h to export.cpp
Steve Brokenshire [Sun, 29 Oct 2017 17:36:18 +0000 (17:36 +0000)]
Export: Cleanup export.h and add export.h to export.cpp

6 years ago.gitignore: Ignore .directory files and autom4te.cache directory
Steve Brokenshire [Sun, 29 Oct 2017 08:37:13 +0000 (08:37 +0000)]
.gitignore: Ignore .directory files and autom4te.cache directory

6 years agoUnit Tests: Updated copyright year on modified files
Steve Brokenshire [Sat, 28 Oct 2017 20:18:40 +0000 (21:18 +0100)]
Unit Tests: Updated copyright year on modified files

6 years agoContactLoad Unit Tests: Partial conversion to Given/When/Then format
Steve Brokenshire [Sat, 28 Oct 2017 20:18:23 +0000 (21:18 +0100)]
ContactLoad Unit Tests: Partial conversion to Given/When/Then format

6 years agoContactSave Unit Tests: Cleanup and formatting to Given/When/Then
Steve Brokenshire [Fri, 27 Oct 2017 06:26:00 +0000 (07:26 +0100)]
ContactSave Unit Tests: Cleanup and formatting to Given/When/Then

6 years agoCommonFunctions Unit Tests: cleanup
Steve Brokenshire [Fri, 27 Oct 2017 06:25:36 +0000 (07:25 +0100)]
CommonFunctions Unit Tests: cleanup

6 years agoCommonFunctions Unit Tests: Split ConvertToHTML tests
Steve Brokenshire [Fri, 27 Oct 2017 04:33:07 +0000 (05:33 +0100)]
CommonFunctions Unit Tests: Split ConvertToHTML tests

6 years agoCommonFunctions Unit Tests: WIP changes (ConvertToHTML & MapDataExists left)
Steve Brokenshire [Wed, 25 Oct 2017 07:43:57 +0000 (08:43 +0100)]
CommonFunctions Unit Tests: WIP changes (ConvertToHTML & MapDataExists left)

6 years agoCommonFunctions Unit Tests: WIP changes
Steve Brokenshire [Tue, 24 Oct 2017 22:42:59 +0000 (23:42 +0100)]
CommonFunctions Unit Tests: WIP changes

6 years agoVersion 0.20 release release-0.20
Steve Brokenshire [Sat, 9 Sep 2017 18:57:09 +0000 (19:57 +0100)]
Version 0.20 release

6 years agofrmMain: Fix issue with displaying normal background colour after disabling it in...
Steve Brokenshire [Sat, 9 Sep 2017 18:03:37 +0000 (19:03 +0100)]
frmMain: Fix issue with displaying normal background colour after disabling it in preferences.

6 years agofrmContactEditor: Fix issue with intValueSeek not being incremented properly
Steve Brokenshire [Sat, 9 Sep 2017 17:42:49 +0000 (18:42 +0100)]
frmContactEditor: Fix issue with intValueSeek not being incremented properly

6 years agofrmMain: Be able to add a contact from the right-click contact list menu if account...
Steve Brokenshire [Sat, 9 Sep 2017 08:23:52 +0000 (09:23 +0100)]
frmMain: Be able to add a contact from the right-click contact list menu if account type is local.

6 years agomacOS: Add XABPriorityCtrl.cpp to the XestiaAddressBook application in the Xcode...
Steve Brokenshire [Sat, 9 Sep 2017 07:36:37 +0000 (08:36 +0100)]
macOS: Add XABPriorityCtrl.cpp to the XestiaAddressBook application in the Xcode project

6 years agomacOS: Removed languages.cpp from bitmapcode application in Xcode project
Steve Brokenshire [Sat, 9 Sep 2017 07:28:05 +0000 (08:28 +0100)]
macOS: Removed languages.cpp from bitmapcode application in Xcode project

6 years agofrmContactEditor(*): Call Layout on szrGeneral after adding priorty control
Steve Brokenshire [Wed, 6 Sep 2017 21:40:50 +0000 (22:40 +0100)]
frmContactEditor(*): Call Layout on szrGeneral after adding priorty control

6 years agofrmContactEditorGeoposition: Fix height for new priority control
Steve Brokenshire [Wed, 6 Sep 2017 21:39:38 +0000 (22:39 +0100)]
frmContactEditorGeoposition: Fix height for new priority control

6 years agofrmContactEditorAddress: Implemented priority control
Steve Brokenshire [Wed, 6 Sep 2017 21:39:10 +0000 (22:39 +0100)]
frmContactEditorAddress: Implemented priority control

6 years agofrmContactEditor: Stop XAB crashing when pressing Modify/Delete
Steve Brokenshire [Tue, 5 Sep 2017 20:29:57 +0000 (21:29 +0100)]
frmContactEditor: Stop XAB crashing when pressing Modify/Delete

XAB crashes after adding an item, deselecting it from the list and then
clicking on either of the Modify or Delete buttons.

6 years agofrmUpdate: Now using SSL address to check for updates
Steve Brokenshire [Tue, 5 Sep 2017 20:11:08 +0000 (21:11 +0100)]
frmUpdate: Now using SSL address to check for updates

6 years agofrmMain: Close all windows when opening preferences
Steve Brokenshire [Mon, 4 Sep 2017 19:47:26 +0000 (20:47 +0100)]
frmMain: Close all windows when opening preferences

6 years agofrmContactEditorTimezones: Implemented priority control
Steve Brokenshire [Sun, 3 Sep 2017 09:44:08 +0000 (10:44 +0100)]
frmContactEditorTimezones: Implemented priority control

6 years agofrmContactEditorLanguages: Implemented priority control
Steve Brokenshire [Sun, 3 Sep 2017 08:26:50 +0000 (09:26 +0100)]
frmContactEditorLanguages: Implemented priority control

6 years agofrmContactEditorTelephone: Implemented priority control
Steve Brokenshire [Sun, 3 Sep 2017 07:52:49 +0000 (08:52 +0100)]
frmContactEditorTelephone: Implemented priority control

6 years agofrmContactEditorCategory: Implemented priority control
Steve Brokenshire [Sun, 3 Sep 2017 07:23:43 +0000 (08:23 +0100)]
frmContactEditorCategory: Implemented priority control

6 years agofrmContactEditorIM: Implemented priority control
Steve Brokenshire [Sat, 2 Sep 2017 21:00:57 +0000 (22:00 +0100)]
frmContactEditorIM: Implemented priority control

6 years agofrmContactEditorEmail: Implemented priority control
Steve Brokenshire [Sat, 2 Sep 2017 19:57:05 +0000 (20:57 +0100)]
frmContactEditorEmail: Implemented priority control

6 years agofrmContactEditorKey: Implemented priority control
Steve Brokenshire [Sat, 2 Sep 2017 19:21:57 +0000 (20:21 +0100)]
frmContactEditorKey: Implemented priority control

6 years agofrmContactEditorXToken: Form design cleanup
Steve Brokenshire [Sat, 2 Sep 2017 10:56:02 +0000 (11:56 +0100)]
frmContactEditorXToken: Form design cleanup

6 years agofrmContactEditorNotes: Set default tab to General
Steve Brokenshire [Sat, 2 Sep 2017 10:55:42 +0000 (11:55 +0100)]
frmContactEditorNotes: Set default tab to General

6 years agofrmContactEditorVendor: Form design cleanup
Steve Brokenshire [Sat, 2 Sep 2017 10:53:09 +0000 (11:53 +0100)]
frmContactEditorVendor: Form design cleanup

6 years agofrmContactEditorCalAdr: Implemented priority control
Steve Brokenshire [Sat, 2 Sep 2017 10:41:44 +0000 (11:41 +0100)]
frmContactEditorCalAdr: Implemented priority control

6 years agofrmContactEditorGeoposition: Implemented priority control
Steve Brokenshire [Sat, 2 Sep 2017 10:09:09 +0000 (11:09 +0100)]
frmContactEditorGeoposition: Implemented priority control

6 years agofrmContactEditorWebsites: Implemented priority control
Steve Brokenshire [Sat, 2 Sep 2017 08:58:17 +0000 (09:58 +0100)]
frmContactEditorWebsites: Implemented priority control

6 years agofrmContactEditorPicture: Implemented priority control
Steve Brokenshire [Thu, 31 Aug 2017 22:00:42 +0000 (23:00 +0100)]
frmContactEditorPicture: Implemented priority control

6 years agofrmContactEditorSound: Implemented priority control
Steve Brokenshire [Thu, 31 Aug 2017 20:41:06 +0000 (21:41 +0100)]
frmContactEditorSound: Implemented priority control

6 years agofrmContactEditorRelated: Implemented priority control
Steve Brokenshire [Thu, 31 Aug 2017 20:05:58 +0000 (21:05 +0100)]
frmContactEditorRelated: Implemented priority control

6 years agofrmContactEditorTitles: Implemented priority control
Steve Brokenshire [Tue, 29 Aug 2017 18:41:24 +0000 (19:41 +0100)]
frmContactEditorTitles: Implemented priority control

6 years agofrmContactEditorNotes: Implemented priority control
Steve Brokenshire [Tue, 29 Aug 2017 18:31:52 +0000 (19:31 +0100)]
frmContactEditorNotes: Implemented priority control

6 years agofrmContactEditor: Stop crashing when pressing Modify/Delete buttons when there's...
Steve Brokenshire [Mon, 28 Aug 2017 21:11:52 +0000 (22:11 +0100)]
frmContactEditor: Stop crashing when pressing Modify/Delete buttons when there's no items

6 years agofrmContactEditor: Delete from lboBusinessTitles in DeleteBusinessTitle
Steve Brokenshire [Mon, 28 Aug 2017 20:31:03 +0000 (21:31 +0100)]
frmContactEditor: Delete from lboBusinessTitles in DeleteBusinessTitle

6 years agofrmContactEditor: In DeleteHomeNote, delete item from lboHomeNotes
Steve Brokenshire [Mon, 28 Aug 2017 19:27:20 +0000 (20:27 +0100)]
frmContactEditor: In DeleteHomeNote, delete item from lboHomeNotes

6 years agofrmContactEditorOrganisations: Implemented priority control
Steve Brokenshire [Mon, 28 Aug 2017 18:57:53 +0000 (19:57 +0100)]
frmContactEditorOrganisations: Implemented priority control

6 years agofrmContactEditorRoles: Corrected 'Add the website priority' comment
Steve Brokenshire [Mon, 28 Aug 2017 18:44:50 +0000 (19:44 +0100)]
frmContactEditorRoles: Corrected 'Add the website priority' comment

6 years agofrmContactEditorRoles: Implemented priority control
Steve Brokenshire [Mon, 28 Aug 2017 18:44:24 +0000 (19:44 +0100)]
frmContactEditorRoles: Implemented priority control

6 years agofrmContactEditorNickname: Implemented priority control
Steve Brokenshire [Mon, 28 Aug 2017 17:25:28 +0000 (18:25 +0100)]
frmContactEditorNickname: Implemented priority control

6 years agoXABPriorityCtrl: Priority control implemented
Steve Brokenshire [Mon, 28 Aug 2017 17:21:06 +0000 (18:21 +0100)]
XABPriorityCtrl: Priority control implemented

6 years agoXABAccountView: Removed virtual declaration from certain functions
Steve Brokenshire [Thu, 24 Aug 2017 21:37:33 +0000 (22:37 +0100)]
XABAccountView: Removed virtual declaration from certain functions

6 years agofrmPreferences: Removed std::cout printing contact background colour
Steve Brokenshire [Thu, 24 Aug 2017 20:30:50 +0000 (21:30 +0100)]
frmPreferences: Removed std::cout printing contact background colour

6 years agoMakefile.in: Added widgets/XABPriorityCtrl.o to link XAB with
Steve Brokenshire [Tue, 22 Aug 2017 22:30:56 +0000 (23:30 +0100)]
Makefile.in: Added widgets/XABPriorityCtrl.o to link XAB with

6 years agoVersion 0.19 release release-0.19
Steve Brokenshire [Mon, 19 Jun 2017 19:21:13 +0000 (20:21 +0100)]
Version 0.19 release

6 years agomacOS: Updated Xcode project
Steve Brokenshire [Sun, 18 Jun 2017 19:40:05 +0000 (20:40 +0100)]
macOS: Updated Xcode project

6 years agoPreferences: Option to select background colour for contacts
Steve Brokenshire [Wed, 14 Jun 2017 22:08:06 +0000 (23:08 +0100)]
Preferences: Option to select background colour for contacts

7 years agoVersion 0.18 release release-0.18
Steve Brokenshire [Sun, 12 Mar 2017 12:44:07 +0000 (12:44 +0000)]
Version 0.18 release

7 years agofrmEditAccount: Fixed bug on Linux systems where prefix detection failed
Steve Brokenshire [Sun, 12 Mar 2017 12:42:51 +0000 (12:42 +0000)]
frmEditAccount: Fixed bug on Linux systems where prefix detection failed

7 years agolanguages: wo and xh combined due to missing comma
Steve Brokenshire [Sun, 12 Mar 2017 11:35:35 +0000 (11:35 +0000)]
languages: wo and xh combined due to missing comma

7 years agoWin32: Added languages.cpp/.h to the VC project
Steve Brokenshire [Sun, 12 Mar 2017 10:51:38 +0000 (10:51 +0000)]
Win32: Added languages.cpp/.h to the VC project

7 years agomacOS: Added languages.cpp/.h to Xcode project.
Steve Brokenshire [Sat, 11 Mar 2017 23:10:11 +0000 (23:10 +0000)]
macOS: Added languages.cpp/.h to Xcode project.

7 years agofrmPreferences: Removed bitmaps/preferences.h
Steve Brokenshire [Sat, 11 Mar 2017 16:36:02 +0000 (16:36 +0000)]
frmPreferences: Removed bitmaps/preferences.h

7 years agoupdateversion.pl: Easily update the version in certain files
Steve Brokenshire [Sat, 11 Mar 2017 16:01:11 +0000 (16:01 +0000)]
updateversion.pl: Easily update the version in certain files

7 years agoTODO: Updated TODO list
Steve Brokenshire [Fri, 10 Mar 2017 22:49:10 +0000 (22:49 +0000)]
TODO: Updated TODO list

7 years agofrmPreferences: Double clicking an account opens the account settings
Steve Brokenshire [Fri, 10 Mar 2017 22:20:38 +0000 (22:20 +0000)]
frmPreferences: Double clicking an account opens the account settings

7 years agodefaults: Added refresh setting to the default account
Steve Brokenshire [Fri, 10 Mar 2017 22:17:29 +0000 (22:17 +0000)]
defaults: Added refresh setting to the default account

7 years agofrmPreferences: Added icons
Steve Brokenshire [Thu, 9 Mar 2017 23:53:22 +0000 (23:53 +0000)]
frmPreferences: Added icons

7 years agoXABSearchPanel/frmSearch: common/preferences.h include missing
Steve Brokenshire [Wed, 8 Mar 2017 23:27:52 +0000 (23:27 +0000)]
XABSearchPanel/frmSearch: common/preferences.h include missing

7 years agoMakefile: Added common/languages.o to compile
Steve Brokenshire [Mon, 6 Mar 2017 11:14:34 +0000 (11:14 +0000)]
Makefile: Added common/languages.o to compile

7 years agofrmContactEditorNickname/Notes: Use list of ISO 639-1 languages
Steve Brokenshire [Mon, 6 Mar 2017 11:14:03 +0000 (11:14 +0000)]
frmContactEditorNickname/Notes: Use list of ISO 639-1 languages

7 years agolanguages: Added list of ISO 639-1 language codes
Steve Brokenshire [Mon, 6 Mar 2017 11:13:37 +0000 (11:13 +0000)]
languages: Added list of ISO 639-1 language codes

7 years agogetcontactinfo: Removed unused code and process dates
Steve Brokenshire [Mon, 6 Mar 2017 11:00:23 +0000 (11:00 +0000)]
getcontactinfo: Removed unused code and process dates

Removed commented out code and process dates for the birthday and
anniversary.

7 years agoTODO: Updated TODO list
Steve Brokenshire [Mon, 6 Mar 2017 10:29:36 +0000 (10:29 +0000)]
TODO: Updated TODO list

7 years agotimers: minor code clean up
Steve Brokenshire [Mon, 6 Mar 2017 10:29:24 +0000 (10:29 +0000)]
timers: minor code clean up

7 years agofrmMain: Write out ETag DBs on application quit.
Steve Brokenshire [Sun, 5 Mar 2017 15:51:04 +0000 (15:51 +0000)]
frmMain: Write out ETag DBs on application quit.

7 years agotimers: Moved includes into timers.h
Steve Brokenshire [Sat, 4 Mar 2017 22:23:11 +0000 (22:23 +0000)]
timers: Moved includes into timers.h

7 years agoconfigure: used CURL instead of cURL
Steve Brokenshire [Wed, 22 Feb 2017 20:56:03 +0000 (20:56 +0000)]
configure: used CURL instead of cURL

7 years agoconfigure: cURL 7.52.0 required
Steve Brokenshire [Wed, 22 Feb 2017 20:05:08 +0000 (20:05 +0000)]
configure: cURL 7.52.0 required

7 years agoconfigure: SFML 2.4.1 required
Steve Brokenshire [Wed, 22 Feb 2017 19:58:46 +0000 (19:58 +0000)]
configure: SFML 2.4.1 required

7 years agoCardDAV2: Removed debug text
Steve Brokenshire [Wed, 15 Feb 2017 02:07:35 +0000 (02:07 +0000)]
CardDAV2: Removed debug text

7 years agoCardDAV2: Fixed issue with displaying SSL certificate
Steve Brokenshire [Wed, 15 Feb 2017 01:52:57 +0000 (01:52 +0000)]
CardDAV2: Fixed issue with displaying SSL certificate

7 years agoCardDAV2: Fixed FakeConnectionObject unit tests
Steve Brokenshire [Mon, 13 Feb 2017 22:06:05 +0000 (22:06 +0000)]
CardDAV2: Fixed FakeConnectionObject unit tests

7 years agoCardDAV2/CDO: Cleaned up headers and included stdexcept
Steve Brokenshire [Mon, 13 Feb 2017 21:17:03 +0000 (21:17 +0000)]
CardDAV2/CDO: Cleaned up headers and included stdexcept

7 years agoMinor cleanup of code
Steve Brokenshire [Sun, 12 Feb 2017 23:33:16 +0000 (23:33 +0000)]
Minor cleanup of code

7 years agofrmContactEditorSound: Moved includes to the header file.
Steve Brokenshire [Sun, 12 Feb 2017 23:32:55 +0000 (23:32 +0000)]
frmContactEditorSound: Moved includes to the header file.

7 years agofrmContactEditor: Audio device closes on window close
Steve Brokenshire [Sun, 12 Feb 2017 23:19:57 +0000 (23:19 +0000)]
frmContactEditor: Audio device closes on window close

Audio device is closed when frmContactEditor is closed.

7 years agoConnectionObject: Removed commented out code.
Steve Brokenshire [Sun, 12 Feb 2017 22:18:03 +0000 (22:18 +0000)]
ConnectionObject: Removed commented out code.

7 years agoVersion 0.17 release
Steve Brokenshire [Thu, 19 Jan 2017 20:00:59 +0000 (20:00 +0000)]
Version 0.17 release

7 years agofrmSearch: Added window icon
Steve Brokenshire [Wed, 18 Jan 2017 00:09:34 +0000 (00:09 +0000)]
frmSearch: Added window icon

7 years agofrmSearch: Clear status bar when reset button is pressed
Steve Brokenshire [Tue, 17 Jan 2017 23:48:55 +0000 (23:48 +0000)]
frmSearch: Clear status bar when reset button is pressed

7 years agofrmSearch: Fixed bug where message box appears showing filename on open
Steve Brokenshire [Mon, 16 Jan 2017 23:31:06 +0000 (23:31 +0000)]
frmSearch: Fixed bug where message box appears showing filename on open

7 years agoAppXestiaAddrBk: Removed gripper from main and search windows
Steve Brokenshire [Mon, 16 Jan 2017 23:04:32 +0000 (23:04 +0000)]
AppXestiaAddrBk: Removed gripper from main and search windows

7 years agoCardDAV2: Fixed bug where non-SSL connections were made as SSL ones.
Steve Brokenshire [Mon, 16 Jan 2017 21:54:06 +0000 (21:54 +0000)]
CardDAV2: Fixed bug where non-SSL connections were made as SSL ones.

7 years agodefaults: Check if default account exists each time XAB starts
Steve Brokenshire [Sun, 15 Jan 2017 19:50:42 +0000 (19:50 +0000)]
defaults: Check if default account exists each time XAB starts

7 years agofrmSearch: Event posting shouldn't happen when in search mode.
Steve Brokenshire [Sun, 15 Jan 2017 19:46:46 +0000 (19:46 +0000)]
frmSearch: Event posting shouldn't happen when in search mode.

7 years agoxestiaab.1: Added manual page
Steve Brokenshire [Sat, 14 Jan 2017 09:16:46 +0000 (09:16 +0000)]
xestiaab.1: Added manual page

This manual page is copied when 'make install' is run and deleted when
'make uninstall' is run.

7 years agoVersion 0.16 release release-0.16
Steve Brokenshire [Sun, 13 Nov 2016 15:31:09 +0000 (15:31 +0000)]
Version 0.16 release

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