Changeset 182


Ignore:
Timestamp:
Aug 27, 2024, 11:27:27 AM (3 weeks ago)
Author:
chronos
Message:
  • Fixed: Corrected packaging files.
Location:
trunk/Install
Files:
3 edited

Legend:

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

    r179 r182  
    4242    <screenshot type="default">
    4343      <caption>Main window</caption>
    44       <image>https://svn.zdechov.net/vcard-studio/vcard-studio/Images/Screenshots/vCard%20Studio.png</image>
     44      <image>https://svn.zdechov.net/vcard-studio/trunk/Images/Screenshots/vCard%20Studio.png</image>
    4545    </screenshot>
    4646    <screenshot type="default">
     
    7979      <description>
    8080        <ul>
     81          <li>Added: Keyboard shortcuts form accessible from Help menu.</li>
     82          <li>Added: Menu action View - Fullscreen for switching into full screen mode.</li>
     83          <li>Added: More menu action icons.</li>
     84          <li>Added: File menu action Import to export vCard data from CSV, XML, JSON and MediaWiki.</li>
     85          <li>Added: File menu action Export to export vCard data into CSV, XML, JSON, MediaWiki, Excel paste, plain text and HTML.</li>
     86          <li>Added: Detect Beyond Compare as compare tool on Windows.</li>
     87          <li>Added: Accept dropped files onto the application form.</li>
     88          <li>Added: VCardProcessor class for processing contacts available from VCard package.</li>
     89          <li>Added: Normalize menu action for normalization of contact property values.</li>
     90          <li>Added: New file compare dialog with additional normalize options.</li>
     91          <li>Modified: Improved new contact neme generation.</li>
     92          <li>Modified: Improved forms resize handling.</li>
     93          <li>Modified: Compare action uses external compare tool.</li>
     94          <li>Fixed: Property form error.</li>
     95          <li>Fixed: Not loaded last opened files.</li>
     96          <li>Fixed: Correctly apply theme to contacts form.</li>
     97          <li>Fixed: Width of not all contacts columns was remembered.</li>
     98          <li>Fixed: Resize of compare and normalize forms.</li>
     99          <li>Fixed: Report error if compare tool was not found.</li>
     100          <li>Fixed: Font size was not scaled in source code form.</li>
    81101        </ul>
    82102      </description>
  • trunk/Install/flatpak/net.zdechov.app.vCardStudio.yml

    r181 r182  
    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
  • trunk/Install/snap/snapcraft.yaml

    r181 r182  
    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:
Note: See TracChangeset for help on using the changeset viewer.