File vcard-studio.changes of Package vcard-studio
-------------------------------------------------------------------
Mon Mar 3 10:36:49 UTC 2025 - Imo Hester <vortex@z-ray.de>
- Update to version 1.5.0
* Added: Keyboard shortcuts form accessible from Help menu.
* Added: Menu action View - Fullscreen for switching into full screen mode.
* Added: More menu action icons.
* Added: File menu action Import to export vCard data from CSV, XML, JSON and MediaWiki.
* Added: File menu action Export to export vCard data into CSV, XML, JSON, MediaWiki, Excel paste, plain text and HTML.
* Added: Detect Beyond Compare as compare tool on Windows.
* Added: Accept dropped files onto the application form.
* Added: VCardProcessor class for processing contacts available from VCard package.
* Added: Normalize menu action for normalization of contact property values.
* Added: New file compare dialog with additional normalize options.
* Modified: Improved new contact neme generation.
* Modified: Improved forms resize handling.
* Modified: Compare action uses external compare tool.
* Fixed: Property form error.
* Fixed: Not loaded last opened files.
* Fixed: Correctly apply theme to contacts form.
* Fixed: Width of not all contacts columns was remembered.
* Fixed: Resize of compare and normalize forms.
* Fixed: Report error if compare tool was not found.
* Fixed: Font size was not scaled in source code form.
-------------------------------------------------------------------
Sat Sep 17 09:54:53 UTC 2022 - Imo Hester <vortex@z-ray.de>
- Update to version 1.4.0
* Added: Allow to configure visible columns in contacts table.
* Added: Action to remove exact duplicates.
* Added: QR code image visible in contact others tab. It can be saved as image to file.
* Added: Swedish translation.
* Added: More functional tests.
* Added: Show number of passing and failing tests in test window.
* Added: New tool action View source to show source code for loaded contacts. Source text can be edited and saved back. The editor shows line numbers and use color highlighting.
* Modified: Normalize line endings according vCard format specification.
* Modified: Show number of removed duplicates.
* Modified: Keep original encoding text in loaded contacts attributes for later save.
* Modified: Update recent opened files list directly into registry to better support multiple opened app instances at the same time.
* Fixed: Set document as modified only if data are really changed.
* Fixed: Include all .pot and .po language files in snap package.
* Fixed: Fully disable automatic max. line width detection.
-------------------------------------------------------------------
Wed Jul 27 16:40:25 UTC 2022 - Imo Hester <vortex@z-ray.de>
- Clean up specfile
-------------------------------------------------------------------
Tue Mar 8 14:46:55 UTC 2022 - Imo Hester <vortex@z-ray.de>
- Fixed source path
-------------------------------------------------------------------
Tue Mar 8 14:38:57 UTC 2022 - Imo Hester <vortex@z-ray.de>
- Added Group tag
-------------------------------------------------------------------
Tue Mar 8 14:26:45 UTC 2022 - Imo Hester <vortex@z-ray.de>
- Update to version 1.3.0
* Added: Synced update of full name and name parts in contact form. Edit name details in separate window.
* Added: Contact field indexes cache for faster reverse search of contact fields by its index.
* Added: New Contact Image form to show profile photo in bigger size and with URL.
* Added: Remember last used file name for image open/save dialog.
* Added: Buttons to show contact home and work addresses on online map. Predefined map uses openstreetmap.org and can be changed in Settings.
* Added: Calendar buttons for changing contact birth day and anniversary.
* Added: URLs and emails can be opened in the default applications.
* Added: Escape new lines in text strings.
* Added: A window for showing log output for selected test case.
* Added: Test form available in debug mode from Tools menu with list of test cases to better support app testability.
* Added: Allow to set default vCard version in settings dialog.
* Added: Find button in main app toolbar.
* Modified: Improved image loading code by image format.
* Modified: Generate more contacts properties in Generate window.
* Modified: Optimized update of recent opened files menu.
* Modified: Updated speed of loading of big number of contacts.
* Modified: Avoid loading and storing contact image during switching tabs.
* Modified: Improved parsing vCard format.
* Modified: Updated Common package.
* Modified: Code optimization and cleanup.
* Modified: Move fields initialization method to TContact class and made it static so it is initialized only once.
* Modified: Add GTK2 theming support to snap package.
* Fixed: Do not update interface in contact properties if the listview doesn't have handle yet.
* Fixed: Avoid multiple interface update during main form loading.
* Fixed: Some dynamically created forms were not translated.
* Fixed: Added workaround for missing GTK2 first mouse click event in contact window.
* Fixed: Use english texts in file and directory dialogs.
* Fixed: Quoted-printable encoded text was not handled correctly for multiple lines.
* Fixed: Non-string properties were incorrectly escaped.
* Fixed: Wrong max line length was used for UTF-8 strings during save.
* Fixed: Contact form controls tab order.
* Fixed: Settings option to load previously opened file wasn't working for disabled state.
* Fixed: Disable Find action if no file is opened.