Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bluescan/tacentview
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.45
Choose a base ref
...
head repository: bluescan/tacentview
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.46
Choose a head ref
  • 13 commits
  • 9 files changed
  • 1 contributor

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    cbfb28a View commit details
    Browse the repository at this point in the history
  2. Added a create_nix.sh.in file that turns into create_nix.sh after var…

    …iable substitution. The substituted variables are enclosed in @ symbols. The script is then run when building so long as -DPACKAGE_NIX was passed to the configure step of cmake and install was specified when building. See https://github.com/bluescan/tacentview/wiki/Distributing
    bluescan committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    409049e View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Make Nix builds look in $NIX_DATA_DIR/share/tacentview for static ass…

    …et data. Disabled the CMake NIX script as it's not needed.
    bluescan committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    8f68ea9 View commit details
    Browse the repository at this point in the history
  2. Removed png extension from the icon spec in the desktop file. Tested …

    …by packaging/installing the deb build. Extension isn't necessary since the icons are in a standard search directory.
    bluescan committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    cb674e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Added a palettized (2-bit) test png to confirm correct loading of col…

    …our-indexed png files with transparency. Fetching a version of the tacent library that has the fix for these types of pngs. Pixel format now displayed correctly in the details overlay.
    bluescan committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    6db22c9 View commit details
    Browse the repository at this point in the history
  2. Add the png test image.

    bluescan committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0339c2f View commit details
    Browse the repository at this point in the history
  3. NIX package. Read XDG data-home and if that isn't set try paths in XD…

    …G data-dirs for the location of the required static assets.
    bluescan committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    a863c4b View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Inc version to 1.0.46 in prep for next release. Make all non-snap/non…

    …-portable builds use XDG on Linux.
    bluescan committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    446e774 View commit details
    Browse the repository at this point in the history
  2. Assets now always in a tacentview/Assets/ directory. e.g. If XDG repo…

    …rts the data home as /usr/share/, the viewer assets are looked for in /usr/share/tacentview/Assets/
    bluescan committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    cd78fb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17a3cfa View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. PACKAGE_PORTABLE will produce a TGZ on Linux and a ZIP on Windows. Fo…

    …r development we now use PACKAGE_DEV which basically means the portable file layout but no archive generated. For all package types the About dialog will display what package type was used (Portable ZIP, Portable TGZ, Snap, Deb, Nix, or Dev).
    bluescan committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    21718b1 View commit details
    Browse the repository at this point in the history
  2. IDK why added files now need a separate commit in SmartGit. In any ca…

    …se, this shell script was missed by the last commit.
    bluescan committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f8c40ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b58407b View commit details
    Browse the repository at this point in the history
Loading