Changeset 177 for trunk


Ignore:
Timestamp:
Aug 21, 2024, 11:49:46 AM (5 weeks ago)
Author:
chronos
Message:
  • Modified: Merged changes from trunk to 1.3.0.
Location:
trunk
Files:
2 added
4 edited

Legend:

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

    r174 r177  
    3232    <screenshot type="default">
    3333      <caption>Main window</caption>
    34       <image>https://svn.zdechov.net/LazFuck/trunk/Images/Screenshots/LazFuck.png</image>
     34      <image>https://svn.zdechov.net/LazFuck/trunk/Images/Screenshots/LazFuck%20Qt5.png</image>
    3535    </screenshot>
    3636    <screenshot type="default">
    3737      <caption>Dark mode</caption>
    38       <image>https://svn.zdechov.net/LazFuck/trunk/Images/Screenshots/LazFuck%20Linux%20dark.png</image>
     38      <image>https://svn.zdechov.net/LazFuck/trunk/Images/Screenshots/LazFuck%20Qt5%20dark.png</image>
    3939    </screenshot>
    4040  </screenshots>
     
    5555          <li>Modified: Used loop in number generation.</li>
    5656          <li>Modified: Used scrollbox in target options form.</li>
     57                  <li>Modified: Use monospace font.</li>
     58          <li>Do not extra scale controls dimensions.</li>
    5759          <li>Fixed: Update cursor position in status bar.</li>
    5860          <li>Fixed: Memory leak in target code form.</li>
     
    6163          <li>Fixed: OpenDialog was not initialized in Target options form.</li>
    6264          <li>Fixed: Put compiled files into application data directory if source is in read only directory.</li>
     65          <li>Fixed: Error on showing execution point in not paused state.</li>
    6366        </ul>
    6467      </description>
  • trunk/Install/flatpak/net.zdechov.app.LazFuck.yml

    r174 r177  
    2525      - type: svn
    2626        url: https://svn.zdechov.net/LazFuck/trunk
    27         revision: r174
     27        revision: r177
    2828    buildsystem: simple
    2929    build-commands:
  • trunk/Languages/LazFuck.cs.po

    r157 r177  
    803803msgid "Compiler path"
    804804msgstr "Cesta překladače"
     805
  • trunk/Release Notes.txt

    r169 r177  
    1212* Modified: Used loop in number generation.
    1313* Modified: Used scrollbox in target options form.
     14* Modified: Use monospace font.
     15* Modified: Do not extra scale controls dimensions.
    1416* Fixed: Update cursor position in status bar.
    1517* Fixed: Memory leak in target code form.
     
    1820* Fixed: OpenDialog was not initialized in Target options form.
    1921* Fixed: Put compiled files into application data directory if source is in read only directory.
     22* Fixed: Error on showing execution point in not paused state.
    2023
    2124Version 1.2.0 (2022-03-05)
Note: See TracChangeset for help on using the changeset viewer.