Changeset 183


Ignore:
Timestamp:
Aug 27, 2024, 11:28:13 AM (3 weeks ago)
Author:
chronos
Message:
  • Modified: Packaging files.
Location:
tags/1.5.0/Install
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tags/1.5.0/Install/flatpak/net.zdechov.app.vCardStudio.appdata.xml

    r179 r183  
    3434      <li>Export to CSV, XML, MediaWiki, Excel, JSON, HTML and plain text.</li>
    3535      <li>Import from CSV, XML, MediaWiki and JSON.</li>
     36      <li>Compare with another vCard file.</li>
    3637    </ul>
    3738  </description>
     
    4243    <screenshot type="default">
    4344      <caption>Main window</caption>
    44       <image>https://svn.zdechov.net/vcard-studio/vcard-studio/Images/Screenshots/vCard%20Studio.png</image>
     45      <image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/vCard%20Studio.png</image>
    4546    </screenshot>
    4647    <screenshot type="default">
    4748      <caption>Find duplicates</caption>
    48       <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Find%20duplicates.png</image>
     49      <image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Find%20duplicates.png</image>
    4950    </screenshot>
    5051    <screenshot type="default">
    5152      <caption>Contact - General</caption>
    52       <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20General.png</image>
     53      <image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20General.png</image>
    5354    </screenshot>
    5455    <screenshot type="default">
    5556      <caption>Contact - Work</caption>
    56       <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20Work.png</image>
     57      <image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20Work.png</image>
    5758    </screenshot>
    5859    <screenshot type="default">
    5960      <caption>Contact - Social</caption>
    60       <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20Social.png</image>
     61      <image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20Social.png</image>
    6162    </screenshot>
    6263    <screenshot type="default">
    6364      <caption>Contact - Home</caption>
    64       <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20Home.png</image>
     65      <image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20Home.png</image>
    6566    </screenshot>
    6667    <screenshot type="default">
    6768      <caption>Contact - Chat</caption>
    68       <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20Chat.png</image>
     69      <image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20Chat.png</image>
    6970    </screenshot>
    7071    <screenshot type="default">
    7172      <caption>Contact - All fields</caption>
    72       <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/Contact%20-%20All%20fields.png</image>
     73      <image>https://svn.zdechov.net/vcard-studio/tags/1.5.0/Images/Screenshots/Contact%20-%20All%20fields.png</image>
    7374    </screenshot>
    7475  </screenshots>
     
    7980      <description>
    8081        <ul>
     82          <li>Added: Keyboard shortcuts form accessible from Help menu.</li>
     83          <li>Added: Menu action View - Fullscreen for switching into full screen mode.</li>
     84          <li>Added: More menu action icons.</li>
     85          <li>Added: File menu action Import to export vCard data from CSV, XML, JSON and MediaWiki.</li>
     86          <li>Added: File menu action Export to export vCard data into CSV, XML, JSON, MediaWiki, Excel paste, plain text and HTML.</li>
     87          <li>Added: Detect Beyond Compare as compare tool on Windows.</li>
     88          <li>Added: Accept dropped files onto the application form.</li>
     89          <li>Added: VCardProcessor class for processing contacts available from VCard package.</li>
     90          <li>Added: Normalize menu action for normalization of contact property values.</li>
     91          <li>Added: New file compare dialog with additional normalize options.</li>
     92          <li>Modified: Improved new contact neme generation.</li>
     93          <li>Modified: Improved forms resize handling.</li>
     94          <li>Modified: Compare action uses external compare tool.</li>
     95          <li>Fixed: Property form error.</li>
     96          <li>Fixed: Not loaded last opened files.</li>
     97          <li>Fixed: Correctly apply theme to contacts form.</li>
     98          <li>Fixed: Width of not all contacts columns was remembered.</li>
     99          <li>Fixed: Resize of compare and normalize forms.</li>
     100          <li>Fixed: Report error if compare tool was not found.</li>
     101          <li>Fixed: Font size was not scaled in source code form.</li>
    81102        </ul>
    82103      </description>
  • tags/1.5.0/Install/flatpak/net.zdechov.app.vCardStudio.yml

    r181 r183  
    2424    sources:
    2525      - type: svn
    26         url: https://svn.zdechov.net/vcard-studio/trunk
    27         revision: r177
     26        url: https://svn.zdechov.net/vcard-studio/tags/1.5.0
     27        revision: r183
    2828    buildsystem: simple
    2929    build-commands:
     
    3535      - ln -s $FLATPAK_DEST/share/vCardStudio/vCardStudio $FLATPAK_DEST/bin/vCardStudio
    3636      - install -Dm644 Install/flatpak/${FLATPAK_ID}.desktop -t $FLATPAK_DEST/share/applications
    37       - install -Dm644 Images/256x256/vCardStudio.png $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png
     37      - install -Dm644 "Images/vCard Studio.png" $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png
    3838      - install -Dm644 Languages/*.po -t $FLATPAK_DEST/share/vCardStudio/Languages
    3939      - install -Dm644 Packages/Common/Languages/*.po -t $FLATPAK_DEST/share/vCardStudio/Languages
  • tags/1.5.0/Install/snap/snapcraft.yaml

    r161 r183  
    1818  * Multilingual interface (English, Czech, Swedish)
    1919  * Contact QR code
    20   * View contact source with syntax highlighting confinement: strict
     20  * View contact source with syntax highlighting
     21  * Export to CSV, XML, MediaWiki, Excel, JSON, HTML and plain text.
     22  * Import from CSV, XML, MediaWiki and JSON.
     23  * Compare with another vCard file.
     24confinement: strict
    2125base: core20
    2226grade: stable
     
    3337    - libgtk2.0-dev
    3438    override-build: |
    35       wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.2.2/lazarus-project_2.2.2-0_amd64.deb
    36       wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.2.2/fpc-laz_3.2.2-210709_amd64.deb
    37       wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.2.2/fpc-src_3.2.2-210709_amd64.deb
    38       apt install ./lazarus-project_2.2.2-0_amd64.deb ./fpc-laz_3.2.2-210709_amd64.deb ./fpc-src_3.2.2-210709_amd64.deb
     39      wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%203.4/lazarus-project_3.4.0-0_amd64.deb
     40      wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%203.4/fpc-laz_3.2.2-210709_amd64.deb
     41      wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%203.4/fpc-src_3.2.2-210709_amd64.deb
     42      apt install ./lazarus-project_3.4.0-0_amd64.deb ./fpc-laz_3.2.2-210709_amd64.deb ./fpc-src_3.2.2-210709_amd64.deb
    3943    prime: [-*]
    4044  vcard-studio:
     
    4852      install -s -m 755 vCardStudio $SNAPCRAFT_PART_INSTALL/usr/bin/vCardStudio
    4953      install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/vCardStudio/Languages
    50       install -m 755 Languages/*.pot $SNAPCRAFT_PART_INSTALL/usr/share/vCardStudio/Languages
    5154      install -m 755 Languages/*.po $SNAPCRAFT_PART_INSTALL/usr/share/vCardStudio/Languages
    52       install -m 755 Packages/Common/Languages/*.pot $SNAPCRAFT_PART_INSTALL/usr/share/vCardStudio/Languages
    5355      install -m 755 Packages/Common/Languages/*.po $SNAPCRAFT_PART_INSTALL/usr/share/vCardStudio/Languages
    54       install -m 755 Packages/VCard/Languages/*.pot $SNAPCRAFT_PART_INSTALL/usr/share/vCardStudio/Languages
    5556      install -m 755 Packages/VCard/Languages/*.po $SNAPCRAFT_PART_INSTALL/usr/share/vCardStudio/Languages
    5657      install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/vCardStudio/Images
Note: See TracChangeset for help on using the changeset viewer.